unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: sirgazil <sirgazil@zoho.com>
To: "\"Wiktor Żelazny\"" <wz@freeshell.de>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: Passing acpi_osi="Linux" to bootloader current-system entry
Date: Sat, 08 Feb 2020 08:02:31 -0500	[thread overview]
Message-ID: <17024e4fda4.11bb3a09b78747.3654505557480924426@zoho.com> (raw)
In-Reply-To: <20200208085206.occundpczcyw7gdo@wzguix>

 ---- On Sat, 08 Feb 2020 03:52:06 -0500 Wiktor Żelazny <wz@freeshell.de> 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	other threads:[~2020-02-08 13:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-25 11:56 Passing acpi_osi="Linux" to bootloader current-system entry Wiktor Żelazny
2020-01-25 15:28 ` Tobias Geerinckx-Rice
2020-01-25 15:35   ` Tobias Geerinckx-Rice
2020-01-27 15:44     ` Wiktor Żelazny
2020-01-29 10:05       ` Wiktor Żelazny
2020-02-08  8:52       ` Wiktor Żelazny
2020-02-08 13:02         ` sirgazil [this message]
2020-02-10 14:25           ` Wiktor Żelazny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17024e4fda4.11bb3a09b78747.3654505557480924426@zoho.com \
    --to=sirgazil@zoho.com \
    --cc=help-guix@gnu.org \
    --cc=wz@freeshell.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).