You are not logged in.
The first time i installed alsa packets everything went fine, i had audio from my external usb audio card "AudioBox" and i watched some youtube videos on Firefox. After a reboot my audio was gone, i tried to follow the wiki to set my AudioBox 22 as default again, but the conf files listed in the wiki (alsa conf and asound.conf) don't exist. This is the output of aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 11: HDMI 5 [HDMI 5]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: VSL [AudioBox 22 VSL], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
cat asound output
cat /proc/asound/modules
0 snd_hda_intel
1 snd_hda_intel
2 snd_usb_audio
Last edited by JebKerman (2014-04-25 10:02:47)
Offline
I am a big noob. i solved creating the alsa-base.conf
nano /etc/modprobe.d/alsa-base.conf
options snd slots=snd_usb_audio,snd_hda_intel
options snd_usb_audio index=0
options snd_hda_intel index=1
Last edited by JebKerman (2014-04-25 10:03:34)
Offline
It is recommended to use vid and pid with modprobe options, since multiple cards use the same module.
Offline
It is recommended to use vid and pid with modprobe options, since multiple cards use the same module.
Thank you, i had some problems with my "solution" lxmusic was mute, after using the vid and pid in the conf now it works again ![]()
Offline
You are welcome.
Offline