LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-30-2003, 06:29 PM   #1
vijayvenkatesh
LQ Newbie
 
Registered: Mar 2003
Posts: 13

Rep: Reputation: 0
Unhappy AC97 and i810 problems.. plzzzzzzzzzzzz help


Hi guys,
I am using RH 8 and have onboard audio. The chip is intel 845 GL. and i am not getting any sound. When i login to the system it says, failed to initialize device no such device as /dev/dsp0....
Then i tried sound card detection, it gives me the following
Vendor: intel corp
model: 82801DB AC
module: i810_audio

if i click on play test sound i dont hear any thing. i keep my speakers in full volume... and there is no volume control button...

then i read some of the posts here, so i downloaded ALSA drivers alsa-driver-0.9.2 from the alsa-org website. and installed those drivers. IT took a looong time to install. and finally it finished an i thought i would be able to listen to some music but again in vain

Then i logged in as root and tried lspci and i got this
[root@localhost root]# lspci
00:00.0 Host bridge: Intel Corp. 82845G/GL [Brookdale-G] Chipset Host Bridge (rev 01)
00:02.0 VGA compatible controller: Intel Corp. 82845G/GL [Brookdale-G] Chipset Integrated Graphics Device (rev 01)
00:1d.0 USB Controller: Intel Corp. 82801DB USB (Hub #1) (rev 01)
00:1d.1 USB Controller: Intel Corp. 82801DB USB (Hub #2) (rev 01)
00:1d.2 USB Controller: Intel Corp. 82801DB USB (Hub #3) (rev 01)
00:1d.7 USB Controller: Intel Corp. 82801DB USB EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corp. 82801DB ISA Bridge (LPC) (rev 01)
00:1f.1 IDE interface: Intel Corp. 82801DB ICH4 IDE (rev 01)
00:1f.3 SMBus: Intel Corp. 82801DB SMBus (rev 01)
00:1f.5 Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio (rev 01)
02:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:09.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)


then i did modprobe i810* and i got this

[root@localhost root]# modprobe i810*
/lib/modules/2.4.18-14/kernel/drivers/char/i810_rng.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/char/i810_rng.o: insmod /lib/modules/2.4.18-14/kernel/drivers/char/i810_rng.o failed
/lib/modules/2.4.18-14/kernel/drivers/char/i810-tco.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/char/i810-tco.o: insmod /lib/modules/2.4.18-14/kernel/drivers/char/i810-tco.o failed


then i also tried chmod 666 dsp*

But all efforts in vain...

Did i miss anything important here??? Please let me know guys, cause i am a newbie in linux and have no idea... I totally depend on ur advices...

Thanks,
Vijay Venkatesh
 
Old 03-30-2003, 10:30 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
What does
modprobe i810_audio
give you?

Cheers,
Tink
 
Old 03-31-2003, 01:00 AM   #3
vijayvenkatesh
LQ Newbie
 
Registered: Mar 2003
Posts: 13

Original Poster
Rep: Reputation: 0
Hi, This is what modprobe i810_audio gives me...

[root@localhost root]# 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
 
Old 03-31-2003, 01:03 AM   #4
vijayvenkatesh
LQ Newbie
 
Registered: Mar 2003
Posts: 13

Original Poster
Rep: Reputation: 0
Hi , and this is what insmod i810_audio gives me.

[root@localhost root]# 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
 
Old 03-31-2003, 01:52 PM   #5
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Looks like an upcoming kernel
recompile to me :}

Cheers,
Tink
 
Old 04-01-2003, 01:24 AM   #6
vijayvenkatesh
LQ Newbie
 
Registered: Mar 2003
Posts: 13

Original Poster
Rep: Reputation: 0
Hi Tink,
Thanks for the replies.
Sorry for asking stupid questions, but u have to bear with me... bcos i am a total newbie to linux. Can u please tell me what do u mean by a kernel recompile? Does that me i have to reinstall RH8?

Thanks again,
Vijay
 
Old 04-01-2003, 01:54 PM   #7
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Can u please tell me what do u mean by a kernel recompile? Does that me i have to reinstall RH8?
No, it doesn't :)

Have a good read on The Linux Documentation Project.

Quote:
sound/i810_audio.o: unresolved symbol ac97_probe_codec_R84601c2b
That just means that the modules that are installed
are mismatched. What you'll have to do is
described in the Howto from the link above.

Good luck, if something is unclear in the
Howto just call back in :)

Cheers,
Tink
 
  


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
i810 problems Jeozp Linux - Hardware 3 12-17-2004 08:33 PM
X11 problems with i810 -- Piratero Slackware 2 12-16-2003 03:39 AM
i810-tco module problems forkvoid Linux - General 3 09-28-2003 07:32 PM
issues with i810 ac97 UserName Linux - Hardware 11 07-07-2003 04:53 PM
Strange Problem with Intel i810 AC97 audio and RH7.3 NGInterface Linux - Hardware 4 08-06-2002 05:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:53 PM.

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