Hi Uwe, V po, 12. 01. 2009 v 16:33, Uwe Dippel p??e: > # svcs -a | grep nwam > online 21:38:57 svc:/network/physical:nwam > > # dladm disconnect-wifi rum1 > dladm: cannot disconnect: not connected > # dladm scan-wifi > LINK ESSID BSSID/IBSSID SEC STRENGTH MODE > SPEED > rum1 wlan 0:13:10:7c:aa:f1 wpa excellent g 54Mb > rum1 Daijek 0:18:39:28:ee:7a wep excellent g 54Mb > # dladm connect-wifi -e wlan -k psk rum1
Mixing dladm connect-wifi and nwam together is not very good idea. > # dladm show-wifi > LINK STATUS ESSID SEC STRENGTH MODE > SPEED > rum1 disconnected -- -- -- -- -- > If you are using nwam, then there is troubleshooting: http://opensolaris.org/os/project/nwam/picea/troubleshooting/ If you want to use dladm, then switch from nwam to physical and: dladm connect-wifi -e wlan -s wpa -k psk rum1 dladm show-wifi Till time you see STATUS connected, it makes no sense to dhcp. And yes, there can be bug in code. I am not sure how to debug WPA issues without interaction with source code. Best regards, Milan