Hi, On July 15, 2025 7:18:05 PM GMT+08:00, David Lecompte <[email protected]> wrote: >Hi Guix, > >I installed Guix on a laptop where I previously used Trisquel and by >default, there was no sound. > >On Trisquel, the problem was solved by running: > >$ echo options snd-intel-dspcfg dsp_driver=1 | sudo tee -a >/etc/modprobe.d/alsa-base.conf >$ sudo update-initramfs -u > >I understand that this gives some option for a kernel module (not sure which >one). How can I do this in Guix system?
Add the argument to kernel-arguments field of your operating system. Specifically you will want to set snd-intel-dspcfg.dsp_driver=1 > > Rutherther
