Rocky Meza

Results 81 comments of Rocky Meza

Hi @jargij, I have finally had some free time to work on this. I fixed the bug in 22c10be81fdc0354d8a4226331450bf713f2088c and have released a new version of wifi (https://pypi.python.org/pypi/wifi/0.3.2). I'm really...

I'm going to go ahead and close this bug out. Please reopen it if you run into any more problems.

Hi, can you try wifi 0.3.7? Thanks

Are you manually feeding the output of iwlist scan into the parser? Does this happen from the CLI?

Hi, What is your operating system?

Scheme#activate just calls out the ifup. If you want to see what it's doing, you can just run the background command yourself: https://github.com/rockymeza/wifi/blob/master/wifi/scheme.py#L167-L176 You can find out what wifi calls...

Hi @leokoppel, This is not a very friendly error message now is it. I think that `Scheme.for_cell` could check if the cell is encrypted and then throw a TypeError about...

Hi @dalanmiller, Thanks for trying out the wifi library! Wifi uses the `wlan0-scheme` syntax in order to store different configurations of networks. Like you said, having multiple entries like that...

You have a line in there that says "auto wlan0". Can you try changing it to "auto wlan0=wlan0-A_NAME". I don't know if that is what you want though, because it...

Hi @dalanmiller, Did you try changing the `auto` line in the `/etc/network/interfaces` file? --- Regarding the `wifi autoconnect` command. I had imagined that you would put it in the start...