meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:pulse_audio [2016/12/17 20:14] – niziak | linux:pulse_audio [2023/02/10 11:33] (current) – niziak | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| pacmd list-sinks | pacmd list-sinks | ||
| pacmd list-cards | pacmd list-cards | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ====== disable autospawn ====== | ||
| + | |||
| + | <file | / | ||
| + | ; autospawn = yes | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | pulseaudio --kill | ||
| + | pulseaudio -v | ||
| </ | </ | ||
| Line 27: | Line 40: | ||
| load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 | load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ===== no alsa MIC input ===== | ||
| + | |||
| + | Check for existence of arecord process. It can be used to sample noise and feed a kernel entropy (package **randomsound**) | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | randomsound has to be started AFTER pulse audio. It is hard to achieve because pulse is started as from user graphical session. | ||
| + | As workaround it is nice to disable or remove rendomsound package. | ||
| + | |||
| ===== Simultaneous on HDMI and Analog ===== | ===== Simultaneous on HDMI and Analog ===== | ||
| Line 33: | Line 57: | ||
| ===== No sound ===== | ===== No sound ===== | ||
| - | As as normal user try to start "pulseaudio --check"  | + | As as normal user try to start <code bash>pulseaudio --check</ | 
| < | < | ||
| E: [pulseaudio] core-util.c: | E: [pulseaudio] core-util.c: | ||