lsmod will list modules installed. The one for your network card should be there if you selected module in menuconfig. Go to /usr/src/linux and do make menuconfig - then check under network for the card that matches yours. Make sure it's either a module or built in.
If it's a module you need to add the module name (without the .o) to /etc/modules.autoload so it will be loaded at boot. You can do this from the commmand line with modprobe modulename and it will install the module. > On Sunday 01 June 2003 12:30, Brett I. Holcomb wrote: > > What do you mean "can't find"? Any error messages? > > eth0: no such device > eth1: no such device > > > Check to make sure that you have setup /etc/conf.d/net and then done the > > rc-update on it. > > Yes, I did. > > > Also make sure the NIC module is loaded or it's built > > into the kernel. > > How do I check if the module is loaded? > My kernel should be okay, IMHO. Any suggestions for improvement? -- Brett I. Holcomb AKA Grunt <>< -- [EMAIL PROTECTED] mailing list
