LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-12-2002, 12:03 PM   #1
jaakjr
LQ Newbie
 
Registered: Oct 2002
Posts: 2

Rep: Reputation: 0
Sound problems with RH8 + Intel 82801DB AC'97 Audio


I've RH8 runnung with onboard soundcard Intel 82801DB AC'97, which is located by lspci:
00:1f.5 Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio (rev 01)

There is no sound and there seems to be trouble with the initialization of the soundcard. Tell me how to fix the sound issue without recompilation of kernel. Here are the logs/conf from my box.
[dmesg]:
...
Intel 810 + AC97 Audio, version 0.22, 13:45:06 Sep 4 2002
PCI: Found IRQ 3 for device 00:1f.5
PCI: Sharing IRQ 3 with 00:1f.3
PCI: Setting latency timer of device 00:1f.5 to 64
i810: Intel ICH4 found at IO 0xe080 and 0xe400, IRQ 3
i810_audio: Codec not ready.. wait.. no response.
i810_audio: Audio Controller supports 6 channels.
i810_audio: Defaulting to base 2 channel mode.
i810_audio: Primary codec not ready.
... // this sound init is repeated several times

and:
[root@localhost etc]# insmod i810_audio
Using /lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o
/lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o: unresolved symbol ac97_probe_codec_R84601c2b
/lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o: unresolved symbol ac97_set_adc_rate_R5307368c
/lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o: unresolved symbol ac97_set_dac_rate_R42924aaa

and:
[root@localhost etc]# modprobe i810_audio
/lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o: insmod /lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o failed
/lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o: insmod i810_audio failed

My /etc/module.conf has following lines about sound
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
 
Old 10-30-2002, 11:09 AM   #2
pretender
LQ Newbie
 
Registered: Oct 2002
Posts: 2

Rep: Reputation: 0
Cool also having prob with this onboard card

Is there anyone who found how to get this 82801DB AC onboard sound card to work with Redhat 8.0?

thanks.
P
 
Old 11-02-2002, 11:36 PM   #3
bobterri
Member
 
Registered: Feb 2002
Location: Davenport, IA
Distribution: LinuxMint, Sam-Linux
Posts: 149

Rep: Reputation: 15
I'm having the same problem, but by the number of people who've read this thread without any answers, I think we've got big problems!
 
Old 11-03-2002, 12:36 AM   #4
Lemmingz
LQ Newbie
 
Registered: Nov 2002
Posts: 20

Rep: Reputation: 1
A simple but annoying workaround

I have the same problem.
Install a package called sndconfig, su to root and run it.
It is the old sound config tool for pnp sound cards.
The problem is that you will have to run it every time you reboot
if you still have sound problems after that you can " chmod a-s /dev/dsp"
after running sndconfig.
 
Old 11-04-2002, 07:46 AM   #5
pretender
LQ Newbie
 
Registered: Oct 2002
Posts: 2

Rep: Reputation: 0
sorry. sndconfig is not working. it is finding this card but gives other errors?
anyone?
 
Old 11-04-2002, 10:59 AM   #6
jaakjr
LQ Newbie
 
Registered: Oct 2002
Posts: 2

Original Poster
Rep: Reputation: 0
AC'97 82801DB is not available for linux kernels below 2.5.11.
This means that we have to wait about 6 months (that's when 2.6 is released) before there will be a stable linux kernel with the drivers.

http://www.intel.com/support/graphics/linux/audio.htm:
"AC'97 audio for Intel motherboards using ICH4 (82801DB) requires kernel 2.5.11 or later. The addition is documented in the kernel.org changelog. †"
 
Old 11-04-2002, 10:18 PM   #7
bobterri
Member
 
Registered: Feb 2002
Location: Davenport, IA
Distribution: LinuxMint, Sam-Linux
Posts: 149

Rep: Reputation: 15
It looks like it is available through alsa, but I guess I'm still too much of a newbie. Yikes. Talk about confusing. Anyone able to explain downloading and installing an alsa driver in "newbie talk?"
 
Old 11-04-2002, 10:22 PM   #8
bobterri
Member
 
Registered: Feb 2002
Location: Davenport, IA
Distribution: LinuxMint, Sam-Linux
Posts: 149

Rep: Reputation: 15
Oops!

I forgot to share the error message when I sndconfig.

The following error occurred running the modprobe program:

/lib/modules/2.4.18-17.8.0/kernel/drivers/sound/i810_audio.o:
init_module: No such device
/lib/modules/2.4.18-17.8.0/kernel/drivers/sound/i810_audio.o:
insmod
/lib/modules/2.4.18-17.8.0/kernel/drivers/sound/i810_audio.o
failed
/lib/modules/2.4.18-17.8.0/kernel/drivers/sound/i810_audio.o:
insmod sound-slot-0 failed
 
Old 11-04-2002, 11:28 PM   #9
fritex
LQ Newbie
 
Registered: Nov 2002
Distribution: Red Hat 8.0
Posts: 10

Rep: Reputation: 0
ALSA version 0.9.orc3

Hey guys

I was having the same problem, I have a p4 with a AC1981A on-board soundcard, intel mobo. I tried everything I could think of, until I stumbled upon www.opensound.com. I loved it, worked first time, but then I found out you had to pay 51 US for a license, and that was ridiculously abusive, so I went looking on the net for my particular soundcard (being an ICH4 bridge problem, I think) and found out that starting on orc3, alsa drivers recognized my soundcard.
I then proceeded to download the orc5 drivers (alsa-driver-0.9.orc5) and respective libraries and utilities, installed them (make sure you have the kernel source installed, so it can properly compile the sound devices. Also, if you happen to have my problem of having the source kernel files in a different directory from /usr/src/linux/include (in my case it was /usr/src/linux-2.4.18-17.8.0/include) use this instead of the regular ./configure:
./configure --with-kernel=/usr/src/linux-2.4.18-17.8.0
It worked for me, only problem I now have (minor) is to stop my sound from being muted at startup. I have to make a config file... And another thing: The channels are mixed up, when you open alsamixer to unmute (make sure you do that, or else your sound wont play) I was trying master volume, but it was in the headphones channel (very odd)..
For now that's the best solution, best of luck to all of you, and I guess you'll have to wait a bit til kernel 2.6+ comes out. Or buy a sound blaster live! :-)

Fritex
 
  


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
Sound problems: Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02) firedance Linux - Hardware 18 11-18-2021 01:54 PM
Intel 82801BA/BAM USB, Intel 82801BA/BAM AC'97 Audio, and MATSHITA UJDA710 Problems treth Linux - Hardware 1 06-08-2006 08:10 PM
Intel 82801DB sound issue Asmir Linux - Hardware 0 01-18-2005 10:10 PM
Sound problems on Sony Vaio Type S (Intel 82801DB ICH4) ]grimm[ Linux - Hardware 2 08-24-2004 12:44 PM
Kernel 2.6.6 - Sound Problem - Intel 82801DB AC'97 slack_baby Linux - Hardware 2 05-25-2004 07:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:24 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