* modprobe.d multi-params options to kernel parameters
@ 2024-01-26 3:26 Distopico
0 siblings, 0 replies; only message in thread
From: Distopico @ 2024-01-26 3:26 UTC (permalink / raw)
To: help-guix
[-- Attachment #1: Type: text/plain, Size: 551 bytes --]
Hi Guixers, so far as I know Guix not detect/load `modprobe.d/my-config.conf` so
I need help to translate the following modprobe.d configuration into a kernel
parameter.
```
alias snd-card-0 snd-hda-intel
alias snd-card-1 snd-hda-intel
options snd-hda-intel id=Creative index=0
options snd-hda-intel id=NVidia index=1
```
I tried something like `snd-hda-intel.id=Creative.index=0` but it's not
valid, also I tried `snd-hda-intel.id=Creative,NVidia
snd-hda-intel.index=0,1` but didn't work.
What is the correct syntax's for that case?
Thank you!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 515 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-01-26 15:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26 3:26 modprobe.d multi-params options to kernel parameters Distopico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).