Hello. > Do you use a desktop with automounting, such as GNOME or KDE? I. e. is > your reader automounted correctly, but just not recognized by calibre? > > Can you please try this in a Terminal: > > echo -e '#!/bin/sh\nexit 0' | sudo tee /usr/bin/calibre-mount-helper > sudo chmod 755 /usr/bin/calibre-mount-helper > > This will create a dummy calibre-mount-helper which does nothing and > avoid the error message. Does it work then?
After some tests, I indeed managed to make things work, with the following changes: - in KDE control center, ensure automount is enabled for the various partitions the reader exposes (main memory, and extension card) ; for some reason they weren't enabled to automount - in the script you provided, change "exit 0" to "exit 1" (in the .c source, it's actually EXIT_FAILURE which is returned...) Thanks for the quick reply! Nicolas -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

