From owner-freebsd-mobile@FreeBSD.ORG Tue May 31 16:13:49 2005 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 DF5E416A41C; Tue, 31 May 2005 16:13:49 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 774F043D58; Tue, 31 May 2005 16:13:49 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j4VGDmms094188 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 May 2005 09:13:48 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <429C8E29.6090706@errno.com> Date: Tue, 31 May 2005 09:17:45 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rong-En Fan References: <200505301857.20346.markus@FreeBSD.org> <20050531092550.GA59763@svm.csie.ntu.edu.tw> In-Reply-To: <20050531092550.GA59763@svm.csie.ntu.edu.tw> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org, Markus Brueffer , freebsd-mobile@freebsd.org Subject: Re: Call for testers: New acpi_ibm driver 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: Tue, 31 May 2005 16:13:50 -0000 Rong-En Fan wrote: > On Mon, May 30, 2005 at 06:57:09PM +0200, Markus Brueffer wrote: > >>Hi, >> >>I'm looking for testers for a mostly rewritten and enhanced version of the >>acpi_ibm (ACPI Thinkpad Extras) driver. >> >>You can find it along with a first draft of the new manpage at: >> >>http://people.freebsd.org/~markus/ibm/ >> >>If you are running -CURRENT, simply replace the former driver with the new >>one in sys/dev/acpi_support and rebuild it. (sorry, no patch for 5.x for >>now). >> >>Please mail me on failure and success and include the output of >># sysctl hw.acpi.ibm > > > hw.acpi.ibm.initialmask: 2060 > hw.acpi.ibm.availmask: 16777215 > hw.acpi.ibm.events: 0 > hw.acpi.ibm.eventmask: 2060 > hw.acpi.ibm.hotkey: 2432 > hw.acpi.ibm.lcd_brightness: 5 > hw.acpi.ibm.volume: 6 > hw.acpi.ibm.mute: 0 > hw.acpi.ibm.thinklight: 0 > hw.acpi.ibm.bluetooth: 0 > hw.acpi.ibm.wlan: 0 > hw.acpi.ibm.fan_rpm: 3516 > hw.acpi.ibm.fan_status: 1 > hw.acpi.ibm.thermal: 61 -1 55 39 41 -1 27 -1 > > It's few days' ago -current on IBM X31-IDV. Works good. > I tried write to lcd_brightness, volume, thinklight > and it works ! Thanks. > > But, seems that wlan's value > is not correct. For example, after boot, wlan=1. > I ifconfig ath0 up, sysctl wlan=0, wireless stills > works. Does it supposed to work in that way? I'm guessing "wlan" is tied to the RfKill gpio pin and making that work requires some minor glop in the ath driver (assuming you have an IBM minipci wireless card and that card is Atheros-based). Sam >>- support for reading up to 8 thermal sensors > > > Is there any reference that describes which sensor > monitors what part of ThinkPad? > > Cheers, > rafan. > > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > >