On Sat, 2010-05-22 at 19:20 -0400, Balachandar wrote: > Hello, > I recently downloaded the 2.6.34 kernel and wanted to use the new > vhost_net module. I selected the option in the 'make menuconfig' as a > module and built the kernel. After rebooting, i couldn't find the > module using the lsmod command. So i decided to insert the module > manually. But when i tried to insert the module i get an error > 'vhost_net: Unknown symbol tun_get_socket'. So which mailing list > should i approach to ask them to correct this mistake. Did you use the "modprobe" or "insmod" command? modprobe will automatically load dependencies, while insmod will not. See the manpages for insmod and modprobe for more details. Regards, Simon -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