Gentoo Archives: gentoo-user-es

From: "Carlos Jiménez" <lordeath@××××××××××.net>
To: Lista de correo Gentoo <gentoo-user-es@g.o>
Subject: Re: [gentoo-user-es] Compilando el 2.6.0-test9
Date: Sat, 22 Nov 2003 14:37:39
Message-Id: 1069511855.20219.13.camel@localhost
In Reply to: Re: [gentoo-user-es] Compilando el 2.6.0-test9 by "Julián Yuste"
1 Eso está muy bien en caso de tu raton USB que usa HID, pero veo en tu
2 config que tampoco te sale mousedev (deberías oder selecionarlo encima
3 de las resoluciones del raton)
4
5 Os posteo en otro mensaje mis salidas del usb y configuraciones un poco
6 más tarde :)
7
8 El sáb, 22-11-2003 a las 15:28, Julián Yuste escribió:
9 > Veamos, yo estoy usando un raton USB con un acer travelmate 290
10 > (procesador centrino)
11 >
12 > Un dmesg |grep -i usb muestra esto:
13 >
14 > drivers/usb/core/usb.c: registered new driver usbfs
15 > drivers/usb/core/usb.c: registered new driver hub
16 > ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus
17 > number 1
18 > ehci_hcd 0000:00:1d.7: USB 2.0 enabled, EHCI 1.00, driver
19 > 2003-Jun-13
20 > hub 1-0:1.0: USB hub found
21 > drivers/usb/host/uhci-hcd.c: USB Universal Host Controller
22 > Interface driver v2.1
23 > uhci-hcd 0000:00:1d.0: new USB bus registered, assigned bus
24 > number 2
25 > hub 2-0:1.0: USB hub found
26 > uhci-hcd 0000:00:1d.1: new USB bus registered, assigned bus
27 > number 3
28 > hub 3-0:1.0: USB hub found
29 > uhci-hcd 0000:00:1d.2: new USB bus registered, assigned bus
30 > number 4
31 > hub 4-0:1.0: USB hub found
32 > drivers/usb/core/usb.c: registered new driver hiddev
33 > drivers/usb/core/usb.c: registered new driver hid
34 > drivers/usb/input/hid-core.c: v2.0:USB HID core driver
35 > hub 2-0:1.0: new USB device on port 1, assigned address 2
36 > input: USB HID v1.00 Mouse [Cypress Sem Cypress USB Mouse] on
37 > usb-0000:00:1d.0-1
38 >
39 > Tengo seleccionado en el kernel:
40 >
41 > Device Drivers --->
42 > Input device support --->
43 > (1024) Horizontal screen resolution
44 > (768) Vertical screen resolution
45 > [*] Mice
46 > USB support --->
47 > <*> Support for USB
48 > [*] USB device filesystem
49 > <*> EHCI HCD (USB 2.0) support
50 > <*> UHCI HCD (most Intel and VIA) support
51 > <*> USB Human Interface Device (full HID) support
52 > [*] HID input layer support
53 > [*] /dev/hiddev raw HID device support
54 >
55 > Eso es todo, la configuracion para las X es:
56 >
57 > Touchpad:
58 >
59 > Section "InputDevice"
60 > Identifier "touchpad"
61 > Driver "mouse"
62 > # Option "CorePointer"
63 > Option "Device" "/dev/psaux"
64 > Option "Protocol" "PS/2"
65 > Option "Emulate3Buttons" "true"
66 > Option "ZAxisMapping" "4 5"
67 > EndSection
68 >
69 > Usb:
70 > Section "InputDevice"
71 > Identifier "ratonusb"
72 > Driver "mouse"
73 > #Option "SendCoreEvents" "true"
74 > Option "Device" "/dev/input/mice"
75 > Option "Protocol" "ImPS/2"
76 > Option "Emulate3Buttons" "false"
77 > Option "ZAxisMapping" "4 5"
78 > EndSection
79 >
80 >
81 >
82 > Section "ServerLayout"
83 > Identifier "Default Layout"
84 > Screen "Default Screen"
85 > InputDevice "Generic Keyboard"
86 > InputDevice "touchpad" "CorePointer"
87 > InputDevice "ratonusb" "SendCoreEvents"
88 > EndSection
89 >
90 > Con esta configuracion puedes usar tanto uno como otro.
91 >
92 > Espero serte de ayuda.
93 >
94 >
95
96
97 --
98 gentoo-user-es@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-es] Compilando el 2.6.0-test9 tigrezno@××××××.com