From owner-freebsd-mobile@FreeBSD.ORG Tue May 9 19:26:31 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 F062B16A46B for ; Tue, 9 May 2006 19:26:31 +0000 (UTC) (envelope-from howells@kde.org) Received: from mail.devrandom.org.uk (host-84-9-223-82.bulldogdsl.com [84.9.223.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E72E43D48 for ; Tue, 9 May 2006 19:26:31 +0000 (GMT) (envelope-from howells@kde.org) Received: from localhost (localhost [127.0.0.1]) by mail.devrandom.org.uk (Postfix) with ESMTP id 1F08BFD04E; Tue, 9 May 2006 20:26:30 +0100 (BST) Received: from mail.devrandom.org.uk ([127.0.0.1]) by localhost (mail.devrandom.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 98220-02; Tue, 9 May 2006 20:26:19 +0100 (BST) Received: from [192.168.1.175] (unknown [192.168.1.175]) by mail.devrandom.org.uk (Postfix) with ESMTP id 3D80BFD04D; Tue, 9 May 2006 20:26:19 +0100 (BST) Message-ID: <4460ECD9.7030505@kde.org> Date: Tue, 09 May 2006 20:26:17 +0100 From: Chris Howells User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-mobile@freebsd.org, James O'Gorman References: <4460E83A.8050301@netinertia.co.uk> In-Reply-To: <4460E83A.8050301@netinertia.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at devrandom.org.uk Cc: Subject: Re: FreeBSD 6.1 on the ThinkPad X60s 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, 09 May 2006 19:26:32 -0000 James O'Gorman wrote: > Does the wireless work under Linux then? I was thinking about trying the > Ubuntu live CD to see. There are drivers for Linux yes, from ipw3945.sf.net. However they have only fairly recently been released so are not part of any released version of Ubuntu yet (though they are part of the most recent Dapper Drake beta) >>> * Dual-core CPU >> Does CPU speed scaling work with both cores? > > How do you check that? (This is my first non-Mac laptop...) Load the cpufreq.ko module, either at the loader prompt, or by adding cpufreq_load="YES" to /boot/loader.conf (and then rebooting) Then when the kernel boots you should see a message stating whether the CPU has been recognised: powernow0: on cpu0 ... is the line from my AMD Sempron server. If it is I guess you can try enabling powerd, something like powerd_enable="YES" in /etc/rc.conf Followed by /etc/rc.d/powerd start Then the CPU frequency should be automatically reduced when the load is low to reduce heat and power consumption. Then something like this should give you an idea if it's working: [chris@sauron ~]$ sysctl -a dev.cpu | grep freq dev.cpu.0.freq: 1800 dev.cpu.0.freq_levels: 1800/59000 1000/21700 (hopefully you'd see an entry for the second core also) > I've just got GNOME installed and I can't get esd to run at all, so I'm > guessing not. I've tried kldloading every sound module there is! Unless > it needs one that isn't built by default... I'd probably expect it to use the snd_ich.ko driver. > Definitely ;-) I've been flipping between Windows and FreeBSD and the > wireless is fine in XP. Fair enough. Worth checking :) > I'll try and have a play with it later, but for now, the light under the > screen is off for both wireless and Bluetooth... OK. I am pleased that the wifi and Bluetooth light both work under Linux, I hope the same with FreeBSD :)