NIC trouble on 2.6.11 - Realtek 8167 and Accton SMC2-1211TX
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
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.
I run a Debian stable server at home with kernel version 2.6.11 which I configured and started almost two years ago. I've barely touched the server for a year.
Last week, one of the two NICs in the machine went completely dead. No LEDs lighting up, nothing. I went out and got a cheapo gigabit NIC to replace it, hoping it would be a simple matter of Plug and Pray to install it - it wasn't. Back when I first started working on this server, I was quite used to working with Linux, but since I haven't had to touch this box in a year my skills have all but disappeared.
So I need your help. I can't log in remotely to the machine right now, so I will be transcribing from the screen onto this laptop I'm currently typing on.
The Realtek card is at IRQ 5, the Accton card at IRQ 169.
Dmesg shows that the Accton card is correctly recognized and set up as eth0 using the 8139too module.
My googling has shown that the Realtek card should use the r8169 module, so I modprobe r8169 and find it in lsmod as:
r8169 26316 0
8139too 25952 0
I've added these lines to /etc/modules:
alias eth0 8139too
alias eth1 r8169
But after rebooting, only 8139too shows up in lsmod (and only eth0 in ifconfig -a)
ifup eth1 fails with the error "No such device".
I'm completely stuck! I must have missed something obvious, but I have no idea what it is.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.