LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-17-2006, 08:46 PM   #1
drewhead
LQ Newbie
 
Registered: Jan 2006
Distribution: Slackware
Posts: 27

Rep: Reputation: 1
No sound on


I've been building a new PC from newegg parts and can't seem to get sound working. It's a Asus A8N-Premium board that has the NVidia CK804 with ALC850 chip on board. I've compiled 2.6.15 with what I believe are th neccessary modules, run alsaconfig, and I'm not getting any sound. After several nights with my good friend google I am more turned around now than knowledgeable and amd not sure where I should be looking for the problem.

dmesg shows some errors:

Code:
Advanced Linux Sound Architecture Driver Version 1.0.10rc3 (Mon Nov 07 13:30:21 2005 UTC).
ALSA device list:
  No soundcards found.
Odd,
Code:
# cat /proc/asound/cards
0 [CK804          ]: NFORCE - NVidia CK804
                     NVidia CK804 with ALC850 at 0xd5003000, irq 20
lspci -vv (relevant cut)

Code:
00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)
        Subsystem: ASUSTeK Computer Inc. K8N4-E Mainboard
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0 (500ns min, 1250ns max)
        Interrupt: pin A routed to IRQ 20
        Region 0: I/O ports at dc00 [size=256]
        Region 1: I/O ports at e000 [size=256]
        Region 2: Memory at d5003000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
seems to know about it...

later in dmesg I get
Code:
kobject_register failed for snd (-17)
 [<c02763b9>] kobject_register+0x49/0x70
 [<c0132660>] mod_sysfs_setup+0x50/0xc0
 [<c0133810>] load_module+0x7b0/0xa80
 [<c0133b70>] sys_init_module+0x60/0x1f0
 [<c0102e81>] syscall_call+0x7/0xb
kobject_register failed for snd_timer (-17)
 [<c02763b9>] kobject_register+0x49/0x70
 [<c0132660>] mod_sysfs_setup+0x50/0xc0
 [<c0133810>] load_module+0x7b0/0xa80
 [<c0133b70>] sys_init_module+0x60/0x1f0
 [<c0102e81>] syscall_call+0x7/0xb
kobject_register failed for snd_pcm (-17)
 [<c02763b9>] kobject_register+0x49/0x70
 [<c0132660>] mod_sysfs_setup+0x50/0xc0
 [<c0133810>] load_module+0x7b0/0xa80
 [<c0133b70>] sys_init_module+0x60/0x1f0
 [<c0102e81>] syscall_call+0x7/0xb
and some more of that later.

Here's output from a script grabbed off alas.org that I think will have the answers to the other relevant questions.

Code:
Kernel ----------------------------------------------------
Linux roundout 2.6.15 #2 PREEMPT Sun Jan 15 22:55:06 EST 2006 i686 unknown unknown GNU/Linux

Loaded Modules --------------------------------------------
snd_mixer_oss          17344  0 
snd_intel8x0           29532  3 
snd_ac97_codec         92896  1 snd_intel8x0
snd_ac97_bus            1984  1 snd_ac97_codec
snd_page_alloc          9160  0 

Proc Config -----------------------------------------------
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_AC97_BUS=m
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=m
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_HDA_INTEL is not set
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SOUND_PRIME is not set

Modprobe Conf ---------------------------------------------
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0

Proc Asound -----------------------------------------------
Advanced Linux Sound Architecture Driver Version 1.0.10rc3 (Mon Nov 07 13:30:21 2005 UTC).
0 [CK804          ]: NFORCE - NVidia CK804
                     NVidia CK804 with ALC850 at 0xd5003000, irq 20
  1:       : sequencer
 18: [0- 2]: digital audio playback
 25: [0- 1]: digital audio capture
 16: [0- 0]: digital audio playback
 24: [0- 0]: digital audio capture
  0: [0- 0]: ctl
 33:       : timer
00-00: Intel ICH : NVidia CK804 : playback 1 : capture 1
00-01: Intel ICH - MIC ADC : NVidia CK804 - MIC ADC : capture 1
00-02: Intel ICH - IEC958 : NVidia CK804 - IEC958 : playback 1
Client info
  cur  clients : 2
  peak clients : 2
  max  clients : 192

Client   0 : "System" [Kernel]
  Port   0 : "Timer" (Rwe-)
  Port   1 : "Announce" (R-e-)

