From owner-freebsd-mobile@FreeBSD.ORG Wed Jun 21 18:14:00 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63D0C16A479; Wed, 21 Jun 2006 18:14:00 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id D98F443D45; Wed, 21 Jun 2006 18:13:59 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k5LIDUKb040406; Wed, 21 Jun 2006 14:13:31 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Wed, 21 Jun 2006 12:44:43 -0400 User-Agent: KMail/1.9.1 References: <4498A018.9090404@ruckusmail.com> In-Reply-To: <4498A018.9090404@ruckusmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606211244.44024.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 21 Jun 2006 14:13:31 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1559/Wed Jun 21 10:23:13 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: Colin Faber , freebsd-mobile@freebsd.org Subject: Re: ACPI hw.acpi.video.* OID's not showing up witth acpi_video on Dell D610 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2006 18:14:00 -0000 On Tuesday 20 June 2006 21:25, Colin Faber wrote: > Hello Guys, > > First, sorry for the cross posting, I'm not sure if someone in mobile or > acpi can help me out with this one.. > > In Any event, I'm running a Dell Latitude D610 with FreeBSD 6.1-STABLE. > The last cvsup on my source tree was Jun 19th. > > The problem I'm having is, for the life of me I can't seem to get > hw.acpi.video OID entries to show up. I've followed every bit of advice > I could find on the mailing lists and usenet postings. > > I've compiled and installed acpi_video, ACPI does work and events are > trapped. drm(4) is using the device node that acpi_video(4) wants to use. You can either update to -CURRENT where this is fixed, or you can turn off drm(4) so you can use acpi_video(4). -- John Baldwin