Micha? Jonko ??: > I'm running svn_111b (2009.06) with urtw 0.2 driver (downloaded and > installed). > Please provide your device id: #echo "::prtusb" |mdb -k
Please disable nwam first, and try below command to verify the driver side: #svcadm disable nwam #ifconfig urtw0 plumb #dladm scan-wifi urtw0 <you should be able to see the bssid of your hidden AP, the field of essid should be "-", right?> #dladm connect-wifi -e your_hidden_essid -k mykey urtw0 <when it succeed, you will be able to acquire IP address through DHCP later> Thanks, Michael