You are not logged in.
One of my wifi networks uses double-quotes in the password; it seems when I try to enter it into a password field nothing happens. I thought of coding it in network.conf, but then how do I do that? Would the password dquote be escaped with backslash? Or something else?
(And BTW, is there an option somewhere to make password entry visible? Easier for me)
Thanks again
Offline
# leafpad /etc/network.conf
WIFI_KEY=" "
WPA pre-shared keys are always surrounded by double quotes in the config file.
Offline
Yeah, I saw that - I wondered if there was an escape character? Backslash works in some contexts...I can try, I guess.
Offline
So, related (I think) is that when I try to enter the double quote into a prompt box, the cursor doesn't advance...
Works in Android & Windows.
I will look further, but if anyone has an idea, other than "Change the password", that would be useful
Offline
Yee-hah!
Backslash works to escape the rabbit's ears.
<Entry from pink Slitaz-powered MSI Wind >
Offline
You have to manually edit /etc/network.conf
If your WPA PSK is "slitaz"
[c]# leafpad /etc/network.conf[/c]
[c]WIFI_KEY="\"slitaz\""[/c]
File/Save/File/Quit
[c]# /etc/init.d/network.sh restart[/c]
Offline
[ Generated in 0.023 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]