You are not logged in.
Pages: 1
I am using 4.12 on Debian Buster. All seems to work well. When I plug in my camera, I see dialogs pop up saying it was found, and my program (Shotwell) comes up to import the photos. All that works well and as expected.
However, there is no desktop icon for the drive, nor any mounted location anywhere in the whole file system. I have never seen this in any other OS I've used. I have checked every box I can find regarding removable media under Settings Manager, but nothing makes any difference.
I thought this was a OS problem, but no one has found any issue. Is it an Xfce problem?
Offline
Maybe related to https://bugs.archlinux.org/task/39172
Referenced here: https://forum.xfce.org/viewtopic.php?id=8669
Good luck!
Offline
Sorry, but I do not understand what might be used to change any setting or parameter of the OS or DE. I am also running that link by the people in Debian forum. Maybe that will give some idea.
Offline
Is your digital camera configured as MTP, PTP, or “USB mass storage device class” / USB MSC / UMS? Try switching it to one of the other protocols and see if you are then able to mount it.
Regards,
MDM
Offline
There are no such choices in the camera.
Offline
What's the brand and model?
Regards,
MDM
Offline
Canon PowerShot SD1000
Offline
Is it possible that there needs to be a mount command associated with the insertion of the camera cable into the USB slot? Is there something missing in the Xfce installation of Debian 10?
One person was able to duplicate my problem, but only intermittently.
Am I correct in assuming that Xfce is mounting the USB devices?
Offline
Just found out that dmesg sees this:
00:15:00.0/usb1/1-2/1-2.4/1-2.4.2/1-2.4.2:1.1/0003:1EA7:0066.002C/input/input71
[34614.105266] hid-generic 0003:1EA7:0066.002C: input,hiddev0,hidraw1: USB HID v1.10 Mouse [2.4GHz keyboard and mouse] on usb-0000:15:00.0-2.4.2/input1
[35096.648226] usb 1-2.1: new high-speed USB device number 46 using xhci_hcd
[35096.885095] usb 1-2.1: New USB device found, idVendor=04a9, idProduct=314f, bcdDevice= 0.02
[35096.885097] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[35096.885098] usb 1-2.1: Product: Canon Digital Camera
[35096.885099] usb 1-2.1: Manufacturer: Canon Inc.
[35096.885099] usb 1-2.1: SerialNumber: 69FC80F9C7754059874B0EC144CF168A
[35395.869722] usb 1-2.1: USB disconnect, device number 46
[36190.923429] usb 1-2.1: new high-speed USB device number 47 using xhci_hcd
[36191.156136] usb 1-2.1: New USB device found, idVendor=04a9, idProduct=314f, bcdDevice= 0.02
[36191.156137] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[36191.156138] usb 1-2.1: Product: Canon Digital Camera
[36191.156139] usb 1-2.1: Manufacturer: Canon Inc.
[36191.156140] usb 1-2.1: SerialNumber: 69FC80F9C7754059874B0EC144CF168A
[36356.499390] usb 1-2.1: USB disconnect, device number 47
[36360.416788] usb 1-2.1: new high-speed USB device number 48 using xhci_hcd
[36360.648917] usb 1-2.1: New USB device found, idVendor=04a9, idProduct=314f, bcdDevice= 0.02
[36360.648919] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[36360.648920] usb 1-2.1: Product: Canon Digital Camera
[36360.648921] usb 1-2.1: Manufacturer: Canon Inc.
[36360.648921] usb 1-2.1: SerialNumber: 69FC80F9C7754059874B0EC144CF168A
Offline
Just a guess...
Your camera is from the stone age... and I got a scanner from the same period. A couple of years ago the support for my scanner disappear and I had to do my own udev rule like this:
### /etc/udev/rules.d/
# Canon CanoScan LiDE25
ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="2220", ENV{libsane_matched}="yes"
I saved it as 60-canon-lide-25.rules in /etc/udev/rules.d
You got idVendor=04a9 and idProduct=314f in your dmesg. Try to write a own rule for your camera based on my scanner rule. I don't remember there I got my ENV settings from, or if it is necessary. Use google to find out, search "udev env". Or do a try without it.
[Away for a wile.]
I found this: http://www.reactivated.net/writing_udev … ple-camera
Last edited by Magnus B (2019-07-12 11:34:24)
Offline
Pages: 1
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 555.8 KiB (Peak: 573.09 KiB) ]