Gentoo Archives: gentoo-user-es

From: "Jesús González" <kch@×××××.org>
To:
Cc: gentoo-user-es <gentoo-user-es@g.o>
Subject: Re: [gentoo-user-es] raton usb en portatil
Date: Sat, 21 Jun 2003 16:53:43
Message-Id: 1056214443.1287.13.camel@spiderman.guakeland.net
In Reply to: [gentoo-user-es] raton usb en portatil by David Gil
1 On s?, 2003-06-21 at 17:01, David Gil wrote:
2 > Hola lista.
3 >
4 > Acabo de comprarme un flamante portatil Sony VAIO, y me he comprado un
5 > ratón usb de estos opticos, pero no consigo configurarlo.
6 >
7 > He seguido el manual de configuración de escritorio sin ningún
8 > resultado.
9 >
10 > Os copio parte de lo que dice mi kernel cuando desenchufo y vuelvo a
11 > enchufar el ratón.
12 >
13 > usb.c: USB disconnect on device 00:0c.0-1 address 2
14 > usb_control/bulk_msg: timeout
15 > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret
16 > -110
17 > hub.c: new USB device 00:0c.0-1, assigned address 3
18 >
19 > Y la configuración de mi XFree
20 >
21 > Identifier "Mouse1"
22 > Driver "mouse"
23 > Option "Protocol" "PS/2"
24 > Option "Device" "/dev/psaux"
25 >
26 > Identifier "USB Mice"
27 > Driver "mouse"
28 > Option "Protocol" "IMPS/2"
29 > Option "Device" "/dev/input/mice"
30 > Option "ZAxisMapping" "4 5"
31 > Option "Buttons" "3"
32 >
33 > InputDevice "Mouse1" "CorePointer"
34 > InputDevice "USB Mice" "SendCoreEvents"
35 >
36 > Si podeis ayudarme... no me apaño nada con el ratón del portátil.
37 >
38 > Gracias por adelantado.
39 >
40 >
41 > --
42 > gentoo-user-es@g.o mailing list
43 >
44
45 Yo tengo funcionando el touchpad y un ratón optico USB
46 esta es mi configuración
47
48 root # lsmod
49 ...
50 mousedev 5492 1
51 hid 22308 0 (unused)
52 input 5440 0 [mousedev hid]
53 usb-uhci 26316 0 (unused)
54 usbcore 75520 1 [usb-storage hid usb-uhci]
55 ...
56
57 y el XF86Config-4
58
59 Section "InputDevice"
60 Identifier "Mouse0"
61 Driver "mouse"
62 Option "Device" "/dev/gpmdata"
63 #Option "Device" "/dev/mouse"
64 Option "Protocol" "IMPS/2"
65 Option "Emulate3Buttons" "yes"
66 EndSection
67
68 Section "InputDevice"
69 Identifier "Mouse1"
70 Driver "mouse"
71 Option "Protocol" "IMPS/2"
72 Option "Device" "/dev/input/mice"
73 Option "SendCoreEvents" "yes"
74 Option "Emulate3Buttons" "no"
75 Option "ZAxisMapping" "4 5"
76 EndSection
77
78 Section "ServerLayout"
79 Identifier "XFree86 Configured"
80 Screen 0 "Screen0" 0 0
81 InputDevice "Mouse0" "CorePointer"
82 InputDevice "Mouse1"
83 InputDevice "Keyboard0" "CoreKeyboard"
84 EndSection
85
86
87 En lo único en lo que se diferencia del tuyo es en que yo pongo la
88 opción "SendCoreEvents" en la conf. del ratón, no en la del servidor, y
89 que además no tengo la directiva Buttons.
90
91 y al conectar desconectar el ratón me dice:
92
93 Jun 21 18:43:09 [kernel] usb.c: USB disconnect on device 00:1f.2-1
94 address 2
95 Jun 21 18:43:15 [kernel] hub.c: new USB device 00:1f.2-1, assigned
96 address 3
97 Jun 21 18:43:15 [kernel] input0: USB HID v1.00 Mouse [KYE Genius USB
98 Wheel Mouse] on usb1:3.0
99
100
101 Como ves, a mi no me da el error ese
102
103 sbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110
104
105 ¿Tienes montado el usbdevfs?
106
107 spiderman root # mount
108 ...
109 none on /proc/bus/usb type usbfs (rw)
110
111 Por el error que te de tiene que ser algo de eso. (Se monta
112 automáticamente en mi caso, no aparece en el fstab) Prueba poniendo (si
113 no lo tienes montado)
114
115 mount -t usbfs none /proc/bus/usb
116
117 Espero que te sirve de algo
118
119 Saludos
120
121
122 --
123 gentoo-user-es@g.o mailing list

Replies

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