> Hi, > > I am wondering if some one out there can give me some help. I have problems > with the Ethernet card after I upgrade kernel from 2.2.14-5.0 to 2.2.19 for > RedHat-6.2. My Ethernet card is 3Com 3C905B. > > 1). if I boot to kernel-2.2.14-5.0, using ifconfig, I can see the eth0, lo. > Using netcfg, I can see eth0 is active. the networking works fine. However, > > 2). if I boot to rtlinux, I noticed that eth0 failed initialisation during > boot, and using ifconfig, I could not see eth0, using netcfg, I can see eth0 > is inactive. > > I also checked /lib/modules/2.2.19-rtl/net, there is only a dummy.o. > Following are what I did for the upgrade ( the instruction given by FSM > Labs). During the make config, I used most the default setting, but > answered Yes to all Ethernet cards. >
no real problem - you simply did not select the modules necessary . cd /usr/src/linux make menuconfig Network device support ---> Ethernet (10 or 100Mbit) ---> [*] 3COM cards .... <M> 3c90x series "Cyclone/Hurricane/Tornado" support <M> 3c590 series (592/595/597) "Vortex" support you can try compiling the modules only make dep make modules make modules_install probably it would be best to rebuild completly so cp .config myconfig make mrproper cp myconfig .config make oldconfig make dep make modules make modules_install make bzlilo and reboot to rtlinux hofrat -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/