[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: USB flash memory problem.
Many changes were made to the USB layer for 3.6. Try the latest snapshot.
On Wed, 1 Sep 2004, R. Clayton wrote:
> I'm running 3.5 on an elderly toshiba satellite laptop, and I'm having problems
> using a USB flash memory stick: I plug the stick in and get
>
> $ dmesg | tail -20
> sysbeep0 at pcppi0
> lpt0 at isa0 port 0x378/4 irq 7
> npx0 at isa0 port 0xf0/16: using exception 16
> pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> pccom1 at isa0 port 0x2f8/8 irq 3: ns8250, no fifo
> fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
> fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
> cardslot0 at cbb0 slot 0 flags 0
> cardbus0 at cardslot0: bus 2 device 0 cacheline 0x0, lattimer 0x0
> pcmcia0 at cardslot0
> biomask c840 netmask c840 ttymask d8c2
> pctr: 686-class user-level performance counters enabled
> mtrr: Pentium Pro MTRR support
> dkcsum: wd0 matched BIOS disk 80
> root on wd0a
> rootdev=0x0 rrootdev=0x300 rawdev=0x302
> umass0 at uhub0 port 1 configuration 1 interface 0
> umass0: PNY Attache 2.0, rev 2.00/2.00, addr 2
> umass0: using SCSI over Bulk-Only
> scsibus1 at umass0: 2 targets
>
> $ usbdevs
> addr 1: UHCI root hub, Intel
> addr 2: Attache 2.0, PNY
>
> $ for i in 0 1 2 3 4 ; do sudo disklabel sd$i ; done
> disklabel: /dev/rsd0c: Device not configured
> disklabel: /dev/rsd1c: Device not configured
> disklabel: /dev/rsd2c: Device not configured
> disklabel: /dev/rsd3c: Device not configured
> disklabel: /dev/rsd4c: Device not configured
>
> $
>
> The stick works correctly under linux. Any suggestions?