From owner-freebsd-current@FreeBSD.ORG Mon Oct 3 17:17:41 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D44BF106566C; Mon, 3 Oct 2011 17:17:41 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 763278FC08; Mon, 3 Oct 2011 17:17:41 +0000 (UTC) Received: by vcbf13 with SMTP id f13so4224329vcb.13 for ; Mon, 03 Oct 2011 10:17:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=wOG6YZ94Ca62ur9Ma46i10In8JOseE7JrRgYf1T+ghU=; b=XyesY9qq0AZVisNx/S7NjCY9BvPqTLFWDbEEHxhzhtEqbympkreIkd6U0psbgkTLtN KzrJt8IaEAH9g/JUvq0jb0B2z1QiYb5ztHnmnMCSTiSzR5D94+l8j3LL1qLmO90bz/kh ysh5U/jEhvRIfsj745RmcnVim+lh+J/OXHB78= Received: by 10.68.19.196 with SMTP id h4mr2721253pbe.39.1317662260291; Mon, 03 Oct 2011 10:17:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.224.11 with HTTP; Mon, 3 Oct 2011 10:17:20 -0700 (PDT) In-Reply-To: <20111003095618.38b27400@sylph> References: <20110928133228.GV97394@e-new.0x20.net> <20111003095618.38b27400@sylph> From: arrowdodger <6yearold@gmail.com> Date: Mon, 3 Oct 2011 21:17:20 +0400 Message-ID: To: matt Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-acpi@freebsd.org, FreeBSD Current Subject: Re: FreeBSD 9: Fn+* keyboard combinations aren't working anymore. 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: Mon, 03 Oct 2011 17:17:41 -0000 On Mon, Oct 3, 2011 at 8:56 PM, matt wrote: > /usr/src/sys/dev/acpi_support/acpi_asus.c > > Might be a good place to start? > > You can use 'acpidump -dt > acpidump.aml' to get a dump of the laptop's > acpi in the file acpidump.aml...This may allow you to determine what > changed, either in the acpi_asus or in your laptop's ACPI > > Matt > If that acpi_asus.c file is from acpi_asus.ko, then it has nothing to do with my problem - i'm not using it. I will take a look on acpidump, thanks.