README: document the ALSA state file clearing
Link: https://github.com/alsa-project/alsa-ucm-conf/issues/425 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
13022a9771
commit
c1920e95d4
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -21,6 +21,20 @@ curl -L -o alsa-ucm-conf.tar.gz https://github.com/alsa-project/alsa-ucm-conf/ar
|
||||||
tar xvzf alsa-ucm-conf.tar.gz -C /usr/share/alsa --strip-components=1 --wildcards "*/ucm" "*/ucm2"
|
tar xvzf alsa-ucm-conf.tar.gz -C /usr/share/alsa --strip-components=1 --wildcards "*/ucm" "*/ucm2"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### State file
|
||||||
|
|
||||||
|
Some values may be set only one time by UCM and then they are saved to
|
||||||
|
the global ALSA sound state file. Please, make sure that this state
|
||||||
|
is cleared, if you have an issue.
|
||||||
|
|
||||||
|
Commands for standard systemd setup (relogin is required):
|
||||||
|
|
||||||
|
```
|
||||||
|
systemctl stop alsa-state
|
||||||
|
rm /var/lib/alsa/asound.state
|
||||||
|
systemctl start alsa-state
|
||||||
|
```
|
||||||
|
|
||||||
### Validation
|
### Validation
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue