Rocky Meza

Results 81 comments of Rocky Meza

@rackmount, can you paste in the output of `sudo /sbin/iwlist wlan0 scan` please?

Hi balone1988, Thank you for looking into this. Having both network manager and wifi running at the same time is not recommended, as network manager will try to take over....

@balone1988, do you want to test the disconnect command from #58? It doesn't seem to work on my computer, but maybe it does on yours.

can you do the following: ``` python >>> print ' '.join(['/sbin/ifup'] + scheme.as_args()) ``` and then run what it prints in a shell to see the output?

Hi @Jonnycake, Thanks for the pull request. I just have a couple comments on the code, and then I think this is good to go.

Ok, so I was trying it out and I'm still not having anything. I'm not running NetworkManager or wicd. But I don't think that maybe wpa_supplicant is related in someway....

I'm on debian, what are you on? -rocky On Mon, Jan 26, 2015 at 7:33 AM, Jon Stockton [email protected] wrote: > Yeah I have wpa_supplicant on my machine as well...

I get: root 29 2 0 Jan05 ? 00:00:00 [netns] root 28407 1 0 19:47 ? 00:00:00 /sbin/wpa_supplicant -s -B -P /var/run/wpa_supplicant.wlan0.pid -i wlan0 -D nl80211,wext -C /var/run/wpa_supplicant root 28448...

woah, that's weird. Here's my ifup version: ``` $ sudo ifup --version ifup version 0.7.44 Copyright (c) 1999-2007 Anthony Towns This program is free software; you can redistribute it and/or...

hi @luan0ma, I'm sorry, I really don't have any idea what could be causing that sort of output. I suppose we should add support for that into wifi. Just for...