07-04-2016, 12:59 PM
hi,
I don't have a wifi BTmodule so I am trying to bring up a wifi dongle on my Pine64 2G device. Running with Debian.
I pulled the dongle off my raspberry pi since I know it works.
My ethernet will come up but I can't seem to get the wifi dongle to work. No network connection at all with the dongle.
I have.
/etc/network/interfaces
# The wireless interface
auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
# Disable Secondary Wireless Lan (8723bs Has Two Interfaces)
iface wlan1 inet manual
..and...
/etc/wpa_supplicant/wpa_supplicant.conf
network={
ssid="Test Net Wifi"
psk="network-password"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}
Any ideas on what I am missing? Do I need to update any drivers?
thanks
Mike
I don't have a wifi BTmodule so I am trying to bring up a wifi dongle on my Pine64 2G device. Running with Debian.
I pulled the dongle off my raspberry pi since I know it works.
My ethernet will come up but I can't seem to get the wifi dongle to work. No network connection at all with the dongle.
I have.
/etc/network/interfaces
# The wireless interface
auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
# Disable Secondary Wireless Lan (8723bs Has Two Interfaces)
iface wlan1 inet manual
..and...
/etc/wpa_supplicant/wpa_supplicant.conf
network={
ssid="Test Net Wifi"
psk="network-password"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}
Any ideas on what I am missing? Do I need to update any drivers?
thanks
Mike