You could set a different Linux-libre kernel version in your operating
system declaration, e.g.
(kernel (@ (gnu packages linux) linux-libre-5.10))
or (kernel (@ (gnu packages linux) linux-libre-5.4)).
If you don’t mind recompiling your kernel: Searching in my
/run/current-system/kernel/.config
r
Hello Mameka,
On Mon, Oct 25, 2021 at 11:22:49PM +, Mameka wrote:
> (kernel-arguments
> '("modprobe.blacklist=nouveau,snd_hda_intel,snd-hda-intel"))
> [...]
> (supplementary-groups '("wheel" "netdev" "audio" "video" "libvirt" "kvm")))
> [...]
This seems correct.
> Unfortunately this do
25. Oktober 2021 22:57, "Mameka" schrieb:
> I installed Guix System on my ASUS TuF Gaming 705 GM notebook. There is an
> Intel / Nvidia Optimus
> graphics card. The sound modules are Intel HDA and Nvidia HDMI. After a
> normal boot the Nvidia HDMI
> is activated and I don't hear any sound out o
I installed Guix System on my ASUS TuF Gaming 705 GM notebook. There is an
Intel / Nvidia Optimus graphics card. The sound modules are Intel HDA and
Nvidia HDMI. After a normal boot the Nvidia HDMI is activated and I don't hear
any sound out of the speakers. Only the "dummy driver" is loaded.
If