On Tue, Mar 1, 2016 at 5:26 PM, joelk <[email protected]> wrote:
> I can't seem to get wifi working on my BBB, and can't find any current info
> online.  I'm running bone-debian-8.3-lxqt-4gb-armhf-2016-01-24-4gb.img with
> its default kernel 4.1.15-ti-rt-r43 on a good BBB (not the broken one I
> wrote about in other threads).  The wifi adapter is an OurLink
> (https://www.adafruit.com/product/1012) which works perfectly on a Raspberry
> Pi.
>
> I wasn't getting anywhere with connman so I uninstalled it and followed the
> instructions here
> (http://elinux.org/BBBWiFiConfigs#3._Modify_.2Fetc.2Fnetwork.2Finterfaces_file)

For wifi, just use connmanctl...

~$ sudo connmanctl
connmanctl> enable wifi
Enabled wifi

connmanctl> scan wifi
Scan completed for wifi

connmanctl> services
*AO Wired                ethernet_74d435b65be6_cable
    Avenger              wifi_14cc201db6f6_4176656e676572_managed_psk

connmanctl> agent on
Agent registered

connmanctl> connect wifi_14cc201db6f6_4176656e676572_managed_psk
Agent RequestInput wifi_14cc201db6f6_4176656e676572_managed_psk
  Passphrase = [ Type=psk, Requirement=mandatory ]

Passphrase? my password
Connected wifi_14cc201db6f6_4176656e676572_managed_psk

connmanctl> quit

check:

sudo ifconfig -a

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to