mirror of
https://github.com/mayfrost/guides.git
synced 2024-10-31 23:16:06 +00:00
Update AUDIO.md
This commit is contained in:
parent
2e4f4d26b0
commit
9d61462128
8
AUDIO.md
8
AUDIO.md
@ -11,7 +11,7 @@ Here is how to get sound on a minimal install without the insanity of pulseaudio
|
||||
3. Identify your available devices in /proc/asound/modules, do:
|
||||
`$ cat /proc/asound/modules`
|
||||
|
||||
As an example here is my /proc/asound/modules:
|
||||
Here is an exampl of /proc/asound/modules:
|
||||
`0 snd_usb_audio`
|
||||
`1 snd_hda_intel`
|
||||
|
||||
@ -23,9 +23,11 @@ Notice the index.
|
||||
|
||||
5. Restart the computer.
|
||||
|
||||
6. To run Firefox without pulseaudio install apulse. Go to about:config and enter "__/dev/snd/__" under __security.sandbox.content.read_path_whitelist__ and __security.sandbox.content.write_path_whitelist;/dev/snd/__.
|
||||
6. To run Firefox without pulseaudio install apulse.
|
||||
|
||||
7. To use firefox with this setting issue the command:
|
||||
7. Go to about:config and enter "__/dev/snd/__" under __security.sandbox.content.read_path_whitelist__ and __security.sandbox.content.write_path_whitelist;/dev/snd/__.
|
||||
|
||||
8. Every time you want to use firefox with this setting issue the command:
|
||||
`$ apulse firefox`
|
||||
|
||||
8. Save it in a script or .desktop file to automate this.
|
||||
|
Loading…
Reference in New Issue
Block a user