* keylock regression with i8042 + S3 resume
@ 2004-11-15 0:08 Nathan Bryant
[not found] ` <4197F388.2050701-p32f3XyCuykqcZcGjlUOXw@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Nathan Bryant @ 2004-11-15 0:08 UTC (permalink / raw)
To: ACPI Developers
Hi,
Ever since upgrading from a 2.6.9-rc1 era bitkeeper snapshot to a
2.6.10-rc1 era snapshot, the keyboard is nonfunctional after resume from
S3 and the kernel prints this message on resume:
i8042.c: Warning: Keylock active.
Anybody know anything about this?
Nathan
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <4197F388.2050701-p32f3XyCuykqcZcGjlUOXw@public.gmane.org>]
* Re: keylock regression with i8042 + S3 resume [not found] ` <4197F388.2050701-p32f3XyCuykqcZcGjlUOXw@public.gmane.org> @ 2004-11-15 14:11 ` Dmitry Torokhov 0 siblings, 0 replies; 5+ messages in thread From: Dmitry Torokhov @ 2004-11-15 14:11 UTC (permalink / raw) To: Nathan Bryant; +Cc: ACPI Developers On Sun, 14 Nov 2004 19:08:40 -0500, Nathan Bryant <nbryant-p32f3XyCuykqcZcGjlUOXw@public.gmane.org> wrote: > Hi, > > Ever since upgrading from a 2.6.9-rc1 era bitkeeper snapshot to a > 2.6.10-rc1 era snapshot, the keyboard is nonfunctional after resume from > S3 and the kernel prints this message on resume: > i8042.c: Warning: Keylock active. > > Anybody know anything about this? > HI, Could you change #undef DEBUG into #define DEBUG in drivers/input/serio/i8042.c, recompile and reboot passing log_buf_len=131072 option to the kernel. Then suspend, resume and save full dmesg somewhere and send it to me. Thanks! -- Dmitry ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: keylock regression with i8042 + S3 resume
@ 2004-11-15 6:31 Pallipadi, Venkatesh
[not found] ` <88056F38E9E48644A0F562A38C64FB600356939A-exJ48ZlmiLpQxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Pallipadi, Venkatesh @ 2004-11-15 6:31 UTC (permalink / raw)
To: Nathan Bryant, ACPI Developers
I had some problem with S3 resume and keyboard and I nailed down to this
changeset
http://linux.bkbits.net:8080/linux-2.6/cset@40fc9c34Uv8lvE8IkEDy5dqjDzb_
Kw?nav=index.html|src/.|src/drivers|src/drivers/input|src/drivers/input/
serio|related/drivers/input/serio/i8042.c
But, it was not a consistent failure and I only saw it once in a while.
HTH,
Venki
>-----Original Message-----
>From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>[mailto:acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of
>Nathan Bryant
>Sent: Sunday, November 14, 2004 4:09 PM
>To: ACPI Developers
>Subject: [ACPI] keylock regression with i8042 + S3 resume
>
>Hi,
>
>Ever since upgrading from a 2.6.9-rc1 era bitkeeper snapshot to a
>2.6.10-rc1 era snapshot, the keyboard is nonfunctional after
>resume from
>S3 and the kernel prints this message on resume:
>i8042.c: Warning: Keylock active.
>
>Anybody know anything about this?
>
>Nathan
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: InterSystems CACHE
>FREE OODBMS DOWNLOAD - A multidimensional database that combines
>robust object and relational technologies, making it a perfect match
>for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
>_______________________________________________
>Acpi-devel mailing list
>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/acpi-devel
>
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <88056F38E9E48644A0F562A38C64FB600356939A-exJ48ZlmiLpQxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>]
* Re: keylock regression with i8042 + S3 resume [not found] ` <88056F38E9E48644A0F562A38C64FB600356939A-exJ48ZlmiLpQxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org> @ 2004-11-15 14:58 ` Nathan Bryant 0 siblings, 0 replies; 5+ messages in thread From: Nathan Bryant @ 2004-11-15 14:58 UTC (permalink / raw) To: Pallipadi, Venkatesh Cc: ACPI Developers, dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w Pallipadi, Venkatesh wrote: >I had some problem with S3 resume and keyboard and I nailed down to this >changeset > >http://linux.bkbits.net:8080/linux-2.6/cset@40fc9c34Uv8lvE8IkEDy5dqjDzb_ >Kw?nav=index.html|src/.|src/drivers|src/drivers/input|src/drivers/input/ >serio|related/drivers/input/serio/i8042.c > >But, it was not a consistent failure and I only saw it once in a while. > >HTH, >Venki > For me, it's pretty consistent. Will work on Dmitry's debug options later. Nathan ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <419ECE6E.4030005@optonline.net>]
[parent not found: <d120d50004112314333ebb0eb@mail.gmail.com>]
[parent not found: <41A3BEF4.6030403@optonline.net>]
[parent not found: <200411240058.55744.dtor_core@ameritech.net>]
[parent not found: <200411240058.55744.dtor_core-yWtbtysYrB+LZ21kGMrzwg@public.gmane.org>]
* Re: keylock regression with i8042 + S3 resume [not found] ` <200411240058.55744.dtor_core-yWtbtysYrB+LZ21kGMrzwg@public.gmane.org> @ 2004-12-18 1:51 ` Nathan Bryant 0 siblings, 0 replies; 5+ messages in thread From: Nathan Bryant @ 2004-12-18 1:51 UTC (permalink / raw) To: Dmitry Torokhov, ACPI Developers Dmitry Torokhov wrote: >On Tuesday 23 November 2004 05:51 pm, Nathan Bryant wrote: > > >>Dmitry Torokhov wrote: >> >> >> >>>It looks like the controller got "stuck" with OBF bit set. There is no response >>>to any of the commands sent to it and any read returns 0 with both "timeout" >>>and "bad parity" flags set. >>> >>>I wonder if latest changes in ACPI PNP and resources management that >>>were reported to break floppy are responsible for this stuff as well. Linus >>>has committed a fix that *might* help into his BK tree, try tonight's BK >>>snapshot. If this does not work I guess you'd have to do binary search >>>on various -bk snapshots to narry down which broke resume. >>> >>> >>> Looks like this problem has been fixed in recent 2.6.10-rc3 bk snapshots. Nathan. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-12-18 1:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-15 0:08 keylock regression with i8042 + S3 resume Nathan Bryant
[not found] ` <4197F388.2050701-p32f3XyCuykqcZcGjlUOXw@public.gmane.org>
2004-11-15 14:11 ` Dmitry Torokhov
-- strict thread matches above, loose matches on Subject: below --
2004-11-15 6:31 Pallipadi, Venkatesh
[not found] ` <88056F38E9E48644A0F562A38C64FB600356939A-exJ48ZlmiLpQxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-11-15 14:58 ` Nathan Bryant
[not found] <419ECE6E.4030005@optonline.net>
[not found] ` <d120d50004112314333ebb0eb@mail.gmail.com>
[not found] ` <41A3BEF4.6030403@optonline.net>
[not found] ` <200411240058.55744.dtor_core@ameritech.net>
[not found] ` <200411240058.55744.dtor_core-yWtbtysYrB+LZ21kGMrzwg@public.gmane.org>
2004-12-18 1:51 ` Nathan Bryant
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox