Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hi I buy a motherboard Asus P4C800. The network card of the motherboard is a 3com 3c940. Linux drivers are available in asus.com but I can't install this I compile a kernel 2.4.20 and compile drivers. These drivers run well (I think) but i have not a static IP adress. I have configured the ETH0 but not run.
Why??
I have the same motherboard and here it runs just fine. Make sure you have the kernel headers and source installed. I simply followed the instructions that are in the zip file and I got a working driver.
You have to copy the driver to the directory:
/lib/modules/'uname -r'/kernel/drivers/net
In the modules.conf file you have to add the line:
alias eth0 3c2000
Then you run depmod -a
Now you can configure the network with redhat-config-network. Just at the new connection with the proper settings and you should be there.
Originally posted by mabs hi I buy a motherboard Asus P4C800. The network card of the motherboard is a 3com 3c940. Linux drivers are available in asus.com but I can't install this I compile a kernel 2.4.20 and compile drivers. These drivers run well (I think) but i have not a static IP adress. I have configured the ETH0 but not run.
Why??
Sorry , I have a very bad english.
have you try config a virtual ip on it?
ifconfig eth0 192.168.0.11 netmask 255.255.255.0
ifconfig eth0 up
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.