Page 1 of 1

How do I specify a module parameter?

Posted: Thu Aug 31, 2023 2:43 pm
by grub_is_bobbins

(kernel command line) snd-intel-dspcfg.dsp_driver=3
(modprobe command line) modprobe snd-intel_dspcfg dsp_driver=3


Re: How do I specify a module parameter?

Posted: Sat Sep 09, 2023 3:47 pm
by Caramel

You can edit /etc/rc.d/MODULESCONFIG

#ADDLIST: if a module did not get auto-loaded but you know it is required for
#your hardware, add it to this list. Note, BootManager will read/write this.
#this variable is read at bootup by /etc/rc.d/rc.sysinit
#an entry is allowed to have parameters, replace ' ' with ':'. ex: "mmc_block:major=179"
#note, list needs a space char at beginning and at end.
ADDLIST=''


Re: How do I specify a module parameter?

Posted: Thu Sep 14, 2023 2:29 pm
by grub_is_bobbins

Excellent Caramel, thank you very much, helpful.
I am only able to have HDMI sound, not line-out sound.
line-out sound needs kernel 5.19 for Sound Open Firmware for ES8336 codec (since 2021,) on my Intel N3350; not all N3350 are the same.
I have line-out sound working in Devuan refractasnapshot.