LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 08-16-2004, 09:11 AM   #1
linuxlastslonge
Member
 
Registered: Jun 2002
Location: Franklin, IN
Distribution: Debian, CentOS, Mac OS X
Posts: 158

Rep: Reputation: 30
Exclamation western digital 160GB usb hard drive


i'm having trouble making my USB Hard drive working. well, pretty much, my system can't even register the device. is there anything i'm doing wrong? included below is a dump of lsmod (the modules i'm using), dmesg, and my messages file (the messages i receive when running kudzu). i'm running RedHat Enterprise WS 3.

[root@server /]# lsmod

Code:
Module                  Size  Used by    Not tainted
usb-storage            74624   0  (unused)
usbcore                79392   0  [usb-storage]
parport_pc             19076   1  (autoclean)
lp                      9028   0  (autoclean)
parport                37088   1  (autoclean) [parport_pc lp]
autofs                 13364   0  (autoclean) (unused)
3c59x                  30928   1
sg                     36940   0  (autoclean)
sr_mod                 18104   0  (autoclean)
floppy                 58160   0  (autoclean)
microcode               4724   0  (autoclean)
ide-scsi               12208   0
scsi_mod              108968   3  [usb-storage sg sr_mod ide-scsi]
ide-cd                 35680   0
cdrom                  33696   0  [sr_mod ide-cd]
ext3                   91592   2
jbd                    52336   2  [ext3]
[root@server /]# dmesg

Code:
usb-uhci.c: $Revision: 1.275 $ time 18:21:59 Oct  3 2003
usb-uhci.c: High bandwidth mode enabled
PCI: Found IRQ 12 for device 00:1f.2
PCI: Setting latency timer of device 00:1f.2 to 64
usb-uhci.c: USB UHCI at I/O 0xa400, IRQ 12
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Found IRQ 5 for device 00:1f.4
PCI: Sharing IRQ 5 with 02:0b.0
PCI: Setting latency timer of device 00:1f.4 to 64
usb-uhci.c: USB UHCI at I/O 0xa000, IRQ 5
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb.c: USB disconnect on device 00:1f.2-0 address 1
hub.c: usb_hub_port_status (1) failed (err = -19)
hub.c: connect-debounce failed, port 2 disabled
hub.c: cannot disable port 2 of hub 1 (err = -19)
hub.c: get_hub_status failed
usb.c: USB bus 1 deregistered
usb.c: USB disconnect on device 00:1f.4-0 address 1
usb.c: USB bus 2 deregistered
[root@server /]# tail /var/log/messages

Code:
Aug 16 09:02:50 server kernel: usb-uhci.c: $Revision: 1.275 $ time 18:21:59 Oct  3 2003
Aug 16 09:02:50 server kernel: usb-uhci.c: High bandwidth mode enabled          
Aug 16 09:02:50 server kernel: PCI: Found IRQ 12 for device 00:1f.2
Aug 16 09:02:50 server kernel: usb-uhci.c: USB UHCI at I/O 0xa400, IRQ 12       
Aug 16 09:02:50 server kernel: usb-uhci.c: Detected 2 ports
Aug 16 09:02:50 server kernel: usb.c: new USB bus registered, assigned bus number 1
Aug 16 09:02:50 server kernel: hub.c: USB hub found                             
Aug 16 09:02:50 server kernel: hub.c: 2 ports detected
Aug 16 09:02:50 server kernel: PCI: Found IRQ 5 for device 00:1f.4              
Aug 16 09:02:50 server kernel: PCI: Sharing IRQ 5 with 02:0b.0
Aug 16 09:02:50 server kernel: usb-uhci.c: USB UHCI at I/O 0xa000, IRQ 5        
Aug 16 09:02:50 server kernel: usb-uhci.c: Detected 2 ports
Aug 16 09:02:50 server kernel: usb.c: new USB bus registered, assigned bus number 2
Aug 16 09:02:50 server kernel: hub.c: USB hub found                             
Aug 16 09:02:50 server kernel: hub.c: 2 ports detected
Aug 16 09:02:50 server kernel: usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
Aug 16 09:02:50 server kernel: usb.c: USB disconnect on device 00:1f.2-0 address 1
Aug 16 09:02:51 server kernel: hub.c: usb_hub_port_status (1) failed (err = -19)
Aug 16 09:02:51 server kernel: hub.c: connect-debounce failed, port 2 disabled
Aug 16 09:02:51 server kernel: hub.c: cannot disable port 2 of hub 1 (err = -19)
Aug 16 09:02:51 server kernel: hub.c: get_hub_status failed
Aug 16 09:02:51 server kernel: usb.c: USB bus 1 deregistered
Aug 16 09:02:51 server kernel: usb.c: USB disconnect on device 00:1f.4-0 address 1
Aug 16 09:02:51 server kernel: usb.c: USB bus 2 deregistered
Aug 16 09:02:52 server devlabel: devlabel service started/restarted
Aug 16 09:02:52 server devlabel: devlabel service started/restarted
Aug 16 09:02:53 server /etc/hotplug/usb.agent: ... no modules for USB product 0/0/0
Aug 16 09:02:53 server /etc/hotplug/usb.agent: ... no modules for USB product 0/0/0
any help would be appreciated. i noticed that in my messages file, though, it says:

Code:
Aug 16 09:02:53 server /etc/hotplug/usb.agent: ... no modules for USB product 0/0/0
Aug 16 09:02:53 server /etc/hotplug/usb.agent: ... no modules for USB product 0/0/0
does that mean i have to manually load a driver/module?


thanks!!!!



 
Old 08-16-2004, 10:21 AM   #2
linuxlastslonge
Member
 
Registered: Jun 2002
Location: Franklin, IN
Distribution: Debian, CentOS, Mac OS X
Posts: 158

Original Poster
Rep: Reputation: 30
Cool

update!!!!!!!!!

i did a modprobe on usb-uhci and that fixed everything. i was then able fdisk /dev/sda and partition my WD USB drive. i then continued on to mkfs.ext3 /dev/sda1 !!!!

i probably stumped a lot of you guys, but i figured it out. i hope others may be albe to use this information to help themselves!!!!!!!!!!!


thanks!!!!!!!!!!!!!!!!






 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I install Linux on Western Digital USB external hard drive? priyankadeven Linux - Newbie 6 11-24-2009 09:12 PM
Western Digital USB harddrive. RoaCh Of DisCor Linux - Hardware 3 01-28-2005 05:26 PM
Western Digital external USB. RedHat spikeroo Linux - Hardware 3 01-17-2005 04:39 PM
Linux can't find Western Digital Hard Drives (SATA) shampoopante Linux - Hardware 0 11-06-2004 09:10 AM
Western Digital USB External HD not Mounting zakmtbike Linux - Hardware 5 03-08-2004 07:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration