linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* PowerBook 2000 + Mouse + 2.4.0-test7
@ 2000-08-31 16:56 tom_gall
  2000-08-31 17:57 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 2+ messages in thread
From: tom_gall @ 2000-08-31 16:56 UTC (permalink / raw)
  To: linuxppc-dev


Hi All,

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


 On my PowerBook 2000, the kernel machine checks when it init's the serial ports
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?

--
Tom Gall - PowerPC Linux Team    "Where's the ka-boom? There was
Linux Technology Center           supposed to be an earth
(w) tom_gall@vnet.ibm.com         shattering ka-boom!"
(w) 507-253-4558                 -- Marvin Martian
(h) tgall@uswest.net
http://oss.software.ibm.com/developerworks/opensource/linux

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

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

* Re: PowerBook 2000 + Mouse + 2.4.0-test7
  2000-08-31 16:56 PowerBook 2000 + Mouse + 2.4.0-test7 tom_gall
@ 2000-08-31 17:57 ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2000-08-31 17:57 UTC (permalink / raw)
  To: tom_gall, linuxppc-dev


>
>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/

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

end of thread, other threads:[~2000-08-31 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-08-31 16:56 PowerBook 2000 + Mouse + 2.4.0-test7 tom_gall
2000-08-31 17:57 ` Benjamin Herrenschmidt

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).