On Sat, 28 Aug 2004 [EMAIL PROTECTED] wrote: > Hi all, > > I've bought the above device and I would like to use it with linux. > I suppose it's considered as an usb mass storage. > when I connect it to my desktop (usb connection) usb-storage module is loaded by > the kernel. > In /proc/bus/usb/devices I can read : > T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#= 7 Spd=12 MxCh= 0 > D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=132b ProdID=0013 Rev= 0.01 > S: Manufacturer=KONICA MINOLTA > S: Product=DiMAGE CAMERA > C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 0mA > I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none) > E: Ad=01(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms > E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms > > The Driver usb-storage is not associated with my device !!! > > I was thinking that my kernel did not know how to handle this device and I've > added the line below in > /usr/src/linux-2.6.7/drivers/usb/storage/unusual_devs.h, but my kernel says > "kernel: usb-storage: This device (132b,0013,0001 S 06 P 50) has an unneeded > SubClass entry in unusual_devs.h" and so I think it already knows it. > > UNUSUAL_DEV( 0x132b, 0x0013, 0x0001, 0x0001, > "Minolta", > "DIMAGE X31", > US_SC_SCSI, US_PR_DEVICE, NULL, 0 ), > > Any help is welcome :-)
The DiMAGE cameras have a number of problems. I can't tell from your message what your particular problem is, though. Try doing this: Take out your unusual_devs.h entry and turn on the usb-storage verbose debugging option in the kernel configuration. Then rebuild the driver, try plugging in the camera, and post the debugging messages that show up in the system log. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
