In network devices, enable Ethernet 10/100, under ethernet, enable RTL8139 as a module.
Yes I enabled it as a module. But the problem is after rebooting when I see /lib/modules/2.4.12/kernel/drivers/net/dummy.o and thats it. I dont see 8139too.o. Infact I can just see a directory net in drivers. Whereas in my old kernel /lib/modules/2.4.2-12/kernel/drivers, I can see many modules. many of those not required though. But in the new kernel modules I dont see anything other than net. Not even fs, probably that is why my windows partitions also cannot be mounted, says not supported by kernel.
I guess there is some mistake I might be doing but can't figure it out. Do I ned to make any changes to /etc/modules.conf. The entry for 8139too is already there. Do I have to kmod, modprobe etc before rebooting the first time. PLease help.
Best regards, Mayur Joshi
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
On Wed, 17 Oct 2001, Mayur Joshi wrote:
Yes I enabled it as a module. But the problem is after rebooting when I see /lib/modules/2.4.12/kernel/drivers/net/dummy.o and thats it. I dont see 8139too.o. Infact I can just see a directory net in
Try running make modules_install again
also, read through /usr/src/linux/.config to see if anything is configured as a module.
Philip