Re: Bug report -- keyboard not working Linux 2.6.11 on Inspiron 1150

2005-03-02 Thread Marcus Furlong
Joshua Hudson wrote:

> No obvous reason. Works fine with kernel 2.6.10
> 
> Result of lspci:
> 00:00.0 Host bridge: Intel Corp. 82852/855GM Host Bridge (rev 02)
> 00:00.1 System peripheral: Intel Corp. 855GM/GME GMCH Memory I/O Control
> Registers (rev 02)
> 00:00.3 System peripheral: Intel Corp. 855GM/GME GMCH Configuration
> Process Registers (rev 02)
> 00:02.0 VGA compatible controller: Intel Corp. 82852/855GM Integrated
> Graphics Device (rev 02)
> 00:02.1 Display controller: Intel Corp. 82852/855GM Integrated Graphics
> Device (rev 02)
> 00:1d.0 USB Controller: Intel Corp. 82801DB (ICH4) USB UHCI #1 (rev 01)
> 00:1d.1 USB Controller: Intel Corp. 82801DB (ICH4) USB UHCI #2 (rev 01)
> 00:1d.2 USB Controller: Intel Corp. 82801DB (ICH4) USB UHCI #3 (rev 01)
> 00:1d.7 USB Controller: Intel Corp. 82801DB (ICH4) USB2 EHCI Controller
> (rev 01)
> 00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 81)
> 00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller (rev 01)
> 00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage
> Controller (rev 01)
> 00:1f.5 Multimedia audio controller: Intel Corp. 82801DB (ICH4) AC'97
> Audio Controller (rev 01)
> 00:1f.6 Modem: Intel Corp. 82801DB (ICH4) AC'97 Modem Controller (rev 01)
> 02:01.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev
> 01)
> 02:02.0 Network controller: Broadcom Corporation: Unknown device 4324 (rev
> 03)
> 02:04.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus
> Controller
> 

ditto with Inspiron 5150

lspci:
:00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV
Processor to I/O Controller (rev 02)
:00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV
Processor to I/O Controller (rev 02)
:00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV
Processor to I/O Controller (rev 02)
:00:01.0 PCI bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV
Processor to AGP Controller (rev 02)
:00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
:00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
:00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
:00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M)
USB2 EHCI Controller (rev 01)
:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
:00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface
Bridge (rev 01)
:00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE
Controller (rev 01)
:00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
:01:00.0 VGA compatible controller: nVidia Corporation NV34M [GeForce FX
Go 5200] (rev a1)
:02:01.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T
(rev 01)
:02:04.0 CardBus bridge: Texas Instruments PCI4510 PC card Cardbus
Controller (rev 02)
:02:04.1 FireWire (IEEE 1394): Texas Instruments PCI4510 IEEE-1394
Controller


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


Re: Bug report -- keyboard not working Linux 2.6.11 on Inspiron 1150 (and 5150)

2005-03-02 Thread Marcus Furlong
Here's the diff of dmesgs between 2.6.10 and 2.6.11
2.6.10
i8042.c: Warning: Keylock active.
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
2.6.11
< ACPI: PS/2 Keyboard Controller [KBC] at I/O 0x60, 0x66, irq 1
< ACPI: PS/2 Mouse Controller [PS2M] at irq 12
< i8042.c: Can't read CTR while initializing i8042.
booting with i8042.debug=1 gives:
ACPI: PS/2 Keyboard Controller [KBC] at I/O 0x60, 0x66, irq 1
ACPI: PS/2 Mouse Controller [PS2M] at irq 12
drivers/input/serio/i8042.c: 20 -> i8042 (command) [0]
drivers/input/serio/i8042.c:  -- i8042 (timeout) [508]
i8042.c: Can't read CTR while initializing i8042.
workaround is to boot with i8042.noacpi=1
i8042: ACPI detection disabled
i8042.c: Warning: Keylock active.
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
_
Get almost unlimited e-mail storage - upgrade to Hotmail Plus! 
http://www.imagine-msn.com/hotmail/en-ie

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


