SCSI device does not exist after connecting Buslink 80GB usb 1.1 hard drive
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
SCSI device does not exist after connecting Buslink 80GB usb 1.1 hard drive
after connecting, dmesg shows:
Code:
usb 2-2: new full speed USB device using uhci_hcd and address 4
usb 2-2: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
after that, there are no /dev/sd* entries. the hard drive works as expected on my windows box.
What linux distribution/version are you running?
Look at the output of the lsmod command. Is sd_mod being loaded? If not then this is probably the reason.
modprobe sd_mod (must be root)
nothing new. output is still the same as in my first post. when i reconnect the hard drive, the "address" number increments. that's the only difference.
yes--it behaves as expected on my windows xp box. haven't tried on another linux distro. i can try virtualbox'ing another distro on my windows xp host.
i connected to another windows xp box, and it couldn't find the driver. i went to buslink's site--got some 3-in-1 driver, installed and it worked. i mustve installed this driver on the first xp box. its a USB-IDE bridge controller.
tried connecting to my fedora core 8 box--still no sd* device name:
Code:
usb 4-1: new full speed USB device using uhci_hcd and address 2
usb 4-1: configuration #1 chosen from 1 choice
usb 4-1: New USB device found, idVendor=067b, idProduct=2307
usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 4-1: Product: BUSlink USB-IDE Bridge Controller
usb 4-1: Manufacturer: Buslink
is there some usb-ide bridge driver i need for linux?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.