help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Passing acpi_osi="Linux" to bootloader current-system entry


From: sirgazil
Subject: Re: Passing acpi_osi="Linux" to bootloader current-system entry
Date: Sat, 08 Feb 2020 08:02:31 -0500
User-agent: Zoho Mail

 ---- On Sat, 08 Feb 2020 03:52:06 -0500 Wiktor Żelazny <address@hidden> wrote 
----
 > On Mon, Jan 27, 2020 at 04:44:18PM +0100, Wiktor Żelazny wrote:
 > 
 > > although I’ve got now
 > >
 > >    (operating-system
 > >      ;; stuff
 > >
 > >      (kernel-arguments (list "acpi_osi=\"Linux\""))
 > >
 > >      ;; more stuff
 > >      )
 > >
 > > , my mute button is still not working (nothing gets captured by xev).
 > > The "quiet" behaviour dissapeared, so the configuration is affected.


The value of the kernel-arguments field defaults to (list "quiet") if no value 
is provided. When you provide a value, the default is not used. So you should 
add "quiet" to your list:

  (list "quiet" "acpi_osi=Linux")






reply via email to

[Prev in Thread] Current Thread [Next in Thread]