Re: Bug report -- keyboard not working Linux 2.6.11 on Inspiron 1150 (and 5150)

2005-03-02 Thread Marcus Furlong
Here's the diff of dmesgs between 2.6.10 and 2.6.11
2.6.10
i8042.c: Warning: Keylock active.
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
2.6.11
 ACPI: PS/2 Keyboard Controller [KBC] at I/O 0x60, 0x66, irq 1
 ACPI: PS/2 Mouse Controller [PS2M] at irq 12
 i8042.c: Can't read CTR while initializing i8042.
booting with i8042.debug=1 gives:
ACPI: PS/2 Keyboard Controller [KBC] at I/O 0x60, 0x66, irq 1
ACPI: PS/2 Mouse Controller [PS2M] at irq 12
drivers/input/serio/i8042.c: 20 - i8042 (command) [0]
drivers/input/serio/i8042.c:  -- i8042 (timeout) [508]
i8042.c: Can't read CTR while initializing i8042.
workaround is to boot with i8042.noacpi=1
i8042: ACPI detection disabled
i8042.c: Warning: Keylock active.
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
_
Get almost unlimited e-mail storage - upgrade to Hotmail Plus! 
http://www.imagine-msn.com/hotmail/en-ie

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


Re: Bug report -- keyboard not working Linux 2.6.11 on Inspiron 1150

2005-03-02 Thread Marcus Furlong
Joshua Hudson wrote:

 No obvous reason. Works fine with kernel 2.6.10
 
 Result of lspci:
 00:00.0 Host bridge: Intel Corp. 82852/855GM Host Bridge (rev 02)
 00:00.1 System peripheral: Intel Corp. 855GM/GME GMCH Memory I/O Control
 Registers (rev 02)
 00:00.3 System peripheral: Intel Corp. 855GM/GME GMCH Configuration
 Process Registers (rev 02)
 00:02.0 VGA compatible controller: Intel Corp. 82852/855GM Integrated
 Graphics Device (rev 02)
 00:02.1 Display controller: Intel Corp. 82852/855GM Integrated Graphics
 Device (rev 02)
 00:1d.0 USB Controller: Intel Corp. 82801DB (ICH4) USB UHCI #1 (rev 01)
 00:1d.1 USB Controller: Intel Corp. 82801DB (ICH4) USB UHCI #2 (rev 01)
 00:1d.2 USB Controller: Intel Corp. 82801DB (ICH4) USB UHCI #3 (rev 01)
 00:1d.7 USB Controller: Intel Corp. 82801DB (ICH4) USB2 EHCI Controller
 (rev 01)
 00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 81)
 00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller (rev 01)
 00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage
 Controller (rev 01)
 00:1f.5 Multimedia audio controller: Intel Corp. 82801DB (ICH4) AC'97
 Audio Controller (rev 01)
 00:1f.6 Modem: Intel Corp. 82801DB (ICH4) AC'97 Modem Controller (rev 01)
 02:01.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev
 01)
 02:02.0 Network controller: Broadcom Corporation: Unknown device 4324 (rev
 03)
 02:04.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus
 Controller
 

ditto with Inspiron 5150

lspci:
:00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV
Processor to I/O Controller (rev 02)
:00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV
Processor to I/O Controller (rev 02)
:00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV
Processor to I/O Controller (rev 02)
:00:01.0 PCI bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV
Processor to AGP Controller (rev 02)
:00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
:00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
:00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
:00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M)
USB2 EHCI Controller (rev 01)
:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
:00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface
Bridge (rev 01)
:00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE
Controller (rev 01)
:00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
:01:00.0 VGA compatible controller: nVidia Corporation NV34M [GeForce FX
Go 5200] (rev a1)
:02:01.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T
(rev 01)
:02:04.0 CardBus bridge: Texas Instruments PCI4510 PC card Cardbus
Controller (rev 02)
:02:04.1 FireWire (IEEE 1394): Texas Instruments PCI4510 IEEE-1394
Controller


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