View previous topic :: View next topic |
Author |
Message |
ctford0 l33t


Joined: 25 Oct 2002 Posts: 774 Location: Lexington, KY,USA
|
Posted: Sat Nov 22, 2003 3:12 am Post subject: USB Storage - Digital Voice Recorder (Olympus DS330) |
|
|
I have a digital voice recorder, however when I plug it in I get:
Code: |
hub.c: new USB device 00:02.0-2, assigned address 3
usb.c: USB device 3 (vend/prod 0x7b4/0x208) is not claimed by any active driver.
|
I have everything I need in my kernel for usb mass storage devices since I have my usb zip working. I was hoping someone knew of another way to get this to work as a usb mass storage device.
chris |
|
Back to top |
|
 |
ctford0 l33t


Joined: 25 Oct 2002 Posts: 774 Location: Lexington, KY,USA
|
Posted: Tue Nov 25, 2003 5:42 pm Post subject: |
|
|
bump |
|
Back to top |
|
 |
keschrich n00b

Joined: 09 Apr 2002 Posts: 69 Location: Branford, CT
|
Posted: Tue Nov 25, 2003 9:43 pm Post subject: |
|
|
just a blind stab, but do you have scsi disk support enabled/modules loaded? in order to use my usb pen drive, other usb storage devices, i need sd_mod loaded... |
|
Back to top |
|
 |
ctford0 l33t


Joined: 25 Oct 2002 Posts: 774 Location: Lexington, KY,USA
|
Posted: Tue Nov 25, 2003 10:32 pm Post subject: |
|
|
keschrich wrote: | just a blind stab, but do you have scsi disk support enabled/modules loaded? in order to use my usb pen drive, other usb storage devices, i need sd_mod loaded... |
yea i have everything needed, i know this because my usb zip drive works.
i guessing but i would expect needing some type of kernel patch or personally adding this hardware identifier in one of the usb mass storage source files in the kernel. Anyone know of a patch or where i would enter the hardware identifier for this device?
chris |
|
Back to top |
|
 |
|