Johannes Held wrote:
> BUS=="usb",  SYSFS{product}=="ClipDrive       ", KERNEL=="sd?1", NAME=="%k", 
> SYMLINK=="stick"
> BUS=="usb",  SYSFS{product}=="C160_D395", SYSFS{serial}=="SW04126634 ", 
> KERNEL=="sd?1", NAME=="%k", SYMLINK=="camera"
> 
> BUS=="usb", SYSFS{idProduct}=="2026", SYSFS{product}=="USB2.0 Card Reader",  
> KERNEL=="sd?1", NAME=="%k", SYMLINK=="ixus"
> 
> BUS=="usb",  SYSFS{product}=="External HDD" , KERNEL=="sd?1", NAME=="%k", 
> SYMLINK=="share"

First, the NAME== statements are not necessary and most likely wrong. The 
SYMLINK== are also wrong,
should be SYMLINK+=

> SUBSYSTEM=="net", SYSFS{address}=="00:04:23:84:12:c7", NAME="wlan0"

This rule is correct.

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to