Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Devices

Notices

Reply
 
Thread Tools Search this Thread
Old 03-20-2024, 12:47 PM   #1
Brynnan
Junior Member
Brynnan began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Mar 2024
Device: Kindle Paperwhite 10th gen
Mounting Kindle on PC, Calibre in Docker

I've done a lot of searching, but can't find anything that states that I'm not doing something right, but obviously, I'm missing something.

I have calibre running on Docker on my Synology DSM7 NAS. Everything is current versions. It works, I can add books, read, pretty much everything server-related. The first time I installed it, I did it the way I have successfully installed other Dockers and it worked. When I couldn't get it to attach to my Kindle, I cleaned it out, and reinstalled it using Marius' instructions. Still not connecting.

I access calibre via IP/port on Google Chrome, it spins up the KasmVNC, and I can access everything.

When I plug in my Kindle Paperwhite 10 gen into my PC (after buying a data cable), the Kindle does not show up in calibre. It mounts on my PC as a USB drive as it should, so the operating system is recognizing it.

I'm assuming that the VNC inside the browser cannot see my local drives. But I haven't found any special instructions saying I need to do something to make that happen. I also haven't found any indications that it's not possible.

I'm not familiar with KasmVNC and it was a while before I found a workaround for the clipboard, so there may be something I need to do to make this work, or am I mistaken that this should work?

The connection troubleshooter just says No Kindle found.

Last edited by Brynnan; 03-20-2024 at 12:50 PM. Reason: turned off smilies
Brynnan is offline   Reply With Quote
Old 03-20-2024, 12:53 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,809
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Your VLC PC is a client. The few times I have used VLC it (optional) extends the Host drives to the Client.

I think you just want to run the Calibre Content server on the docker and run the 'experimental' browser on your device to download a book.
theducks is offline   Reply With Quote
Advert
Old 03-20-2024, 03:17 PM   #3
Quoth
the rook, bossing Never.
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 11,164
Karma: 85874891
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper11
VNC won't make local devices appear on the remote server. It's essentially terminal.
if you cast your android tablet to TV set, it's like expecting the tablet to see a device connected to the TV USB port.

What theducks writes.
Quoth is offline   Reply With Quote
Old 03-24-2024, 11:13 PM   #4
_kind_le
Enthusiast
_kind_le began at the beginning.
 
_kind_le's Avatar
 
Posts: 30
Karma: 10
Join Date: Feb 2024
Location: Chicago
Device: Kindle 11th gen.
Docker desktop for Windows or Mac has a tiny virtual machine with a linux kernel to support containers tasks.

As usual container is running a piece of software which can be accessible (if there is such need) over exposed port so IP/port - is the only way you should use for that access.

Docker wasn't built to provide host's local drives, installed programs or connected peripheral devices to software running on it but rather to be a secure, identical, scalable and complete environment to run “containerized" code which uses host’s kernel (in case of linux host OS - its own kernel, for Windows/MAC VMed kernel), resources like CPU, RAM, FS (file system) and do not depend on host itself, software or hardware configuration.

If you have container which has a virtual screen and VNC server binded to it - sure you can access container’s environment using VNC client and IP/port but nothing more. Any connected device like e-reader or usb memstick to host OS will not magically appear in any container.

For that I would suggest you to use a real “Virtual Machine” approach since it’s relatively easy to forward device being connected to host to a particular VM instance (basically just using device hardware ID obtained form host OS). You can take a look on Virtual Box, QEMU or VMware player (not sure about it but think that feature is pretty standard). Running VM in “headless mode” and using VNC or RDP client will give you the same “container” feeling.

Technically you can use docker features called "volumes" or “bind mounts” and:

i. connect e-reader device;
ii. wait for usb device/folder to appear on host OS;
iii. start container with mapping option to map already local device’ folder/path to some mount point inside a container.

The only problem would be to force Calibre inside container to recognize and treat that mount point as actually a device’ folder.

Also you can open host’ ssh port to container and use something like sshfs for that mount option but anyway problem #3 will persist.

Hope this info will help you somehow.
_kind_le is offline   Reply With Quote
Reply

Tags
docker, kindle, windows


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Docker Calibre, change 8080 port? yngbpfwc Calibre 1 11-14-2022 09:52 PM
Importing calibre data into calibre server/docker straylight Server 1 12-30-2020 09:23 PM
Importing calibre data into calibre server/docker straylight Calibre 1 12-30-2020 03:33 PM
I want to know if someone can provide a docker image that can compile calibre The_book Development 0 12-03-2020 04:04 AM
Docker Calibre and KOReader feffe KOReader 6 09-29-2019 10:02 PM


All times are GMT -4. The time now is 09:22 AM.


MobileRead.com is a privately owned, operated and funded community.