Bug 1835
Summary: | PS/2 mouse does not work on Asus A7V-X 333 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Christoph Federer (christoph.federer) |
Component: | Input Devices | Assignee: | Dmitry Torokhov (dmitry.torokhov) |
Status: | REJECTED UNREPRODUCIBLE | ||
Severity: | normal | CC: | bunk, garockus, vojtech |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.1 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
the output of dmesg, /dev/interrupts, lsmod and the .config from kernel-compiling
ASUS A7V-133-C seems to have the same problem |
Description
Christoph Federer
2004-01-11 07:29:51 UTC
I'd suggest disabling APIC for a test, by passing 'noapic' to the kernel command line. Then checking /proc/interrupts to see whether the count for IRQ12 is increasing would be a good idea, too. And last, when everything fails, enable DEBUG in i8042.h. Created attachment 2002 [details]
the output of dmesg, /dev/interrupts, lsmod and the .config from kernel-compiling
same problem even with kernel-2.6.2-rc2-mm1 and asus a7v (no x-333). the pointer is a "logitech pilot wheel mouse" on ps/2. i've got no response on cat /dev/psaux, /dev/input/mouse0 or /dev/input/mice - absolute nothing. mdetect shows an intellimouse on psaux. i tried compiling psmouse etc. as module and static - nothing changed. - oh, and i don't use acpi. so any suggestions? i inlcuded the output of dmesg, /proc/interrupts, lsmod and my .config. mfg Florian Miess Created attachment 2061 [details]
ASUS A7V-133-C seems to have the same problem
I tested kernel 2.6.1 and 2.6.2 on my Gentoo with Asus A7V-133-C
and had the same problem. Nothing happenned when I "cat /dev/psaux"
and /proc/interrupts IRQ 12 had no increase. APIC and ACPI did not affect
the result. Dmesg showed the same messages in the mouse part as the
original report did.
Sorry for my wrong report. The problem was caused by KVM switch.The ps/2 mouse works fine on my A7V-133-C now without KVM switch. Florian, Do you still have problem with your mouse using recent kernels (2.6.19/2.6.20)? Thanks! I'm sorry, can't answer this: meanwhile i've got an usb mouse... |