From owner-freebsd-acpi@FreeBSD.ORG Sun Aug 17 20:24:22 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D88AB1065678 for ; Sun, 17 Aug 2008 20:24:22 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 625D08FC1A for ; Sun, 17 Aug 2008 20:24:22 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so1272975nfh.33 for ; Sun, 17 Aug 2008 13:24:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent:sender; bh=nc3ci5T1Zp3Fnr7T7KMR9t+96HOLGaKDhlreK/APNjQ=; b=Birr79JLxGQgB7Lb4rEvH2GuLx7/xtwNlIL66HpdfQxocoKvRXdYN8u/iz0eFHRXrG t+EsHaTioYbp8xUuPTNIS/PNr6bMySC6zEyz0/4rvW7ltsa4rUR4EEpf6HeQHBgGc33q LucD6Jw9vSCHhFHb8i9IeHzYDZER1gphkPJ7I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent:sender; b=HVw9HVC6dNAYsetqlFEUVuMLdcb8c4rFeHimHeZJyUHSPCdy+v6y98KdKLrn1Oxmly vMnH00+4BrfkOYy1sYwE2q/6nDrls9FFd5C1nf3imxSjgTsvA8Loooa3DbwJuy45fesD 0wWBM2A90Nlk6kOERdb6g4EYgBV+Yf3YLx69E= Received: by 10.210.21.6 with SMTP id 6mr6908240ebu.112.1219004651408; Sun, 17 Aug 2008 13:24:11 -0700 (PDT) Received: from epsilon.local ( [89.214.147.50]) by mx.google.com with ESMTPS id g11sm22575869gve.8.2008.08.17.13.24.08 (version=SSLv3 cipher=RC4-MD5); Sun, 17 Aug 2008 13:24:10 -0700 (PDT) Date: Sun, 17 Aug 2008 21:24:00 +0100 From: Rui Paulo To: ZeuZ Diavolo Deimos Message-ID: <20080817202400.GA1013@epsilon.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Rui Paulo Cc: freebsd-acpi@freebsd.org Subject: Re: HP Pavilion dv2000 ACPI Problems X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2008 20:24:22 -0000 On Sat, Aug 16, 2008 at 12:48:08PM +0000, ZeuZ Diavolo Deimos wrote: > Well, recently I moved in full time to fBSD. > I had problems installing the stable and current versions until one of the latest snapshots. > Now My system boots up, and works "partially fine" > it tends to over-heat even when powerd is set to minimum energy cost. > I´ve loaded all the ACPI modules (even the one for ASUS, even now I´ve got it blacklisted because it caused system instability) > The resume-suspend events do not work either. Did you upgrade your system properly ? Regardless of suspend/resume support in your system, the events should take place. See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html for more information. > There´s also another weird thing, my processor wasnt able to set the frecuency lower than 800mhz (Turion 64x2 TL-52) and the Gnome applet reports most of the time lower spuns(like 100mhz-500mhz). That's probably because p4tcc is enabled. Try adding: hint.p4tcc.0.disabled=1 to /boot/loader.conf. > Also, the disk tends to do some weird noises only while in fBSD. > Performance is bad overall too. Wild guess here, but try booting with: hint.p4tcc.0.disabled=1 hint.acpi_perf.0.disabled=1 Regards, -- Rui Paulo