Fwd: Audio problem after resume fixed!

Rong-En Fan rafan at infor.org
Mon Oct 24 00:59:33 PDT 2005


On Sun, Oct 23, 2005 at 03:51:59PM -0700, Kevin Oberman wrote:
> By using radeontool, I have been able to fix tha problem. Backlight goes
> off and on fine. I also want to tie radeontool to Fn+F4, but have not
> done so at this time.

I use the following settings, works great for me:

/etc/devd.conf:
notify 10 {
        match "system"          "ACPI";
        match "subsystem"       "IBM";
        match "notify"          "0x04";
        action "/usr/sbin/zzz";
};      

/etc/rc.suspend:
[...]
/usr/local/bin/radeontool light off

logger -t $subsystem suspend at `date +'%Y%m%d %H:%M:%S'`
sync && sync && sync
[...]

/etc/rc.resume:
[...]
/usr/local/bin/radeontool light on

logger -t $subsystem resumed at `date +'%Y%m%d %H:%M:%S'`
sync && sync && sync
[...]


Hope this helps,
Rong-En Fan


More information about the freebsd-acpi mailing list