2004-10-31 18:07:40

by Alexander Gran

[permalink] [raw]
Subject: [2.6.10-rc1-mm2] keyboard / synaptics not working

Hi,

using 2.6.10-rc1-mm2 my keyboard and synaptics do not work. 2.6.9-rc4-mm1 is
fine. Both bootlogs are attached.
lspci (using 2.6.8-rc3-mm1) gives
0000:00:00.0 Host bridge: Intel Corp. 82855PM Processor to I/O Controller (rev
03)
0000:00:01.0 PCI bridge: Intel Corp. 82855PM Processor to AGP Controller (rev
03)
0000:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
USB UHCI Controller #1 (rev 01)
0000:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
USB UHCI Controller #2 (rev 01)
0000:00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
USB UHCI Controller #3 (rev 01)
0000:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0
EHCI Controller (rev 01)
0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 81)
0000:00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller (rev
01)
0000:00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage
Controller (rev 01)
0000:00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus
Controller (rev 01)
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
0000:00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97
Modem Controller (rev 01)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 Lf
[Radeon Mobility 9000 M9] (rev 02)
0000:02:00.0 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus
Controller (rev 01)
0000:02:00.1 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus
Controller (rev 01)
0000:02:01.0 Ethernet controller: Intel Corp. 82540EP Gigabit Ethernet
Controller (Mobile) (rev 03)
0000:02:02.0 Ethernet controller: Atheros Communications, Inc. AR5211 802.11ab
NIC (rev 01)

The 2.6.10-rc1-mm2 config is attached,too.

regards
Alex

--
Encrypted Mails welcome.
PGP-Key at http://zodiac.dnsalias.org/misc/pgpkey.asc | Key-ID: 0x6D7DD291


Attachments:
(No filename) (1.92 kB)
syslog-2.6.10-rc1-mm2 (24.64 kB)
syslog-2.6.9-rc4-mm1 (26.76 kB)
.config (33.42 kB)
Download all attachments

2004-11-01 00:56:07

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

On Sunday 31 October 2004 01:03 pm, Alexander Gran wrote:
> Hi,
>
> using 2.6.10-rc1-mm2 my keyboard and synaptics do not work. 2.6.9-rc4-mm1 is
> fine. Both bootlogs are attached.

Do they work if you boot with i8042.noacpi boot option? If so please send me
your DSDT (cat /proc/acpi/dsdt > dsdt.hex).

Thanks!

--
Dmitry

2004-11-01 02:03:12

by Matthias Hentges

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

Hello Dmitry,

Am Mo, den 01.11.2004 schrieb Dmitry Torokhov um 1:55:
> On Sunday 31 October 2004 01:03 pm, Alexander Gran wrote:
> > Hi,
> >
> > using 2.6.10-rc1-mm2 my keyboard and synaptics do not work. 2.6.9-rc4-mm1 is
> > fine. Both bootlogs are attached.
>
> Do they work if you boot with i8042.noacpi boot option? If so please send me
> your DSDT (cat /proc/acpi/dsdt > dsdt.hex).

I had the same problem with 2.6.10-rc1. Using the boot parameter
i8042.noacpi as you suggested, fixed the keyboard for me.

I have attached my dsdt.
Please CC me on replies as I'm not actively reading this list.

Thanks for your help ;)
--
Matthias Hentges
Cologne / Germany

[http://www.hentges.net] -> PGP welcome, HTML tolerated
ICQ: 97 26 97 4 -> No files, no URL's

My OS: Debian SID. Geek by Nature, Linux by Choice


Attachments:
dsdt.hex.gz (35.49 kB)

2004-11-01 02:31:24

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

On Sunday 31 October 2004 09:01 pm, Matthias Hentges wrote:
> Hello Dmitry,
>
> Am Mo, den 01.11.2004 schrieb Dmitry Torokhov um 1:55:
> > On Sunday 31 October 2004 01:03 pm, Alexander Gran wrote:
> > > Hi,
> > >
> > > using 2.6.10-rc1-mm2 my keyboard and synaptics do not work. 2.6.9-rc4-mm1 is
> > > fine. Both bootlogs are attached.
> >
> > Do they work if you boot with i8042.noacpi boot option? If so please send me
> > your DSDT (cat /proc/acpi/dsdt > dsdt.hex).
>
> I had the same problem with 2.6.10-rc1. Using the boot parameter
> i8042.noacpi as you suggested, fixed the keyboard for me.
>
> I have attached my dsdt.
> Please CC me on replies as I'm not actively reading this list.
>
> Thanks for your help ;)

