From owner-freebsd-questions@FreeBSD.ORG Tue Feb 16 18:58:01 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 050DB1065692 for ; Tue, 16 Feb 2010 18:58:01 +0000 (UTC) (envelope-from amsibamsi@gmail.com) Received: from mail-ew0-f214.google.com (mail-ew0-f214.google.com [209.85.219.214]) by mx1.freebsd.org (Postfix) with ESMTP id 86C768FC14 for ; Tue, 16 Feb 2010 18:58:00 +0000 (UTC) Received: by ewy6 with SMTP id 6so1309011ewy.14 for ; Tue, 16 Feb 2010 10:57:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=sKw8tsmjaLustZsqN3FhmotihxDwPNx6wHaLOnKRL5o=; b=b0mBm5NiiZyzR87WbTHNOeIjOLLZ3VufMlpH4o8NUoqPyvdByG+izYDPEPCN1mYwCK hzvPbdNoORRC6jjI/9JYKR+QuRRcFb4VLQtEAm9Klwi5nj+oiHInUI7ATbsL01e9jTwA uooWJXaevJinal+kGuIeRKzvvasEexRv53I3U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=wdQxCapWtTrUEmTXaomE6cNJDT+0l/G5RNR0baz7fMxFGgvqcYXHIVqSy9iK9QbedJ /uWVTaeMWeu+7FD5i0DXgVpgPWNLpINk+7J0eOV64Ynn4oGMt9qbLTAi/ClhdUCa2UFL s7TJTpUNRr2Ah7AfhOPjCLdC2ib38w+FU3lJM= Received: by 10.213.1.209 with SMTP id 17mr4433852ebg.70.1266346679545; Tue, 16 Feb 2010 10:57:59 -0800 (PST) Received: from silversurfer.l.ttyv0.net (80-219-19-168.dclient.hispeed.ch [80.219.19.168]) by mx.google.com with ESMTPS id 14sm5343754ewy.7.2010.02.16.10.57.58 (version=SSLv3 cipher=RC4-MD5); Tue, 16 Feb 2010 10:57:58 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Anselm Strauss In-Reply-To: <25ff90d61002151818s9314e13see90b3063381d615@mail.gmail.com> Date: Tue, 16 Feb 2010 19:57:56 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <43B64B8B-6BF9-428A-A147-262E7A316361@gmail.com> References: <25ff90d61002151818s9314e13see90b3063381d615@mail.gmail.com> To: David Horn X-Mailer: Apple Mail (2.1077) Cc: freebsd-questions@freebsd.org Subject: Re: Fn key events in Devd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 18:58:01 -0000 Thank you, that did it. Anselm On Feb 16, 2010, at 03:18 , David Horn wrote: > On Mon, Feb 15, 2010 at 3:42 PM, Anselm Strauss = wrote: >> Hi, >>=20 >> is there a way to see all events going through devd? >=20 > cat /var/run/devd.pipe >=20 > should work for what you need too see from devd. >=20 > See the documentation for more details: > man 8 devd >=20 >> I have loaded the acpi_asus module, but the default devd rules in = /etc/devd/asus.conf don't seem to match for my Fn keys. How can I find = out what Fn key produces which event in devd? >=20 > Good Luck. >=20 > --_Dave