Linux - Hardware This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-04-2005, 06:24 PM
|
#1
|
Member
Registered: Mar 2004
Location: Guadalajara, Mexico
Distribution: Fedora Core 3
Posts: 30
Rep:
|
Help Installing BUSLINK USB (1.0) DRIVE
Hi readers, helpers and all
Since I'm migrating from windows to Fedora C.3 I have a BUSLINK "semimobile" USB hard drive. and Sincerly I don't have a clue how to make it work, I know I have to mount it, so I created a directorty under /mnt/ named usbdrive
But I'm in complete darkness in the steps preceding that.
I've look for drivers in their [BUSLINK] website, but no word of Linux anywhere.
Any sugestions, help, guidance will be much appreciated..
Best Regards
|
|
|
04-04-2005, 07:27 PM
|
#2
|
Member
Registered: Apr 2005
Location: Abq, NM
Distribution: Debian, Ubuntu
Posts: 40
Rep:
|
I'm not sure what driver exactly your usb hdd needs, but usually this is what you need to do (so give it a shot):
First plug it in and check what it says in /var/log/syslog. If everything is already setup correctly, you should get an entry there and it should tell you that it is attached now as sda (or sdb, etc).
If that doesn't happen, post the error message you get once you plug it in (like missing module). If you get the missing module message, make sure usb-storage is loaded (`modprobe usb-storage`).
If you get that all ok, you need to create an entry in /etc/fstab like the following:
/dev/sda1 /mnt/usbdrive auto user,noauto 0 0
Hope that helps, try some of the things and report back.
|
|
|
04-05-2005, 04:34 PM
|
#3
|
Member
Registered: Mar 2004
Location: Guadalajara, Mexico
Distribution: Fedora Core 3
Posts: 30
Original Poster
Rep:
|
No luck finding Syslog but I found a file named /var/log/dmesg containing the Boot output
And this is all what it came -the content in this file- for USB Devices
...
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
...
USB Universal Host Controller Interface driver v2.2
...
usb 1-2: new full speed USB device using uhci_hcd and address 2
hub 1-2:1.0: USB hub found
hub 1-2:1.0: 4 ports detected
usb 1-2.1: new full speed USB device using uhci_hcd and address 3
usb 1-2.3: new full speed USB device using uhci_hcd and address 4
usb 1-2.4: new full speed USB device using uhci_hcd and address 5
drivers/usb/class/usblp.c: Disabling reads from problem bidirectional printer on usblp0
drivers/usb/class/usblp.c: usblp0: USB Unidirectional printer dev 3 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0404
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
...
I also checked if the syslog service was running and it was..
|
|
|
04-05-2005, 05:13 PM
|
#4
|
Member
Registered: Apr 2005
Location: Abq, NM
Distribution: Debian, Ubuntu
Posts: 40
Rep:
|
Was your hdd already plugged in when you boot?
I think the general log file under Fedora is /var/log/messages, check there please. Easiest way is tail -n 0 -f /var/log/messages in a console, then plug in and copy&paste what appears.
|
|
|
04-05-2005, 06:04 PM
|
#5
|
Member
Registered: Mar 2004
Location: Guadalajara, Mexico
Distribution: Fedora Core 3
Posts: 30
Original Poster
Rep:
|
Was it on?
Yes the device was On and connected when booted, I did it that way, becaused I whished to be recognized, installed and c onfigured when booting but no such luck.
Last edited by sitmex; 04-05-2005 at 06:06 PM.
|
|
|
04-05-2005, 06:13 PM
|
#6
|
Member
Registered: Mar 2004
Location: Guadalajara, Mexico
Distribution: Fedora Core 3
Posts: 30
Original Poster
Rep:
|
This is the last minute message...
Message found...
Apr 5 18:12:09 localhost kernel: usb 1-2.3: new full speed USB device using uhci_hcd and address 8
|
|
|
04-05-2005, 06:40 PM
|
#7
|
Member
Registered: Apr 2005
Location: Abq, NM
Distribution: Debian, Ubuntu
Posts: 40
Rep:
|
Are you sure that is the only message you get when you plug the hdd in? Usually there are a couple of lines...
Also, did you make sure usb-storage was loaded (modprobe usb-storage)?
|
|
|
04-05-2005, 07:34 PM
|
#8
|
Member
Registered: Mar 2004
Location: Guadalajara, Mexico
Distribution: Fedora Core 3
Posts: 30
Original Poster
Rep:
|
Yeap thats the only one...
about the modprobe this is the outcome
# modprobe usb-storage
#
don't know if this means loaded, no errors or the other way around.
|
|
|
04-05-2005, 08:44 PM
|
#9
|
Member
Registered: Apr 2005
Location: Abq, NM
Distribution: Debian, Ubuntu
Posts: 40
Rep:
|
No output means no errors, and you can confirm that it is loaded by 'lsmod', which should list it then.
On the downside, I'm not sure why your hdd is not recognized then. In general, most USB hdd's run with usb-storage just fine. Do you remember if you needed special drivers for windows? If you installed some, try connecting the HDD on another PC where they are not installed - if the drive works w/o drivers, then it will also work with usb-storage.
|
|
|
All times are GMT -5. The time now is 10:57 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|