From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by dsl2.external.hp.com (Postfix) with SMTP id 713874857 for ; Mon, 15 Mar 2004 15:47:17 -0700 (MST) From: Helge Deller To: parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] Re: Re: No PS2 keyboard/mouse on B132L, 2.6.[34] Date: Mon, 15 Mar 2004 23:47:09 +0100 References: <25271.193.161.152.244.1078745317.squirrel@www.puszczka.com> <20040315084247.GJ9104@finlandia.infodrom.north.de> <20040315150539.GA20698@finlandia.infodrom.north.de> In-Reply-To: <20040315150539.GA20698@finlandia.infodrom.north.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200403152347.09863.deller@gmx.de> Cc: Martin Schulze List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Thanks ! I added a new FAQ entry based on your input. Helge On Monday 15 March 2004 16:05, Martin Schulze wrote: > Martin Schulze wrote: > > Grant Grundler wrote: > > > > Well, if you *know* that it's a PS/2 mouse and PS/2 keyboard, you're > > > > correct. However, does everybody know that who gets hold of a PARISC > > > > machine fully equipped with HIL hub and stuff? Maybe it's just me > > > > who hasn't expected that since the old (really old) machines didn't > > > > use pc standard equipment and since PA machines usually use different > > > > parts. You choose since you're more familiar with the port. > > > > > > Well, maybe it would be better to make this a FAQ on the parisc-linux > > > web site? > > > > Aye! > > Maybe this one is better since CONFIG_KEYBOARD_HIL and CONFIG_HIL_MLC > aren't required. I'm not sure about the mouse part since mine doesn't > yet work again. > > --- /tmp/work/faq.html.orig 2004-03-15 09:36:25.000000000 +0100 > +++ /tmp/work/faq.html 2004-03-15 10:44:59.000000000 +0100 > @@ -8,6 +8,27 @@ >
  • First of all, your kernel has to be 2.4.18-pa45 or higher.
    > Earlier kernel versions will not work ! >
  • > + > +
  • In the latest 2.6 kernel series, we switched from a PA-RISC-only > + PS/2 mouse/keyboard driver to the standard Linux kernel PS/2 > + mouse and keyboard drivers. Hence, in order to get your PS/2 > + mouse/keyboard connected via HIL work you'll have to enable > +
      > +
    • CONFIG_KEYBOARD_ATKBD > +
    • CONFIG_MOUSE_PS2 > +
    > + in addition to > +
      > +
    • CONFIG_INPUT_KEYBOARD > +
    • CONFIG_INPUT_MOUSE > +
    • CONFIG_MOUSE_HIL > +
    > + You don't need these options anymore: > +
      > +
    • CONFIG_KEYBOARD_HIL > +
    • CONFIG_HIL_MLC > +
    > +
  • >
  • On the bash prompt enter as root the following comand:
    > cd /dev && ./MAKEDEV input
    > This command creates the standard input device nodes in the /dev/input/ > > > Regards, > > Joey > > -- > Whenever you meet yourself you're in a time loop or in front of a mirror. > > Please always Cc to me when replying to me on the lists. > _______________________________________________ > parisc-linux mailing list > parisc-linux@lists.parisc-linux.org > http://lists.parisc-linux.org/mailman/listinfo/parisc-linux > >