On Fri, 8 Dec 2006, Cesar  Derty  wrote:

> Hi, folks!
> 
> I'm new here so please excuse me if i'm a little bit lost. I'm spanish so 
> i'll try to do my best with my english, sorry if it sounds crap sometimes.
> 
> I have a NIKON DSC E5200 digital camera that i want to connect to my debian. 
> I have read many web pages and sites but i don't succed with it.
> 
> dmesg says this :
> 
> Manufacturer: NIKON
> Product: NIKON DSC E5200
> SerialNumber: 4049473
> scsi1 : SCSI emulation for USB Mass Storage devices
>   Vendor: NIKON     Model: DSC E5200         Rev:
>   Type:   Direct-Access                      ANSI SCSI revision: 02
> WARNING: USB Mass Storage data integrity not assured
> USB Mass Storage device found at 6
> usb.c: usb-storage driver claimed interface c6deaf80
> usb.c: kusbd: /sbin/hotplug add 6
> 
> I have tried gphoto2 as i'm using enlightenment but it doesn't find my cam. 
> I have usb-storage support as (*) in my 2.4.32 kernel and i remember i 
> succeded on mount a pendrive on this system before. Look at what it says :
> 
> 1.621340 gphoto2-port(0): No se pudo encontrar el dispositivo USB 
> (fabricante 0x4a9, producto 0x3087). Debe asegurarse que este dispositivo 
> está conectado a la computadora.
> 
> Don't bother with spanish statement, it says it can't find USB device, 
> ensure it's plugged. The interestesting thing is this 0x4a9:0x3087. If you 
> look at http://www.qbik.ch/usb/devices/search_res.php?pattern=0x04a9
> 
> It's a Canon !!!
> 
> I don't understand anything. And moreover ...
> 
> I have read here :
> 
> http://www.togaware.com/linux/survivor/Camera.html
> 
> this guy mounting my camera as 'auto'. OK, he has a 2.6 Kernel but i don't 
> think this has to be the problem here.
> 
> I have tried, as a guy told me trying to help me, this : mount -t usbdevfs 
> none /proc/bus/usb
> 
> but it doesn't help. Mount now says :
> 
> usbfs on /proc/bus/usb type usbfs (rw)
> none on /proc/bus/usb type usbdevfs (rw)
> 
> Any help would be appreciated. Thnx a lot

It looks like the camera doesn't need gphoto2.  Instead you need to 
modprobe sd_mod.  Then the camera should show up as /dev/sda (or something 
similar) and you should be able to mount /dev/sda1.

By the way, you really should upgrade to a 2.6 kernel if you can.  2.6 has 
much better support for USB devices than 2.4.

Alan Stern


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to