From owner-freebsd-mobile@FreeBSD.ORG Mon Jun 28 13:47:09 2004 Return-Path: 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 CC31B16A4CE for ; Mon, 28 Jun 2004 13:47:09 +0000 (GMT) Received: from mail.spekt.net (biggie.spekt.net [67.18.79.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5599843D2D for ; Mon, 28 Jun 2004 13:47:09 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by mail.spekt.net (Postfix, from userid 1007) id 044D3402D; Mon, 28 Jun 2004 15:46:49 +0200 (CEST) Received: from [172.16.106.231] (unknown [212.130.239.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.spekt.net (Postfix) with ESMTP id A6858400A; Mon, 28 Jun 2004 15:46:37 +0200 (CEST) Message-ID: <40E0212C.5000804@raadradd.com> Date: Mon, 28 Jun 2004 15:46:20 +0200 From: Radek Kozlowski User-Agent: Mozilla Thunderbird 0.7 (X11/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stuart Barkley References: <20040627155159.S25924@freeman.4gh.net> In-Reply-To: <20040627155159.S25924@freeman.4gh.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on biggie.spekt.net X-Spam-Status: No, hits=0.0 required=5.5 tests=none autolearn=no version=2.63 X-Spam-Level: cc: freebsd-mobile@freebsd.org Subject: Re: Anyone have HP ZE4805US laptop working (US$900) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 13:47:10 -0000 On 2004.06.27 22:21, Stuart Barkley wrote: > My old laptop has finally given up the ghost and I'm searching for a > replacement. CompUSA, Best Buy and Circuit City are all selling the > HP ZE4805US for about 900 USD and it looks like about the right > machine for my needs. > > - AMD Athlon XP-M processor > - 256MB (upgradable) > - 60GB hard drive > - DVD/CD-RW > - ATI Radeon based video (1024x768) > - Integrated wireless > - Integrated 10/100 Ethernet > - Modem > - 2x USB 1.1 > - 1x PCMCIA slot > - Printer port > - Serial port > - Headphone out/Mic in > > I would prefer USB 2.0, a second PCMCIA slot and would really like to > have a line-in port. Otherwise this looks like a reasonable > configuration. > > Has anyone had success running FreeBSD on this or other HP/Compaq > machines. I've seen queries (usually unanswered publicly) about > various HP/Compaq laptops over the past several months. Most of the > discussion here seems to be about Dells (I've been happy with them at > previous jobs), IBMs (sound good) and Toshibas (I'm pretty > dissatisfied with my old Toshiba laptop). I'm running 5.2-CURRENT on ze4430us, which has almost the same configuration as your machine. Basically everything works, but you need to be aware of the following things: - the Radeon card needs at least x11-servers/XFree86-4-Server-snap (or x.org or XFree86 4.4) to be recognized. - the built-in wireless card is based on a Broadcom chipset, for which you'll need NDISulator that is at the moment only available in CURRENT. - the ethernet adapter works with the sis(4) driver. - modem is not recognized, but probably you won't need it anyway. - I boot my machine with ACPI enabled so I can use the power button to switch it off instead of typing 'halt -p', but that's about everything I can do with ACPI. Suspend/resume doesn't work, I get a lot of warning messages about 'thermal stuff', which is probably why the fan is rotating very fast all the time and making quite a lot of noise. To make it a bit more quiet I use a kernel module named powernow_k7 (which can be obtained from here http://www.poupinou.org/cpufreq/bsd/powernow_k7/) which allows me to lower the CPU's frequency and/or voltage. > I tried booting the FreeSBIE CD on the HP ZE4805 and it looked like > there where problems reading from the CD drive later in the booting > process. I also tried booting the FreeBSIE CD on another random HP > laptop and it appeared to lockup just after loading the acpi module. > I've seen reports about needing special acpi tables for some systems. I didn't have luck with FreeSBIE either and I didn't find out why, but what you can do is try booting a FreeBSD 5.2.1 cd and once you get to the first sysinstall screen, press scroll lock (that'd be pause/break key on HP) and then press page up to see how your devices are recognized. For what it's worth, I'm not using any special ACPI tables. -Radek