Thanks,
Bala
On Sat, May 22, 2010 at 8:27 PM, Simon Kitching <simon.kitching@xxxxxxxxxx> wrote:
Did you use the "modprobe" or "insmod" command?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.
modprobe will automatically load dependencies, while insmod will not.
See the manpages for insmod and modprobe for more details.
Regards, Simon