Dev Snd ---------------------------------------------------
controlC0  hwC2D3    midiC1D2  midiC3D1  pcmC0D4c  pcmC1D3p  pcmC2D3c  pcmC3D2p
controlC1  hwC3D0    midiC1D3  midiC3D2  pcmC0D4p  pcmC1D4c  pcmC2D3p  pcmC3D3c
controlC2  hwC3D1    midiC1D4  midiC3D3  pcmC0D5c  pcmC1D4p  pcmC2D4c  pcmC3D3p
controlC3  hwC3D2    midiC1D5  midiC3D4  pcmC0D5p  pcmC1D5c  pcmC2D4p  pcmC3D4c
hwC0D0     hwC3D3    midiC1D6  midiC3D5  pcmC0D6c  pcmC1D5p  pcmC2D5c  pcmC3D4p
hwC0D1     midiC0D0  midiC1D7  midiC3D6  pcmC0D6p  pcmC1D6c  pcmC2D5p  pcmC3D5c
hwC0D2     midiC0D1  midiC2D0  midiC3D7  pcmC0D7c  pcmC1D6p  pcmC2D6c  pcmC3D5p
hwC0D3     midiC0D2  midiC2D1  pcmC0D0c  pcmC0D7p  pcmC1D7c  pcmC2D6p  pcmC3D6c
hwC1D0     midiC0D3  midiC2D2  pcmC0D0p  pcmC1D0c  pcmC1D7p  pcmC2D7c  pcmC3D6p
hwC1D1     midiC0D4  midiC2D3  pcmC0D1c  pcmC1D0p  pcmC2D0c  pcmC2D7p  pcmC3D7c
hwC1D2     midiC0D5  midiC2D4  pcmC0D1p  pcmC1D1c  pcmC2D0p  pcmC3D0c  pcmC3D7p
hwC1D3     midiC0D6  midiC2D5  pcmC0D2c  pcmC1D1p  pcmC2D1c  pcmC3D0p  seq
hwC2D0     midiC0D7  midiC2D6  pcmC0D2p  pcmC1D2c  pcmC2D1p  pcmC3D1c  timer
hwC2D1     midiC1D0  midiC2D7  pcmC0D3c  pcmC1D2p  pcmC2D2c  pcmC3D1p
hwC2D2     midiC1D1  midiC3D0  pcmC0D3p  pcmC1D3c  pcmC2D2p  pcmC3D2c

CPU -------------------------------------------------------
model name      : AMD Athlon(tm) 64 Processor 4000+
cpu MHz         : 2412.602

RAM -------------------------------------------------------
MemTotal:       904548 kB
SwapTotal:     3903744 kB

Hardware --------------------------------------------------
00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
Anyone see anything or know anything to help here? Anyone have this board working?
 
Old 01-17-2006, 11:18 PM   #2
chrisortiz
Member
 
Registered: Nov 2005
Distribution: Slackware, and of course the super delux uber knoppix universal live recovery cd
Posts: 429

Rep: Reputation: 30
did you run alsamixer and alsactl store?

also try typing
Code:
cat /dev/urandom > /dev/dsp
if ths sound is working you will get static

You've probably already done those, but its all i can think of.
 
Old 01-17-2006, 11:19 PM   #3
chrisortiz
Member
 
Registered: Nov 2005
Distribution: Slackware, and of course the super delux uber knoppix universal live recovery cd
Posts: 429

Rep: Reputation: 30
did you run alsamixer and alsactl store?

also try typing
Code:
cat /dev/urandom > /dev/dsp
if ths sound is working you will get static

what do you get when you type "lsmod |grep snd" ?

You've probably already done those, but its all i can think of.
 
Old 01-18-2006, 03:53 AM   #4
stevielawson
Member
 
Registered: Sep 2004
Location: Scotland
Posts: 41

Rep: Reputation: 15
I'm assuming you're running Slack 10.2. If so, I had a similar problem (no soundcard detected by alsaconf) after I'd done a full upgrade through Swaret (which installed very latest alsa drivers etc).
I think it's an issue with the new alsa drivers and these Intel AC97 sound cards.
I found that by reverting to the original alsa drivers/etc on the 10.2 install disc, then re-running 'alsaconf' and 'alsactl store', my soundcard (same kind as yours judging by your output above) was detected, configured and gave me perfect sound.
I'm only a newbie myself so I can't honestly say this will definitely work - just that it worked for me.
Good luck!

Last edited by stevielawson; 01-18-2006 at 03:54 AM.
 
