You are not logged in.

#1 2014-04-25 09:40:26

JebKerman
Member
Registered: 2014-04-25
Posts: 5

[SOLVED]No audio after a reboot, can't find conf files to modify.

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

#2 2014-04-25 10:02:30

JebKerman
Member
Registered: 2014-04-25
Posts: 5

Re: [SOLVED]No audio after a reboot, can't find conf files to modify.

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

#3 2014-04-25 10:14:26

emeres
Member
Registered: 2013-10-08
Posts: 1,570

Re: [SOLVED]No audio after a reboot, can't find conf files to modify.

It is recommended to use vid and pid with modprobe options, since multiple cards use the same module.

Offline

#4 2014-04-25 10:33:40

JebKerman
Member
Registered: 2014-04-25
Posts: 5

Re: [SOLVED]No audio after a reboot, can't find conf files to modify.

emeres wrote:

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 smile

Offline

#5 2014-04-25 10:41:06

emeres
Member
Registered: 2013-10-08
Posts: 1,570

Re: [SOLVED]No audio after a reboot, can't find conf files to modify.

You are welcome.

Offline

Board footer

Powered by FluxBB