usb-storage is unsupported on 2.2.x kernels. Please upgrade. Matt
On Wed, Oct 17, 2001 at 09:04:21PM +0100, [EMAIL PROTECTED] wrote: > > I have a Fujitsu 20Gb USB disk > that I want to use under linux. > > I read and followed any documentation that came to my hands: > compiling an appropiate kernel, ..., and _almost_ > all seems to be correct. Now I fail to figure out > which device-file (files under /dev/) stands for the disk > so I can't make > > mount /dev/??????? /mnt/mydisk > > I've looked for such device in many places, > some listed below, with no luck. > > I show you the details of my system: > > - Linux from Debian 2.2r2 distribution (potato) > with 2.2.18pre21 kernel > > - Kernel configuration (have I missed something?) ============= > > Linux Kernel v2.2.18pre21 Configuration > > (options not shown are not compiled in-kernel > nor compiled as module) > > SCSI SUPPORT > > <*> SCSI support > <*> SCSI disk support > <*> SCSI generic support > [*] Probe all LUNs on each SCSI device > [*] Verbose SCSI error reporting (kernel size +=12K) > > USB SUPPORT > > <*> Support for USB > [*] USB verbose debug messages > <*> UHCI (Intel PIIX4, VIA, ...) support > <M> OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support > <*> USB Mass Storage support (EXPERIMENTAL) > [*] USB Mass Storage verbose debug > > ============================================================= > > - Boot log (dmesg | grep usb) > > Messages I like (specially the last two) > > usb.c: registered new driver usbdevfs > usb.c: registered new driver hub > usb.c: registered new driver usb-storage > usb-uhci.c: $Revision: 1.237 $ time 12:50:33 Oct 17 2001 > usb-uhci.c: High bandwidth mode enabled > usb-uhci.c: Detected 2 ports > usb.c: new USB bus registered, assigned bus number 1 > usb.c: USB new device connect, assigned device number 1 > usb.c: hub driver claimed interface c7fe5b30 > usb.c: USB new device connect, assigned device number 2 > usb.c: USB device number 2 default language ID 0x409 > usb-storage.c: USB Mass Storage device detected > usb.c: usb-storage driver claimed interface c7fe5e30 > > Messages I dislike: > ------------------- > > usb-storage.c: -- did not find a matching device > usb-storage.c: Searching unusual device list for (0x7c4, 0x103, > 0x920)... > usb-storage.c: -- did not find a matching device > usb-storage: bus_reset() requested but not implemented > usb-storage.c: Bus reset requested > usb-storage: bus_reset() requested but not implemented > usb-storage.c: usb_stor_bulk_msg() timeout > usb-storage.c: Attempting to get CSW... > usb-storage.c: Bulk status result = 0 > usb-storage.c: Bulk status S 0x53425355 T 0x1 R 0 V 0x0 > usb-storage.c: scsi cmd done, result=0x0 > usb-storage: host_reset() requested but not implemented > usb-storage.c: Bad device number (1/0) > usb-storage.c: us_queuecommand() called > usb-storage.c: Bad device number (2/0) > usb-storage.c: Bad device number (3/0) > usb-storage.c: Bad device number (4/0) > usb-storage.c: Bad device number (5/0) > usb-storage.c: Bad device number (6/0) > usb-storage.c: Bad device number (7/0) > ================================================================= > > - Boot log (dmesg | grep scsi) ========================= > > scsi0 : SCSI host adapter emulation for IDE ATAPI devices > scsi : 1 host. > scsi : detected total. > scsi1 : SCSI emulation for USB Mass Storage devices > scsi : 2 hosts. > usb-storage.c: scsi cmd done, result=0x0 > ================================================================= > > - Contents of /proc/scsi/usb/1 (This seems good !) ============ > > Host scsi1: usb-storage > Vendor: OnSpec Electronic, Inc. > Product: USB Disk > Serial Number: 495265F352 > Protocol: Transparent SCSI > Transport: Bulk > GUID: 07c40103000000495265f352 > ================================================================= > > - Contents of /proc/scsi/scsi (This seems very ugly !)=========== > > Attached devices: none > > ================================================================= > > - Contents of /proc/bus/usb/devices (the device seems to > be detected, see S: lines) > > T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 > B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 > D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=0000 ProdID=0000 Rev= 0.00 > S: Product=USB UHCI Root Hub > S: SerialNumber=e000 > C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA > I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub > E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms > T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 > D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=07c4 ProdID=0103 Rev= 9.20 > S: Manufacturer=OnSpec Electronic, Inc. > S: Product=USB Disk > S: SerialNumber=495265F352 > C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=500mA > I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 > Driver=usb-storage > E: Ad=01(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms > > ======================================================================= > > > - Contents of /proc/bus/usb/drivers (is something missing?) > > usb-storage > hub > usbdevfs > > ====================================================================== > > > Well (if you reached this line you deserve a prize) > the question is: > > - is my USB hard disk supported by kernel 2.2.18pre21? > YES: > - where my error is? which /dev/ should I use? > NO: > You need a 2.4 kernel. Then I have > a problem, since debian potato is not prepared > to support a 2.4 kernel (I think!) and I > want to use a Debian distributed kernel. > > thank you very very much in advance. > > Jordi Bataller > Gandia > SPAIN > > _______________________________________________ > [EMAIL PROTECTED] > To unsubscribe, use the last form field at: > https://lists.sourceforge.net/lists/listinfo/linux-usb-users -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver C: They kicked your ass, didn't they? S: They were cheating! -- The Chief and Stef User Friendly, 11/19/1997
msg01781/pgp00000.pgp
Description: PGP signature
