View Single Post
Old 06-26-2021, 06:39 PM   #4
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,793
Karma: 103362673
Join Date: Apr 2011
Device: pb360
Quote:
Originally Posted by CubeBag View Post
Here are my before.txt and after.txt.
Thanks. Your raspberry pi is seeing your kindle on the pi's usb1. usb0 may be something else or you have convinced the pi it is taken and your kindle gets assigned to usb1.

sudo dmesg -H | grep usb | more
might give clues on what usb0 is.

I would try
sudo ifdown usb0
sudo ifconfig usb1 192.168.15.201
ping 192.168.15.244

If that works, then you are on your way to getting back on track.

You might consider switching to the new naming convention. It is super arcane, but it guarantees device names across boots unplugging, replugging, and changing to different ports. I recently did a fresh OS install at work and my ethernet went from eth0 to eno1 and my beaglebone connected over usbnet went from usb0 to enxc8a030b52f96.

Last edited by j.p.s; 06-26-2021 at 06:41 PM.
j.p.s is offline   Reply With Quote