Hi Mark,

On Sun, Dec 11, 2016 at 9:18 AM, Mark <[email protected]> wrote:
> Hello --
>
> Brand new BBB Wireless, factory image.
>
> Two situations I am puzzling over, perhaps folks might help with solutions.
>
> 1. Net over USB - Following typical steps for hooking up new board, cannot
> get connected past host laptop over USB. Shared connxn and obtain auto IP
> for Linux gadget on Win7, check. Shell in and add default gateway *.*.7.1 to
> route traffic through host, check. Echo nameservers into resolv.conf, check.
> Ping the host machine, check. Ping 8.8.8.8 - FAIL. Ping Google - FAIL
> (unknown host). Hmmm, and I just went through these steps on a Wheezy board
> few weeks ago no problems. Any suggestions on what I might be missing?
>
> 2. ConnMan - Which is new to me, previous experience being with wicd. Get
> into connmanctl, then enable wifi, and receive following --"Error wifi:
> Method "SetProperty" with signature "sv" on interface
> "net.connman.Technology" doesn't exist" Read some man pages, nothing jumps
> out at me, power down the board. Plug in a UWN200 (Ralink) wifi dongle,
> powerup the board. Get into connmanctl, enable, scan, services, agent on,
> connect, quit...no problem. Unplug the dongle, power up, and no joy. At the
> prompt, I expected typing in technologies would show me something (below),
> but, I am kinda stumped. Its the error above I could not find good sources
> for resolution. Any assistance will be appreciated.
>
> ##Trying to connect via onboard 1835
> connmanctl> technologies
> /net/connman/technology/ethernet
>   Name = Wired
>   Type = ethernet
>   Powered = True
>   Connected = False
>   Tethering = False
>
> ##When connected via USB dongle UWN200
> connmanctl> technologies
> /net/connman/technology/wifi
>   Name = WiFi
>   Type = wifi
>   Powered = True
>   Connected = True
>   Tethering = False
>   TetheringIdentifier = BeagleBone-06A5
>   TetheringPassphrase = BeagleBone
> /net/connman/technology/ethernet
>   Name = Wired
>   Type = ethernet
>   Powered = True
>   Connected = False
>   Tethering = False

Grab the latest image from:

http://beagleboard.org/latest-images

On the bbgw with the factory image, one of the pin's on the wl1835 is
in the wrong mode on startup, which causes the wl1835 to be in test
mode, so wifi is un-reliable..

iot image: the wl1835 is in tether mode, so use this:

#connmanctl
#connmanctl> tether wifi disable
#connmanctl> enable wifi
#connmanctl> scan wifi
#connmanctl> services
#connmanctl> agent on
#connmanctl> connect wifi_*_managed_psk
#connmanctl> quit

with the "seeed-iot" image wl1835 is controlled by wifidog (web
portal), it's the only addon from the normal 'iot' image..

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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYjbqJkEMS5TX61BSOunkRHLZ_%2Bcxf1V8pEZ1SCY7s%2Bnqw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to