Can I get a binary version of it (straight out of /proc/acpi/dsdt) please?
The one you send was converted into C source while I need ASL.

Thanks!

--
Dmitry

2004-11-01 02:46:12

by Matthias Hentges

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

Am Mo, den 01.11.2004 schrieb Dmitry Torokhov um 3:31:

[...]

> Can I get a binary version of it (straight out of /proc/acpi/dsdt) please?
> The one you send was converted into C source while I need ASL.
>
Sure, it's attached.
--
Matthias Hentges
Cologne / Germany

[http://www.hentges.net] -> PGP welcome, HTML tolerated
ICQ: 97 26 97 4 -> No files, no URL's

My OS: Debian SID. Geek by Nature, Linux by Choice


Attachments:
dsdt.hex.gz (8.36 kB)

2004-11-01 04:42:08

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

On Sunday 31 October 2004 09:45 pm, Matthias Hentges wrote:
> Am Mo, den 01.11.2004 schrieb Dmitry Torokhov um 3:31:
>
> [...]
>
> > Can I get a binary version of it (straight out of /proc/acpi/dsdt) please?
> > The one you send was converted into C source while I need ASL.
> >
> Sure, it's attached.

Hmm, i8042 already recognizes both PNP IDs from your DSDT:

> Device (PS2K)
> {
> Name (_HID, EisaId ("PNP0303"))
> Name (_CRS, ResourceTemplate ()
> {
> IO (Decode16, 0x0060, 0x0060, 0x01, 0x01)
> IO (Decode16, 0x0064, 0x0064, 0x01, 0x01)
> IRQ (Edge, ActiveHigh, Exclusive) {1}
> })
> }
>
> Device (PS2M)
> {
> Name (_HID, EisaId ("PNP0F13"))
>

I wonder what is going on... I see there was big ACPI update in -mm2,
could you try reverting bk-acpi.patch.

Btw, you said you are using 2.6.10-rc1 - is there -mm suffix missing?
Linus's tree does not have i8042 ACPI enumeration patch yet so
i8042.noacpi does not have any effect and should not even be recognized
by the kernel.

--
Dmitry

2004-11-01 14:34:25

by Alexander Gran

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

Am Montag, 1. November 2004 01:55 schrieben Sie:
> Do they work if you boot with i8042.noacpi boot option? If so please send
> me your DSDT (cat /proc/acpi/dsdt > dsdt.hex).

Yes, just running 2.6.10-rc1-mm2 with i8042.noacpi.
dsdt attached
BTW: System is IBMT40p 2373g1g

--
Encrypted Mails welcome.
PGP-Key at http://zodiac.dnsalias.org/misc/pgpkey.asc | Key-ID: 0x6D7DD291


Attachments:
(No filename) (377.00 B)
dsdt.hex (47.03 kB)
Download all attachments

2004-11-01 15:50:55

by Jesus Delgado

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

Hi all:

Iam have is the same problems, kernel 2.6.10-rc1 keryboard and
mouse OK ( emachines M6709), both running kernel 2.6.10-rc1-mm2 the
keyboard and mouse NOT WORKING.

anex my file dsdt.hex.gz

Helpme please.

On Sun, 31 Oct 2004 19:03:06 +0100, Alexander Gran
<[email protected]> wrote:
> Hi,
>
> using 2.6.10-rc1-mm2 my keyboard and synaptics do not work. 2.6.9-rc4-mm1 is
> fine. Both bootlogs are attached.
> lspci (using 2.6.8-rc3-mm1) gives
> 0000:00:00.0 Host bridge: Intel Corp. 82855PM Processor to I/O Controller (rev
> 03)
> 0000:00:01.0 PCI bridge: Intel Corp. 82855PM Processor to AGP Controller (rev
> 03)
> 0000:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
> USB UHCI Controller #1 (rev 01)
> 0000:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
> USB UHCI Controller #2 (rev 01)
> 0000:00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
> USB UHCI Controller #3 (rev 01)
> 0000:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0
> EHCI Controller (rev 01)
> 0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 81)
> 0000:00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller (rev
> 01)
> 0000:00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage
> Controller (rev 01)
> 0000:00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus
> Controller (rev 01)
> 0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM
> (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
> 0000:00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97
> Modem Controller (rev 01)
> 0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 Lf
> [Radeon Mobility 9000 M9] (rev 02)
> 0000:02:00.0 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus
> Controller (rev 01)
> 0000:02:00.1 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus
> Controller (rev 01)
> 0000:02:01.0 Ethernet controller: Intel Corp. 82540EP Gigabit Ethernet
> Controller (Mobile) (rev 03)
> 0000:02:02.0 Ethernet controller: Atheros Communications, Inc. AR5211 802.11ab
> NIC (rev 01)
>
> The 2.6.10-rc1-mm2 config is attached,too.
>
> regards
> Alex
>
> --
> Encrypted Mails welcome.
> PGP-Key at http://zodiac.dnsalias.org/misc/pgpkey.asc | Key-ID: 0x6D7DD291
>
>
>


Attachments:
(No filename) (2.30 kB)
dsdt.hex.gz (6.48 kB)
Download all attachments

2004-11-01 16:10:32

by Juergen Quade

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

On Mon, Nov 01, 2004 at 09:30:13AM -0600, Jesus Delgado wrote:
> Hi all:
>
> Iam have is the same problems, kernel 2.6.10-rc1 keryboard and
> mouse OK ( emachines M6709), both running kernel 2.6.10-rc1-mm2 the
> keyboard and mouse NOT WORKING.

Interesting: I have keyboard and mouse problems already in
(Linu_s_) Kernel 2.6.9 and 2.6.10-rc1 (no problems in 2.6.8.1).
Haven't tested -mm-Versions and haven't found time to
dig further into the problem...

Juergen.

2004-11-01 18:22:58

by Valdis Klētnieks

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

On Mon, 01 Nov 2004 09:30:13 CST, Jesus Delgado said:

> Iam have is the same problems, kernel 2.6.10-rc1 keryboard and
> mouse OK ( emachines M6709), both running kernel 2.6.10-rc1-mm2 the
> keyboard and mouse NOT WORKING.

I had issues in 2.6.10-rc1-mm2 and no keyboard input at all, I tracked
it down to CONFIG_ACPI_CONTAINER - haven't checked if i8042.noacpi
fixes the problem also.


Attachments:
(No filename) (226.00 B)

2004-11-01 19:26:21

by Matthias Hentges

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

Am Sonntag, den 31.10.2004, 23:42 -0500 schrieb Dmitry Torokhov:
> On Sunday 31 October 2004 09:45 pm, Matthias Hentges wrote:
> > Am Mo, den 01.11.2004 schrieb Dmitry Torokhov um 3:31:
> >
> > [...]
> >
> > > Can I get a binary version of it (straight out of /proc/acpi/dsdt) please?
> > > The one you send was converted into C source while I need ASL.
> > >
> > Sure, it's attached.
>
> Hmm, i8042 already recognizes both PNP IDs from your DSDT:

[...]

> I wonder what is going on... I see there was big ACPI update in -mm2,
> could you try reverting bk-acpi.patch.

I tried that, but w/o bk-acpi.patch, the kernel won't compile, sorry.
I don't have the skills to work around that. I've attached the error
message from "make bzImage".

> Btw, you said you are using 2.6.10-rc1 - is there -mm suffix missing?

I just forgot to write it :) I was in fact using 2.6.10-rc1-mm2.
BTW: I didn't check the touchpad as i had an USB mouse attached (which
worked
w/o problems). The keyboard however, was completely dead (not even
CAPSLOCK worked)

