Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > SuSE Linux Help > Realtek AC'97 drivers

Forgot Password?
 SuSE Linux Help   For help and discussions related to SuSE Linux

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 11-21-2005   #11 (permalink)
Just Joined!
 
Join Date: Sep 2004
Posts: 61
all sounds. I have no sound at all.
i2kdave is offline  


Reply With Quote
Old 11-21-2005   #12 (permalink)
Just Joined!
 
Join Date: Sep 2004
Posts: 61
I don't know why, but yast is detecting 2 sound cards, one is Intel 82801DB-ICH4 and the other is AC'97, which it says isn't configured. When I try to remove the Intel 82801DB-ICH4, nothing happens and when I highlight it and click "edit" the window just goes away.
i2kdave is offline   Reply With Quote
Old 11-21-2005   #13 (permalink)
Super Moderantor
 
techieMoe's Avatar
 
Join Date: Aug 2004
Location: Texas
Posts: 9,269
Quote:
Originally Posted by i2kdave
I don't know why, but yast is detecting 2 sound cards, one is Intel 82801DB-ICH4 and the other is AC'97, which it says isn't configured. When I try to remove the Intel 82801DB-ICH4, nothing happens and when I highlight it and click "edit" the window just goes away.
Well that would explain why you have no sound, if one card is blocking the other (even if the other card doesn't exist). I'm perplexed as to why your onboard sound is showing up as two devices though...
__________________
Registered Linux user #270181
TechieMoe's Tech Rants
techieMoe is offline   Reply With Quote
Old 11-21-2005   #14 (permalink)
Just Joined!
 
Join Date: Sep 2004
Posts: 61
i'm perplexed too
i2kdave is offline   Reply With Quote
Old 11-21-2005   #15 (permalink)
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
1) What is the exact model of your motherboard?
2) What's the output of
Code:
lspci
3) Are you using the default kernel for Suse 10.0 ?

I'm gessing here that the module for your soundcard gets loaded after the module ICH4, which seems to conflict your soundcard. If that is true, then there will be a '"simple" fix for that.

Just post the info I asked and we'll make it work.

Plus (I'm sure it's not related to that), but have you made sure your username appear in the section "sound" of the file:
Code:
/etc/group
Of course, you can have a lot of fun too trying these links:
http://alsa.opensrc.org/TroubleShooting
http://alsa.opensrc.org/faq/
__________________
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

-Bruce Lee
antidrugue is offline   Reply With Quote
Old 11-21-2005   #16 (permalink)
Just Joined!
 
Join Date: Sep 2004
Posts: 61
1) my motherboard is an MSI MS-6507E

2) 00:00.0 Host bridge: Intel Corporation 82845 845 (Brookdale) Chipset Host Bridge
(rev 11)
00:01.0 PCI bridge: Intel Corporation 82845 845 (Brookdale) Chipset AGP Bridge (
rev 11)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) U
SB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) U
SB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) U SB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Co ntroller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Br idge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Cont roller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH 4-L/ICH4-M) AC'97 Audio Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 420] (re v a3)
02:09.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 04)
02:0a.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture ( rev 11)
02:0a.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11 )
02:0b.0 Communication controller: Agere Systems LT WinModem (rev 02)
02:0c.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139 C+ (rev 10)

3) yes, I am
i2kdave is offline   Reply With Quote
Old 11-21-2005   #17 (permalink)
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
OK, good.

So your motherboard gets its sound from the "intel 845" chipset, which is based on the popular "intel 810" chipset. Pretty standard.

If I'm not mistaking, Suse comes with sound compiled as a module.

Minimally for sound to work with your card you'll need those modules:

snd-intel8x0
snd-pcm-oss
snd-mixer-oss
snd-seq-oss

They should be already present with the default Suse kernel.
(If you check /etc/modules.conf they should be all there.)

One thing is sure: you don't need special drivers to make this work: intel 810 works perfectly with all distros.

**********************
Post the result of
Code:
lsmod | grep snd
**********************

Myself I use the same chipset as you do.
I had problem with sound at first.
Solution: I configured a proper /etc/asound.conf file.
But, then again I use Debian Sarge.

For info:
http://www.alsa-project.org/alsa-doc...odule=intel8x0
http://opensrc.org/alsa/index.php?page=intel8x0

Best working /etc/asound.conf I found:
http://lists.debian.org/debian-lapto.../msg00100.html

Seems to me that you're not the only one trying to get the sound to work in Suse 10.0.

It's a bug in Suse 10.0:
https://bugzilla.novell.com/buglist....&content=sound

Sorry, it's a bug.

*********************
Still, post the result of (as root)
Code:
modinfo soundcore
***********************

I'm curious about this...

P.S. For info on your mobo:
http://www.msicomputer.com/product/p...507-L&class=mb
__________________
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

-Bruce Lee
antidrugue is offline   Reply With Quote
Old 11-21-2005   #18 (permalink)
Linux Engineer
 
oldcpu's Avatar
 
Join Date: Aug 2005
Location: Europe
Posts: 1,142
Another approach

Another method, if I may suggest, is to delete and re-install your audio driver. No guarantee's this will work, but its simple and straight forward to try.

Unfortunately, sometimes SuSE won't let you delete the driver. You can try that, and if SuSE-10.0 doesn't let you delete the driver, then check out the last post by "themainliner" in this thread, which may (or may not) be relevant to giving you a solution:
http://forums.suselinuxsupport.de/in...howtopic=23964
oldcpu is offline   Reply With Quote
Old 11-21-2005   #19 (permalink)
Just Joined!
 
neopard's Avatar
 
Join Date: May 2005
Posts: 21
I ran trought a similar problem when I upgraded my Suse 9.3 to Suse 10.

I fixed the problem today you can find everything you need here

http://www.linuxforums.org/forum/vie...=327187#327187

I hope it's useful
neopard is offline   Reply With Quote
Old 11-22-2005   #20 (permalink)
Just Joined!
 
Join Date: Sep 2004
Posts: 61
antidrugue, here is the output of modinfo soundcore:

filename: /lib/modules/2.6.13-15-default/kernel/sound/soundcore.ko
description: Core sound module
author: Alan Cox
license: GPL
alias: char-major-14-*
vermagic: 2.6.13-15-default 586 REGPARM gcc-4.0
supported: yes
depends:
srcversion: A4DED138106C0A5140A74BE


I tried the solution suggested by oldcpu and neopard, and it seemed to have worked, getting the correct soundcard recognized and configured, but I still don't have any sound when doing a test
i2kdave is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 04:29 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2