linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <bh40@calva.net>
To: <tom_gall@vnet.ibm.com>, <linuxppc-dev@lists.linuxppc.org>
Subject: Re: PowerBook 2000 + Mouse + 2.4.0-test7
Date: Thu, 31 Aug 2000 19:57:48 +0200	[thread overview]
Message-ID: <20000831175748.648@mailhost.mipsys.com> (raw)
In-Reply-To: <39AE8E35.53F2865@vnet.ibm.com>


>
>Hi All,
>
> quick question, with a 2.4.0-test7 that was fresh as of last Friday.

I don't know for Linus test-7, but I can speak for the current state of
bk 2.4-test8
>
> On my PowerBook 2000, the kernel machine checks when it init's the
>serial ports

You probably have the "legacy" (dumb) serial ports compiled in. The
Macintosh serial ports are a separate option. The ISA bus doesn't exist,
an nobody answer to legacy IO addresses on a mac, thus causing the
machine check.

>and once I redid my config file to remove that support, kernel boots but X no
>longer recognizes the trackpad. (Yet on a 2.2.x series with the ibook
>kernels it
>does)  Is this a known problem?

Get the bk tree. In the "Macintosh Drivers" option, you can either enable
the ADB HID that comes with the input devices, or the old mac_keyb.c
driver. If you are using the mac_keyb.c driver, then you can also select
the old adbmouse.c driver in "Char devices/Mice). This should allow your
current 2.2.x setup to work.

If you want to switch to the new input layer, then enable the ABD HID.
You'll have to create the appropriate /dev entries for, at least, /dev/
input/mice, and change /dev/usbmouse and /dev/mouse to point to it. You
can safely remove /dev/adbmouse. Note that the old adbmouse driver was
BusMouse protocol while the new input layer provides you with PS/2 datas,
like USB mice.

Ben (who is happily running 2.4 on the Pismo powerbook (2000)).

Ben.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

      reply	other threads:[~2000-08-31 17:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-31 16:56 PowerBook 2000 + Mouse + 2.4.0-test7 tom_gall
2000-08-31 17:57 ` Benjamin Herrenschmidt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000831175748.648@mailhost.mipsys.com \
    --to=bh40@calva.net \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=tom_gall@vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).