Kodi Community Forum

Full Version: Setting up wifi on live
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Helo

I have a problem with my WiFi card AR928X. On the router I use WPA / AES.

I installed wpa_supplicant and generated psk key:

Code:
wpa_passphrase <essid> <password>


Next I edit the file /etc/network/interfaces

Code:
auto wlan0
iface wlan0 inet dhcp
wpa-driver wext
wpa-ssid <essid>
wpa-ap-scan 2
wpa-proto WPA
wpa-pairwise CCMP
wpa-group CCMP
wpa-key-mgmt WPA-PSK
wpa-psk <psk key>

and I restart network. Unfortunately, my WiFi card does not conect to the router. Where is the problem? I read many FAQ and articles but nothing works.

Thanks for yours help.

PS. Sorry for ma english.