Re: 2.6.14-rc4-mm1

From: Brice Goglin
Date: Tue Oct 18 2005 - 03:27:17 EST


Le 18.10.2005 09:40, Greg KH a écrit :
> If you disable CONFIG_PNP, does the oops go away?
>
> Also, does this oops keep you from booting? If not, can you see what
> the output of 'cat /proc/bus/input/devices' produces (it should show
> what device is dying on us.)

Yes disabling CONFIG_PNP makes it disappear.

Here comes /proc/bus/input/devices from 2.6.14-rc4:

I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd event0
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0007 Version=0000
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio4/input0
H: Handlers=mouse0 event1
B: EV=b
B: KEY=6420 0 70000 0 0 0 0 0 0 0 0
B: ABS=11000003

I: Bus=0011 Vendor=0002 Product=000a Version=0000
N: Name="TPPS/2 IBM TrackPoint"
P: Phys=synaptics-pt/serio0/input0
H: Handlers=mouse1 event2
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
H: Handlers=kbd event3
B: EV=40001
B: SND=6

Without CONFIG_PNP, the last one disappears.

In rc4-mm1, the last one is a little bit different
(Name and Phys fields):

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="isa0061/input0"
P: Phys=
S: Sysfs=/class/input_dev/input3
H: Handlers=kbd event3
B: EV=40001
B: SND=6

Brice
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/