Re: [ibm-acpi-devel] Mute button software notification broken after v0.14 for Thinkpad T61

2008-01-11 Thread Jerone Young
running Kernel 2.6.24-rc7 (with thinkpad-acpi v0.19) with paramaters: acpi_osi="Linux" -- > Mute button Works! Gnome sees it is pressed. acpi_osi="!Linux" --> Mute button NOT seen by Gnome. Interesting stuff. Adding acpi_osi="Linux" fixes the problem. Now what does this mean is the question :

Re: [ibm-acpi-devel] Mute button software notification broken after v0.14 for Thinkpad T61

2008-01-11 Thread Henrique de Moraes Holschuh
On Fri, 11 Jan 2008, Jerone Young wrote: > running Kernel 2.6.24-rc7 (with thinkpad-acpi v0.19) with paramaters: > > acpi_osi="Linux" -- > Mute button Works! Gnome sees it is pressed. > > acpi_osi="!Linux" --> Mute button NOT seen by Gnome. > > Interesting stuff. Adding acpi_osi="Linux" fixes