Re: [beagleboard] BBB WiFi command line options from mono C#

2016-07-08 Thread johnfable
Have you had any progress on this issue? Namely, Wifi with Mono C#? On Monday, 27 July 2015 13:14:02 UTC-3, Peter Gregory wrote: > > Moving on... > I upgraded to Debian jessie - > bone-debian-8.1-lxqt-4gb-armhf-2015-07-19-4gb > That gives me: > > nmcli version 0.9.10.0 > > get a list of acces

Re: [beagleboard] BBB WiFi command line options from mono C#

2016-07-08 Thread johnfable
I have been trying our your progress here, and I've gotten to the 802.1X error, which seems to be happening randomly. If I try enough times, it eventually connects. Have you furthered your progress in this problem? I'm greatly interested. On Monday, 27 July 2015 13:14:02 UTC-3, Peter Gregory wr

Re: [beagleboard] BBB WiFi command line options from mono C#

2015-07-27 Thread Peter Gregory
Moving on... I upgraded to Debian jessie - bone-debian-8.1-lxqt-4gb-armhf-2015-07-19-4gb That gives me: nmcli version 0.9.10.0 get a list of access points: #nmcli device wifi list connect to an access point #nmcli dev wifi connect password It works fine. However, connecting to a PA2 802.1X

Re: [beagleboard] BBB WiFi command line options from mono C#

2015-07-24 Thread Peter Gregory
I installed network manager (it is not pre-installed) with apt-get install network-manager I removed the interface information in /etc/network/interfaces NetworkManager is now managing the network interfaces. The command line tool for interacting with Network Manager appears to be at 0.9.4.0 nm

Re: [beagleboard] BBB WiFi command line options from mono C#

2015-07-24 Thread Peter Gregory
I install network manager (it is not pre-installed) with apt-get install network-manager I removed the interface information in /etc/network/interfaces NetworkManager is not managing the network interfaces. The command line tool for interacting with Network Manager appears to be at 0.9.4.0 nmcl

Re: [beagleboard] BBB WiFi command line options from mono C#

2015-07-24 Thread Robert Nelson
On Fri, Jul 24, 2015 at 1:44 PM, Peter Gregory wrote: > Thanks! That's the kind of information I need. :) > Is that what BBB uses for its wifi management 3.8 lxde out of the box? It's what we are using on Jessie/lxqt going forward.. 3.8/3.14/4.1 kernels.. Regards, -- Robert Nelson https://rc

Re: [beagleboard] BBB WiFi command line options from mono C#

2015-07-24 Thread Peter Gregory
Thanks! That's the kind of information I need. :) Is that what BBB uses for its wifi management 3.8 lxde out of the box? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe f

Re: [beagleboard] BBB WiFi command line options from mono C#

2015-07-24 Thread Robert Nelson
On Fri, Jul 24, 2015 at 1:38 PM, Peter Gregory wrote: > I'm adding WiFi support for an application I'm writing in mono C#. > I'm using command line applications to interface with the wicd daemon for > network detection and configuration. > My goal is to get basic functionality to configure the wi

[beagleboard] BBB WiFi command line options from mono C#

2015-07-24 Thread Peter Gregory
I'm adding WiFi support for an application I'm writing in mono C#. I'm using command line applications to interface with the wicd daemon for network detection and configuration. My goal is to get basic functionality to configure the wifi interfaces to detect wifi connection points select the acti