Re: [beagleboard] Re: WiFi connectivity and possible external power supplies for BBAI

2021-02-02 Thread willy simangunsong
Haloo guyss, I need your hand please, if you have a driver for BBG please reply this email. Thank you so much Regards, Pada Senin, 28 September 2020 pukul 01.19.27 UTC+7 Fisher Grubb menulis: > Hi all, > > Thanks for your input, its very strange. I got it working, by pinging the > IP address

Re: [beagleboard] Re: WiFi connectivity and possible external power supplies for BBAI

2020-09-27 Thread Fisher Grubb
Hi all, Thanks for your input, its very strange. I got it working, by pinging the IP address from my laptop. They are both connected to the same WiFi network. The routing table hasn't changed at all, but I noticed that it took like 5 seconds to generate. I assumed that might have been normal f

Re: [beagleboard] Re: WiFi connectivity and possible external power supplies for BBAI

2020-09-25 Thread jonnymo
In your /var/lib/connman folder you should have a file associated with your wlan0 config. ex: * $ sudo ls /var/lib/connman/wifi_8091334a1523_4d6f4e6574494f54_managed_psk/* *data settings* In the psk settings file, I tend to set this manually as such: *Name=MySSID* *SSID=pk2-passwd* *Frequency

[beagleboard] Re: WiFi connectivity and possible external power supplies for BBAI

2020-09-25 Thread Dennis Lee Bieber
On Fri, 25 Sep 2020 08:19:06 -0700 (PDT), in gmane.comp.hardware.beagleboard.user fisher.grubb-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: >*fisher@beaglebone*:*~*$route >Kernel IP routing table >DestinationGateway GenmaskFlags Metric Ref Use Iface >default 19

Re: [beagleboard] Re: WiFi connectivity and possible external power supplies for BBAI

2020-09-25 Thread fisher . grubb
Hi all, I'm also having issues with getting internet via WiFi on this BB-AI board. It connects to my WiFi network, gets a DHCP address, the routing table shows the default route is 192.168.1.1, through wlan0 interface etc, exactly the same top line of Matt's table. The WiFi LED goes green (righ

Re: [beagleboard] Re: WiFi connectivity and possible external power supplies for BBAI

2020-07-13 Thread jonnymo
The values I provided should set the /etc/resolv.conf for the wlan0 interface. The gateway you would want to set for your config. I typically run with a static ip on my wlan0 so I edit the connman settings manually for my environment. The other option is to do it manually or with some script that

Re: [beagleboard] Re: WiFi connectivity and possible external power supplies for BBAI

2020-07-13 Thread Manderson
Hi Jon - thanks for your input. This is a snapshot of my working wlan0 wlan0: flags=-28605 mtu 1500 inet 192.168.1.50 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::8291:33ff:fe4a:4223 prefixlen 64 scopeid 0x20 ether 80:91:33:4a:42:23 txqueuelen 1000 (Et

[beagleboard] Re: WiFi connectivity and possible external power supplies for BBAI

2020-07-13 Thread Manderson
Hi Dennis, On Thursday, July 9, 2020 at 4:10:55 PM UTC-7, Dennis Bieber wrote: > > On Thu, 9 Jul 2020 11:55:02 -0700 (PDT), in > gmane.comp.hardware.beagleboard.user Manderson > wrote: > > >Hi all, > > > >I typically take the wired approach when connecting to my Beaglebone > (plug > >in US

Re: [beagleboard] Re: WiFi connectivity and possible external power supplies for BBAI

2020-07-09 Thread jonnymo
I suspect your resolv.conf got set back to the default with no nameservers listed when the USB ethernet port went offline. How do you have your wlan0 configured? If you used connman, you can add the following to your connman settings: Ex: * IPv4.gateway=192.168.2.1 Nameservers=8.8.8.8;8.8.4.

[beagleboard] Re: WiFi connectivity and possible external power supplies for BBAI

2020-07-09 Thread Dennis Lee Bieber
On Thu, 9 Jul 2020 11:55:02 -0700 (PDT), in gmane.comp.hardware.beagleboard.user Manderson wrote: >Hi all, > >I typically take the wired approach when connecting to my Beaglebone (plug >in USB-C power to a port on my laptop and ssh with the 192.168.6.2 IP). What type of computer are yo