9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] OT: Keyboard trouble
@ 2007-12-09 17:42 Joel C. Salomon
  2007-12-09 17:59 ` erik quanstrom
  2007-12-09 18:44 ` [9fans] " Joel C. Salomon
  0 siblings, 2 replies; 9+ messages in thread
From: Joel C. Salomon @ 2007-12-09 17:42 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

What could cause a PS2 keyboard to work with the BIOS setup, with the
Plan 9 install disc, but not with any of four (!) Linux Live CDs?

--Joel


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] OT: Keyboard trouble
  2007-12-09 17:42 [9fans] OT: Keyboard trouble Joel C. Salomon
@ 2007-12-09 17:59 ` erik quanstrom
  2007-12-09 18:44 ` [9fans] " Joel C. Salomon
  1 sibling, 0 replies; 9+ messages in thread
From: erik quanstrom @ 2007-12-09 17:59 UTC (permalink / raw)
  To: 9fans

> What could cause a PS2 keyboard to work with the BIOS setup, with the
> Plan 9 install disc, but not with any of four (!) Linux Live CDs?

i have not seen this problem, but in arch/i386/boot/setup.S
there are several things that poke the keyboard.  the repeat 
is set, some a20 gate stuff is poked and there keyboard ctlr's
buffer is emptied.  plan 9 leaves a lot of that stuff alone.
to be honest, this seems unlikely but you could try compiling
linux kernels commenting out the various bits that fiddle
the kbd controller.  otherwise there's a chance of interaction
between usb legacy mode emulation and linux' usb stack.


- erik


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [9fans] Re: OT: Keyboard trouble
  2007-12-09 17:42 [9fans] OT: Keyboard trouble Joel C. Salomon
  2007-12-09 17:59 ` erik quanstrom
@ 2007-12-09 18:44 ` Joel C. Salomon
  2007-12-14  0:28   ` sqweek
  1 sibling, 1 reply; 9+ messages in thread
From: Joel C. Salomon @ 2007-12-09 18:44 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> What could cause a PS2 keyboard to work with the BIOS setup, with the
> Plan 9 install disc, but not with any of four (!) Linux Live CDs?

BTW, plugging in a USB keyboard makes Linux happy.

--Joel


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] Re: OT: Keyboard trouble
  2007-12-09 18:44 ` [9fans] " Joel C. Salomon
@ 2007-12-14  0:28   ` sqweek
  2007-12-14  0:31     ` erik quanstrom
  0 siblings, 1 reply; 9+ messages in thread
From: sqweek @ 2007-12-14  0:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Dec 10, 2007 3:44 AM, Joel C. Salomon <joelcsalomon@gmail.com> wrote:
> > What could cause a PS2 keyboard to work with the BIOS setup, with the
> > Plan 9 install disc, but not with any of four (!) Linux Live CDs?
>
> BTW, plugging in a USB keyboard makes Linux happy.

 We had some trouble at work with BIOS legacy usb mode and PS2
keyboards under linux, disabled legacy mode and everything worked.
-sqweek


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] Re: OT: Keyboard trouble
  2007-12-14  0:28   ` sqweek
@ 2007-12-14  0:31     ` erik quanstrom
  2007-12-14  0:44       ` ron minnich
  0 siblings, 1 reply; 9+ messages in thread
From: erik quanstrom @ 2007-12-14  0:31 UTC (permalink / raw)
  To: 9fans

On Thu Dec 13 19:28:49 EST 2007, sqweek@gmail.com wrote:
> On Dec 10, 2007 3:44 AM, Joel C. Salomon <joelcsalomon@gmail.com> wrote:
> > > What could cause a PS2 keyboard to work with the BIOS setup, with the
> > > Plan 9 install disc, but not with any of four (!) Linux Live CDs?
> >
> > BTW, plugging in a USB keyboard makes Linux happy.
> 
>  We had some trouble at work with BIOS legacy usb mode and PS2
> keyboards under linux, disabled legacy mode and everything worked.
> -sqweek

you've gotta love system mgmt mode and the special sneak-past-
the-os interrupt.  the processor is yours, except when it isn't.

- erik


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] Re: OT: Keyboard trouble
  2007-12-14  0:31     ` erik quanstrom
@ 2007-12-14  0:44       ` ron minnich
  2007-12-14  0:50         ` erik quanstrom
  0 siblings, 1 reply; 9+ messages in thread
From: ron minnich @ 2007-12-14  0:44 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Dec 13, 2007 4:31 PM, erik quanstrom <quanstro@coraid.com> wrote:

> you've gotta love system mgmt mode and the special sneak-past-
> the-os interrupt.  the processor is yours, except when it isn't.

Intel's plans are to use this mode far more, not less, than in the past.

And yes, I hate it too ...

ron


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] Re: OT: Keyboard trouble
  2007-12-14  0:44       ` ron minnich
@ 2007-12-14  0:50         ` erik quanstrom
  2007-12-14  0:56           ` ron minnich
  0 siblings, 1 reply; 9+ messages in thread
From: erik quanstrom @ 2007-12-14  0:50 UTC (permalink / raw)
  To: 9fans

> On Dec 13, 2007 4:31 PM, erik quanstrom <quanstro@coraid.com> wrote:
> 
> > you've gotta love system mgmt mode and the special sneak-past-
> > the-os interrupt.  the processor is yours, except when it isn't.
> 
> Intel's plans are to use this mode far more, not less, than in the past.
> 
> And yes, I hate it too ...
> 
> ron

i wonder how this will work out.  it makes realtimeish impossible.
we measured 100ms intervals where the usb legacy stuff had
grabbed the processor and wouldn't let go.  (fortunately we could
turn that off.)

if things get to the point where these things can't be turned off,
we'll need to find other hardware.

- erik


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] Re: OT: Keyboard trouble
  2007-12-14  0:50         ` erik quanstrom
@ 2007-12-14  0:56           ` ron minnich
  2007-12-14  1:00             ` erik quanstrom
  0 siblings, 1 reply; 9+ messages in thread
From: ron minnich @ 2007-12-14  0:56 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Dec 13, 2007 4:50 PM, erik quanstrom <quanstro@quanstro.net> wrote:

> if things get to the point where these things can't be turned off,
> we'll need to find other hardware.

if it runs EFI there is no escape. this is supposed to be a feature.

ron


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] Re: OT: Keyboard trouble
  2007-12-14  0:56           ` ron minnich
@ 2007-12-14  1:00             ` erik quanstrom
  0 siblings, 0 replies; 9+ messages in thread
From: erik quanstrom @ 2007-12-14  1:00 UTC (permalink / raw)
  To: 9fans

> On Dec 13, 2007 4:50 PM, erik quanstrom <quanstro@quanstro.net> wrote:
> 
> > if things get to the point where these things can't be turned off,
> > we'll need to find other hardware.
> 
> if it runs EFI there is no escape. this is supposed to be a feature.
> 
> ron

efi will make you yearn for bios.

(you didn't think that was possible, did you?)

- erik


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-12-14  1:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-09 17:42 [9fans] OT: Keyboard trouble Joel C. Salomon
2007-12-09 17:59 ` erik quanstrom
2007-12-09 18:44 ` [9fans] " Joel C. Salomon
2007-12-14  0:28   ` sqweek
2007-12-14  0:31     ` erik quanstrom
2007-12-14  0:44       ` ron minnich
2007-12-14  0:50         ` erik quanstrom
2007-12-14  0:56           ` ron minnich
2007-12-14  1:00             ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).