Newsgroups: comp.os.linux.hardware
From: Piotr Pawłow <p...@siedziba.pl>
Date: Fri, 14 Mar 2003 13:44:42 +0100
Local: Fri, Mar 14 2003 7:44 am
Subject: Re: No media found Mustek mdc-3500 usb camera and other questions
Zarathustra wrote: Mustek MDC-3500 seems to have problems with some SCSI commands linux sends > I have tried a ton of tutorials on the web on usb cameras, and Ive visited > the linux usb site to no avail. Can someone tell me how to get this to > work to it. You need to insert following lines into drivers/usb/storage/unusual_devs.h file: UNUSUAL_DEV( 0x055f, 0xc233, 0x0000, 0x9999, Then recompile kernel. Should work fine. If you just want to extract images from the camera without all the troubles 1. Check what is the device number of your camera: $ cdrecord -scanbus In this case the camera is at 1,0,0 2. Dump camera memory to a file $ readcd -dev=1,0,0 -f=disk.out 3. Mount the file $ /sbin/losetup -o 20992 /dev/loop0 disk.out Cheers, You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||