From owner-freebsd-stable@FreeBSD.ORG Wed Apr 26 18:06:21 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D31E116A405 for ; Wed, 26 Apr 2006 18:06:21 +0000 (UTC) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DC1A43D45 for ; Wed, 26 Apr 2006 18:06:21 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1FYoOz-0001Jr-00; Wed, 26 Apr 2006 20:06:13 +0200 Date: Wed, 26 Apr 2006 20:06:13 +0200 To: Stefan 'Steve' Tell Message-ID: <20060426180613.GC4766@poupinou.org> References: <9sGmNqTehEB@zeus.crashmail.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9sGmNqTehEB@zeus.crashmail.de> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: freebsd-stable@freebsd.org Subject: Re: powernow0: no match for extended cpuid 780 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2006 18:06:21 -0000 On Fri, Apr 21, 2006 at 04:11:00PM +0000, Stefan 'Steve' Tell wrote: > Hi, > > I tried to install FreeBSD 6.1-RC1 on my Acer Aspire 1304LC Notebook. That > notebook has a "AMD Athlon XP 1800+" CPU. > > The installation process succeeded but I can't get any power management to > work. If I load cpufreq.ko I get: > > powernow0: on cpu0 > powernow0: ACPI MAX frequency not found That means ACPI table are likely broken with regard to frequencies tables. > powernow0: no match for extended cpuid 780 And that means the legacy bios tables are broken as well. Maybe by chance a BIOS upgrade will be ok. If that's not the case, or BIOS is alredy the newest, we could resolve that issue by hardcoding sane values under the powernow driver, or by rewritting the DSDT of this laptop. The second solution will give you the oportunity to not have to patch powernow for each upgrades. > device_attach: powernow0 attach returned 6 > > "/etc/rc.d/powerd start" brings > > powerd: lookup freq: No such file or directory > > Are there any chances to get a working cpufreq-mechanism on that machine? > > Here you can find the dmesg output: > > * > > And a complete lists of all sysctls: > > * > very litte hw.acpi.*, hum? Well, that seems normal to my eyes. -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.