Click to See Complete Forum and Search --> : Kernel 2.4.3 Question
twofoolish2b
04-01-2001, 01:25 PM
Does anyone know if kernel 2.4.3 has support for the 3Com 3c905B network card after you compile it? I know that after I compiled the 2.4.0 kernel I did not have support for that card. I even uncommented the the line for the card in the /etc/rc.d/rc.modules in Slackware 7.1 and tried doing modprobe 3c59x but still no luck. If it does support it I might download the new kernel. Thanks...
XxMaCaBrExX
04-01-2001, 01:34 PM
You have to make sure that you compile module support in for that card.
prince_kenshi
04-01-2001, 01:36 PM
Even pre-2.4 kernels have support for that card. I've had it working with 2.2.18. Make sure you have the newest version of modutils.
Lorithar
04-01-2001, 01:42 PM
*grins*
When you build the kernel (make menuconfig or make xconfig ) you need to go into network device support --> Ethernet 10/100 MB support and either build the module for the card into the kernel or select it as a module.
I can't recall specifically which driver will work with this card, but the linux driver database should list it ... it's a very popular card...
Aikidoka
04-01-2001, 01:54 PM
I think is the 3Com59x or something like that. Check the changelog for the new kernel, maybe there is a new driver for it in there.
Helius
04-01-2001, 01:58 PM
It's the 3c90x.
I've the same card and all works fine... :D
twofoolish2b
04-01-2001, 02:06 PM
Thanks guys I will recompile the 2.4.0 kernel with network device support and see how it works out. Thanks...