Gentoo Archives: gentoo-user-es

From: Carlos Jimenez Guirao <lordeath@××××××××××.net>
To: gentoo-user-es@g.o
Subject: Re: [gentoo-user-es] raton usb en portatil
Date: Tue, 24 Jun 2003 21:52:55
Message-Id: 1056491559.767.27.camel@caminante
In Reply to: Re: [gentoo-user-es] raton usb en portatil by Jesus Gonzalez Alvarez
1 uhci y usb-uhci son drivers muy parecidos pero NO son iguales.
2 por ejemplo en mi equipo cargan correctamente los dos (chipset VIA) pero
3 con uhci los dispòsitivos me dan timeouts, y con usb-uchi me funcionan
4 bien
5
6 El mar, 24-06-2003 a las 15:25, Jesus Gonzalez Alvarez escribió:
7 > Tienes que usar UHCI o OHCI según tu hardware. La diferencia entre uhci
8 > y usb-uhci es sólo el nombre (creo que depende de la versión del kernel)
9 >
10 > On Mon, 2003-06-23 at 10:40, Pablo Pardo wrote:
11 > > Ahora mismo no me acuerdo de cual es la diferencia, pero creo que yo uso el
12 > > uhci, no el usb-uhci. A ver si eso funciona. Salu2.
13 > >
14 > > Pablo Pardo.
15 > >
16 > > ----- Original Message -----
17 > > From: "David Gil" <enibal@×××××.es>
18 > > To: "Jesús González" <kch@×××××.org>
19 > > Cc: "gentoo-user-es" <gentoo-user-es@g.o>
20 > > Sent: Saturday, June 21, 2003 7:32 PM
21 > > Subject: Re: [gentoo-user-es] raton usb en portatil
22 > >
23 > >
24 > > > Pffff, te voy contestando:
25 > > >
26 > > > El sáb, 21 de 06 de 2003 a las 18:54, Jesús González escribió:
27 > > > > On s?, 2003-06-21 at 17:01, David Gil wrote:
28 > > > > > Hola lista.
29 > > > > >
30 > > > > > Acabo de comprarme un flamante portatil Sony VAIO, y me he comprado un
31 > > > > > ratón usb de estos opticos, pero no consigo configurarlo.
32 > > > > >
33 > > > > > He seguido el manual de configuración de escritorio sin ningún
34 > > > > > resultado.
35 > > > > >
36 > > > > > Os copio parte de lo que dice mi kernel cuando desenchufo y vuelvo a
37 > > > > > enchufar el ratón.
38 > > > > >
39 > > > > > usb.c: USB disconnect on device 00:0c.0-1 address 2
40 > > > > > usb_control/bulk_msg: timeout
41 > > > > > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18
42 > > ret
43 > > > > > -110
44 > > > > > hub.c: new USB device 00:0c.0-1, assigned address 3
45 > > > > >
46 > > > > > Y la configuración de mi XFree
47 > > > > >
48 > > > > > Identifier "Mouse1"
49 > > > > > Driver "mouse"
50 > > > > > Option "Protocol" "PS/2"
51 > > > > > Option "Device" "/dev/psaux"
52 > > > > >
53 > > > > > Identifier "USB Mice"
54 > > > > > Driver "mouse"
55 > > > > > Option "Protocol" "IMPS/2"
56 > > > > > Option "Device" "/dev/input/mice"
57 > > > > > Option "ZAxisMapping" "4 5"
58 > > > > > Option "Buttons" "3"
59 > > > > >
60 > > > > > InputDevice "Mouse1" "CorePointer"
61 > > > > > InputDevice "USB Mice" "SendCoreEvents"
62 > > > > >
63 > > > > > Si podeis ayudarme... no me apaño nada con el ratón del portátil.
64 > > > > >
65 > > > > > Gracias por adelantado.
66 > > > > >
67 > > > > >
68 > > > > > --
69 > > > > > gentoo-user-es@g.o mailing list
70 > > > > >
71 > > > >
72 > > > > Yo tengo funcionando el touchpad y un ratón optico USB
73 > > > > esta es mi configuración
74 > > > >
75 > > > > root # lsmod
76 > > > > ...
77 > > > > mousedev 5492 1
78 > > > > hid 22308 0 (unused)
79 > > > > input 5440 0 [mousedev hid]
80 > > > > usb-uhci 26316 0 (unused)
81 > > > > usbcore 75520 1 [usb-storage hid usb-uhci]
82 > > > > ...
83 > > > >
84 > > >
85 > > > Ya tengo todos esos módulos cargados:
86 > > >
87 > > > vaio root # lsmod
88 > > > Module Size Used by Not tainted
89 > > > usbmouse 2200 0 (unused)
90 > > > hid 14820 0 (unused)
91 > > > mousedev 4244 1
92 > > > input 3520 0 [usbmouse mousedev]
93 > > > usb-uhci 23596 0 (unused)
94 > > > usbcore 63008 1 [usbmouse hid usb-uhci]
95 > > > radeon 80056 0 (unused)
96 > > > trident 29972 1
97 > > > soundcore 3972 3 [trident]
98 > > > ac97_codec 10920 0 [trident]
99 > > > ide-scsi 8528 0
100 > > >
101 > > >
102 > > > > y el XF86Config-4
103 > > > >
104 > > > > Section "InputDevice"
105 > > > > Identifier "Mouse0"
106 > > > > Driver "mouse"
107 > > > > Option "Device" "/dev/gpmdata"
108 > > > > #Option "Device" "/dev/mouse"
109 > > > > Option "Protocol" "IMPS/2"
110 > > > > Option "Emulate3Buttons" "yes"
111 > > > > EndSection
112 > > >
113 > > > yo /dev/gmpdata no lo tengo, uso /dev/psaux.
114 > > > Y el protocolo no uso IMPS/2 pq se me vuelve loco el ratón, uso PS/2
115 > > >
116 > > > >
117 > > > > Section "InputDevice"
118 > > > > Identifier "Mouse1"
119 > > > > Driver "mouse"
120 > > > > Option "Protocol" "IMPS/2"
121 > > > > Option "Device" "/dev/input/mice"
122 > > > > Option "SendCoreEvents" "yes"
123 > > > > Option "Emulate3Buttons" "no"
124 > > > > Option "ZAxisMapping" "4 5"
125 > > > > EndSection
126 > > > >
127 > > > > Section "ServerLayout"
128 > > > > Identifier "XFree86 Configured"
129 > > > > Screen 0 "Screen0" 0 0
130 > > > > InputDevice "Mouse0" "CorePointer"
131 > > > > InputDevice "Mouse1"
132 > > > > InputDevice "Keyboard0" "CoreKeyboard"
133 > > > > EndSection
134 > > >
135 > > > Esto ahora lo tengo igual que tú para probar, y sigue sin funcionar :'(.
136 > > >
137 > > > >
138 > > > >
139 > > > > En lo único en lo que se diferencia del tuyo es en que yo pongo la
140 > > > > opción "SendCoreEvents" en la conf. del ratón, no en la del servidor, y
141 > > > > que además no tengo la directiva Buttons.
142 > > > >
143 > > > > y al conectar desconectar el ratón me dice:
144 > > > >
145 > > > > Jun 21 18:43:09 [kernel] usb.c: USB disconnect on device 00:1f.2-1
146 > > > > address 2
147 > > > > Jun 21 18:43:15 [kernel] hub.c: new USB device 00:1f.2-1, assigned
148 > > > > address 3
149 > > > > Jun 21 18:43:15 [kernel] input0: USB HID v1.00 Mouse [KYE Genius USB
150 > > > > Wheel Mouse] on usb1:3.0
151 > > > >
152 > > >
153 > > > Lo de los errores no se pq es...
154 > > >
155 > > > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110
156 > > > usb_control/bulk_msg: timeout
157 > > > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110
158 > > > usb_control/bulk_msg: timeout
159 > > > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110
160 > > > usb_control/bulk_msg: timeout
161 > > > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110
162 > > > usb_control/bulk_msg: timeout
163 > > >
164 > > > Así unos cuantos bastantes...
165 > > >
166 > > > >
167 > > > > Como ves, a mi no me da el error ese
168 > > > >
169 > > > > sbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110
170 > > > >
171 > > > > ¿Tienes montado el usbdevfs?
172 > > > >
173 > > > > spiderman root # mount
174 > > > > ...
175 > > > > none on /proc/bus/usb type usbfs (rw)
176 > > > >
177 > > > > Por el error que te de tiene que ser algo de eso. (Se monta
178 > > > > automáticamente en mi caso, no aparece en el fstab) Prueba poniendo (si
179 > > > > no lo tienes montado)
180 > > > >
181 > > > > mount -t usbfs none /proc/bus/usb
182 > > > >
183 > > >
184 > > > Si, si que está montado:
185 > > >
186 > > > vaio root # mount
187 > > > /dev/hda3 on / type ext3 (rw,noatime)
188 > > > proc on /proc type proc (rw)
189 > > > none on /dev type devfs (rw)
190 > > > tmpfs on /mnt/.init.d type tmpfs (rw,mode=0644,size=2048k)
191 > > > tmpfs on /dev/shm type tmpfs (rw)
192 > > > usbdevfs on /proc/bus/usb type usbdevfs (rw)
193 > > >
194 > > >
195 > > > > Espero que te sirve de algo
196 > > > >
197 > > >
198 > > > Que extraño, no me funciona nada de lo que leo en los manuales, ni en
199 > > > los foros ni nada de nada. No se muy bien por donde seguir investigando.
200 > > >
201 > > > > Saludos
202 > > > >
203 > > > >
204 > > > > --
205 > > > > gentoo-user-es@g.o mailing list
206 > > > >
207 > > >
208 > > >
209 > > > --
210 > > > gentoo-user-es@g.o mailing list
211 > >
212 > >
213 > > --
214 > > gentoo-user-es@g.o mailing list
215 > >
216 >
217 >
218 > --
219 > gentoo-user-es@g.o mailing list
220 >
221 >
222 --

Attachments

File name MIME type
signature.asc application/pgp-signature