Page 1 of 2

[Solved] Sound not working

Posted: 30. Mar 2012, 04:30
by forrest
I am new to Salix and linux in general
after I installed salix on my laptop the sound has not worked alsamixer was working at first but it did not fix my sound problems now I just get this

cannot open mixer: No such file or directory

I searched but I couldn't find anything that would help me, being new to linux I have no idea what to do

Re: Sound not working

Posted: 30. Mar 2012, 21:54
by gapan
What did you do in the meantime to change that behaviour? The solution to "no sound" problems is 99.9% one of the following:

1. Run the ALSA sound card tool from the system menu and select the right soundcard.
2. Run alsamixer and make sure everything is unmuted and volume is raised.

Re: Sound not working

Posted: 31. Mar 2012, 00:07
by forrest
I tried the sound card tool I selected the HDA-Intel sound card
I tried alsamixer in the terminal when I try to run it I get cannot open mixer: No such file or directory
sound still does not work

Re: Sound not working

Posted: 31. Mar 2012, 08:02
by djemos
You first have to search in the wiki. So try this to see if solves your problem. http://www.salixos.org/forum/viewtopic. ... 501#p20501

Re: Sound not working

Posted: 31. Mar 2012, 20:45
by forrest
Ok I tried that it didn't work but I'm not certain that I did it right

Re: Sound not working

Posted: 1. Apr 2012, 06:43
by djemos
The file is .asoundrc There is a dot in front of it.
what is the output of

Code: Select all

aplay -l
and

Code: Select all

lspci | grep -i audio

Re: Sound not working

Posted: 2. Apr 2012, 04:54
by forrest
the output from aplay -l is
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem]
Subdevices: 1/1
Subdevice #0: subdevice #0

and the output from lspci | grep -i audio is
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)

[Solved] Re: Sound not working

Posted: 2. Apr 2012, 06:25
by djemos
Create a file /etc/modprobe.d/snd-hda-intel.conf with a line like this.

Code: Select all

options snd-hda-intel model=auto
If this does not work try different models as model=basic
Possible models for the ALC260 can be found in /usr/src/linux/Documentation/sound/alsa/HD-Audio-Models.txt

Code: Select all

ALC260
======
  fujitsu       Fujitsu S7020
  acer          Acer TravelMate
  will          Will laptops (PB V7900)
  replacer      Replacer 672V
  favorit100    Maxdata Favorit 100XS
  basic         fixed pin assignment (old default model)
  test          for testing/debugging purpose, almost all controls can
                adjusted.  Appearing only when compiled with
                $CONFIG_SND_DEBUG=y
  auto          auto-config reading BIOS (default)

Reboot.

[Solved] Re: Sound not working

Posted: 3. Apr 2012, 22:57
by forrest
thank you that worked

Re: [Solved] Sound not working

Posted: 26. Dec 2012, 18:16
by jcoleman
This also worked for my HD ATI SB ALC887-VD Analog/Digital; which wasn't listed in the HD-Audio-Models. txt file.

Using default Alsa sound card setting
Mixer is set at HDA ATI SB (alsa mixer)

Thanks!! This is the almost last hurdle in setting up SalixOS64 14.0.
Just need to get LibreCad to compile - I'll keep looking :)