WiFi issue in Qtmoko v44 for Freerunner
Timo Juhani Lindfors
timo.lindfors at iki.fi
Sat Apr 21 10:53:13 CEST 2012
"Tiago Bortoletto Vaz" <tiago at debian.org> writes:
> It's not possible to connect to closed wireless networks in v44 because it
> seems to reset the encription settings every time it tries to authenticate.
> Anyone having the same issue out there? Any fix around? :)
I personally use the following script to connect to WiFi. If you replace
ESSID and PASSWORD it might help you.
killall dhclient
killall wpa_supplicant
om wifi power 0
sleep 1
om wifi power 1
sleep 1
om wifi maxperf wlan 1
sleep 1
/sbin/wpa_supplicant -B -s -P /var/run/wpa_supplicant.wlan.pid -i wlan -D wext -t -ddd -C /var/run/wpa_supplicant
sleep 4
wpa_cli -p /var/run/wpa_supplicant -i wlan add_network
wpa_cli -p /var/run/wpa_supplicant -i wlan set_network 0 ssid "\"ESSID\""
wpa_cli -p /var/run/wpa_supplicant -i wlan set_network 0 psk "\"PASSWORD\""
wpa_cli -p /var/run/wpa_supplicant -i wlan enable_network 0
sleep 8
dhclient -d wlan
More information about the community
mailing list