From owner-freebsd-mobile@FreeBSD.ORG Thu Jun 29 16:14:03 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 000AC16A407 for ; Thu, 29 Jun 2006 16:14:02 +0000 (UTC) (envelope-from nakal@nurfuerspam.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 6A64F43D69 for ; Thu, 29 Jun 2006 16:14:01 +0000 (GMT) (envelope-from nakal@nurfuerspam.de) Received: (qmail invoked by alias); 29 Jun 2006 16:13:59 -0000 Received: from p5090E5FC.dip.t-dialin.net (EHLO klotz.local) [80.144.229.252] by mail.gmx.net (mp042) with SMTP; 29 Jun 2006 18:13:59 +0200 X-Authenticated: #989277 Received: from [192.168.0.1] (klotz.local [192.168.0.1]) by klotz.local (8.13.6/8.13.6) with ESMTP id k5TGDudo003022 for ; Thu, 29 Jun 2006 18:13:58 +0200 (CEST) (envelope-from nakal@nurfuerspam.de) Message-ID: <44A3FC44.2090104@nurfuerspam.de> Date: Thu, 29 Jun 2006 18:13:56 +0200 From: Martin User-Agent: Thunderbird 1.5.0.4 (X11/20060607) MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: multipart/mixed; boundary="------------000406070905040705030609" X-Y-GMX-Trusted: 0 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Thinkpad T60p X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 16:14:03 -0000 This is a multi-part message in MIME format. --------------000406070905040705030609 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi, I've got a new laptop and would like to share some information about it. First thing to say is: FreeBSD-STABLE runs well and stable with SMP. And then again, there are some weird bugs/missing features the laptop has uncovered. 1) ACPI-weirdness? I can see some "acpi_bus_number: can't get _ADR" messages during startup. Whatever it is, it does not affect the standard ACPI functionality. There is also a "acpi_throttle1: failed to attach P_CNT". 2) cpufreq does not work The module does not load. It gives me "device_attach: est0/est1 attach returned 6" multiple times. 3) em(4) - small bug(s) When there is no ethernet cable attached, em(4) will fail to be detected. dmesg gives me: em0: The EEPROM Checksum Is Not Valid em0: Unable to initialize the hardware em(4) works if ethernet cable is plugged in first. Then you can unplug and plug it in again, it will still work. If you change the MAC address while it has been unplugged, em(4) will fail to work, too. 4) Sound (ICH7) The "82801G (ICH7 Family) High Definition Audio" chipset does not work. As far as I understand the docs, it should have an AC97 compatibility mode like 82801GB. This is really a pity that sound does not work. I tried to patch ich.c, but I'm too dumb, I think. The "bus_alloc_ressource_any" functions near ich.c:792 both return 0. Here is what I get from pciconf: class=0x040300 card=0x201017aa chip=0x27d88086 rev=0x02 hdr=0x00 5) No ATI - vesa works The kernel does not recognize ATI vga card. drm seems not to be supported. VESA mode Xorg works fine. pciconf: class=0x030000 card=0x200717aa chip=0x71c41002 rev=0x00 hdr=0x00 6) umass USB problems (panic on plug-in) I got a panic with umass. Pluging in a USB card reader gives me a slow kernel output. If I detach it while in the quite long detection phase it gives me: Fatal trap 12 (g_event) Stopped at xpt_schedule Debugger prompt is frozen from here on, so no further analysis can be done. Also, if I plug in the device and boot, the detection of disks, CDs and the reader itself takes minutes. The kernel hangs while doing something. I can provide more information on request. Martin --------------000406070905040705030609--