Gentoo Archives: gentoo-user-es

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

Replies

Subject Author
Re: [gentoo-user-es] raton usb en portatil Carlos Jimenez Guirao <lordeath@××××××××××.net>