19

I have a newly bought Amazon Paperwhite, but when I connect it to my PC, Ubuntu does not recognize it.

What can I do?

Braiam
  • 67,791
  • 32
  • 179
  • 269
Englender
  • 191
  • 1
  • 1
  • 3

4 Answers4

13

I suggest trying different cables, it finally solved my problem in the end after having lost some time (Paperwhite connecting to Ubuntu Xenial).

Store-bought cables laying around appeared to only be capable of charging the device. A Huawei P9 lite original cable was the one that finally made the connection.

ggfial
  • 131
7

I've stumbled upon the same problem. After installing mtpfs all worked fine.

sudo apt-get install mtpfs

Don't forget to remove and insert the usb cable again.

FYI: Mine is a Kindle Touch.

  • 2
    From what I can tell, the Paperwhite does not use MTP. It uses USB Mass Storage. Simply plugging the device in should work. I see no options for what protocol to use, either, on my Paperwhite. – dobey Apr 25 '13 at 17:56
  • This answer is a solution if you have a "normal" Kindle. I have Kindle 5 and it worked for me. – elbear Dec 10 '13 at 18:32
  • 1
    I have a "normal" kindle too and that didn't work, it was already installed. – wranvaud Mar 21 '16 at 04:07
  • 1
    mtpfs and USB mass storage both do not work on Xenial, still, with a Paperwhite. Would appreciate any solutions. – Hinz Nov 16 '17 at 15:56
2

Make sure to turn off the Airplane Mode on your kindle. For me, this solved it, but it took me a while to realize that it was on.

There can many reasons why one could have a problem with the USB connection, and this is one of them. Apparently, the airplane mode also disables USB, and not only network connection.

George Rappel
  • 133
  • 1
  • 8
0

You should just be able to install calibre sudo apt-get install calibre, and manage your Kindle Paperwhite. I don't have a new-ish kindle to test with, but that method has worked with the older kindles, and I don't think they changed it much.

Yet Another User
  • 2,671
  • 3
  • 23
  • 37
  • 3
    Doesn't work in Xenial. I guess Calibre just relies on MTP or USB mass storage to work, which it doesn't with my Paperwhite. – Hinz Nov 16 '17 at 15:55