Public bug reported:

I upgraded my 7.10 to 8.04. In 7.10 I could just plug in my S5700 and a
pop up showed up, allowing me to import my photos. This doesn't work in
8.04. F-Spot shows my camera in the import screen but gives a "USB
device not accessible error" ( the actual error message was in German )
if I try to import the pictures.

I made a lsusb giving me following output

Bus 003 Device 002: ID 057c:6201 AVM GmbH WLAN USB v1.1
Bus 003 Device 001: ID 0000:0000  
Bus 002 Device 003: ID 1532:0009  
Bus 002 Device 002: ID 06a3:8021 Saitek PLC 
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 006: ID 04cb:01c4 Fuji Photo Film Co., Ltd 
Bus 001 Device 001: ID 0000:0000 

I added the file  45-glibphoto2.rules to /etc/udev/rules.d and filled it
with this, after which I can import the pictures manually( the import
popup still does not show up upon a new usb connection ).

# udev rules file for libgphoto2
#
ACTION!="add", GOTO="libgphoto2_rules_end"
SUBSYSTEM=="usb_device", GOTO="libgphoto2_rules_real"
SUBSYSTEM=="usb", GOTO="libgphoto2_rules_real"
BUS!="usb", GOTO="libgphoto2_rules_end"

LABEL="libgphoto2_rules_real"

SYSFS{idVendor}=="0553", SYSFS{idProduct}=="0202", MODE="0660", GROUP="plugdev"
SYSFS{idVendor}=="06bd", SYSFS{idProduct}=="0403", MODE="0660", GROUP="plugdev"
SYSFS{idVendor}=="04cb", SYSFS{idProduct}=="01c4", MODE="0660", GROUP="plugdev"

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
Fuji FinePix S5700 not detected
https://bugs.launchpad.net/bugs/217407
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

Reply via email to