Old 01-18-2006, 04:31 AM   #5
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 366

Rep: Reputation: 66
do you have kernel modules installed?

check /lib/modules directory and do a lsmod to make sure they are loading. if you installed new kernel recently reinstall your nvidia nforce drivers.

I have an Asus A8N-SLI same sound chip. I used the test26.s kernal and installed the files off of cd2 in dir linux-2.6.13 ie the alsa-driver-1.0.9b_2.6.13-i486-1.tgz file

alsa may need additional configuration maybe new build or install the alsa.

I found the sound chip gave good sound but when playing doom3 the system choked I tried playing quake3 and ran into big problems. went to install creative labs emu10k1 card in pci found out pci slots didnt work. month and new mobo later using creative labs emu10k1 card in pci slot. everything running great.
 
Old 01-18-2006, 04:43 PM   #6
drewhead
LQ Newbie
 
Registered: Jan 2006
Distribution: Slackware
Posts: 27

Original Poster
Rep: Reputation: 1
Thanks for the replies: Various answers

Quote:
did you run alsamixer and alsactl store?
Yes, startup is restoring my settings properly across boots. Yes I scrolled all the way to the right to make sure I turned the volumn up on every setting.

Quote:
also try typing
Code:
cat /dev/urandom > /dev/dsp
if ths sound is working you will get static
Nothing audible at all.

Quote:
what do you get when you type "lsmod |grep snd" ?
Code:
~> lsmod |grep snd
snd_mixer_oss          17344  0 
snd_intel8x0           29532  3 
snd_ac97_codec         92896  1 snd_intel8x0
snd_ac97_bus            1984  1 snd_ac97_codec
snd_page_alloc          9160  0
Quote:
I'm assuming you're running Slack 10.2.
Yes, I am on 10.2. The forum lost my login between register and my first attempt to post. My subject was a bit more descriptive (including 10.2) the first go around. I think I let form auto complete fool me the second go around.

Quote:
If so, I had a similar problem (no soundcard detected by alsaconf) after I'd done a full upgrade through Swaret (which installed very latest alsa drivers etc).
I think it's an issue with the new alsa drivers and these Intel AC97 sound cards.
I found that by reverting to the original alsa drivers/etc on the 10.2 install disc, then re-running 'alsaconf' and 'alsactl store', my soundcard (same kind as yours judging by your output above) was detected, configured and gave me perfect sound.
Well... I can't use the drives from the install disk as they aren't for the new kernel I compiled. I will give a reinstallpkg of the lib and util's, a reconfigure to see what happens.

Barring that I suppose I can go grab the latest off of alsa-project and build myself.

Updates later this evening (EST)
 
Old 01-18-2006, 05:07 PM   #7
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
Try recompiling alsa. I find that I need to do that every time I compile my kernel. If the sources from alsa website don't work, try the one from slack sources.

Brian
 
Old 01-18-2006, 09:28 PM   #8
drewhead
LQ Newbie
 
Registered: Jan 2006
Distribution: Slackware
Posts: 27

Original Poster
Rep: Reputation: 1
Well, if I was going rebuilding alsa I figured I might as well be on the latest kernel. So I went and grabbed 2.6.15.1 on a whim and rebuilt the kernel. While I was double checking my options I noticed that soundcore was being complied in the kernel not as a module. Setting to to compile as a module with my rebuilt kernel and another pass through alsaconf and I have sound. It's only the center channel and sub of this 5.1 system, and then only out the Analog port (not the optical that is also hooked up and works fine in the XP dual boot option of this machine) but I suppose I'll start looking now for config options to get the setting right now. Why-O-Why is it always the little things.

Thanks for all the responses anyway guys.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
No sound coming from my sound blaster audigy 2 ZS platinum sound card msab Linux - Hardware 9 12-05-2010 05:10 AM
ALSA MIDI: Sound fonts for NVIDIA/NForce Soundstorm on-board sound vharishankar Linux - Hardware 6 09-04-2007 12:37 PM
help crackling/boiling soup sound in madriva 2006 with sound blaster audigy mbman Mandriva 1 01-14-2006 10:23 PM
Need to run system-config-sound after every boot too make sound work in FC2 jrbiochem Linux - Hardware 11 08-04-2004 07:08 AM
How to make a sound on Realtec ALC-650 card sound on a Shuttle ST62K? Laurent Linux - Hardware 0 05-30-2004 11:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration