lkml.org 
[lkml]   [2004]   [Aug]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.6 kernel won't reboot on AMD system - 8042 problem?
On Thu, Aug 12, 2004 at 07:23:35PM +0200, David N. Welton wrote:
> David N. Welton wrote:
>
> >Sascha, if you want to test it out, try this in i8042_controller_init,
> >at about line 724 (near this: i8042_initial_ctr = i8042_ctr;)
> >
> > {
> > unsigned char pram;
> > pram = (~i8042_ctr) & 0xff ;
> > i8042_command(&pram, I8042_CMD_CTL_WCTR);
> > }
>
> In fact, it's enough to fix the problem on my machine! I can even plug
> the keyboard back in and it works.
>
> --- /home/davidw/linux-2.6.7/drivers/input/serio/i8042.c
> 2004-06-16 07:18
> :57.000000000 +0200
> +++ drivers/input/serio/i8042.c 2004-08-12 19:05:17.000000000 +0200
> @@ -710,6 +710,9 @@
> return -1;
> }
>
> +
> + i8042_ctr = (~i8042_ctr) & 0xff;
> +
> i8042_initial_ctr = i8042_ctr;
>
> Try that and see how it works for you

This works for me too. Thanks!

I hadn't had the time to read the rest of the thread in full detail,
but it seem, that we are geting closer to a solution.

cheers
sascha
--
Sascha Wilde
"Gimme about 10 seconds to think for a minute..."

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

\
 
 \ /
  Last update: 2005-03-22 14:05    [W:0.067 / U:2.436 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site