On Sat, May 9, 2020 at 12:18 PM Robert Nelson <[email protected]> wrote: > > On Sat, May 9, 2020 at 12:05 PM KenUnix <[email protected]> wrote: > > > > Results, > > > > I started with a fresh install. Put your code into a file called fix.sh. > > > > debian@beaglebone:~$ sudo sh fix.sh > > > > SIOCADDRT: Network is unreachable > > connect: Network is unreachable > > > > debian@beaglebone:~$ route > > > > Kernel IP routing table > > Destination Gateway Genmask Flags Metric Ref Use > > Iface > > 192.168.6.0 0.0.0.0 255.255.255.0 U 0 0 0 > > usb1 > > > > debian@beaglebone:~$ > > > > Ken > > Or just run: > > debian@beaglebone:~$ sudo /opt/scripts/network/usb_windows_ics.sh
debian@beaglebone:~$ uname -r 4.19.94-ti-r42 debian@beaglebone:~$ cat /etc/dogtag BeagleBoard.org Debian Buster IoT Image 2020-04-06 debian@beaglebone:~$ ping -c3 8.8.8.8 connect: Network is unreachable debian@beaglebone:~$ sudo /opt/scripts/network/usb_windows_ics.sh debian@beaglebone:~$ ping -c3 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=54 time=37.5 ms 64 bytes from 8.8.8.8: icmp_seq=2 ttl=54 time=31.9 ms 64 bytes from 8.8.8.8: icmp_seq=3 ttl=54 time=32.8 ms --- 8.8.8.8 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 4ms rtt min/avg/max/mdev = 31.945/34.101/37.523/2.455 ms debian@beaglebone:~$ route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default DESKTOP-M5A99X- 0.0.0.0 UG 0 0 0 usb0 192.168.6.0 0.0.0.0 255.255.255.0 U 0 0 0 usb1 192.168.137.0 0.0.0.0 255.255.255.0 U 0 0 0 usb0 debian@beaglebone:~$ 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/CAOCHtYjMinVbc%2B9o-iFAKoo5wvCHPwm7Vd%3De09-VG9p428Nn3g%40mail.gmail.com.
