(Forgive the top post, I sick (really) and tired). Did you see this in the FAQ - worked for me:
Q: Why do I only see one device from my multipurpose storage device? A:Some distributions (notably Red Hat) turn off the kernel option CONFIG_SCSI_MULTI_LUN. This prevents usb-storage from automatically detecting all the devices in your removable storage device. You can either recompile your kernel with this option enabled or try; echo >/proc/scsi/scsi "scsi add-single-device 0 0 0 1" Where IIRC, the first zero is the host (so it is zero if this is your first "SCSI" adapter), the second the channel (which for usb-storage should always be zero I believe), the third is the target (which again is always 0 for usb-storage) and the last is the LUN. LUN 0 is the only one probed if this kernel option is off, so you'd need to repeat this command as root for every media type your device accepts. ----- Original Message ----- From: "Michael Thies" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 2:24 PM Subject: [Linux-usb-users] problems with a new usb multicardreader and kernel2.4.18 ? > Hi All, > > I purchased a usb multicardreader (6in1) from MBO today. > > I have the modules: > usb-storage 59092 0 (unused) > usb-uhci 20940 0 (unused) > usbcore 52832 1 [usb-storage usb-uhci] > > loaded and then plugging the usb-cable into the usb-port, my syslog gets: > > Mar 4 20:12:55 independence kernel: hub.c: USB new device connect on bus1/1, assigned device number 4 > Mar 4 20:12:55 independence kernel: usb.c: kmalloc IF c956fcc0, numif 1 > Mar 4 20:12:55 independence kernel: usb.c: new device strings: Mfr=1, Product=2, SerialNumber=3 > Mar 4 20:12:55 independence kernel: usb.c: USB device number 4 default language ID 0x409 > Mar 4 20:12:55 independence kernel: Manufacturer: ICSI > Mar 4 20:12:55 independence kernel: Product: IC1100 V2.5B > Mar 4 20:12:55 independence kernel: SerialNumber: 000123454229 > Mar 4 20:12:55 independence kernel: usb.c: unhandled interfaces on device > Mar 4 20:12:55 independence kernel: usb.c: USB device 4 (vend/prod 0x0/0x0) is not claimed by any active driver. > ... > Mar 4 20:12:55 independence kernel: usb.c: kusbd: /sbin/hotplug add 4 > Mar 4 20:12:55 independence /sbin/hotplug: arguments (usb) env (PWD=/etc/hotplug DEVICE=/proc/bus/usb/001/004 INTERFACE=0/0/0 ACTION=add DEBUG=kernel OLDPWD=/ DEVFS=/proc/bus/usb TYPE=0/0/0 SHLVL=1 HOME=/ PATH=/bin:/sbin:/usr/sbin:/usr/bin PRODUCT=0/0/0 _=/usr/bin/env) > Mar 4 20:12:55 independence /sbin/hotplug: invoke /etc/hotplug/usb.agent () > Mar 4 20:12:58 independence kernel: usb-uhci.c: interrupt, status 2, frame# 1563 > Mar 4 20:12:58 independence kernel: usbdevfs: USBDEVFS_CONTROL failed dev 4 rqt 128 rq 6 len 18 ret -84 > Mar 4 20:12:58 independence last message repeated 2 times > Mar 4 20:12:58 independence /etc/hotplug/usb.agent: ... no modules for USB product 0/0/0 > > and trying (sp?) to mount a mediastick is unsuccessful: > # mount /dev/sdb1 /mnt/ > mount: /dev/sdb1 is not a valid block device > > > usbview says: Unknown Device. > > Does anybody has an idea, how I can get this cardreader working on my > linux-system? > > using a debian sid (not very up2date) and using a 2.4.18 kernel, which > is working perfectly with my konica kd-400z via usb. > > TiA and I hope, I provided enough information > -- > \o/ > Michael Thies --- [EMAIL PROTECTED] > > "Never run on auto-pilot" - The Pragmatic Programmer > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > [EMAIL PROTECTED] > To unsubscribe, use the last form field at: > https://lists.sourceforge.net/lists/listinfo/linux-usb-users > ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
