Gentoo Archives: gentoo-user

From: Noah J Norris <preludelinux@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gateway mx7515 laptop usb help
Date: Sun, 04 Dec 2005 03:39:09
Message-Id: 200512032127.14815.preludelinux@mchsi.com
In Reply to: Re: [gentoo-user] gateway mx7515 laptop usb help by Richard Fish
1 compiling each modules seems to fix the problem yet bringing an interesting
2 outcome seems coldplug loads them differently and things work i also got
3 ndiswrapper working to:) notice how ehci gets hub 3 now it was loaded last
4 to when built in kernel it was loaded first my usb hd work on 3 ports and
5 when pluged into the last port does not work at all error posted below seems
6 to be a buggy chipset
7
8 dmesg output usb part
9
10 ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
11 ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
12 ACPI: PCI Interrupt 0000:00:13.0[A] -> Link [LNKD] -> GSI 11 (level, low) ->
13 IRQ 11
14 ohci_hcd 0000:00:13.0: OHCI Host Controller
15 ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 1
16 ohci_hcd 0000:00:13.0: irq 11, io mem 0xc0500000
17 hub 1-0:1.0: USB hub found
18 hub 1-0:1.0: 4 ports detected
19 ACPI: PCI Interrupt 0000:00:13.1[A] -> Link [LNKD] -> GSI 11 (level, low) ->
20 IRQ 11
21 ohci_hcd 0000:00:13.1: OHCI Host Controller
22 ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 2
23 ohci_hcd 0000:00:13.1: irq 11, io mem 0xc0501000
24 hub 2-0:1.0: USB hub found
25 hub 2-0:1.0: 4 ports detected
26 ACPI: PCI Interrupt 0000:00:13.2[A] -> Link [LNKD] -> GSI 11 (level, low) ->
27 IRQ 11
28 ehci_hcd 0000:00:13.2: EHCI Host Controller
29 ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 3
30 ehci_hcd 0000:00:13.2: irq 11, io mem 0xc0502000
31 ehci_hcd 0000:00:13.2: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
32 hub 3-0:1.0: USB hub found
33 hub 3-0:1.0: 8 ports detected
34
35 dmesg device pluged in
36 usb 3-4: new high speed USB device using ehci_hcd and address 3
37 scsi1 : SCSI emulation for USB Mass Storage devices
38 usb-storage: device found at 3
39 usb-storage: waiting for device to settle before scanning
40 Vendor: Maxtor 6 Model: B200P0 Rev: 0 0
41 Type: Direct-Access ANSI SCSI revision: 00
42 SCSI device sda: 398297088 512-byte hdwr sectors (203928 MB)
43 sda: assuming drive cache: write through
44 SCSI device sda: 398297088 512-byte hdwr sectors (203928 MB)
45 sda: assuming drive cache: write through
46 sda: sda1 sda2
47 Attached scsi disk sda at scsi1, channel 0, id 0, lun 0
48 Attached scsi generic sg0 at scsi1, channel 0, id 0, lun 0, type 0
49 usb-storage: device scan complete
50
51
52 dmesg last port with error
53 usb 1-1: new full speed USB device using ohci_hcd and address 2
54 usb 1-1: device descriptor read/64, error -110
55 usb 1-1: device descriptor read/64, error -110
56 usb 1-1: new full speed USB device using ohci_hcd and address 3
57 usb 1-1: device descriptor read/64, error -110
58 usb 1-1: device descriptor read/64, error -110
59 usb 1-1: new full speed USB device using ohci_hcd and address 4
60 usb 1-1: device not accepting address 4, error -110
61 usb 1-1: new full speed USB device using ohci_hcd and address 5
62 usb 1-1: device not accepting address 5, error -110
63
64 now got to thinking plug in a usb 1.1 device only and get this :) seems to
65 work with usb 1.1 only which dont bother me at all
66
67 usb 1-1: new low speed USB device using ohci_hcd and address 6
68 input: USB HID v1.00 Joystick [WiseGroup.,Ltd MP-8888 USB Joypad] on
69 usb-0000:00:13.0-1
70
71 testing usb 1.1 on a fast port works fine hands off to low speed driver like
72 its suppose to seems odd that this works now and why dont it work built into
73 the kernel ,
74
75
76 On Saturday 03 December 2005 03:56 am, Richard Fish wrote:
77 > On 12/2/05, Noah J Norris <preludelinux@×××××.com> wrote:
78 > > ok im installing gentoo on a gateway laptop mx7515
79 > >
80 > > usb = usb 1.1 works but usb2 does not appear to work i really need help
81 > > with
82 >
83 > Don't use both ohci-hcd and ehci-hcd. You only need ehci-hcd.
84 >
85 > > system time = the clock seems to become out of sync very fast i would
86 > > like to
87 >
88 > Take a look at /usr/src/linux/Documentation/kernel-parameters.txt, the
89 > "clock=" setting. You are currently using pmtmr (an ACPI feature) for
90 > time, and you probably want pic until you get the ACPI issues
91 > resolved.
92 >
93 > -Richard
94
95 --
96 life is linux
97 linux is life
98 --
99 gentoo-user@g.o mailing list