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: Wiktor Żelazny
Subject: Re: Passing acpi_osi="Linux" to bootloader current-system entry
Date: Mon, 27 Jan 2020 16:44:16 +0100

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: signature.asc
Description: PGP signature


reply via email to

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