Actually what I had to do follows for Internet access. Took some trial and
error.
Out of the box the IP addresses 192.168.7.x are only good between two
devices.
Example a Laptop and the BBB.
If you want Internet access to do updates or whatever do the following
In /etc/network/interfaces make the following changes
iface usb0 inet static
address 192.168.137.2 <=== 137 was used because Windows insisted on
it to do WiFi sharing 7 no go
netmask 255.255.0.0
network 192.168.137.0 <=== 137 was 7 originally
gateway 192.168.137.1 <=== What Windows assigned to the adapter in
Windows-10 19.09 64-bit home
dns-nameservers 8.8.8.8 <=== Point to nameserver
post-up route add default gw 192.168.137.1 <== Add default gateway.
Auto up.
debian@beaglebone:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
default 192.168.137.1 0.0.0.0 UG 0 0 0
usb0 <== Updated automatic entry
192.168.0.0 0.0.0.0 255.255.0.0 U 0 0 0 usb0
192.168.6.0 0.0.0.0 255.255.255.252 U 0 0 0 usb1
debian@beaglebone:~$
On the Windows side make sure the Network connection for the BBB or
Ethernet 2
that the TCP/IP V4 setting is set to the 137 address from above. Save it
then bring
up the WiFi settings / Properties / Sharing and allow sharing and choose
either BBB
or Ethernet 2. Whichever is the new one added. Save it and exit.
Do a clean startup of the P.C. and the BBB.
It should work fine.
On Thursday, February 13, 2020 at 8:51:44 PM UTC-5, KenUnix wrote:
>
> Got my BBB in today. Nice.
>
> *I am able to connect to it via the serial port header but can not connect
> via USB?*
>
> *I tried installing the BONE_D64.exe drivers but all came back with red
> X's. I rebooted*
>
> *the P.C. and tried again. Same results.*
>
> The serial connection is via Putty. and that works. I tried using putty
> via SSH to 192.168.7.2 but all I get is a blank screen which eventually
> times out..
>
> Someone asked me today why am I fooling around with a BBB when
> I can get the "real" thing on a P.C. or VM. I told him there are things
> a BBB can do like add on capes, peripheral I/O that you can't really
> do with a VM which if you could do it you would have to leave on 24/7
> where as the BBB is a cute thing that once setup can run headless
> at very little current. I just like it.
>
> So, any help would be appreciated. Thanks.
>
>
>
>
--
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/94785762-f4a2-457e-90a0-5777022735ca%40googlegroups.com.