From owner-freebsd-ppc@FreeBSD.ORG Mon May 28 13:20:50 2012 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56107106566C for ; Mon, 28 May 2012 13:20:50 +0000 (UTC) (envelope-from gilles.risch@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id DB8D68FC08 for ; Mon, 28 May 2012 13:20:49 +0000 (UTC) Received: by eeke49 with SMTP id e49so789233eek.13 for ; Mon, 28 May 2012 06:20:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; bh=CY9S3Pj6BBfGMJvgOLCq9P/MFAnii+JlHfvfFD9Usko=; b=Sp6d+TdTLOnZvQKBgdRuSbmiQNQPbzST5JFlECLLpE9H3d0X5q7tVhRWAWI3jSOrYP FbaS/uC74czUxVGKkwwrdwXzJS7PuOfP2YIUZoTwY2mjqcDGuRMEpRWElMWyLwK36gsN dINoYLjO3eInWJkqPQF4ZFtu9ePWp8tCenn0xfOwgPhUmLah+GbGY5l7ch19GFiJ8sIA jKYhW+JYT30ZGjFJV/R0cS3n5CRb1JSRxfXD8+ob165OAJHmbgvjKxtdH2aUiXRSWYwq WGWXwDWq9F0jIRIdNRxsWQBFacaEYgWbphRXKh2DEttUw0DnBjdffz3V+rw/jAfE68Yt S8jw== Received: by 10.14.119.197 with SMTP id n45mr1951073eeh.180.1338211248100; Mon, 28 May 2012 06:20:48 -0700 (PDT) Received: from sojus.fritz.box (ip-88-207-213-254.dyn.luxdsl.pt.lu. [88.207.213.254]) by mx.google.com with ESMTPS id a16sm37277683eeg.0.2012.05.28.06.20.47 (version=SSLv3 cipher=OTHER); Mon, 28 May 2012 06:20:47 -0700 (PDT) Message-ID: <4FC37BAE.9070800@gmail.com> Date: Mon, 28 May 2012 15:20:46 +0200 From: Gilles Risch User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-ppc@freebsd.org X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: PowerBook G4: Touchpad does not work. X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 13:20:50 -0000 Hi, Yesterday I installed FreeBSD onto a 15" Powerbook G4 (Rev. D). I've followed the instructions from the atp manual page and added the following to my /etc/rc.conf: # Apple Touchpad moused_enable="YES" moused_port="/deb/atp0" Because that didn't work I checked the product id of the touch pad with: "usbconfig -u 0 -a 3 dump_device_desc" ugen0.3: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x0000 bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0008 idVendor = 0x05ac idProduct = 0x020f bcdDevice = 0x0028 iManufacturer = 0x0001 iProduct = 0x0002 iSerialNumber = 0x0000 bNumConfigurations = 0x0001 Looks fine because 0x02f is supported according the manual page. A "less /var/log/messages | grep atp" gave me the following: May 28 11:30:32 powerbook kernel: atp_attach: failed to read device mode (22) May 28 11:30:32 powerbook kernel: device_attach: atp0 attach returned 6 Any ideas? Kind regards, Gilles