Results 1 to 3 of 3
I'm running a fresh install of Debian Etch on a VIA CN700 motherboard. It's a clone of an older system of mine, which runs on a VIA Eden 5000. When ...
- 10-18-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 2
where in /etc is network driver problem?
I'm running a fresh install of Debian Etch on a VIA CN700 motherboard. It's a clone of an older system of mine, which runs on a VIA Eden 5000. When I copy /etc from the older machine to the newer machine, everything works fine except the network driver.
The via-rhine module loads OK, but the interface is not found when I try to bring it up.
I'm using the freshly installed versions of /etc/module* and /etc/network* but that doesn't seem to be enough. What else do I need to bring over from the working /etc to the nonworking one to make it like my NIC??
Thank you!
- 10-18-2007 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
I guess your udev configuration files makes the trouble. udev store the parameters of network adapters in the /etc/udev/rules.d/*-persistent-net.rules file. Edit this file and set the correct mac addres for your card.
Code:# This file was automatically generated by the /lib/udev/write_net_rules # program, probably run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single line. # MAC addresses must be written in lowercase. SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="xx:xx:xx:xx:xx:xx", NAME="eth0" SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="xx:xx:xx:xx:xx:xx", NAME="eth1"
- 10-18-2007 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 2
Amazing, thanks so much!


Reply With Quote
