Author Topic: no sound (onboard chip)  (Read 1482 times)

Offline wiko

  • Full Member
  • ***
  • Posts: 55
no sound (onboard chip)
« on: October 19, 2012, 01:10:47 PM »
mobo:  AM2NF3-VSTA with onboard C-media CM6501 7.1 ch audio compliant with UAA-architecture

sound is no problem in a few other distro's I've tried.


PCLOSCC says:

No Sound Card has been detected on your machine. Please verify that a Linux-supported Sound Card is correctly plugged in.

You can visit our hardware database at:
http://www.pclinuxos.com

Note: if you've an ISA PnP sound card, you'll have to use the alsaconf or the sndconfig program.  Just type "alsaconf" or "sndconfig" in a console.


This gives:
alsaconf: nothing happens
and
Failed to execute child process "sndconfig" (No such file or directory)

I've checked the forum for solutions, but nothing applied.


can this be solved?

thx in advance

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10607
  • MLUs Forever!
Re: no sound (onboard chip)
« Reply #1 on: October 19, 2012, 01:22:35 PM »
run alsaconf as root in a terminal  ;)  hopefully it will do something  ...

MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline wiko

  • Full Member
  • ***
  • Posts: 55
Re: no sound (onboard chip)
« Reply #2 on: October 19, 2012, 02:32:10 PM »
that gave 2 possibilities: tried both, still no sound.

????

more suggestions?

thx in advance,
wiko

Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3729
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: no sound (onboard chip)
« Reply #3 on: October 19, 2012, 02:39:28 PM »
what says alsamixer?
Is it on mute?

Offline wiko

  • Full Member
  • ***
  • Posts: 55
Re: no sound (onboard chip)
« Reply #4 on: October 19, 2012, 03:43:03 PM »
how do I start alsamixer? Alt-F2 didn't do anything.

in the menu there is Gmixer, but clicking this does nothing either.

tia,
wiko

Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3729
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: no sound (onboard chip)
« Reply #5 on: October 19, 2012, 03:49:23 PM »
open in a terminal
Code: [Select]
alsamixer

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10607
  • MLUs Forever!
Re: no sound (onboard chip)
« Reply #6 on: October 19, 2012, 03:50:45 PM »
Check if a driver for the cmedia device is loaded

You should get an output like this if it is
Code: [Select]
[root@XPS user]# lsmod | grep -i cmedia
snd_hda_codec_cmedia     7135  0
snd_hda_codec          80148  4 snd_hda_codec_cmedia,snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_inte

If not then try loading it


Code: [Select]
[root@XPS user]# modprobe snd-hda-codec-cmedia

Then see if there is any change .......

If the driver is needed to be loaded at each boot that can be done by listing it in

/etc/modprobe.preload


« Last Edit: October 19, 2012, 03:53:08 PM by Just17 »
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline wiko

  • Full Member
  • ***
  • Posts: 55
Re: no sound (onboard chip)
« Reply #7 on: October 19, 2012, 10:52:10 PM »
[root@localhost root]# alsamixer
cannot open mixer: No such file or directory
[root@localhost root]#

I could start Gmixer this way, but no matter which device I chose, nothing was muted.


then:

[root@localhost root]# lsmod | grep -i cmedia
[root@localhost root]# snd-hda-codec-cmedia
bash: snd-hda-codec-cmedia: command not found
[root@localhost root]#

first command returned nothing, second one the not found message as above.

are we any closer??


Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11532
  • ----IOFLU----
Re: no sound (onboard chip)
« Reply #8 on: October 20, 2012, 12:42:04 AM »
[root@localhost root]# alsamixer
cannot open mixer: No such file or directory
[root@localhost root]#

I could start Gmixer this way, but no matter which device I chose, nothing was muted.


then:

[root@localhost root]# lsmod | grep -i cmedia
[root@localhost root]# snd-hda-codec-cmedia
bash: snd-hda-codec-cmedia: command not found
[root@localhost root]#

first command returned nothing, second one the not found message as above.

are we any closer??



Try;

[root@localhost root]# modprobe snd-hda-codec-cmedia                   <Enter>

Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline wiko

  • Full Member
  • ***
  • Posts: 55
Re: no sound (onboard chip)
« Reply #9 on: October 20, 2012, 01:08:52 AM »
[root@localhost root]# modprobe snd-hda-codec-cmedia
[root@localhost root]#

did it do anything? nothing happened it seems.

w.

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11532
  • ----IOFLU----
Re: no sound (onboard chip)
« Reply #10 on: October 20, 2012, 01:12:37 AM »
[root@localhost root]# modprobe snd-hda-codec-cmedia
[root@localhost root]#

did it do anything? nothing happened it seems.

w.

Now try;

[root@localhost root]# lsmod | grep -i cmedia                      <Enter>
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline wiko

  • Full Member
  • ***
  • Posts: 55
Re: no sound (onboard chip)
« Reply #11 on: October 20, 2012, 01:44:24 AM »
tried again, and the command now returns something:

[root@localhost root]# lsmod | grep -i cmedia
snd_hda_codec_cmedia     7135  0
snd_hda_codec          75755  1 snd_hda_codec_cmedia


w.
« Last Edit: October 20, 2012, 05:21:21 AM by wiko »

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11532
  • ----IOFLU----
Re: no sound (onboard chip)
« Reply #12 on: October 20, 2012, 01:01:19 PM »
tried again, and the command now returns something:

[root@localhost root]# lsmod | grep -i cmedia
snd_hda_codec_cmedia     7135  0
snd_hda_codec          75755  1 snd_hda_codec_cmedia


w.

So it shows that the module has in fact loaded. Again, as root, try the alsaconf command. Following that, check your choice of mixer to see that all of the sliders are up, and nothing is muted.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline wiko

  • Full Member
  • ***
  • Posts: 55
Re: no sound (onboard chip)
« Reply #13 on: October 20, 2012, 01:25:41 PM »
[root@localhost root]# alsamixer
cannot open mixer: No such file or directory

I started Gmixer this way and again sliders up and no mutes, but still no sound either.

and still can't start it from the menu (nothing happens)

mysteries

« Last Edit: October 20, 2012, 01:38:14 PM by wiko »

Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3729
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: no sound (onboard chip)
« Reply #14 on: October 20, 2012, 02:01:34 PM »
Install qasmixer
and see what will go