View Single Post
  #5   (View Single Post)  
Old 22nd August 2016
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

/etc/wpa_supplicant.conf
Code:
network={
        ssid="******"
        scan_ssid=1
        key_mgmt=WPA-PSK
        psk="**************"
}
During startup you should see
1) uhub
2) rum0
3) network start
4) dhcp lease acquired
Watching the messages should help narrow where the problem is.

I'm OK with forking this to a NetBSD wireless thread.
Reply With Quote