Getting wpa_gui working? - Raspberry Pi Forums
i have ew-7811un wifi dongle im using pi. followed tutorial working - http://rasmus.pw/installing-the-edimax- ... pberry-pi/
working expected love wpa_gui working, right says not status.. wifi working fine.
projects it's neccessary there easy way of scanning/switching wifi networks. or there alternative wpa_gui utility?
working expected love wpa_gui working, right says not status.. wifi working fine.
projects it's neccessary there easy way of scanning/switching wifi networks. or there alternative wpa_gui utility?
the tutorial followed needs fixing. there references "home" , "work" networks these not defined anywhere start with.
/etc/network/interfaces file format looks rather suspect me. default setup in raspbianand should work without changes. additional lines in /etc/network/interfaces shown in tutorial used confusing wpa_gui.
restore /etc/wpa_supplicant/wpa_supplicant.conf initial state , run wpa_gui set wifi.
mrengman
/etc/network/interfaces file format looks rather suspect me. default setup in raspbian
code: select all
auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcprestore /etc/wpa_supplicant/wpa_supplicant.conf initial state
code: select all
ctrl_interface=dir=/var/run/wpa_supplicant group=netdev update_config=1mrengman
raspberrypi
Comments
Post a Comment