> Hi, I've put together a small gui in Vala to help connect to wifi.
> Thereby the name Iliwi (I LIke WIfi). If someone likes it the code is here:
> http://github.com/Ebbe/Iliwi
>
> It will list visible networks and you can connect to them. Write in passwords
> and save networks.
> When Iliwi sees a saved network it will automatically connect to it.
Looks great but somehow it doesn't work for me (here at work at least).
I get this when I run iliwi from the command line:
> r...@freerunner ~ $ DISPLAY=:0 iliwi
>
> ** (process:1913): CRITICAL **: g_file_stream_read_line: assertion `self !=
> NULL' failed
> Line 5: Too long WEP key 0 '"0123456789abcdef0123456789"'.
> Line 5: failed to parse wep_key0 '"0123456789abcdef0123456789"'.
> Line 6: failed to parse network block.
> Failed to read or parse configuration
> '/home/root/.config/iliwi/wpa_supplicant.conf'.
and then it fails to associate (probably b/c it doesn't like the key, as stated
already). Note that I replaced the key with a another one of the same length
(the original only contained hex digits).
This is the definition from /etc/wpa_supplicant/wpa_supplicant.conf, which
works when I run wpa_supplicant from the command line:
> network={
> ssid="bishop"
> scan_ssid=1
> bssid=00:19:AA:14:D9:60
> key_mgmt=NONE
> wep_tx_keyidx=0
> wep_key0=0123456789abcdef0123456789
> priority=11
> }
I also tried copying that working configuration file to .config/iliwi/:
> cp /etc/wpa_supplicant/wpa_supplicant.conf .config/iliwi/
but I get the same error.
I really like your approach since it seems to be simple and minimalistic. I was
looking for something like that for quite some time.
Dirk
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel