mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-01 07:26:04 +00:00
Update AUDIO.md
This commit is contained in:
parent
06319c97bc
commit
0965c98520
10
AUDIO.md
10
AUDIO.md
@ -12,14 +12,16 @@ Here is how to get sound on a minimal install without the insanity of pulseaudio
|
||||
`$ cat /proc/asound/modules`
|
||||
|
||||
Here is an example of what you will see in __/proc/asound/modules__:
|
||||
`0 snd_usb_audio`
|
||||
`1 snd_hda_intel`
|
||||
``` 0 snd_usb_audio
|
||||
1 snd_hda_intel
|
||||
```
|
||||
|
||||
4. Select from the above and put them in the order you want in the file __/etc/modprobe.d/alsa-base.conf__, by assigning an index from -2 to 2, marking the preferred device as the lowest number.
|
||||
|
||||
As an example if you have two devices and want the one that says usb because that is your headphone, on __/etc/modprobe.d/alsa-base.conf__ you will put:
|
||||
`options snd_usb_audio enable=1 index=0`
|
||||
`options snd_hda_intel index=1`
|
||||
``` options snd_usb_audio enable=1 index=0
|
||||
options snd_hda_intel index=1
|
||||
```
|
||||
|
||||
Notice the index.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user