Opensuse 11.2
In /etc/udev/rules.d/70-persistent-net.rules
This file was automatically generated by the /lib/udev/write_net_rules
program,run by the persistent-net-generator.rules rules file.
You can modify it,as long as you keep each rule on a single
line,and change only the value of the NAME= key.
PCI device 0x1814:0x0301 (rt61pci)
This file was automatically generated by the /lib/udev/write_net_rules
program,run by the persistent-net-generator.rules rules file.
You can modify it,as long as you keep each rule on a single
line,and change only the value of the NAME= key.
PCI device 0x1814:0x0301 (rt61pci)
SUBSYSTEM==“net”, ACTION==“add”, DRIVERS=="?", ATTR{address}==“00:1d:92:c6:c4:33”, ATTR{type}==“1”, KERNEL=="wlan", NAME=“wlan0”
My question = why the header 2x
and why DRIVERS=="?*" and not DRIVERS==“rt61pci”
The network card is 2x configured with yast.
Hello all
after all the trouble to start the rt61pci network card
i have now changed the /etc/udev/rules.d/70-persistent-net.rules.
I cut the header in half.
Now the rt61pci card is starting (dmesg) as in 11.1
End of all the trouble with 11.2 and network
On 11/18/2009 06:36 AM, susegebr wrote:
>
> Opensuse 11.2
>
> In /etc/udev/rules.d/70-persistent-net.rules
>
> # This file was automatically generated by the
> /lib/udev/write_net_rules
> # program,run by the persistent-net-generator.rules rules file.
> #
> # You can modify it,as long as you keep each rule on a single
> # line,and change only the value of the NAME= key.
> # PCI device 0x1814:0x0301 (rt61pci)
> # This file was automatically generated by the
> /lib/udev/write_net_rules
> # program,run by the persistent-net-generator.rules rules file.
> #
> # You can modify it,as long as you keep each rule on a single
> # line,and change only the value of the NAME= key.
> # PCI device 0x1814:0x0301 (rt61pci)
> SUBSYSTEM==“net”, ACTION==“add”, DRIVERS=="?",
> ATTR{address}==“00:1d:92:c6:c4:33”, ATTR{type}==“1”, KERNEL=="wlan",
> NAME=“wlan0”
>
>
> My question = why the header 2x
> and why DRIVERS=="?*" and not DRIVERS==“rt61pci”
The rt61pci line is only a comment. You can ignore it. One of my wireless
devices occurs 4 times.
For some devices, there can be more than one driver. Having the rule apply to
all drivers for the device with the listed address makes a lot of sense. After
all, that address is unique.