Operating System - Linux
1753599 Members
5902 Online
108796 Solutions
New Discussion юеВ

Re: USB not Detected in RHEL5

 
FARRUKH NAVED SIDDIQI
Occasional Contributor

USB not Detected in RHEL5

Hi All,
I am a new user of Linux using RHEL5. I faced problem when i connect usb in Laptop Model: compaq nc6000.

We made two partition in Laptop one for Windows Xp and another for Linux RHEL 5. Same usb is detected and working properly in windows envoirnment while in Linux it is not worked. Same USB in another laptop in linux RHEL5 envoirnment it is working properly.....


[root@localhost ~]# dmesg
usb 4-1: new high speed USB device using ehci_hcd and address 41
usb 4-1: new high speed USB device using ehci_hcd and address 44
usb 4-1: new high speed USB device using ehci_hcd and address 56
usb 4-1: new high speed USB device using ehci_hcd and address 79
usb 4-1: new high speed USB device using ehci_hcd and address 80
usb 4-1: new high speed USB device using ehci_hcd and address 84
usb 4-1: new high speed USB device using ehci_hcd and address 86
usb 4-1: new high speed USB device using ehci_hcd and address 88
ehci_hcd 0000:00:1d.7: port 1 reset error -110
hub 4-0:1.0: hub_port_status failed (err = -32)
usb 4-1: new high speed USB device using ehci_hcd and address 95
usb 4-1: new high speed USB device using ehci_hcd and address 98
usb 4-1: new high speed USB device using ehci_hcd and address 107
usb 4-1: new high speed USB device using ehci_hcd and address 113
ehci_hcd 0000:00:1d.7: port 1 reset error -110
hub 4-0:1.0: hub_port_status failed (err = -32)
usb 4-1: new high speed USB device using ehci_hcd and address 119
usb 4-1: new high speed USB device using ehci_hcd and address 3
usb 4-1: new high speed USB device using ehci_hcd and address 14
usb 4-1: new high speed USB device using ehci_hcd and address 16
usb 4-1: new high speed USB device using ehci_hcd and address 21


[root@localhost ~]# lsusb
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
[root@localhost ~]#


I shall wait for your valueable
Kindly advise anyone.
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: USB not Detected in RHEL5

Shalom,

Plug the device in.

fdisk -l

try a manual mount

mount -t vfat

As a security measure auto detect of USB can be blocked as can any detection of USB, though that is not an OS default.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
John Poff
Honored Contributor

Re: USB not Detected in RHEL5

Hi,

Do you have more than one USB port on the laptop? If so, does the same error occur on other USB ports on that laptop?

JP
FARRUKH NAVED SIDDIQI
Occasional Contributor

Re: USB not Detected in RHEL5

Any Suggestion.
Kindly reply....
FARRUKH NAVED SIDDIQI
Occasional Contributor

Re: USB not Detected in RHEL5

Hi Steven,
Hi John,

I had checked the usb in other ports but it is not detected.
I have compaq nc6000 laptop .There are two partition in this laptop one window and another is RHEL5. Both USB ports are working in windows normally but usb not detected in RHEL5 Still. I am sending some results of your suggestion plese guide me what is the problem in RHEL5.I also inform same module of laptop have my friend who use USB both ports in RHEL5.

[root@localhost ~]# fdisk -l

Disk /dev/hda: 30.0 GB, 30005821440 bytes
255 heads, 63 sectors/track, 3648 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 1913 15361888+ 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/hda2 1914 1925 96390 83 Linux
/dev/hda3 1926 3327 11261565 83 Linux
/dev/hda4 3328 3648 2578432+ 5 Extended
/dev/hda5 3328 3480 1228941 82 Linux swap / Solaris
/dev/hda6 3481 3566 690763+ 83 Linux
[root@localhost ~]#

mount command is not applied on usb, because it is not detected in Linux...

[root@localhost ~]# lsusb
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
[root@localhost ~]#