WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Sound not working  (Read 1816 times)

Offline Neobuddha8672

  • Newbie
  • *
  • Posts: 1
Sound not working
« on: August 25, 2016, 04:49:44 PM »
I recently installed coreplus on my compaq armada m700 and have been quite impressed. But then I tried to use some sound applications and got no sound. I have loaded alsa, alsa-config, and alsamixergui. When I try to run one of these I get "snd_ctl_open failed for default: no such file or directory". In the cli I typed "cat /prof/a sound/cards" and got "no soundcards". So I tried "lspci -v | grep-I audio" and got "00:08.0 Multimedia audio controller: ESS Technology ES1978 Maestro 2E (rev 10)"

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: Sound not working
« Reply #1 on: August 25, 2016, 09:53:45 PM »
You could reboot and load alsa-config first and then alsa and see if this helps.

You can also use "aplay -l" to list any sound cards discovered by alsa.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: Sound not working
« Reply #2 on: August 26, 2016, 01:30:16 AM »
I wonder if the module didn't load? (snd-es1968)

Check dmesg, and maybe try to modprobe it manually.
The only barriers that can stop you are the ones you create yourself.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: Sound not working
« Reply #3 on: August 26, 2016, 01:45:15 AM »
'could be - that sort of message also appears if you load alsa-config after alsa and then run alsasound start.

(since tc-5.x and with most modern hardware, it is not usually necessary to run alsasound start)