View Single Post
Old 10-24-2021, 10:22 PM   #85
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 48,955
Karma: 174631584
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
I'm posting some snips from a Tumbleweed virual machine. One shows the Kindle device as mounted in the file manager and the other is the text output from running calibre-debug -d (wrapped in spoiler to keep the message easier to read). This shows the 0x1949 vendor ID from Lab126 who are responsible for the Kindle ereader firmware.

Spoiler:
Code:
localhost:~ # calibre-debug -d
calibre 5.30  embedded-python: True is64bit: True
Linux-5.14.11-1-default-x86_64-with-glibc2.2.5 Linux ('64bit', 'ELF')
('Linux', '5.14.11-1-default', '#1 SMP Sun Oct 10 08:34:34 UTC 2021 (834dddd)')
Python 3.8.5
Interface language: None
USB devices on system:
[['0xe0f', '0x3', '0x103', 'VMware', 'VMware Virtual USB Mouse', ''],
 ['0x1949', '0x324', '0x401', '', 'Internal Storage', 'G000xxxxxxxYYY'],
 ['0xe0f',
  '0x8',
  '0x100',
  'VMware',
  'Virtual Bluetooth Adapter',
  '000650268328']]

No disabled plugins
Looking for devices of type: MTP_DEVICE
No MTP devices connected to system
 
Looking for devices of type: SMART_DEVICE_APP
All IP addresses {'lo': [{'addr': '127.0.0.1', 'netmask': '255.0.0.0', 'peer': '127.0.0.1'}], 'ens33': [{'addr': '192.168.232.132', 'netmask': '255.255.255.0', 'broadcast': '192.168.232.255'}]}
No device is connected
 
Looking for devices...
USBDevice(busnum=1, devnum=2, vendor_id=0x1949, product_id=0x0324, bcd=0x0401, manufacturer=, product=Internal Storage, serial=G000TxxxxxxxYYY)
                Detected possible device KINDLE2
 
Devices possibly connected: Kindle 2/3/4/Touch/PaperWhite/Voyage Device Interface,  
Trying to open Kindle 2/3/4/Touch/PaperWhite/Voyage Device Interface ... 
Found device nodes: /dev/sdb None None
Syncing cover thumbnails to workaround amazon cover bug
Restored 0 cover thumbnails that were destroyed by Amazon
OK
Main memory: '/run/media/david/Kindle/'
Total space: (29315375104, 0, 0)


Hope this is of some help to you.

Edit: From a terminal session, try running df and see if it shows your Kindle. for me it shows as:

Filesystem 1K-blocks Used Available Use% Mounted on
....
/dev/sdb 28628296 3217512 25410784 12% /run/media/david/Kindle
Attached Thumbnails
Click image for larger version

Name:	Kindle_tumbleweed.png
Views:	238
Size:	78.1 KB
ID:	189811  

Last edited by DNSB; 10-24-2021 at 10:29 PM.
DNSB is offline   Reply With Quote