On Thu, Jan 15, 2004 at 10:59:35AM +0000, James Green wrote:
On Thursday 15 Jan 2004 10:38 am, Brett Parker wrote:
hrm...
try... modprobe usb-storage, and see what it says.
Should need to: home:/home/jg# grep STORAGE /usr/src/linux/.config CONFIG_USB_STORAGE=y # CONFIG_USB_STORAGE_DEBUG is not set # CONFIG_USB_STORAGE_DATAFAB is not set # CONFIG_USB_STORAGE_FREECOM is not set # CONFIG_USB_STORAGE_ISD200 is not set CONFIG_USB_STORAGE_DPCM=y # CONFIG_USB_STORAGE_HP8200e is not set CONFIG_USB_STORAGE_SDDR09=y CONFIG_USB_STORAGE_SDDR55=y CONFIG_USB_STORAGE_JUMPSHOT=y
Hrm, OK, another quick thought...
grep "Attached scsi removable disk" /var/log/messages
That *MIGHT* tell you what it's called it... for my USB card reader I get things like: Jan 13 16:31:24 lister kernel: Attached scsi removable disk sdc at scsi3, channel 0, id 0, lun 0
Cheers,
Brett