From owner-freebsd-questions@FreeBSD.ORG Tue Feb 16 02:18:43 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 5FE5F106568B for ; Tue, 16 Feb 2010 02:18:43 +0000 (UTC) (envelope-from dhorn2000@gmail.com) Received: from mail-fx0-f226.google.com (mail-fx0-f226.google.com [209.85.220.226]) by mx1.freebsd.org (Postfix) with ESMTP id EB12C8FC27 for ; Tue, 16 Feb 2010 02:18:42 +0000 (UTC) Received: by fxm26 with SMTP id 26so5647804fxm.13 for ; Mon, 15 Feb 2010 18:18:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=UblTBOtMyTNXuvNmM+vPFRkJZ4aaPo+pHTZ+HStBYI0=; b=UwmiGnhdKVeATtpk42/XyysiOvpcNsxcgjcRXLSOF+DwMbkLLb4OFa35m7wLuwhbfG Z9tY31MNyb3aAcMGOhjvgoCAq90M/cPXj9rnD2l3wCdm6kNXOfsH6k9dzicd2oTlVqJb R6b2t0F5lmOSzjCihEfCv4MojJoTRqS4y309U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=vo3o/5NeyzvmIYbrUHq5bM3IYbuOhTeoBVQxncLVl/5gdsOaFapCM5f5pM0om9MWpv UPBfWIDkQxeD7T/MGDiT3gvQ/c1oCtbL8E28jBDVkzca7b3c+oETR6Edx9gnZQ38Uwfw Cbg2qYrLsFOwiZ/AqCw1cmXogH+BHke/oZHgc= MIME-Version: 1.0 Received: by 10.239.177.197 with SMTP id w5mr601299hbf.79.1266286721809; Mon, 15 Feb 2010 18:18:41 -0800 (PST) In-Reply-To: References: Date: Mon, 15 Feb 2010 21:18:41 -0500 Message-ID: <25ff90d61002151818s9314e13see90b3063381d615@mail.gmail.com> From: David Horn To: Anselm Strauss Content-Type: text/plain; charset=ISO-8859-1 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 02:18:43 -0000 On Mon, Feb 15, 2010 at 3:42 PM, Anselm Strauss wrote: > Hi, > > is there a way to see all events going through devd? cat /var/run/devd.pipe should work for what you need too see from devd. See the documentation for more details: man 8 devd > 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? Good Luck. --_Dave