From owner-freebsd-current@FreeBSD.ORG Fri Jun 24 19:17:40 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13FE616A41C for ; Fri, 24 Jun 2005 19:17:40 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from cheer.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCFF343D4C for ; Fri, 24 Jun 2005 19:17:39 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:nCVvZl5aR+8wDH1/HyznUBRc6x9R7cEM3HHMlLBS8LTu+cbNh8QLqoeb4PIYV7Ow@[IPv6:3ffe:501:185b:8010:20b:97ff:fe2e:b521]) (user=ume mech=CRAM-MD5 bits=0) by cheer.mahoroba.org (8.13.3/8.13.3) with ESMTP/inet6 id j5OJHHvM090259 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 25 Jun 2005 04:17:20 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sat, 25 Jun 2005 04:16:42 +0900 Message-ID: From: Hajimu UMEMOTO To: Michal Vanco In-Reply-To: <42BC519E.8010309@satro.sk> References: <42BC519E.8010309@satro.sk> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.0) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.0-CURRENT X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-2.0b5 (cheer.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Sat, 25 Jun 2005 04:17:22 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-5.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on cheer.mahoroba.org Cc: freebsd-current@freebsd.org Subject: Re: cpufreq & enhanced speedstep X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2005 19:17:40 -0000 Hi, >>>>> On Fri, 24 Jun 2005 20:31:58 +0200 >>>>> Michal Vanco said: vanco> i'm trying to make cpufreq working on my laptop (Fujitsu Siemens vanco> Lifebook 8020). I get the following in my dmesg after kldload-ing vanco> cpufreq module: vanco> acpi_perf0: on cpu0 vanco> acpi_perf0: failed in PERF_STATUS attach vanco> device_attach: acpi_perf0 attach returned 6 vanco> acpi_perf0: on cpu0 vanco> acpi_perf0: failed in PERF_STATUS attach vanco> device_attach: acpi_perf0 attach returned 6 vanco> est0: on cpu0 vanco> est: CPU supports Enhanced Speedstep, but is not recognized. vanco> est: Please update driver or contact the maintainer. vanco> est: cpu_vendor GenuineIntel, msr 6120d2606000d26, bus_clk, 64 vanco> device_attach: est0 attach returned 6 vanco> acpi_perf0: on cpu0 vanco> acpi_perf0: failed in PERF_STATUS attach vanco> device_attach: acpi_perf0 attach returned 6 vanco> est0: on cpu0 vanco> est: CPU supports Enhanced Speedstep, but is not recognized. vanco> est: Please update driver or contact the maintainer. vanco> est: cpu_vendor GenuineIntel, msr 6120d2606000d26, bus_clk, 64 vanco> device_attach: est0 attach returned 6 vanco> p4tcc0: on cpu0 vanco> acpi_perf0: on cpu0 vanco> acpi_perf0: failed in PERF_STATUS attach vanco> device_attach: acpi_perf0 attach returned 6 vanco> est0: on cpu0 vanco> est: CPU supports Enhanced Speedstep, but is not recognized. vanco> est: Please update driver or contact the maintainer. vanco> est: cpu_vendor GenuineIntel, msr 6120d2606000d26, bus_clk, 64 vanco> device_attach: est0 attach returned 6 vanco> acpi_perf0: on cpu0 vanco> acpi_perf0: failed in PERF_STATUS attach vanco> device_attach: acpi_perf0 attach returned 6 vanco> est0: on cpu0 vanco> est: CPU supports Enhanced Speedstep, but is not recognized. vanco> est: Please update driver or contact the maintainer. vanco> est: cpu_vendor GenuineIntel, msr 6120d2606000d26, bus_clk, 64 vanco> device_attach: est0 attach returned 6 vanco> What went wrong? I saw similar error on my laptop (Panasonic Let'snote CF-R4). It occured when doing kldload cpufreq after boot. In my case, I wrote cpufreq_load="YES" into my /boot/loader.conf, then est(4) became usable. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/