You are not logged in.
Lesson learned! Slap me with a kipper!
Make sure you use the MAC address you obtain from udevinfo (as above), because it is case sensitive. Be careful when using utilities such as ifconfig as they will capitalize the letters
All my settings in mactab were with MAC addresses from ifconfig! and lo and behold the capitalization was the cause!
Offline
ahhh and the magical mac address
Before ifconfig up
looking at class device '/sys/class/net/wlan0':
SUBSYSTEM=="net"
SYSFS{addr_len}=="6"
SYSFS{address}=="00:30:b4:00:00:00"
SYSFS{broadcast}=="ff:ff:ff:ff:ff:ff"
SYSFS{features}=="0x0"
SYSFS{flags}=="0x1002"
SYSFS{ifindex}=="15"
SYSFS{iflink}=="15"
SYSFS{mtu}=="1500"
SYSFS{tx_queue_len}=="1000"
SYSFS{type}=="1"
SYSFS{weight}=="0"
After ifconfig up
looking at class device '/sys/class/net/wlan0':
SUBSYSTEM=="net"
SYSFS{addr_len}=="6"
SYSFS{address}=="00:09:5b:e8:df:62"
SYSFS{broadcast}=="ff:ff:ff:ff:ff:ff"
SYSFS{carrier}=="1"
SYSFS{features}=="0x0"
SYSFS{flags}=="0x1023"
SYSFS{ifindex}=="15"
SYSFS{iflink}=="15"
SYSFS{mtu}=="1500"
SYSFS{tx_queue_len}=="1000"
SYSFS{type}=="1"
SYSFS{weight}=="0"
Thanks for the link lanrat - I have working udev rules now. They work Z0-custom but not 00-custom so i think you are right about the hotplug thing
Offline
*slapping Dibble with a kipper :-D
Offline