From owner-freebsd-acpi@FreeBSD.ORG Tue Sep 20 08:48:29 2005 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33BD216A41F for ; Tue, 20 Sep 2005 08:48:29 +0000 (GMT) (envelope-from jedihobbes@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A9B43D45 for ; Tue, 20 Sep 2005 08:48:26 +0000 (GMT) (envelope-from jedihobbes@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so130671nzd for ; Tue, 20 Sep 2005 01:48:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EQ772UeGUJb8tWm+ftKm1mKqyZulZV17plDQHuziC0rIFB86Vi3M3hwLaj8kL2mXrfSKrdAXCmxq+gi/qJ4JyOopbPCIwz45bSyvYRZRh2UO6OqbbwfM44gLTFotSxTHXJ0Zo+nTjYSzWP6/6gyXD7OLwSyUtvJIL6KZvms8e+M= Received: by 10.54.48.71 with SMTP id v71mr1652866wrv; Tue, 20 Sep 2005 01:48:25 -0700 (PDT) Received: by 10.54.119.18 with HTTP; Tue, 20 Sep 2005 01:48:25 -0700 (PDT) Message-ID: Date: Tue, 20 Sep 2005 10:48:25 +0200 From: "jedihobbes@gmail.com" To: Tobias Roth In-Reply-To: <20050919144143.GA21226@droopy.unibe.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050919124900.GA19048@droopy.unibe.ch> <20050919144143.GA21226@droopy.unibe.ch> Cc: freebsd-acpi@freebsd.org Subject: Re: Thinkpad T43 strangeness X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jedihobbes@gmail.com List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 08:48:29 -0000 Ok, I fixed it. I removed "device acpi" from my kernel conf, and added acpi_ibm_load=3D"YES" to loader.conf, this seems to have solved the problems. Just to clarify some things, then: On 9/19/05, Tobias Roth wrote: > I have neither of those. Are you sure the first one is correct? Just > remove apic from your kernel config and you should be fine in this > matter. Does it work without the synaptics support? I'll try setting > hw.psm.synaptics_support=3D"1" once I have time and see if I can get the > touchpad working. I disabled apic as per this: http://gerda.univie.ac.at/freebsd-laptops/index.pl?action=3Dshow_laptop_com= ment&commentid=3D874&laptop=3D701 but I suppose I could've removed APIC from the kernconf. Either way it works:) With regards to the synaptics support, I'm *hoping* that it will give the same functionality that the Synaptics driver does under Linux, so that the KDE-FreeBSD guys can help me get KSynaptics (http://qsynaptics.sourceforge.net/) working. It's not an entirely NECESSARY tool, just a pretty way of enhancing the touchpad use. > I have a 2688WC2, which has a (useless) fingerprint reader and an X300. Consider yourself lucky. The Intel Media Graphics Accelerator 900 won't be properly supported by X.org till the next minor version (6.8.3), so I'm stuck with the VESA driver:) With regards to WHY this happened...I have no idea. I suppose using deprecated kernel options is never a good thing. Maybe next time I should read the context in the NOTES file before blatantly applying changes to my kernel configuration:) Thanks for your help! Regards, Ric