atom feed6 messages in org.freebsd.freebsd-ppcRe: iBook G4: moused doesn't work?
FromSent OnAttachments
Torfinn IngolfsenDec 11, 2011 10:53 am 
Nathan WhitehornDec 11, 2011 12:01 pm 
Torfinn IngolfsenDec 17, 2011 11:24 am 
Chris CarrDec 17, 2011 11:40 am 
Nathan WhitehornDec 17, 2011 12:02 pm 
Torfinn IngolfsenDec 17, 2011 1:28 pm 
Subject:Re: iBook G4: moused doesn't work?
From:Nathan Whitehorn (nwhi@freebsd.org)
Date:Dec 17, 2011 12:02:12 pm
List:org.freebsd.freebsd-ppc

On 12/17/11 13:25, Torfinn Ingolfsen wrote:

On Sun, 11 Dec 2011 14:02:19 -0600 Nathan Whitehorn<nwhi@freebsd.org> wrote:

You need to set up moused to point to the touchpad device, atp0. There's an example in the atp(4) manpage, but all you need to do is to put the following in rc.conf: moused_enable="YES" moused_port="/dev/atp0"

Ah! (smacks forehead) I must have been low on ebergy that day. After adding that, the touchpad works. Thanks!

One question remains: why does FreeBSD fire up a moused for usb (therer are no
usb devices attatched that I know of)? root@kg-ibook# ps ax | grep moused 1380 ?? Is 0:00.00 /usr/sbin/moused -p /dev/ums0 -t auto -I
/var/run/moused.ums0.pid 2109 ?? Is 0:00.01 /usr/sbin/moused -p /dev/atp0 -t auto 2150 0 R+ 0:00.00 grep moused (sh) root@kg-ibook# dmesg | grep ums ums0:<vendor 0x05ac product 0x1000, class 0/0, rev 2.00/19.65, addr 2> on
usbus0 ums0: 5 buttons and [XY] coordinates ID=0

root@kg-ibook# usbconfig ugen0.1:<OHCI root HUB Apple> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps)
pwr=SAVE ugen1.1:<OHCI root HUB NEC> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen2.1:<OHCI root HUB NEC> at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen3.1:<EHCI root HUB NEC> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps)
pwr=SAVE ugen0.2:<product 0x1000 vendor 0x05ac> at usbus0, cfg=0 md=HOST spd=FULL
(12Mbps) pwr=ON ugen0.3:<Apple Internal Trackpad Apple Computer> at usbus0, cfg=0 md=HOST
spd=FULL (12Mbps) pwr=ON

The ums etc. are the bluetooth controller's HID emulation. -Nathan