|
| View previous topic :: View next topic |
| Author |
Message |
kazim
|
Posted: Sat Jun 19, 2004 6:40 pm Post subject: USB external storage drive requires reboot to work |
|
|
For some reason I have to reboot to recognise USB storage devices. I thought it was the hotplugger that wasn't working, but see this output from dmesg on insertion of the LACIE external 20gb:
| Code: |
hub.c: new USB device 00:1d.1-1, assigned address 2
scsi1 : SCSI emulation for USB Mass Storage devices
usb_control/bulk_msg: timeout
|
usb-utils shows it too:
| Code: |
[root@LUCI DOWNLOAD]# lsusb
Bus 004 Device 001: ID 0000:0000 Virtual Hub
Bus 003 Device 001: ID 0000:0000 Virtual Hub
Bus 003 Device 002: ID 059f:a601 LaCie HardDrive
Bus 002 Device 001: ID 0000:0000 Virtual Hub
Bus 001 Device 001: ID 0000:0000 Virtual Hub
|
However cdrecord wont pick it up, and of course I cant mount it or fdisk /dev/sda/b/c/d it.
| Code: |
[root@LUCI DOWNLOAD]# cdrecord --scanbus
Cdrecord 2.00.3 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
scsibus0:
0,0,0 0) 'MATSHITA' 'UJDA755zDVD/CDRW' '1.20' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
[root@LUCI root]# fdisk /dev/sda
Unable to open /dev/sda
|
I have tried
| Code: |
rmmod usb-uhci
insmod usb-uhci
(and it sometimes hangs)
|
Any ideas how to mount my USB devices without rebooting?
|
|
|
 |
kazimkazim
|
Posted: Sat Jun 19, 2004 8:51 pm Post subject: |
|
|
It dont even work on reboot. I found this article:
[url]
http//www.uwsg.iu.edu/hypermail/linux/kernel/0207.0/0581.html
[/url]
But same thing applies, USB storage devices still require a reboot *some* of the time. Does anyone else experience this? (9002)
|
|
|
 |
jebba
|
Posted: Sun Jun 20, 2004 1:47 am Post subject: |
|
|
I've noticed that USB is quite a bit nicer in 10000. Basically, you can use the Menu->System Tools->Disk Management program to mount/umount USB devices. I've only used it with one device at a friends, but it worked really well. A "regular" user can mount/umount all from a gui. It puts a link to the device on the desktop when the device is mounted. Requires no command line.
-Jeff
|
|
|
 |
|
|
|