> Linus's tree does not have i8042 ACPI enumeration patch yet so
> i8042.noacpi does not have any effect and should not even be recognized
> by the kernel.

Sorry for the confusion :)
--
Matthias Hentges
Cologne / Germany

[http://www.hentges.net] -> PGP welcome, HTML tolerated
ICQ: 97 26 97 4 -> No files, no URL's

My OS: Debian SID. Geek by Nature, Linux by Choice


Attachments:
compile-error.txt (1.01 kB)

2004-11-02 06:46:41

by Brown, Len

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

On Mon, 2004-11-01 at 14:22, Matthias Hentges wrote:
> Am Sonntag, den 31.10.2004, 23:42 -0500 schrieb Dmitry Torokhov:
> > On Sunday 31 October 2004 09:45 pm, Matthias Hentges wrote:
> > > Am Mo, den 01.11.2004 schrieb Dmitry Torokhov um 3:31:
> > >
> > > [...]
> > >
> > > > Can I get a binary version of it (straight out of
> /proc/acpi/dsdt) please?
> > > > The one you send was converted into C source while I need ASL.
> > > >
> > > Sure, it's attached.
> >
> > Hmm, i8042 already recognizes both PNP IDs from your DSDT:
>
> [...]
>
> > I wonder what is going on... I see there was big ACPI update in
> -mm2,
> > could you try reverting bk-acpi.patch.
>
> I tried that, but w/o bk-acpi.patch, the kernel won't compile, sorry.
> I don't have the skills to work around that. I've attached the error
> message from "make bzImage".


With the unmodified -mm2 tree, please build with CONFIG_PNPACPI=n
and give that a go.

thanks,
-Len


2004-11-02 12:48:48

by Matthieu Castet

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

> > I tried that, but w/o bk-acpi.patch, the kernel won't compile, sorry.
> > I don't have the skills to work around that. I've attached the error
> > message from "make bzImage".
>
>
> With the unmodified -mm2 tree, please build with CONFIG_PNPACPI=n
> and give that a go.
>
Yes the 8042 acpi driver need to be converted to a pnp driver.

Same apply for the floppy driver and other acpi driver that use standard
pnp devices.

For the hpet driver I don't know if we should convert it or add it to
the blacklist

> thanks,
> -Len
>

Matthieu

2004-11-02 18:19:04

by Matthias Hentges

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

Hello Len,

Am Dienstag, den 02.11.2004, 01:46 -0500 schrieb Len Brown:

[...]

> With the unmodified -mm2 tree, please build with CONFIG_PNPACPI=n
> and give that a go.

Setting CONFIG_PNPACPI=n ( which can be found in drivers/pnp btw, for
all those reading this thread ) indeed fixes the problem.

As does applying your remove_driver.patch ( with CONFIG_PNPACPI=y) from
the other other thread.

Both work-arounds also fix the asus_acpi kernel module which either
wouldn't load at all (no such device) or would load but do nothing
(empty /p/a/asus).

HTH

--
Matthias Hentges
Cologne / Germany

[http://www.hentges.net] -> PGP welcome, HTML tolerated
ICQ: 97 26 97 4 -> No files, no URL's

My OS: Debian SID. Geek by Nature, Linux by Choice

2004-11-04 12:23:09

by matthieu castet

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

> Hello Len,
>
> Am Dienstag, den 02.11.2004, 01:46 -0500 schrieb Len Brown:
>
> [...]
>
> > With the unmodified -mm2 tree, please build with CONFIG_PNPACPI=n
> > and give that a go.
>
> Setting CONFIG_PNPACPI=n ( which can be found in drivers/pnp btw, for
> all those reading this thread ) indeed fixes the problem.
>
> As does applying your remove_driver.patch ( with CONFIG_PNPACPI=y) from
> the other other thread.
>
> Both work-arounds also fix the asus_acpi kernel module which either
> wouldn't load at all (no such device) or would load but do nothing
> (empty /p/a/asus).
>
> HTH

Could you try these 2 patchs with CONFIG_PNPACPI=y ?

Thanks

Matthieu


Attachments:
pnpacpi.patch (586.00 B)
i8042_pnp.patch (8.06 kB)
Download all attachments

2004-11-05 01:50:08

by Jesus Delgado

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

Hi all:
Iam apply the patchs : pnpacpi and i8042_pnp and my emachines working
againg the mouse and keyboard good.

Thanks

On Mon, 1 Nov 2004 09:30:13 -0600, Jesus Delgado <[email protected]> wrote:
> Hi all:
>
> Iam have is the same problems, kernel 2.6.10-rc1 keryboard and
> mouse OK ( emachines M6709), both running kernel 2.6.10-rc1-mm2 the
> keyboard and mouse NOT WORKING.
>
> anex my file dsdt.hex.gz
>
> Helpme please.
>
>
>
> On Sun, 31 Oct 2004 19:03:06 +0100, Alexander Gran
> <[email protected]> wrote:
> > Hi,
> >
> > using 2.6.10-rc1-mm2 my keyboard and synaptics do not work. 2.6.9-rc4-mm1 is
> > fine. Both bootlogs are attached.
> > lspci (using 2.6.8-rc3-mm1) gives
> > 0000:00:00.0 Host bridge: Intel Corp. 82855PM Processor to I/O Controller (rev
> > 03)
> > 0000:00:01.0 PCI bridge: Intel Corp. 82855PM Processor to AGP Controller (rev
> > 03)
> > 0000:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
> > USB UHCI Controller #1 (rev 01)
> > 0000:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
> > USB UHCI Controller #2 (rev 01)
> > 0000:00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
> > USB UHCI Controller #3 (rev 01)
> > 0000:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0
> > EHCI Controller (rev 01)
> > 0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 81)
> > 0000:00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller (rev
> > 01)
> > 0000:00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage
> > Controller (rev 01)
> > 0000:00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus
> > Controller (rev 01)
> > 0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM
> > (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
> > 0000:00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97
> > Modem Controller (rev 01)
> > 0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 Lf
> > [Radeon Mobility 9000 M9] (rev 02)
> > 0000:02:00.0 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus
> > Controller (rev 01)
> > 0000:02:00.1 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus
> > Controller (rev 01)
> > 0000:02:01.0 Ethernet controller: Intel Corp. 82540EP Gigabit Ethernet
> > Controller (Mobile) (rev 03)
> > 0000:02:02.0 Ethernet controller: Atheros Communications, Inc. AR5211 802.11ab
> > NIC (rev 01)
> >
> > The 2.6.10-rc1-mm2 config is attached,too.
> >
> > regards
> > Alex
> >
> > --
> > Encrypted Mails welcome.
> > PGP-Key at http://zodiac.dnsalias.org/misc/pgpkey.asc | Key-ID: 0x6D7DD291
> >
> >
> >
>
>
>

2004-11-04 18:13:27

by Matthias Hentges

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

Hello matthieu,

Am Donnerstag, den 04.11.2004, 13:15 +0100 schrieb matthieu castet:

[...]

> Could you try these 2 patchs with CONFIG_PNPACPI=y ?

Yes, those two patches fix the keyboard for me with CONFIG_PNPACPI=y.
Thanks!

--
Matthias Hentges
Cologne / Germany

[http://www.hentges.net] -> PGP welcome, HTML tolerated
ICQ: 97 26 97 4 -> No files, no URL's

My OS: Debian SID. Geek by Nature, Linux by Choice

2004-11-05 16:04:51

by Valdis Klētnieks

[permalink] [raw]
Subject: Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

On Thu, 04 Nov 2004 13:15:13 +0100, matthieu castet said:

> Could you try these 2 patchs with CONFIG_PNPACPI=y ?

> filename="pnpacpi.patch"

> filename="i8042_pnp.patch"

Just confirming that my Dell Latitude C840 had the same "no keyboard"
issues with -rc1-mm2, and these 2 patches result in a working keyboard
with CONFIG_PNPACPI.


Attachments:
(No filename) (226.00 B)