From owner-freebsd-stable@FreeBSD.ORG Sun Dec 4 13:38:40 2005 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 52DAB16A41F for ; Sun, 4 Dec 2005 13:38:40 +0000 (GMT) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C335543D6B for ; Sun, 4 Dec 2005 13:38:39 +0000 (GMT) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Eiu3L-0007Ca-Mt for freebsd-stable@freebsd.org; Sun, 04 Dec 2005 14:37:19 +0100 Received: from r5k4.chello.upc.cz ([86.49.10.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Dec 2005 14:37:19 +0100 Received: from martinkov by r5k4.chello.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Dec 2005 14:37:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: martinko Date: Sun, 04 Dec 2005 14:35:24 +0100 Lines: 25 Message-ID: <4392F09C.5070209@pobox.sk> References: <200511210846.33296.jonathan@fosburgh.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5k4.chello.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051114 X-Accept-Language: sk, cs, en-gb, en-us, en In-Reply-To: <200511210846.33296.jonathan@fosburgh.org> Sender: news Subject: Re: cpurfreq attachment problems 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: Sun, 04 Dec 2005 13:38:40 -0000 Jonathan Fosburgh wrote: > I recently (Saturday) upgraded to the most recent RELENG_5 on my way to > RELENG_6 (which I did on Sunday). Along the way I picked up cpufreq, powerd, > etc. I thought I would see if this worked with Cool-n-quiet on my AMD64 > 3000+ system. I am still running the i386 version, but I can't see that that > would cause the problem I am having. I have been loading cpufreq as a module > and not compiling it into the kernel. When the module loads I receive the > following: > > powernow0: on cpu0 > device_attach: powernow0 attach returned 6 > > Not surprisingly, powerd now fails with: > > Starting powerd. > powerd: lookup freq: No such file or directory > > I was unable to find anything like this in the archives. Does anyone have a > pointer? i believe i had the same issue myself (pentium-m laptop). then i found out it works when run at boot time -- add it to your /boot/loader.conf and see. martin