(Solved) Nvidia ethernet problem - 01/18/04 09:23 AM
Hi all,
First let me say that I've searched and searched, I've spent 2 days trying to find an answer to this. I know there's a similar thread shortly down in this forum - which is how I found this forum - but that didn't solve my problem, which is slightly different. I've now tried this first in Debian, then in Fedora. So I know the problem is not just one distro. I'll describe it mostly in Fedora since that's what I'm currently using.
The short summary (before my long explanation) is that I installed Nvidia's drivers, but still the ethernet does not work.
I have an Asus A7N8X-X motherboard which uses on-board Nvidia nforce ethernet and sound. I can't get the ethernet to work. There are 2 options: install drivers from Asus, or install drivers from Nvidia. Asus only makes Linux drivers for Redhat and Slackware; plus I've read it's better to go with Nvidia. (By the way, I've tried the Redhat install on Fedora, it's no good, just a ton of parse-type errors).
I went to Nvidia's website and downloaded their drivers for the board. (http://www.nvidia.com/object/linux_nforce_1.0-0261). I got the tar.gz from the bottom of the page, followed the instructions. I had some problems about include files, so I got the source package for my kernel (2.4.22-1.2115.nptl currently; the Debian version was something like 2.4.18-bf). After setting the appropriate pointers, and adding in a Tab before a period at the end of a make file that was giving me a "*** Missing separator" error message, the drivers installed just fine.
I added the following line to modules.conf:
alias eth0 nvnet
Then I added it also to modprobe.conf when the first didn't fix the problem, but still no success.
What happens now is that when I boot the computer, the bootup pauses for a long time when it tries to get to the network (using DHCP as is required for my cable modem), then fails and moves on. The computer recognizes eth0 but it's as if eth0 is talking to a void. It's also interesting to note that if I remove the ethernet cable before booting the computer, the network setup on bootup fails much faster and suggests that the cord is unplugged.
I don't know what else to do. When I had Debian, I also added the following to /etc/network/interfaces:
auto eth0
iface eth0 inet dhcp
which told Debian that I wanted to have DHCP. But Fedora seems to know that I want DHCP - it did ask me on my first bootup after installing the Nvidia drivers if it should configure the card, and I told it yes. I'm pretty sure the problem is not DHCP. I know that when I had Debian I installed dhcp-client, and I saw it sending requests and getting nothing back.
Anyway, I think that's about all I know. So I'll leave you with some files.
Output from /sbin/ifconfig:
eth0 Link encap:Ethernet HWaddr 00:0C:6E:B7:89:9E
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9950 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:603435 (589.2 Kb) TX bytes:2052 (2.0 Kb)
Interrupt:11 Base address:0x1000
Plus info about the loopback interface which I assume is not relevant. When the ethernet cable is unplugged, eth0 doesn't show up under ifconfig.
lspci -v (the ethernet part):
00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
Subsystem: Asustek Computer, Inc.: Unknown device 80a7
Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 11
Memory at e2001000 (32-bit, non-prefetchable) [size=4K]
I/O ports at d400 [size=8]
Capabilities: [44] Power Management version 2
I would be willing to go buy a cheap network card, but I'm not sure I won't have the same exact problem I'm having now. I've gotta be missing something fairly simple. I did come across a thread that suggested disabling ACPI helped, but I tried putting "option acpi=off" in grub.conf (something like that; don't remember exactly) but it didn't fix the problem. I have seen mentions of ACPI in some log files, so if that's possibly the cause, please tell me how to disable it. I haven't been able to find how to disable it (with grub) short of recompiling the kernel.
I'll be glad to provide any more info that might be relevant, just ask. Thanks in advance for the help.
First let me say that I've searched and searched, I've spent 2 days trying to find an answer to this. I know there's a similar thread shortly down in this forum - which is how I found this forum - but that didn't solve my problem, which is slightly different. I've now tried this first in Debian, then in Fedora. So I know the problem is not just one distro. I'll describe it mostly in Fedora since that's what I'm currently using.
The short summary (before my long explanation) is that I installed Nvidia's drivers, but still the ethernet does not work.
I have an Asus A7N8X-X motherboard which uses on-board Nvidia nforce ethernet and sound. I can't get the ethernet to work. There are 2 options: install drivers from Asus, or install drivers from Nvidia. Asus only makes Linux drivers for Redhat and Slackware; plus I've read it's better to go with Nvidia. (By the way, I've tried the Redhat install on Fedora, it's no good, just a ton of parse-type errors).
I went to Nvidia's website and downloaded their drivers for the board. (http://www.nvidia.com/object/linux_nforce_1.0-0261). I got the tar.gz from the bottom of the page, followed the instructions. I had some problems about include files, so I got the source package for my kernel (2.4.22-1.2115.nptl currently; the Debian version was something like 2.4.18-bf). After setting the appropriate pointers, and adding in a Tab before a period at the end of a make file that was giving me a "*** Missing separator" error message, the drivers installed just fine.
I added the following line to modules.conf:
alias eth0 nvnet
Then I added it also to modprobe.conf when the first didn't fix the problem, but still no success.
What happens now is that when I boot the computer, the bootup pauses for a long time when it tries to get to the network (using DHCP as is required for my cable modem), then fails and moves on. The computer recognizes eth0 but it's as if eth0 is talking to a void. It's also interesting to note that if I remove the ethernet cable before booting the computer, the network setup on bootup fails much faster and suggests that the cord is unplugged.
I don't know what else to do. When I had Debian, I also added the following to /etc/network/interfaces:
auto eth0
iface eth0 inet dhcp
which told Debian that I wanted to have DHCP. But Fedora seems to know that I want DHCP - it did ask me on my first bootup after installing the Nvidia drivers if it should configure the card, and I told it yes. I'm pretty sure the problem is not DHCP. I know that when I had Debian I installed dhcp-client, and I saw it sending requests and getting nothing back.
Anyway, I think that's about all I know. So I'll leave you with some files.
Output from /sbin/ifconfig:
eth0 Link encap:Ethernet HWaddr 00:0C:6E:B7:89:9E
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9950 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:603435 (589.2 Kb) TX bytes:2052 (2.0 Kb)
Interrupt:11 Base address:0x1000
Plus info about the loopback interface which I assume is not relevant. When the ethernet cable is unplugged, eth0 doesn't show up under ifconfig.
lspci -v (the ethernet part):
00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
Subsystem: Asustek Computer, Inc.: Unknown device 80a7
Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 11
Memory at e2001000 (32-bit, non-prefetchable) [size=4K]
I/O ports at d400 [size=8]
Capabilities: [44] Power Management version 2
I would be willing to go buy a cheap network card, but I'm not sure I won't have the same exact problem I'm having now. I've gotta be missing something fairly simple. I did come across a thread that suggested disabling ACPI helped, but I tried putting "option acpi=off" in grub.conf (something like that; don't remember exactly) but it didn't fix the problem. I have seen mentions of ACPI in some log files, so if that's possibly the cause, please tell me how to disable it. I haven't been able to find how to disable it (with grub) short of recompiling the kernel.
I'll be glad to provide any more info that might be relevant, just ask. Thanks in advance for the help.