Re: [DNG] Git pushed latest changes to backend and netman GUI.

2015-10-12 Thread fsmithred
Confirmed. Naming the correct interface fixed it. iface wlan1 inet dhcp -fsr On 10/12/2015 10:50 AM, Edward Bartolo wrote: > Hi fsmithred, > > I have just seen the code for disconnect and it looks it should work > even for wlan1. There is a good indication the problem is caused > because

Re: [DNG] Git pushed latest changes to backend and netman GUI.

2015-10-12 Thread fsmithred
Doh! I tried changing wlan0 to wlan1 in /etc/network/wifi/, but I didn't think to change it in /etc/network/interfaces. Rebooting now to test it. -fsr On 10/12/2015 10:50 AM, Edward Bartolo wrote: > Hi fsmithred, > > I have just seen the code for disconnect and it looks it should work > even fo

Re: [DNG] Git pushed latest changes to backend and netman GUI.

2015-10-12 Thread Edward Bartolo
Hi fsmithred, I have just seen the code for disconnect and it looks it should work even for wlan1. There is a good indication the problem is caused because we have to add: iface wlan1 inet dhcp to your /etc/network/interfaces file. The same applies for eth1. You have to add iface eth1 inet dhc

Re: [DNG] Git pushed latest changes to backend and netman GUI.

2015-10-12 Thread Edward Bartolo
OK, I will debug that and then upload the required changes. Edward. On 12/10/2015, fsmithred wrote: > It's working, mostly. I can switch the default interface between wlan0 and > wlan1 through the gui, and it connects correctly, but disconnect only > works with wlan0. With wlan1, it says it's di

Re: [DNG] Git pushed latest changes to backend and netman GUI.

2015-10-12 Thread fsmithred
It's working, mostly. I can switch the default interface between wlan0 and wlan1 through the gui, and it connects correctly, but disconnect only works with wlan0. With wlan1, it says it's disconnecting, but it doesn't succeed. -fsr On 10/11/2015 05:44 PM, Edward Bartolo wrote: > Hi, > > I have

[DNG] Git pushed latest changes to backend and netman GUI.

2015-10-11 Thread Edward Bartolo
Hi, I have just git pushed my latest changes to netman GUI and the backend which now should support wlanN and eth0...eth3 (till now). This was a complex modification, so undiscovered bugs may still be lurking. Please, give your feedback, especially positive, and suggestions for improvement. At th