I am trying to follow the instruction in the Contributing section of the
manual, as I want to submit some patches. Following "14.1 Building from
Git" I am getting an error when running `./bootstrap`.
`guix describe`
guix 19c0cdb
repository URL: https://git.savannah.gnu.org/git/guix.git
br
Tobias Geerinckx-Rice wrote:
Your config wasn't broken
^
syntax
Znavko,
I'm glad you found a working solution in my sleep! I wish I could
do that.
znavko wrote:
I've got names of kernel modules, so that not only pcspkr, but
also
snd_pcsp needs to disable
Yep, I've always disabled them in tandem rather than figure out
the exact difference.
that sim
zna...@tutanota.com skrev: (17 mars 2019 08:31:30 CET)
>Successfully solved with this code in /etc/config.scm:
>
>(operating-system
>...
> (kernel-arguments '("modprobe.blacklist=pcspkr,snd_pcsp"))
>)
>
># guix system reconfigure /etc/config.scm
># reboot
>
>PC speaker no longer beeps. Thank you!
Successfully solved with this code in /etc/config.scm:
(operating-system
...
(kernel-arguments '("modprobe.blacklist=pcspkr,snd_pcsp"))
)
# guix system reconfigure /etc/config.scm
# reboot
PC speaker no longer beeps. Thank you!
I think it's a luck, cause from here
https://github.com/alezost/g