Gentoo Archives: gentoo-user-es

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

Replies

Subject Author
Re: [gentoo-user-es] raton usb en portatil David Gil <enibal@×××××.es>
Re: [gentoo-user-es] raton usb en portatil Jesus Gonzalez Alvarez <kch@×××××.org>