News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Replacing a network card

Started by etNHGfU8, December 10, 2011, 04:43:39 PM

Previous topic - Next topic

etNHGfU8

My network card (Rosewill RC-401-EX Network Card Gigabit Low Profile 10/ 100/ 1000Mbps PCI-Express 1 x RJ45) died this past week after two years of use so I bought a new network card with a higher user rating (Intel EXPI9301CT Desktop Adapter Gigabit CT 10/ 100/ 1000Mbps PCI-Express 1 x RJ45) and attempted to install it.

The new card had no device drivers installed by default so I grabbed them from Intel and built and installed them per their directions.

Even though I had removed the defective network card, the 8.10 LinuxMCE system was still attempting to use it and it ignored my new card. I eventually tracked down this entry http://wiki.linuxmce.org/index.php/Internal_and_External_networks_swapped/not_working and updated my /etc/udev/rules.d/70-persistent-net.rules file to eliminate the removed card and to provide the new card a the old card's name. My system then worked as expected again.

I was just hoping that a reboot after getting the new card installed with its device driver would be sufficient to get things functioning. Was there a more appropriate way for dealing with this situation?

l3mce

NIC detection and configuration happens during install, and during install only. Running the installer once installed is bad news too.

I am trying to chunk that part out into a separate script to handle... these sorts of issues.
I never quit... I just ping out.

tkmedia

edit or wipe out the contents of
/etc/udev/rules.d/70-persistant-net-rules

then reboot.

HTH

Tim
My Setup [url="http://wiki.linuxmce.org/index.php/User:Tkmedia"]http://wiki.linuxmce.org/index.php/User:Tkmedia[/url]

For LinuxMce compatible  systems and accessories
[url="http://lmcecompatible.com/"]http://lmcecompatible.com/[/url]

l3mce

Quote from: tkmedia on December 10, 2011, 06:23:00 PM
edit or wipe out the contents of
/etc/udev/rules.d/70-persistant-net-rules

then reboot.

HTH

Tim

Lol... yeah... that would work... it would automatically re-assign the appropriate eth info, and LMCE would pick up where it left off...
I never quit... I just ping out.