Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2008 13:45:38 +0100
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Matthias Apitz <matthias.apitz@oclc.org>
Cc:        freebsd-hackers@FreeBSD.org, james@nighthack.org, Rui Paulo <rpaulo@FreeBSD.org>, Manolis Kiagias <sonic2000gr@gmail.com>
Subject:   Re: eeePC 900 && turning off wireless (ath0)
Message-ID:  <20080707124538.GA1752@phi.local>
In-Reply-To: <20080707121937.GA15609@rebelion.Sisis.de>
References:  <20080626075545.GA2964@rebelion.Sisis.de> <20080626231603.GC6875@phi.local> <20080627080203.GA19602@rebelion.Sisis.de> <20080627194447.GA34524@phi.local> <20080629160527.GA17075@rebelion.Sisis.de> <20080629162234.GB1261@phi.local> <20080701090220.GA4431@rebelion.Sisis.de> <20080701111426.GA1152@phi.local> <20080704144002.GA3661@rebelion.Sisis.de> <20080707121937.GA15609@rebelion.Sisis.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 07, 2008 at 02:19:37PM +0200, Matthias Apitz wrote:
>                 /* Notify devd(8) */
>                 device_printf(sc->dev,
>                     "Fn+F2 pressed, notify to devd(8) is %08x\n", notify);
>                 acpi_UserNotify("ASUS-Eee", h, notify);
> 
> and it turns out that in case of switching wireless of it is 0x00000011,
> while on switch-on it is 0x00000010; but the devd(8) only sees both
> events as '_SB_.ATKD'; I've grep'ed a lot around but can't see the place
> where the hex events of acpi_UserNotify() are converted into the string
> '_SB_.ATKD', any idea where to look;

They are not converted, your devd.conf entries are probably wrong.

Can you show again where do you get _SB_.ATKD from?

-- 
Rui Paulo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080707124538.GA1752>