public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] Problem when mounting usb-drive
@ 2005-10-17  3:59 faatihah
  2005-10-17 15:24 ` Daniel Gryniewicz
  0 siblings, 1 reply; 4+ messages in thread
From: faatihah @ 2005-10-17  3:59 UTC (permalink / raw
  To: gentoo-amd64

I got a problem with my thumb-drive. Most thumbdrive do not work with my PC.
The error from dmesg is as below. I am suspecting some driver error. Does 
64-bit driver won't compiled smoothly for  the device? Currently, i am using 
2.6.9 kernel. Also no luck when upgrading the kernel to 2.6.12 and 2.6.13.

Error from dmesg:-
> $ dmesg 
> .......
> usb 1-6: new high speed USB device using address 16
> usb 1-6: control timeout on ep0out
> usb 1-6: control timeout on ep0out
> usb 1-6: device not accepting address 16, error -110
> usb 1-6: new high speed USB device using address 17
> .......

The funny thing is, I got no problem when using 32-bit Knoppix on my PC. All 
thumbdrive can be mount perfectly. 
(How does it feel when you need to reboot pc just to copy files to thumdrive?)

Dmesg output from Knoppix
> $ dmesg 
> ......
> ohci_hcd 0000:00:02.1: wakeup
> usb 3-3: new full speed USB device using address 4
> scsi5 : SCSI emulation for USB Mass Storage devices
>   Vendor: KINGSTON  Model: USB DRIVE         Rev: 1.12
>   Type:   Direct-Access                      ANSI SCSI revision: 02
> SCSI device sdb: 251904 512-byte hdwr sectors (129 MB)
> sdb: assuming Write Enabled
> sdb: assuming drive cache: write through
>  sdb: sdb1
> Attached scsi removable disk sdb at scsi5, channel 0, id 0, lun 0
> Attached scsi generic sg2 at scsi5, channel 0, id 0, lun 0,  type 0
> USB Mass Storage device found at 4
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-amd64] Problem when mounting usb-drive
  2005-10-17  3:59 [gentoo-amd64] Problem when mounting usb-drive faatihah
@ 2005-10-17 15:24 ` Daniel Gryniewicz
  2005-10-18  2:59   ` Richard Freeman
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Gryniewicz @ 2005-10-17 15:24 UTC (permalink / raw
  To: gentoo-amd64

On Mon, 2005-10-17 at 03:59 +0000, faatihah@gmail.com wrote:
> I got a problem with my thumb-drive. Most thumbdrive do not work with my PC.
> The error from dmesg is as below. I am suspecting some driver error. Does 
> 64-bit driver won't compiled smoothly for  the device? Currently, i am using 
> 2.6.9 kernel. Also no luck when upgrading the kernel to 2.6.12 and 2.6.13.
> 
> Error from dmesg:-
> > $ dmesg 
> > .......
> > usb 1-6: new high speed USB device using address 16
> > usb 1-6: control timeout on ep0out
> > usb 1-6: control timeout on ep0out
> > usb 1-6: device not accepting address 16, error -110
> > usb 1-6: new high speed USB device using address 17
> > .......

Do you have scsi and usb-mass-storage in your kernel?  If they're
modules, do you have hotplug and module auto-loading enabled?

-- 
Daniel Gryniewicz
Gentoo AMD64 Team / Gentoo Gnome Herd / AMD64 Operational AT Lead

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-amd64] Problem when mounting usb-drive
  2005-10-17 15:24 ` Daniel Gryniewicz
@ 2005-10-18  2:59   ` Richard Freeman
  2005-10-18  3:55     ` faatihah
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Freeman @ 2005-10-18  2:59 UTC (permalink / raw
  To: gentoo-amd64

On Mon, October 17, 2005 11:24 am, Daniel Gryniewicz wrote:
> On Mon, 2005-10-17 at 03:59 +0000, faatihah@gmail.com wrote:
>> I got a problem with my thumb-drive. Most thumbdrive do not work with my
>> PC.
>> The error from dmesg is as below. I am suspecting some driver error.
>> Does
>> 64-bit driver won't compiled smoothly for  the device? Currently, i am
>> using
>> 2.6.9 kernel. Also no luck when upgrading the kernel to 2.6.12 and
>> 2.6.13.
>>
>> Error from dmesg:-
>> > $ dmesg
>> > .......
>> > usb 1-6: new high speed USB device using address 16
>> > usb 1-6: control timeout on ep0out
>> > usb 1-6: control timeout on ep0out
>> > usb 1-6: device not accepting address 16, error -110
>> > usb 1-6: new high speed USB device using address 17
>> > .......
>
> Do you have scsi and usb-mass-storage in your kernel?  If they're
> modules, do you have hotplug and module auto-loading enabled?
>

FYI - I've had a bazillion issues with code pages and such as well -
they're associated with the vfat filesystem which is likely to be on your
drive if you share it with windows.  Check dmesg for errors and add the
necessary codepages to your kernel.

However, these errors do not seem related to any of the issues I had
(which originally included both the codepage issues and the lack of
usb-mass-storage and scsi).

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-amd64] Problem when mounting usb-drive
  2005-10-18  2:59   ` Richard Freeman
@ 2005-10-18  3:55     ` faatihah
  0 siblings, 0 replies; 4+ messages in thread
From: faatihah @ 2005-10-18  3:55 UTC (permalink / raw
  To: gentoo-amd64

I think i have solved my problem. However I am unhappy with the consequence. 
The problem is  may caused by chipset used in my pc. It fail to recognized 
between usb 1.1 or usb 2.0 devices. Before this I ve compile all hci module 
(ehci, uhci and ohci). Some how my pc keep detecting all devices as usb 2.0 
and using ehci drivers. So it fails to mount all usb 1.1 devices but very 
excellent on usb 2.0 devices. Thus, it keep generating error code 110.

To overcome the situation I unload ehci_hcd modules and load only ohci_hcd and 
uhci_hcd modules. ehci_hcd cannot be loaded even uhci and uhci is loaded or I 
ll get the error 110 again. Afterthat all usb_drive work perfectly.

At last, I am happy because i can use all usb devices but i am unhappy because 
there are some usb devices that are claimed as usb  2.0 devices but they 
aren,t.
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-10-18  3:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-17  3:59 [gentoo-amd64] Problem when mounting usb-drive faatihah
2005-10-17 15:24 ` Daniel Gryniewicz
2005-10-18  2:59   ` Richard Freeman
2005-10-18  3:55     ` faatihah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox