Author Topic: No sound at wit's end. SOLVED  (Read 2599 times)

Offline skizikz

  • Jr. Member
  • **
  • Posts: 34
No sound at wit's end. SOLVED
« on: January 20, 2013, 02:19:45 PM »
Hello all,
I have another sound problem.I tossed out my soundblaster cards and went back to onboard.
The box in question has a nvidia MCP61 high definition audio on a Gigabyte M68MT-S2 motherboard.
Her are some hopefully informative results from things I have tried in terminal:

root@localhost ~]# alsactl init
alsactl: init:1743: No soundcards found...
[root@localhost ~]#

 grep sound-slot /etc/modprobe.conf
alias sound-slot-0 snd_hda_intel
alias sound-slot-1 snd_hda_intel


root@localhost ~]# /sbin/chkconfig --list alsa
alsa            0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
[root@localhost ~]#


[root@localhost ~]# /sbin/chkconfig --list sound
sound           0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
[root@localhost ~]#




[root@localhost ~]# modprobe snd-snd-hda-intelFATAL: Module snd_snd_hda_intel not found.
[root@localhost ~]#

[root@localhost ~]# lspci -v | grep -A7 -i "audio"00:05.0 Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
        Subsystem: Giga-byte Technology Device a002
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 11
        Memory at fe024000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2
        Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
        Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+
        Kernel modules: snd-hda-intel

-----------------------------------------------------
the alsaconf does not find any sound card
in PCC the hardware is correctly identified and all seems normal


« Last Edit: February 02, 2013, 08:56:50 PM by skizikz »

Offline nixer

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 587
Re: No sound at wit's end.
« Reply #1 on: January 20, 2013, 06:00:40 PM »
Hi skizikz,

I had a similar problem a couple months back and I will mention what I did.  At least it is something else to try.

Like you I have a gigabyte motherboard and I am using onboard audio, but it is AMD based, not nvidia.  After a lot of searching, I suggest:

Browse to /etc/modprobe.d/ .  Do you see a file called alsa-base.conf in this location?  If not create it, and add these lines at the end of the file:

Quote
alias snd-card-0 snd-hda-intel
options snd-hda-intel model=generic

Then REBOOT and retest sound using headphones and speakers.

After rebooting, make sure all channels are UNMUTED and volume set to 100% in alsamixer.

This worked for me and I hope it helps you.
Desktop:  AMD 3.6ghz X4, Gigabyte MB, 8GB ram, Multiple PCLOS's, 2.6.38.8-pclos3.pae.bfs
Server: Intel 3.4ghz X2, 4GB RAM, SATA, gnome2, *.pae.bfs, Headless, Servers: LAMP, FTP, Samba, Print, PXE, BT
HTPC: Phenom II X4 2.8ghz, 4GB Ram, 1TB SATA, PCLinuxOS-KDE, NVIDIA N220GT HDMI, *.pae.bfs

Offline pclinmike

  • Hero Member
  • *****
  • Posts: 637
  • I Only 'Clean' Windows !.
Re: No sound at wit's end.
« Reply #2 on: January 20, 2013, 06:24:50 PM »
Is your card turned ON in the 'bios' set up ?
Press Del or F2 or F11 on boot up to get to the Bios settings but be careful what you change !, the should be some setting for the audio.
Michael.
From South-Derbyshire, England.U.K.Earth.

I Normally Do A Search Before I Post A New Question !.

Thanks to all who replied to my posts.

Offline skizikz

  • Jr. Member
  • **
  • Posts: 34
Re: No sound at wit's end.
« Reply #3 on: January 20, 2013, 06:46:01 PM »

Is your card turned ON in the 'bios' set up ?
Press Del or F2 or F11 on boot up to get to the Bios settings but be careful what you change !, the should be some setting for the audio.
Is your card turned ON in the 'bios' set up ?

Yes.

Hi skizikz,

I had a similar problem a couple months back and I will mention what I did.  At least it is something else to try.

Like you I have a gigabyte motherboard and I am using onboard audio, but it is AMD based, not nvidia.  After a lot of searching, I suggest:

Browse to /etc/modprobe.d/ .  Do you see a file called alsa-base.conf in this location?  If not create it, and add these lines at the end of the file:

Quote
alias snd-card-0 snd-hda-intel
options snd-hda-intel model=generic

Then REBOOT and retest sound using headphones and speakers.

After rebooting, make sure all channels are UNMUTED and volume set to 100% in alsamixer.

This worked for me and I hope it helps you.

No such file. Created it with Kwrite and added the above lines.
No luck. Mixers don't start except for Qasmixer which shows no sound card.


Offline agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1899
  • Certified Windows Hater
Re: No sound at wit's end.
« Reply #4 on: January 21, 2013, 02:06:50 AM »
I would try removing all alsa related packages through Synaptic.

Then delete
/etc/alsa
/etc/sound/profiles/alsa
/usr/share/alsa

Then reinstall previously removed packages.
For the whole world, you are someone.
For someone, you are the whole world.

Offline agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1899
  • Certified Windows Hater
Re: No sound at wit's end.
« Reply #5 on: January 21, 2013, 02:37:37 AM »
Just spotted this...

[root@localhost ~]# modprobe snd-snd-hda-intel

The command is not right. It should be modprobe snd-hda-intel

From terminal type: locate snd-hda-intel to check if the module is there.

What error do you get when trying to start alsamixer?
« Last Edit: January 21, 2013, 02:51:24 AM by agmg »
For the whole world, you are someone.
For someone, you are the whole world.

Offline Phil

  • Hero Member
  • *****
  • Posts: 739
Re: No sound at wit's end.
« Reply #6 on: January 21, 2013, 02:44:07 AM »
I have a mini itx box with a gigabyte board. The sound did not work. Issue was no drivers.

Identified exactly what the onboard sound card was, Went to the manufacturers site (realtek?), found the alsa driver rpm, installed and everything worked.

If you have the mobo manual see what the sound card is, do a search on that and if necessary go to the manufacturers site for the drivers.  (or search for the mobo specifications online)

(there is another fiddly, non recommended alternative. Stick to alsa and try to fix with pclinux packages before looking further afield.)

ps welcome to the funhouse

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10647
  • MLUs Forever!
Re: No sound at wit's end.
« Reply #7 on: January 21, 2013, 04:02:21 AM »
Quote
root@localhost ~]# alsactl init
alsactl: init:1743: No soundcards found...
[root@localhost ~]#


What is the output of


Code: [Select]
lspci | grep -i audio

MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 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 skizikz

  • Jr. Member
  • **
  • Posts: 34
Re: No sound at wit's end.
« Reply #8 on: January 21, 2013, 06:19:32 AM »
Quote
root@localhost ~]# alsactl init
alsactl: init:1743: No soundcards found...
[root@localhost ~]#


What is the output of

Code: [Select]
lspci | grep -i audio

[root@localhost ~]# lspci | grep -i audio
00:05.0 Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)

Just spotted this...

[root@localhost ~]# modprobe snd-snd-hda-intel

The command is not right. It should be modprobe snd-hda-intel

From terminal type: locate snd-hda-intel to check if the module is there.

What error do you get when trying to start alsamixer?

Here is the output of the correct command:

[root@localhost ~]# modprobe snd-hda-intel
WARNING: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/core/snd-page-alloc.ko.gz': No such
file or directory
WARNING: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/core/snd.ko.gz': No such file or
directory
WARNING: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/core/snd-timer.ko.gz': No such file
or directory
WARNING: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/core/snd-pcm.ko.gz': No such file
or directory
WARNING: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/core/snd-hwdep.ko.gz': No such file
or directory
WARNING: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/pci/hda/snd-hda-codec.ko.gz': No
such file or directory
FATAL: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/pci/hda/snd-hda-intel.ko.gz': No
such file or directory
[root@localhost ~]#

This was after I tried as you suggested regarding uninstall/reinstall of alsa.

This is the error when starting ALSAMIXER:

alsamixer:function snd_ctl_open failed for default:No such file or directory



Offline agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1899
  • Certified Windows Hater
Re: No sound at wit's end.
« Reply #9 on: January 21, 2013, 06:36:15 AM »
Can you post a history of the alsa related packages you removed?
Some of them are essential part of the system and should not be removed.
Did you perform a reinstallation of those packages right after uninstalling them?
Did you perform a reboot afterwards?
For the whole world, you are someone.
For someone, you are the whole world.

Offline skizikz

  • Jr. Member
  • **
  • Posts: 34
Re: No sound at wit's end.
« Reply #10 on: January 21, 2013, 07:03:17 AM »
Can you post a history of the alsa related packages you removed?
Some of them are essential part of the system and should not be removed.
Did you perform a reinstallation of those packages right after uninstalling them?
Did you perform a reboot afterwards?

history from synaptic:

Installed the following packages:
alsa-plugin-equal (0.6-1pclos2012)
alsa-plugins-doc (1.0.25-1pclos2012)
alsa-plugins-pulse-config (1.0.25-1pclos2012)
alsa-utils (1.0.25-1pclos2012)
alsaconf (1.0.25-1pclos2012)
alsamixergui (0.9.0-0.14rc1_5pclos2010)

I reinstalled and rebooted immediately afterwards but it does not seem to have changed anything.

Offline agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1899
  • Certified Windows Hater
Re: No sound at wit's end.
« Reply #11 on: January 21, 2013, 07:10:49 AM »
I wonder why you are missing the kernel modules for intel.
An uninstall/reinstall of alsa packages couldn't have removed them, so the problem must be older.

Have you tried a different kernel?
Install 3.2.18-pclos2.pae.bfs from Synaptic and boot from it (select it on GRUB)
First time will take a little longer so be patient.
See if you have sound and perform the modprobe command on the new kernel...

Before that, login as root and check if you have sound from root account.
« Last Edit: January 21, 2013, 07:30:49 AM by agmg »
For the whole world, you are someone.
For someone, you are the whole world.

Offline Phil

  • Hero Member
  • *****
  • Posts: 739
Re: No sound at wit's end.
« Reply #12 on: January 21, 2013, 08:41:59 AM »

I am a long way from home so I cannot check this. I think you may need to download the realtek alsa rpm from Taiwan. The names cropping up ring bells, without checking my notes I cannot definitely respond.

My gigabyte mini itx board has a 1.8 atom, #525??? and realtek high def audio drivers. No sound until I installed the rpm driver pack from realtek, then easy.

Your board?
GA-M68MT-S2P (rev. 3.0)
Realtek ALC889 codec <<<<< sounds familiar to me

I am back home in three weeks so could look at my notes then.
(I also sorted it in another but non-recommended way. Stick to alsa.)

(Frustrating hotel wifi so forgive typos etc)

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3991
Re: No sound at wit's end.
« Reply #13 on: January 21, 2013, 02:50:52 PM »
What is the output of:

1. ls /lib/modules/

2. uname -r?
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Offline skizikz

  • Jr. Member
  • **
  • Posts: 34
Re: No sound at wit's end.
« Reply #14 on: January 21, 2013, 05:38:45 PM »
What is the output of:

1. ls /lib/modules/

2. uname -r?

[root@localhost ~]# ls /lib/modules/
3.2.18-pclos2.bfs/
[root@localhost ~]# uname -r
3.2.18-pclos2.bfs