I had a similar issue. Except I was bogged down with this from dmesg [EMAIL PROTECTED]:~$ dmesg | tail [ 7675.049783] usb 5-1: usbfs: USBDEVFS_CONTROL failed cmd kio_kamera rqt 33 rq 102 len 0 ret -110 [ 7683.052569] usb 5-1: usbfs: USBDEVFS_CONTROL failed cmd kio_kamera rqt 33 rq 102 len 0 ret -110 [ 7684.757591] usb 5-1: usbfs: USBDEVFS_CONTROL failed cmd kio_kamera rqt 33 rq 102 len 0 ret -71 [ 7684.853960] usb 5-1: USB disconnect, address 5 [ 7699.992864] usb 5-1: new full speed USB device using uhci_hcd and address 6 [ 7700.091921] usb 5-1: configuration #1 chosen from 1 choice [ 7700.099310] scsi7 : SCSI emulation for USB Mass Storage devices [ 7700.098973] usb-storage: device found at 6 [ 7700.098979] usb-storage: waiting for device to settle before scanning [ 7710.372885] usb 5-1: usbfs: USBDEVFS_CONTROL failed cmd kio_kamera rqt 33 rq 102 len 0 ret -110
It would hang on 'waiting for device to settle before scanning' and then print the error about kio_kamera. That said... for me I don't think the kio_kamera command exists. $ kio_[TAB] kio_http_cache_cleaner kio_system_documenthelper kio_media_mounthelper kio_uiserver kio_media_realfolder kio_umountwrapper Anyway... from what I can tell it was trying to mount my camera (Nikon Coolpix 5600) with PTP because PTP worked with my camera. I removed this from '/usr/share/hal/fdi/preprobe/10osvendor/20-libgphoto2.fdi' <match key="usb.vendor_id" int="1200"> <match key="usb.product_id" int="302"> <merge key="info.category" type="string">camera</merge> <append key="info.capabilities" type="strlist">camera</append> <merge key="camera.access_method" type="string">ptp</merge> <merge key="camera.libgphoto2.name" type="string">Nikon Coolpix 5600 (PTP mode)</merge> <merge key="camera.libgphoto2.support" type="bool">true</merge> </match> </match> And it mounted correctly as a mass media device. I think it may be possible to have it mount correctly by changing camera.access_method to mass media but I don't know what to put in place of ptp. -- KDE blocks digital camera detection as usb-scsi disk https://bugs.launchpad.net/bugs/155788 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs