PDA

View Full Version : [ubuntu] 8.04 Nvida No Ethernet


cnolan011
May 4th, 2008, 06:57 PM
Did a fresh install of AMD_64 - 8.04 with the following hardware:
ASUS P5N32-E SLI Plus (on board network interface - 2 jacks)
Intel Core 2 Duo E6420 Conroe 2.13GHz Dual-Core
Patriot XP 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400)
XFX GeForce 8600GT 256MB GDDR3 PCI Express x16
Install went fine except networking does not work, the network mgr is in the top right corner showing the monitors if everything is fine, and when i left click on it is has selected in the radio button:
'Wired Network (nVidia Corporation MCP55 Ethernet)'

Also the display seems to work fine (a perfect 1600x1200 on a 21inch LCD), but when I brin up Appearance Preferences, Visual Effects it wil not allow me to choose anything other than 'None'
Also under hardware drivers - Device driver - nvidia_new - Enabled - Not in use

I feel like there is a connection with all of this, but the most important is to get the network up and running and then i can work on the special visual effects.
Help please!!
lol
all of my hardware is fine as it was running on windows earlier but built a new box for windows and passed this hardware down for my media server
thanks
- chris

Nubsauce
May 4th, 2008, 07:55 PM
For starters, did you reboot after you enabled the restricted drivers? Your system will need to reboot after so it can load the nvidia kernel module for support with your graphics card, after that it should work(Mine did at least). It being your special effects which should get auto-enabled after your reboot.

As for your network problem, I'm not too sure, I have the same chipset(pretty sure) and everything is functioning properly.

cnolan011
May 4th, 2008, 07:58 PM
The nvidia_new driver was already enabled, it says in the far corner 'Not in use', which i am not sure what that means, i can not figure out how to Put it in use, . . . . .

Nubsauce
May 4th, 2008, 08:02 PM
The nvidia_new driver was already enabled, it says in the far corner 'Not in use', which i am not sure what that means, i can not figure out how to Put it in use, . . . . .

Try rebooting your computer. :)

cnolan011
May 4th, 2008, 08:08 PM
sry, forgot to mention that I tried that

Nubsauce
May 4th, 2008, 08:10 PM
sry, forgot to mention that I tried that

Crap, well, I can't really be of any other assistance, my x86-64 install locked up on me and then kept locking up trying to log back in.. so I said screw it and booted back into Linux Mint for the moment while I debug the other install.

:(

However, once I get back in the other install, I'll do some digging around to try and reproduce what you're experiencing since we're running close to the same setup.

Sef
May 5th, 2008, 11:06 AM
Do you have a Live CD? If so, how well does it run?

cnolan011
May 5th, 2008, 11:20 AM
in using the live CD i get the same response, . . .
also i was thinking that maybe i would just install the 32bit version, but for some reason when i boot to the CD and select the (install OR live) option the kernel only loads up 3% and then shows a text box that says "I/O Boot Error" with a button to reboot.
If I could get the 32 bit version to install i would try that and see if i get the same effect

luckyjonny
May 5th, 2008, 06:09 PM
I'm suffering the same problem in 32 bit Hardy with my Asus Striker Extreme, also with MCP55 ethernet. Seems to be a known issue (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/136836). The comments list some workarounds.

Hopefully a patch will fix it one day :D

cnolan011
May 6th, 2008, 09:33 PM
went to the link and sure enough it is a bug, but the recommendation does work, once i did the following:
Add the following line to /etc/modprobe.d/options
options forcedeth msi=0 msix=0

Then rebuild initramfs like this
sudo update-initramfs -u

reboot

all was well

thank you everyone for your help