Mailinglist Archive: opensuse-factory (626 mails)
| < Previous | Next > |
[opensuse-factory] Re: Question about udev
- From: Warren Stockton <wns@xxxxxxxxxxx>
- Date: Tue, 4 Mar 2008 20:07:26 -0700
- Message-id: <200803042007.27878.wns@xxxxxxxxxxx>
On Tuesday 04 March 2008 19:47:54 Sid Boyce wrote:
Take a look at /etc/udev/rules.d/70-persistent-net.rules ...
I had a similar problem with eth0 always becoming eth0_rename_ren...
I "fixed" it by specifying the appropriate drivers for my NICs as follows:
SUBSYSTEM=="net",DRIVERS=="ndiswrapper",,NAME="wlan0"
SUBSYSTEM=="net",DRIVERS=="forcedeth",,NAME="eth0"
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
I end up with interface names such as "wlan0_rename_re". Used rescue to
rm /proc and /sys, followed by "md proc sys", also renamed
"wlan0_rename_re" to "wlan0", yet udev keeps giving me
"wlan0_rename_re". I couldn't find any reference in /dev.
What's the way to fix this?
Take a look at /etc/udev/rules.d/70-persistent-net.rules ...
I had a similar problem with eth0 always becoming eth0_rename_ren...
I "fixed" it by specifying the appropriate drivers for my NICs as follows:
SUBSYSTEM=="net",DRIVERS=="ndiswrapper",,NAME="wlan0"
SUBSYSTEM=="net",DRIVERS=="forcedeth",,NAME="eth0"
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |