90. .modprobe_sound

SCR agent for /etc/modprobe.d/sound

90.1. 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: modprobe.conf(5), modules.html

90.2. Usage

Example 52. 

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)