[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:36810] Re: USB Cameraの Mount



上川です

google で DImage と Linux で検索したら、
http://www.linuxfocus.org/English/May2002/article240.shtml
がひっかかりました。
それによると、Dimage は unusual devs の一つである、と書いてありました。
unusual devs とは、普通の storage device かのように振舞うが
微妙に動作が違うためにカーネルの通常の方法では利用できないということらしいです。
以下のようなことが書いてありましたが、御使用のカーネルがもし対応していないのなら、
UNUSUAL_DEVエントリを追加してみると改善する可能性があります。


 I have used Kernel 2.4.17 for this article other 2.4.x kernels will probably work as well but 2.2.x will not work since the usb mass storage system has not been ported back to 2.2.x.

Edit the file unusual_devs.h from /usr/src/linux/drivers/usb/storage/ and add the following 2 entries:

UNUSUAL_DEV( 0x0686, 0x4008, 0x0001, 0x0001,
"Minolta",
"Dimage 5",
US_SC_SCSI, US_PR_BULK, NULL, US_FL_START_STOP ),
UNUSUAL_DEV( 0x0686, 0x4006, 0x0001, 0x0001,
"Minolta",
"Dimage 7",
US_SC_SCSI, US_PR_BULK, NULL, US_FL_START_STOP ),