Quote:
Originally posted by tricky_linux
have you update your kernel recently or did you do anything before it stops working?
i assume you have a device or your usb device which was named "Tux"
what you need to do to test it wether linux had detect it was to type "dmesg | grep Tux" in your terminal to found out about it.
also, you might try "cdrecord -scanbus" to see if your device was listed.
|
Tricky,
I have upgraded the RedHat kernel, but the USB drive did the same in the previous kernel.
I do nothing more than play music from the drive - it literally dissapears randomly, i.e. at any given moment - no help needed from me!
I did your cdrecord trick (wierd
) pasted:
" 0,0,0 0) 'USB 2.0 ' 'Storage Device ' '0100' Disk "
What does this line mean ?
I am not sure what the device is called - so I grepped for "USB" :
dmesg | grep USB
ehci-hcd 00:10.3: VIA Technologies, Inc. USB 2.0
usb.c: new USB bus registered, assigned bus number 1
ehci-hcd 00:10.3: USB 2.0 enabled, EHCI 1.00, driver 2003-Jan-22
hub.c: USB hub found
usb-uhci.c: USB UHCI at I/O 0xd000, IRQ 10
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
usb-uhci.c: USB UHCI at I/O 0xd400, IRQ 10
usb.c: new USB bus registered, assigned bus number 3
hub.c: USB hub found
usb-uhci.c: USB UHCI at I/O 0xd800, IRQ 11
usb.c: new USB bus registered, assigned bus number 4
hub.c: USB hub found
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
hid-core.c: USB HID support drivers
hub.c: new USB device 00:10.3-3, assigned address 2
usb.c: USB device 2 (vend/prod 0x7c4/0xad01) is not claimed by any active driver.
hub.c: new USB device 00:10.1-2, assigned address 2
usb.c: USB device 2 (vend/prod 0x4a5/0x20b0) is not claimed by any active driver.
scanner.c: USB scanner device (0x04a5/0x20b0) now attached to scanner0
scanner.c: 0.4.12:USB Scanner Driver
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: USB 2.0 Model: Storage Device Rev: 0100
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
USB Mass Storage support registered.
Does this tell you something I am missing?
(Here's hoping)