LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   new ethernet problems... (https://www.linuxquestions.org/questions/linux-networking-3/new-ethernet-problems-138189/)

sbcdivision63 01-24-2004 02:28 PM

new ethernet problems...
 
alright, when i first installed linux i had trouble getting my onboard ethernet card working..its a 3com 3c940 on an asus p4c800 deluxe. well i found some info on here and i finally got it running in a few simple steps. now my problem is that i downloaded a new kernel from red hat recently and now im having the same problem i was having initially, except that what i did to fix it the first time doesnt work now...anyone have any suggestions? im using red hat 9, i dont know the kernel version tho as im on windows now

tarballedtux 01-24-2004 07:23 PM

To find your kernel version: uname -r
Have you gotten a new driver yet? http://www.asus.com.tw/support/downl...ux.zip~zaqwedc

Instructions:

Makes sure to have kernel 2.4.x source in /usr/src/linux
unzip 046_Linux.zip
tar -xvzf 3c2000.tar.gz
Read the readme
cd 3c2000
make
cp 3c2000.o /lib/modules/`uname -r`/kernel/drivers/net/
modprobe 3c2000
Then configure it as the 3com readme instructs.




--tarballedtux


All times are GMT -5. The time now is 07:33 PM.