On Monday 30 June 2008, Barry Tennison wrote: > After your modprobe remove&reload hostap_pci, the results were exactly > as before: ifconfig -a had interfaces wifi0 and wlan0, and the last two > > rules in z25_persistent-net.rules had become: > > # PCI device 0x1260:0x3873 (orinoco_pci) > > SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:d0:59:bd:d5:c5", > > ATTR{type}=1, NAME="eth1" > > > > # PCI device 0x1260:0x3873 (hostap_pci) > > SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:d0:59:bd:d5:c5", > > ATTR{type}=="1", NAME="wlan0"
Sorry, I'm a moron. The correct line should be: SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:d0:59:bd:d5:c5", ATTR{type}=="1", NAME="eth1" Change the second line to that and remove the third line. (Or remove the second line and change wlan0 to eth1 in the third; same difference :-) I have to check why the newly generated line gives "wlan0" instead of "ethX" as I'd expected, but that's not that relevant for you. Cheers, FJP -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]