KERNEL=="eth*", SYSFS{address}=="AA:BB:CC:DD:EE:FF", NAME="eth1"

should work. Try to use lower case only. Maybe eth1 is used by something
else ? What about using wlan0 or something ?

A better / cleaner way to rename interfaces is /etc/iftab ( man
iftab ) :

An example is

wlan0    mac AA:BB:CC:DD:EE:FF

For more infos search the gentoo forum ( http://forums.gentoo.org ) for
iftab and you will plenty of posts about it.

Best regards,

Norman

Am Donnerstag, den 21.09.2006, 18:33 +0200 schrieb Elimar Riesebieter:
> Hi all,
> 
> I am running
> 
> zd1211rw 4-1:1.0: firmware version 4605
> zd1211rw 4-1:1.0: zd1211 chip 6891:a727 v4330 high 00-14-7c RF2959_RF pa0 g---
> 
> 
> IEEE 802.11b/g  ESSID:"BLO"  Nickname:"zd1211"
> Mode:Managed  Frequency:2.462 GHz  Access Point: XX:XX:BB:LL:KK:00
> Bit Rate:54 Mb/s
> Link Quality=98/100  Signal level=91/100
> Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
> Tx excessive retries:0  Invalid misc:0   Missed beacon:0
> 
> in wpa/tkip mode.
> 
> I have a wired interface eth0 and the wireless one which was
> detected as eth1 but named as eth3. How do I fix the name of the
> wireless stick to eth1? I've played with udev:
> KERNEL=="eth*", SYSFS{address}=="AA:BB:CC:DD:EE:FF", NAME="eth1"
> or
> KERNEL=="eth*", SYSFS{idVendor}=="6891", SYSFS{idProduct}=="a727", NAME="eth1"
> 
> but doesn't helped.
> 
> Could one advice me, please?
> 
> 
> Elimar



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Reply via email to