Gentoo Archives: gentoo-amd64

From: Sergei Olonichev <olonichev@××××××××.net>
To: gentoo-amd64@l.g.o, gentoo-user@l.g.o
Subject: [gentoo-amd64] Gentoo 2004.3 x86_64: having problems with keyboard and touch pad on eMachines laptop
Date: Sat, 04 Dec 2004 21:16:21
Message-Id: 41B1B88D.5030909@softhome.net
1 Hello All!
2
3 I installed Gentoo 2004.3 x86_64 on eMachines M6809 notebook. Everything
4 works as expected except the built-in keyboard and touchpad (now I am
5 using USB mouse and keyboard). There are some suggestions in internet to
6 update BIOS and/or change kernel configuration but I don't wanna update
7 bios and kernel my configuration seems to be fine.
8
9 So, my question is: does anyone have similar configuration and have
10 built-in keyboard and touch-pad working? Or what's wrong with my
11 configuration?
12
13 Some more info: they do not work in both console and X; in grub prompt
14 built-in keyboard works fine; xev does not receive any messages from
15 these devices.
16
17 Thanks,
18 Sergei
19
20 P.S. Here is my lspci, xorg.conf, dmesg output and relevant parts from
21 kernel config (sorry for the big size).
22
23
24 ###################### lspci ######################
25 0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8385 [K8T800 AGP]
26 Host Bridge (rev 01)
27 0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge
28 [K8T800 South]
29 0000:00:0a.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller
30 0000:00:0c.0 Network controller: Broadcom Corporation BCM4306 802.11b/g
31 Wireless LAN Controller (rev 03)
32 0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB
33 1.1 Controller (rev 80)
34 0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB
35 1.1 Controller (rev 80)
36 0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB
37 1.1 Controller (rev 80)
38 0000:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
39 0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
40 0000:00:11.1 IDE interface: VIA Technologies, Inc.
41 VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
42 0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc.
43 VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
44 0000:00:11.6 Communication controller: VIA Technologies, Inc. Intel 537
45 [AC97 Modem] (rev 80)
46 0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102
47 [Rhine-II] (rev 74)
48 0000:00:13.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host
49 Controller (rev 80)
50 0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8
51 [Athlon64/Opteron] HyperTransport Technology Configuration
52 0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8
53 [Athlon64/Opteron] Address Map
54 0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8
55 [Athlon64/Opteron] DRAM Controller
56 0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8
57 [Athlon64/Opteron] Miscellaneous Control
58 0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV350
59 [Mobility Radeon 9600 M10]
60 ###################### end of lspci ######################
61
62
63
64 ###################### xorg.conf ######################
65 Section "ServerLayout"
66 Identifier "X.org Configured"
67 Screen 0 "Screen0" 0 0
68 InputDevice "Mouse0" "CorePointer"
69 InputDevice "Keyboard0" "CoreKeyboard"
70 EndSection
71
72
73 Section "ServerFlags"
74
75 # Set the basic blanking screen saver timeout. in minutes
76 Option "blank time" "10"
77
78 EndSection
79
80
81 Section "Files"
82 RgbPath "/usr/X11R6/lib/X11/rgb"
83 ModulePath "/usr/X11R6/lib64/modules"
84 FontPath "/usr/share/fonts/misc/"
85 FontPath "/usr/share/fonts/TTF/"
86 FontPath "/usr/share/fonts/Type1/"
87 FontPath "/usr/share/fonts/CID/"
88 FontPath "/usr/share/fonts/75dpi/"
89 FontPath "/usr/share/fonts/100dpi/"
90 EndSection
91
92 Section "Module"
93 Load "record"
94 Load "extmod"
95 Load "dbe"
96 Load "dri"
97 Load "glx"
98 Load "xtrap"
99 Load "freetype"
100 Load "type1"
101 EndSection
102
103 Section "InputDevice"
104 Identifier "Keyboard0"
105 Driver "kbd"
106 Option "XkbModel" "pc104"
107 Option "XkbLayout" "us"
108 Option "XkbVariant" ""
109 Option "XkbOptions" ""
110 EndSection
111
112 Section "InputDevice"
113 Identifier "Mouse0"
114 Driver "mouse"
115 Option "Protocol" "auto"
116 Option "Device" "/dev/mouse"
117 Option "ZAxisMapping" "4 5"
118 EndSection
119
120 Section "Monitor"
121 Identifier "Monitor0"
122 VendorName "Monitor Vendor"
123 ModelName "Monitor Model"
124 EndSection
125
126 Section "Device"
127 ### Available Driver options are:-
128 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
129 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
130 ### [arg]: arg optional
131 #Option "NoAccel" # [<bool>]
132 #Option "SWcursor" # [<bool>]
133 #Option "Dac6Bit" # [<bool>]
134 #Option "Dac8Bit" # [<bool>]
135 #Option "BusType" # [<str>]
136 #Option "CPPIOMode" # [<bool>]
137 #Option "CPusecTimeout" # <i>
138 #Option "AGPMode" # <i>
139 #Option "AGPFastWrite" # [<bool>]
140 #Option "AGPSize" # <i>
141 #Option "GARTSize" # <i>
142 #Option "RingSize" # <i>
143 #Option "BufferSize" # <i>
144 #Option "EnableDepthMoves" # [<bool>]
145 #Option "EnablePageFlip" # [<bool>]
146 #Option "NoBackBuffer" # [<bool>]
147 #Option "DRIReinit" # [<bool>]
148 #Option "PanelOff" # [<bool>]
149 #Option "DDCMode" # [<bool>]
150 #Option "MonitorLayout" # [<str>]
151 #Option "IgnoreEDID" # [<bool>]
152 #Option "UseFBDev" # [<bool>]
153 #Option "VideoKey" # <i>
154 #Option "MergedFB" # [<bool>]
155 #Option "CRT2HSync" # [<str>]
156 #Option "CRT2VRefresh" # [<str>]
157 #Option "CRT2Position" # [<str>]
158 #Option "MetaModes" # [<str>]
159 #Option "MergedDPI" # [<str>]
160 #Option "NoMergedXinerama" # [<bool>]
161 #Option "MergedXineramaCRT2IsScreen0" # [<bool>]
162 #Option "DisplayPriority" # [<str>]
163 #Option "PanelSize" # [<str>]
164 #Option "ForceMinDotClock" # <freq>
165 #Option "RenderAccel" # [<bool>]
166 #Option "SubPixelOrder" # [<str>]
167 #Option "ShowCache" # [<bool>]
168 #Option "DynamicClocks" # [<bool>]
169 Identifier "Card0"
170 Driver "ati"
171 VendorName "ATI Technologies Inc"
172 BoardName "RV350 [Mobility Radeon 9600 M10]"
173 BusID "PCI:1:0:0"
174 EndSection
175
176 Section "Screen"
177 Identifier "Screen0"
178 Device "Card0"
179 Monitor "Monitor0"
180 SubSection "Display"
181 Viewport 0 0
182 Depth 1
183 EndSubSection
184 SubSection "Display"
185 Viewport 0 0
186 Depth 4
187 EndSubSection
188 SubSection "Display"
189 Viewport 0 0
190 Depth 8
191 EndSubSection
192 SubSection "Display"
193 Viewport 0 0
194 Depth 15
195 EndSubSection
196 SubSection "Display"
197 Viewport 0 0
198 Depth 16
199 EndSubSection
200 SubSection "Display"
201 Viewport 0 0
202 Depth 24
203 EndSubSection
204 EndSection
205 ###################### end of xorg.conf ######################
206
207
208
209 ###################### dmesg output ######################
210 Bootdata ok (command line is root=/dev/hda3 noapic acpi=off)
211 Linux version 2.6.9-gentoo-r111.24 (root@sergeio) (gcc version 3.4.2
212 (Gentoo Linux 3.4.2-r2, ssp-3.4.1-1, pie-8.7.6.5)) #2 Wed Nov 24
213 23:17:49 UTC 2004
214 BIOS-provided physical RAM map:
215 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
216 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
217 BIOS-e820: 00000000000d8000 - 0000000000100000 (reserved)
218 BIOS-e820: 0000000000100000 - 000000001fef0000 (usable)
219 BIOS-e820: 000000001fef0000 - 000000001fefb000 (ACPI data)
220 BIOS-e820: 000000001fefb000 - 000000001ff00000 (ACPI NVS)
221 BIOS-e820: 000000001ff00000 - 0000000020000000 (reserved)
222 BIOS-e820: 00000000fffe0000 - 0000000100000000 (reserved)
223 No mptable found.
224 On node 0 totalpages: 130800
225 DMA zone: 4096 pages, LIFO batch:1
226 Normal zone: 126704 pages, LIFO batch:16
227 HighMem zone: 0 pages, LIFO batch:1
228 Intel MultiProcessor Specification v1.4
229 Virtual Wire compatibility mode.
230 OEM ID: <6>Product ID: <6>APIC at: 0xFEE00000
231 Processor #0 15:4 APIC version 16
232 I/O APIC #1 Version 3 at 0xFEC00000.
233 Processors: 1
234 Checking aperture...
235 CPU 0: aperture @ e0000000 size 256 MB
236 Built 1 zonelists
237 Kernel command line: root=/dev/hda3 noapic acpi=off console=tty0
238 Initializing CPU#0
239 PID hash table entries: 2048 (order: 11, 65536 bytes)
240 time.c: Using 1.193182 MHz PIT timer.
241 time.c: Detected 2004.614 MHz processor.
242 Console: colour VGA+ 80x25
243 Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
244 Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
245 Memory: 509316k/523200k available (3155k kernel code, 13116k reserved,
246 1346k data, 184k init)
247 Calibrating delay loop... 3948.54 BogoMIPS (lpj=1974272)
248 Mount-cache hash table entries: 256 (order: 0, 4096 bytes)
249 CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
250 CPU: L2 Cache: 1024K (64 bytes/line)
251 CPU: Mobile AMD Athlon(tm) 64 Processor 3200+ stepping 0a
252 Using local APIC NMI watchdog using perfctr0
253 Using local APIC timer interrupts.
254 Detected 12.528 MHz APIC timer.
255 NET: Registered protocol family 16
256 PCI: Using configuration type 1
257 mtrr: v2.0 (20020519)
258 SCSI subsystem initialized
259 usbcore: registered new driver usbfs
260 usbcore: registered new driver hub
261 PCI: Probing PCI hardware
262 PCI: Probing PCI hardware (bus 00)
263 PCI: Using IRQ router VIA [1106/3177] at 0000:00:11.0
264 PCI: IRQ 0 for device 0000:00:0a.0 doesn't match PIRQ mask - try
265 pci=usepirqmask
266 PCI: Found IRQ 11 for device 0000:00:0a.0
267 PCI: Sharing IRQ 11 with 0000:00:10.1
268 PCI: IRQ 0 for device 0000:00:11.1 doesn't match PIRQ mask - try
269 pci=usepirqmask
270 PCI: Found IRQ 9 for device 0000:00:11.1
271 PCI: Sharing IRQ 9 with 0000:00:0c.0
272 PCI: Sharing IRQ 9 with 0000:00:10.0
273 PCI: Sharing IRQ 9 with 0000:00:12.0
274 PCI: Sharing IRQ 9 with 0000:01:00.0
275 TC classifier action (bugs to netdev@×××××××.com cc hadi@×××××××.ca)
276 agpgart: Detected AGP bridge 0
277 agpgart: Maximum main memory to use for agp memory: 438M
278 agpgart: AGP aperture is 256M @ 0xe0000000
279 PCI-DMA: Disabling IOMMU.
280 IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $
281 Total HugeTLB memory allocated, 0
282 devfs: 2004-01-31 Richard Gooch (rgooch@××××××××××.au)
283 devfs: boot_options: 0x1
284 SGI XFS with ACLs, large block/inode numbers, no debug enabled
285 Initializing Cryptographic API
286 pci_hotplug: PCI Hot Plug PCI Core version: 0.5
287 pciehp: PCI Express Hot Plug Controller Driver version: 0.4
288 inotify init: minor=63
289 Real Time Clock Driver v1.12
290 Non-volatile memory driver v1.2
291 Linux agpgart interface v0.100 (c) Dave Jones
292 PCI: Found IRQ 9 for device 0000:01:00.0
293 PCI: Sharing IRQ 9 with 0000:00:0c.0
294 PCI: Sharing IRQ 9 with 0000:00:10.0
295 PCI: Sharing IRQ 9 with 0000:00:11.1
296 PCI: Sharing IRQ 9 with 0000:00:12.0
297 radeonfb: Retreived PLL infos from BIOS
298 radeonfb: Reference=27.00 MHz (RefDiv=6) Memory=300.00 Mhz,
299 System=200.00 MHz
300 Non-DDC laptop panel detected
301 radeonfb: Monitor 1 type LCD found
302 radeonfb: Monitor 2 type no found
303 radeonfb: panel ID string: Samsung LTN154X1 WXGA
304 radeonfb: detected LVDS panel size from BIOS: 1280x800
305 radeondb: BIOS provided dividers will be used
306 radeonfb: Power Management enabled for Mobility chipsets
307 Console: switching to colour frame buffer device 160x50
308 radeonfb: ATI Radeon NP SDR SGRAM 64 MB
309 vesafb: probe of vesafb0 failed with error -6
310 serio: i8042 KBD port at 0x60,0x64 irq 1
311 Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
312 mice: PS/2 mouse device common for all mice
313 RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
314 loop: loaded (max 8 devices)
315 via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written by Donald Becker
316 PCI: Found IRQ 9 for device 0000:00:12.0
317 PCI: Sharing IRQ 9 with 0000:00:0c.0
318 PCI: Sharing IRQ 9 with 0000:00:10.0
319 PCI: Sharing IRQ 9 with 0000:00:11.1
320 PCI: Sharing IRQ 9 with 0000:01:00.0
321 eth0: VIA Rhine II at 0x1800, 00:03:25:10:b7:e2, IRQ 9.
322 eth0: MII PHY found at address 1, status 0x7869 advertising 05e1 Link 41e1.
323 Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
324 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
325 VP_IDE: IDE controller at PCI slot 0000:00:11.1
326 PCI: Found IRQ 9 for device 0000:00:11.1
327 PCI: Sharing IRQ 9 with 0000:00:0c.0
328 PCI: Sharing IRQ 9 with 0000:00:10.0
329 PCI: Sharing IRQ 9 with 0000:00:12.0
330 PCI: Sharing IRQ 9 with 0000:01:00.0
331 VP_IDE: chipset revision 6
332 VP_IDE: not 100% native mode: will probe irqs later
333 VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci0000:00:11.1
334 ide0: BM-DMA at 0x1ce0-0x1ce7, BIOS settings: hda:DMA, hdb:pio
335 ide1: BM-DMA at 0x1ce8-0x1cef, BIOS settings: hdc:DMA, hdd:pio
336 Probing IDE interface ide0...
337 hda: IC25N080ATMR04-0, ATA DISK drive
338 Using anticipatory io scheduler
339 ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
340 Probing IDE interface ide1...
341 hdc: Slimtype DVDRW SDW-431S, ATAPI CD/DVD-ROM drive
342 ide1 at 0x170-0x177,0x376 on irq 15
343 Probing IDE interface ide2...
344 ide2: Wait for ready failed before probe !
345 Probing IDE interface ide3...
346 ide3: Wait for ready failed before probe !
347 Probing IDE interface ide4...
348 ide4: Wait for ready failed before probe !
349 Probing IDE interface ide5...
350 ide5: Wait for ready failed before probe !
351 hda: max request size: 1024KiB
352 hda: 156301488 sectors (80026 MB) w/7884KiB Cache, CHS=16383/255/63,
353 UDMA(100)
354 hda: cache flushes supported
355 /dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4
356 hdc: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
357 Uniform CD-ROM driver Revision: 3.20
358 usbcore: registered new driver hiddev
359 usbcore: registered new driver usbhid
360 drivers/usb/input/hid-core.c: v2.0:USB HID core driver
361 md: linear personality registered as nr 1
362 md: raid0 personality registered as nr 2
363 md: raid1 personality registered as nr 3
364 md: raid5 personality registered as nr 4
365 raid5: automatically using best checksumming function: generic_sse
366 generic_sse: 6084.000 MB/sec
367 raid5: using function: generic_sse (6084.000 MB/sec)
368 raid6: int64x1 1640 MB/s
369 raid6: int64x2 2355 MB/s
370 raid6: int64x4 2515 MB/s
371 raid6: int64x8 1703 MB/s
372 raid6: sse2x1 1195 MB/s
373 raid6: sse2x2 1980 MB/s
374 raid6: sse2x4 2761 MB/s
375 raid6: using algorithm sse2x4 (2761 MB/s)
376 md: raid6 personality registered as nr 8
377 md: multipath personality registered as nr 7
378 md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
379 device-mapper: 4.3.0-ioctl (2004-09-30) initialised: dm-devel@××××××.com
380 Advanced Linux Sound Architecture Driver Version 1.0.6 (Sun Aug 15
381 07:17:53 2004 UTC).
382 ALSA device list:
383 No soundcards found.
384 NET: Registered protocol family 2
385 IP: routing cache hash table of 4096 buckets, 32Kbytes
386 TCP: Hash tables configured (established 32768 bind 32768)
387 NET: Registered protocol family 1
388 NET: Registered protocol family 10
389 IPv6 over IPv4 tunneling driver
390 NET: Registered protocol family 17
391 NET: Registered protocol family 15
392 powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.00.09b)
393 powernow-k8: BIOS error: numpst must be 1
394 BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
395 md: Autodetecting RAID arrays.
396 md: autorun ...
397 md: ... autorun DONE.
398 ReiserFS: hda3: found reiserfs format "3.6" with standard journal
399 ReiserFS: hda3: using ordered data mode
400 ReiserFS: hda3: journal params: device hda3, size 8192, journal first
401 block 18, max trans len 1024, max batch 900, max commit age 30, max
402 trans age 30
403 ReiserFS: hda3: checking transaction log (hda3)
404 ReiserFS: hda3: Using r5 hash to sort names
405 VFS: Mounted root (reiserfs filesystem) readonly.
406 Mounted devfs on /dev
407 Freeing unused kernel memory: 184k freed
408 Adding 1004052k swap on /dev/hda2. Priority:-1 extents:1
409 st: Version 20040403, fixed bufsize 32768, s/g segs 256
410 PCI: Found IRQ 10 for device 0000:00:11.5
411 PCI: Sharing IRQ 10 with 0000:00:10.2
412 PCI: Sharing IRQ 10 with 0000:00:11.6
413 PCI: Setting latency timer of device 0000:00:11.5 to 64
414 Disabled Privacy Extensions on device ffffffff8050ce00(lo)
415 Linux Kernel Card Services
416 options: [pci] [cardbus]
417 PCI: IRQ 11 for device 0000:00:0a.0 doesn't match PIRQ mask - try
418 pci=usepirqmask
419 PCI: Found IRQ 11 for device 0000:00:0a.0
420 PCI: Sharing IRQ 11 with 0000:00:10.1
421 Yenta: CardBus bridge found at 0000:00:0a.0 [161f:2032]
422 Yenta: Enabling burst memory read transactions
423 Yenta: Using CSCINT to route CSC interrupts to PCI
424 Yenta: Routing CardBus interrupts to PCI
425 Yenta TI: socket 0000:00:0a.0, mfunc 0x01001002, devctl 0x44
426 Yenta: ISA IRQ mask 0x0020, PCI irq 11
427 Socket status: 30000006
428 USB Universal Host Controller Interface driver v2.2
429 PCI: Found IRQ 9 for device 0000:00:10.0
430 PCI: Sharing IRQ 9 with 0000:00:0c.0
431 PCI: Sharing IRQ 9 with 0000:00:11.1
432 PCI: Sharing IRQ 9 with 0000:00:12.0
433 PCI: Sharing IRQ 9 with 0000:01:00.0
434 uhci_hcd 0000:00:10.0: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
435 Controller
436 uhci_hcd 0000:00:10.0: irq 9, io base 0000000000001c80
437 uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
438 hub 1-0:1.0: USB hub found
439 hub 1-0:1.0: 2 ports detected
440 PCI: Found IRQ 11 for device 0000:00:10.1
441 PCI: Sharing IRQ 11 with 0000:00:0a.0
442 uhci_hcd 0000:00:10.1: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
443 Controller (#2)
444 uhci_hcd 0000:00:10.1: irq 11, io base 0000000000001ca0
445 uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
446 hub 2-0:1.0: USB hub found
447 hub 2-0:1.0: 2 ports detected
448 PCI: Found IRQ 10 for device 0000:00:10.2
449 PCI: Sharing IRQ 10 with 0000:00:11.5
450 PCI: Sharing IRQ 10 with 0000:00:11.6
451 uhci_hcd 0000:00:10.2: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
452 Controller (#3)
453 uhci_hcd 0000:00:10.2: irq 10, io base 0000000000001cc0
454 uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
455 hub 3-0:1.0: USB hub found
456 hub 3-0:1.0: 2 ports detected
457 usb 1-1: new low speed USB device using address 2
458 input: USB HID v1.10 Mouse [Microsoft Microsoft Notebook/Mobile Optical
459 Mouse 2.0] on usb-0000:00:10.0-1
460 ts: Compaq touchscreen protocol output
461 PCI: Found IRQ 10 for device 0000:00:10.3
462 PCI: Sharing IRQ 10 with 0000:00:13.0
463 ehci_hcd 0000:00:10.3: VIA Technologies, Inc. USB 2.0
464 ehci_hcd 0000:00:10.3: irq 10, pci mem ffffff0000176800
465 ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
466 ehci_hcd 0000:00:10.3: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10
467 hub 4-0:1.0: USB hub found
468 hub 4-0:1.0: 6 ports detected
469 usb 1-1: USB disconnect, address 2
470 ieee1394: Initialized config rom entry `ip1394'
471 ohci1394: $Rev: 1223 $ Ben Collins <bcollins@××××××.org>
472 PCI: Found IRQ 10 for device 0000:00:13.0
473 PCI: Sharing IRQ 10 with 0000:00:10.3
474 ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[10]
475 MMIO=[d0002000-d00027ff] Max Packet=[2048]
476 usb 1-1: new low speed USB device using address 3
477 input: USB HID v1.10 Mouse [Microsoft Microsoft Notebook/Mobile Optical
478 Mouse 2.0] on usb-0000:00:10.0-1
479 ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
480 usb 1-2: new low speed USB device using address 4
481 input: USB HID v1.10 Keyboard [Chicony USB Keyboard] on usb-0000:00:10.0-2
482 input,hiddev96: USB HID v1.10 Device [Chicony USB Keyboard] on
483 usb-0000:00:10.0-2
484 ieee1394: Host added: ID:BUS[0-00:1023] GUID[000325212900792a]
485 eth1394: $Rev: 1224 $ Ben Collins <bcollins@××××××.org>
486 eth1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)
487 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
488 drivers/usb/input/hid-input.c: event field not found
489 drivers/usb/input/hid-input.c: event field not found
490 eth0: no IPv6 routers present
491 ###################### end of dmesg output ######################
492
493
494 ###################### kernel config ######################
495
496 ...
497
498 #
499 # I2O device support
500 #
501
502 #
503 # Input device support
504 #
505 CONFIG_INPUT=y
506
507 #
508 # Userland interfaces
509 #
510 CONFIG_INPUT_MOUSEDEV=y
511 CONFIG_INPUT_MOUSEDEV_PSAUX=y
512 CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
513 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
514 CONFIG_INPUT_JOYDEV=y
515 CONFIG_INPUT_TSDEV=m
516 CONFIG_INPUT_TSDEV_SCREEN_X=240
517 CONFIG_INPUT_TSDEV_SCREEN_Y=320
518
519 #
520 # Input I/O drivers
521 #
522 CONFIG_GAMEPORT=m
523 CONFIG_SOUND_GAMEPORT=m
524 CONFIG_SERIO=y
525 CONFIG_SERIO_I8042=y
526 CONFIG_SERIO_SERPORT=y
527 CONFIG_SERIO_PCIPS2=y
528
529 #
530 # Input Device Drivers
531 #
532 CONFIG_INPUT_KEYBOARD=y
533 CONFIG_KEYBOARD_ATKBD=y
534 CONFIG_INPUT_MOUSE=y
535 CONFIG_MOUSE_PS2=y
536 CONFIG_MOUSE_SERIAL=m
537 CONFIG_INPUT_TOUCHSCREEN=y
538
539 #
540 # Character devices
541 #
542 CONFIG_VT=y
543 CONFIG_VT_CONSOLE=y
544 CONFIG_HW_CONSOLE=y
545 CONFIG_INOTIFY=y
546 CONFIG_SERIAL_NONSTANDARD=y
547 CONFIG_ROCKETPORT=m
548 CONFIG_SYNCLINK=m
549 CONFIG_SYNCLINKMP=m
550 CONFIG_N_HDLC=m
551
552 #
553 # Serial drivers
554 #
555 CONFIG_SERIAL_8250=y
556 CONFIG_SERIAL_8250_CONSOLE=y
557 CONFIG_SERIAL_8250_CS=m
558 CONFIG_SERIAL_8250_NR_UARTS=4
559
560 #
561 # Non-8250 serial port support
562 #
563 CONFIG_SERIAL_CORE=y
564 CONFIG_SERIAL_CORE_CONSOLE=y
565 CONFIG_UNIX98_PTYS=y
566 CONFIG_LEGACY_PTYS=y
567 CONFIG_LEGACY_PTY_COUNT=256
568
569 #
570 # IPMI
571 #
572
573 #
574 # Watchdog Cards
575 #
576 CONFIG_WATCHDOG=y
577
578 #
579 # Watchdog Device Drivers
580 #
581
582 #
583 # PCI-based Watchdog Cards
584 #
585
586 #
587 # USB-based Watchdog Cards
588 #
589 CONFIG_HW_RANDOM=y
590 CONFIG_NVRAM=y
591 CONFIG_RTC=y
592
593 #
594 # Ftape, the floppy tape device driver
595 #
596 CONFIG_AGP=y
597 CONFIG_AGP_AMD64=y
598 CONFIG_AGP_INTEL_MCH=m
599 CONFIG_DRM=y
600 CONFIG_DRM_TDFX=m
601 CONFIG_DRM_R128=m
602 CONFIG_DRM_RADEON=m
603 CONFIG_DRM_SIS=m
604
605 #
606 # PCMCIA character devices
607 #
608 CONFIG_SYNCLINK_CS=m
609
610 #
611 # I2C support
612 #
613 CONFIG_I2C=y
614 CONFIG_I2C_CHARDEV=m
615
616 #
617 # I2C Algorithms
618 #
619 CONFIG_I2C_ALGOBIT=y
620
621 #
622 # I2C Hardware Bus support
623 #
624 CONFIG_I2C_AMD8111=m
625 CONFIG_I2C_ISA=m
626 CONFIG_I2C_NFORCE2=m
627 CONFIG_I2C_VIAPRO=m
628
629 #
630 # Hardware Sensors Chip support
631 #
632 CONFIG_I2C_SENSOR=m
633 CONFIG_SENSORS_ADM1021=m
634 CONFIG_SENSORS_ADM1025=m
635 CONFIG_SENSORS_ADM1031=m
636 CONFIG_SENSORS_DS1621=m
637 CONFIG_SENSORS_IT87=m
638 CONFIG_SENSORS_LM75=m
639 CONFIG_SENSORS_LM77=m
640 CONFIG_SENSORS_LM78=m
641 CONFIG_SENSORS_LM80=m
642 CONFIG_SENSORS_LM83=m
643 CONFIG_SENSORS_LM85=m
644 CONFIG_SENSORS_MAX1619=m
645 CONFIG_SENSORS_VIA686A=m
646 CONFIG_SENSORS_W83781D=m
647 CONFIG_SENSORS_W83627HF=m
648
649 #
650 # Other I2C Chip support
651 #
652 CONFIG_SENSORS_EEPROM=m
653
654 #
655 # Dallas's 1-wire bus
656 #
657
658 #
659 # Misc devices
660 #
661
662
663 #
664 # PCMCIA devices
665 #
666
667 #
668 # Open Sound System
669 #
670
671 #
672 # USB support
673 #
674 CONFIG_USB=y
675
676 #
677 # Miscellaneous USB options
678 #
679 CONFIG_USB_DEVICEFS=y
680 CONFIG_USB_BANDWIDTH=y
681
682 #
683 # USB Host Controller Drivers
684 #
685 CONFIG_USB_EHCI_HCD=m
686 CONFIG_USB_EHCI_SPLIT_ISO=y
687 CONFIG_USB_EHCI_ROOT_HUB_TT=y
688 CONFIG_USB_OHCI_HCD=m
689 CONFIG_USB_UHCI_HCD=m
690
691 #
692 # USB Device Class drivers
693 #
694
695 #
696 # USB Bluetooth TTY can only be used with disabled Bluetooth subsystem
697 #
698 CONFIG_USB_ACM=m
699 CONFIG_USB_PRINTER=m
700 CONFIG_USB_STORAGE=m
701 CONFIG_USB_STORAGE_DATAFAB=y
702 CONFIG_USB_STORAGE_FREECOM=y
703 CONFIG_USB_STORAGE_ISD200=y
704 CONFIG_USB_STORAGE_DPCM=y
705 CONFIG_USB_STORAGE_HP8200e=y
706 CONFIG_USB_STORAGE_SDDR09=y
707 CONFIG_USB_STORAGE_SDDR55=y
708 CONFIG_USB_STORAGE_JUMPSHOT=y
709
710 #
711 # USB Human Interface Devices (HID)
712 #
713 CONFIG_USB_HID=y
714 CONFIG_USB_HIDINPUT=y
715 CONFIG_USB_HIDDEV=y
716
717 #
718 # USB Imaging devices
719 #
720
721 #
722 # USB Multimedia devices
723 #
724
725 #
726 # USB Network adaptors
727 #
728 CONFIG_USB_CATC=m
729 CONFIG_USB_KAWETH=m
730 CONFIG_USB_PEGASUS=m
731 CONFIG_USB_RTL8150=m
732 CONFIG_USB_USBNET=m
733
734 #
735 # USB Host-to-Host Cables
736 #
737 CONFIG_USB_ALI_M5632=y
738 CONFIG_USB_AN2720=y
739 CONFIG_USB_BELKIN=y
740 CONFIG_USB_GENESYS=y
741 CONFIG_USB_NET1080=y
742 CONFIG_USB_PL2301=y
743
744 #
745 # Intelligent USB Devices/Gadgets
746 #
747 CONFIG_USB_ARMLINUX=y
748 CONFIG_USB_EPSON2888=y
749 CONFIG_USB_ZAURUS=y
750 CONFIG_USB_CDCETHER=y
751
752 #
753 # USB Network Adapters
754 #
755 CONFIG_USB_AX8817X=y
756
757 #
758 # USB port drivers
759 #
760 CONFIG_USB_USS720=m
761
762 #
763 # USB Serial Converter support
764 #
765
766 #
767 # USB Miscellaneous drivers
768 #
769 CONFIG_USB_AUERSWALD=m
770
771 #
772 # USB Gadget Support
773 #
774
775 #
776 # Firmware Drivers
777 #
778 CONFIG_EDD=y
779
780 ...
781
782 ###################### end of kernel config ######################
783
784
785 --
786 gentoo-amd64@g.o mailing list

Replies