On Monday 12 December 2005 04:51, Willard Van Dyne wrote: > Hi all, > > Anybody know how to *directly* access, via Linux, the built-in flash > memory of a Logitech ClickSmart 420 camera? > > I was using "sfdisk -l" on Fedora Core 4, but the device does not > seem to behave like a USB storage device so it can't be detected and > mounted. I don't want to use a program such as gphoto2 just to access the > pictures stored inside.
i don't have a camera like that, so i can't test it... but in the linux kernel source tree, there is a file called unusual_devs.h which contains all unusual usb devices (du'uh) <srctree>/drivers/usb/storage/unusual_devs.h you can try adding your camera there, with options you want (like force it to be recognised as a mass storage device... (i needed this to get a corrupted usb stick to work, it thought it was a cd writer..., thanx M$) if not, try the usb.handmap file... (i haven't managed to figure this one out, but it should be possible) good luck! -- harry aka Rik Bobbaers K.U.Leuven - LUDIT -=- Tel: +32 485 52 71 50 [EMAIL PROTECTED] -=- http://harry.ulyssis.org Disclaimer: By sending an email to ANY of my addresses you are agreeing that: 1. I am by definition, "the intended recipient" 2. All information in the email is mine to do with as I see fit and make such financial profit, political mileage, or good joke as it lends itself to. In particular, I may quote it on usenet. 3. I may take the contents as representing the views of your company. 4. This overrides any disclaimer or statement of confidentiality that may be included on your message. Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
