From: "Wiktor Żelazny" <wz@freeshell.de>
To: help-guix@gnu.org
Subject: Re: Passing acpi_osi="Linux" to bootloader current-system entry
Date: Mon, 27 Jan 2020 16:44:16 +0100 [thread overview]
Message-ID: <20200127154216.3gaal5vesaiardx2@wzguix> (raw)
In-Reply-To: <877e1fk0qn.fsf@nckx>
[-- Attachment #1: Type: text/plain, Size: 2807 bytes --]
On Sat, Jan 25, 2020 at 04:35:28PM +0100, Tobias Geerinckx-Rice wrote:
> > (operating-system
> > …
> > (kernel-arguments (list acpi_osi=Linux" …))
> > …)
>
> I can't find any reliable confirmation that the "s are required for strings
> without spaces, but if you want to be on the safe side:
>
> (kernel-arguments (list "acpi_osi=\"Linux\""))
Thanks for the tip, Tobias. Unfortunately, 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. I
need to investigate this more; I guess I can find somewhere in /sys info
regarding ACPI runtime configuration.
What is more worrying, I started getting warnings during reconfigure:
building /gnu/store/j6wn04qi2hm0d97g1psv0n3lnjgbbhy0-switch-to-system.scm.drv...
;;; WARNING: loading compiled file /gnu/store/5bd6ywmfcxxa4gvpzg0pdbjwmf24cxkl-module-import-compiled/gnu/build/activation.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; compiling /gnu/store/p8miza2mpnjdlpmh8504dm9xz2q9nvfr-module-import/gnu/build/activation.scm
;;; WARNING: loading compiled file /gnu/store/5bd6ywmfcxxa4gvpzg0pdbjwmf24cxkl-module-import-compiled/gnu/build/accounts.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; compiling /gnu/store/p8miza2mpnjdlpmh8504dm9xz2q9nvfr-module-import/gnu/build/accounts.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.2/gnu/store/p8miza2mpnjdlpmh8504dm9xz2q9nvfr-module-import/gnu/build/accounts.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.2/gnu/store/p8miza2mpnjdlpmh8504dm9xz2q9nvfr-module-import/gnu/build/activation.scm.go
and
building /gnu/store/7f0m08629jfc76sm3fy6az6klgfg4vxn-install-bootloader.scm.drv...
WARNING: (guile-user): imported module (guix build utils) overrides core binding `delete'
;;; WARNING: loading compiled file /gnu/store/yq2vk6c3z3pjrcf74crq01z701rffc3r-module-import-compiled/gnu/build/bootloader.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; compiling /gnu/store/367vqy7ih4vqa8y1bf4503wb2k8s3f3k-module-import/gnu/build/bootloader.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.2/gnu/store/367vqy7ih4vqa8y1bf4503wb2k8s3f3k-module-import/gnu/build/bootloader.scm.go
guix system: bootloader successfully installed on '/dev/sda'
WARNING: (guile-user): imported module (guix build utils) overrides core binding `delete'
I don’t import utils anywhere in my config.scm. Could it be related to
the migration to Guile 3?
Got to go,
WŻ
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 963 bytes --]
next prev parent reply other threads:[~2020-01-27 15:44 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 [this message]
2020-01-29 10:05 ` Wiktor Żelazny
2020-02-08 8:52 ` Wiktor Żelazny
2020-02-08 13:02 ` sirgazil
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200127154216.3gaal5vesaiardx2@wzguix \
--to=wz@freeshell.de \
--cc=help-guix@gnu.org \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.