Hi
I normally get the net via ethernet cable and so this is a low priority request.
In case ethernet interferes with wifi I first
tce-load -i wicd
sudo /usr/local/etc/init.d/dbus start
sudo /usr/local/etc/init.d/wicd start
then use wicd to disconnect ethernet
then
tce-load -i wifi
sudo wifi.sh
I can not capture the next output but it scans networks and gives me something like this
Select Wifi Network
ESSID Enc Qual Channel Type
1. WiFi-Y5VY on 0 1 WPA
2. lucky2 on 0 6 WPA
3. SMA1992022723 on 0 6 WPA
4. Fon WiFi off 0 11
Enter selection ( 1 - 4 ) or (q)uit:
I select my router by number and input the passphrase and press enter
Sending credentials to requested access point <router-name> .......
under /tmp I can see a file with the correct passphrase....filename is wpa.<4 digit number>
contents is the correct passphrase .....eliminating my classic fail to wear googles and input wrong passphrase
Failed to connect.
and it kicks me back to prompt
2) I can use ethernet and I CAN use wicd but looking for help on how to get a log to try and find out why wifi.sh does not party
hidden agenda.....I forced wicd as a running dep of 8188eu for this reason
thanks for reading
3) the possible reason....if I am right I put in the info file as
https://github.com/lwfinger/rtl8188eu/issues/197In short, the (sub) driver that rtl8188eu requires to talk with wpa_supplicant (wext) is now deprecated, and NetworkManager apparently ignores all attempts to use wext. The only good long term solution is for rtl8188eu to become compatible with the modern 'nl80211' wpa_supplicant driver.
does this reason seem reasonable?
I am not of course a normal wifi user so rely on my gurus to reveal all.