Enjoy Slackware 15.0!
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
howtos:hardware:audio_and_snd-hda-intel [2013/01/25 22:29 (UTC)] allend Added hardware entry |
howtos:hardware:audio_and_snd-hda-intel [2014/08/10 03:04 (UTC)] (current) allend [The fix] - Added multiple sound devices paragraph |
||
---|---|---|---|
Line 18: | Line 18: | ||
Execute the command < | Execute the command < | ||
+ | |||
+ | Execute the command < | ||
+ | ===== The fix ===== | ||
The '' | The '' | ||
Line 28: | Line 31: | ||
It is probably easiest just to reboot at this stage to check if it works right. | It is probably easiest just to reboot at this stage to check if it works right. | ||
+ | |||
+ | If you have multiple sound devices, then you can specify the index values that are to be assigned to each device, where index=0 is the default. For example, if < | ||
+ | **** List of PLAYBACK Hardware Devices **** | ||
+ | card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0] | ||
+ | Subdevices: 1/1 | ||
+ | Subdevice #0: subdevice #0 | ||
+ | card 1: Generic_1 [HD-Audio Generic], device 0: CX20756 Analog [CX20756 Analog] | ||
+ | Subdevices: 1/1 | ||
+ | Subdevice #0: subdevice # | ||
+ | alias snd-card-0 snd-hda-intel | ||
+ | alias snd-card-1 snd-hda-intel | ||
+ | |||
+ | options snd-hda-intel id=Generic_1 index=0 | ||
+ | options snd-hda-intel id=Generic index=1</ | ||
+ | |||
+ | |||
=====How to find the right options? | =====How to find the right options? |