When I boot into gentoo, everything seems to be OK except for these lines,
insmod: /lib/modules/2.4.20-gentoo-r5/kernel/drivers/net/e100/e100.o: init_module: No such device
insmod: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
The e100 module seems to be for my network card, but Gentoo is using eepro100, so how can I tell Gentoo not to try to load the e100 module?
I've searched in modules.autoload.d and modules.conf files, even I've done "grep e100" in the whole /etc directory, but nothing is found.



