99. .modprobe_sound

SCR agent for /etc/modprobe.d/sound

99.1. Authors

  • Michal Svec <msvec@suse.cz>, Daniel Vesely <dan@suse.cz>

99.2. Description

Reads/writes /etc/modprobe.conf. For more detail see its own documentation.

Access type: read / write

File Name: /usr/share/YaST2/scrconf/modprobe_sound.scr

See also:

modprobe.conf(5), modules.html

99.3. Usage

Example 57. 

Read(.modules)
(["alias", "options", "include", "install", "remove"])
Read(.modules.options)
(["agpgart", "cipcb", "dummy0", "dummy1", "parport_pc", "vtx"])
Read(.modules.options, "agpgart")
($["agp_try_unsupported":"1"])
Write(.modules.options, $["agp_try_unsupported":"0"], "agpgart")
(true)