View Single Post
Old 06-26-2021, 01:15 PM   #2
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,806
Karma: 103362673
Join Date: Apr 2011
Device: pb360
How do you know a network manager is not installed on the raspberry pi?

On the raspberry pi do
Code:
sudo dmesg -H | tail -22 > before.txt
before connecting your kindle to the raspberry pi. Then after connecting do
Code:
sudo dmesg -H | tail -22 > after.txt
Then post before.txt and after.txt here. That will give some clues as to what is going on.
j.p.s is offline   Reply With Quote