LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 02-23-2005, 11:50 AM   #1
LucidParody
Member
 
Registered: Jul 2004
Distribution: SuSe 10 OSS
Posts: 45

Rep: Reputation: 15
suse 9.2 sound problems


I just recently did an FTP install of Suse 9.2. Everything expect my sound is working. When I go into Yast and try to configure my sound, I get the following message:

Quote:
An error occured during the install of
Sound Controller
The Kernal module snd-intel8x0 for sound support could not be loaded. This can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
I did a little googling and the only relevant suggest I found was changing my /etc/modprobe.d/sound file from snd-intel8x0 to i810_audio from a person who had the exact problem that I had. Unfortunately, that did nothing to solve the problem. Other things people have suggested that I've found is lspci, which gives me:

Quote:
0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
Subsystem: Elitegroup Computer Systems: Unknown device b732
Flags: bus master, medium devsel, latency 173, IRQ 193
I/O ports at 1400
I/O ports at 1080 [size=128]
Capabilities: [48] Power Management version 2
and to alsaconf, which tells me that it has found intel8x0 Silicon Integrated Systems [SiS] Sound Controller (rev a0) but when I tell it to configure it and such, it says it's configured and attempts to play using the sound card and acts like it worked perfectly.

Anyone know what I can do?

TIA.
 
Old 02-23-2005, 05:02 PM   #2
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Sound can be a tricky issue to resolve. I also use this soundcard (intel8x0) driver and it works fine on SuSE 9.2. However, upon my initial installation I got the same error as you are reporting. I think my problem had to do with another onboard card that came with my box. SuSE has difficultly dealing with more than one card if the one not being used is still referenced in BIOS.
 
Old 02-23-2005, 05:25 PM   #3
LucidParody
Member
 
Registered: Jul 2004
Distribution: SuSe 10 OSS
Posts: 45

Original Poster
Rep: Reputation: 15
How do I check to see if that is the situation in my case? When I run alsaconf it does tell me that I have two sound cards. One is the intel8x0 that i mentioned earlier and another is:

legacy Probe legacy ISA (non-PnP) chips

If this is the situation, how do I fix it? How did you fix it?
 
Old 02-24-2005, 11:56 PM   #4
LucidParody
Member
 
Registered: Jul 2004
Distribution: SuSe 10 OSS
Posts: 45

Original Poster
Rep: Reputation: 15
*bump*
 
Old 02-25-2005, 12:10 AM   #5
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Quote:
Originally posted by LucidParody
One is the intel8x0 that i mentioned earlier and another is: legacy Probe legacy ISA (non-PnP) chips
That's just the default output of the alsaconf command. That is not going to inform you of a conflicting BIOS entry. If you know there is only a single onboard soundcard then your actual driver issue would certainly reside elsewhere.
 
Old 02-25-2005, 01:27 PM   #6
LucidParody
Member
 
Registered: Jul 2004
Distribution: SuSe 10 OSS
Posts: 45

Original Poster
Rep: Reputation: 15
Where would I start looking?
 
Old 02-25-2005, 01:49 PM   #7
BROse
Member
 
Registered: Nov 2003
Location: Here & Now
Distribution: SuSE 10.2
Posts: 96

Rep: Reputation: 15
Reboot, as machine starts-up press delete key(on my box), that will bring up your BIOS then just turn off the on-board sound chip-set, and reboot
 
Old 02-25-2005, 02:17 PM   #8
LucidParody
Member
 
Registered: Jul 2004
Distribution: SuSe 10 OSS
Posts: 45

Original Poster
Rep: Reputation: 15
I tried the setup as it was booting, but I couldn't find any options to play with the bios.

after doing some searching, peoplewith similar problems were asked to post the output of lsmod. here's mine. can anyone tell me if they see something wrong?

Code:
Module                  Size  Used by
snd_intel8x0           37028  0
snd_pcm_oss            66728  0
snd_mixer_oss          25216  1 snd_pcm_oss
i810_audio             41620  0
ac97_codec             21772  1 i810_audio
snd_ac97_codec         76640  1 snd_intel8x0
snd_pcm               113284  3 snd_intel8x0,snd_pcm_oss,snd_ac97_codec
snd_timer              31620  1 snd_pcm
snd_page_alloc         14600  2 snd_intel8x0,snd_pcm
snd                    70532  6 snd_intel8x0,snd_pcm_oss,snd_mixer_oss,snd_ac97_codec,snd_pcm,snd_timer
soundcore              13792  2 i810_audio,snd

Last edited by LucidParody; 02-25-2005 at 02:33 PM.
 
Old 02-25-2005, 02:58 PM   #9
qwerty
Member
 
Registered: Feb 2005
Location: England
Distribution: Ubuntu 5.10
Posts: 80

Rep: Reputation: 15
Hi, Im having the same problem as you. Ive installed suse 9.2 and everythings working fine....except for the sound. Ive got an onboard VT8233 AC97 audio controller and a SoundBlaster live 5.1. Ive given up getting the soundblaster to work so im concentrating on the AC97. I've deleted the soundblaster from Yast and configured the AC97. Yast adds and configures AC97 fine but the test sound doesn't play anything. Ive done alsaconf which also runs all the way through with no problems but the test sound won't play. Ive use kmixer and alsamixer and made sure the volumes are at full level and that nothing is muted but still nothing plays.
I know its not the sound card thats got the problem because it works perfectly with knoppix and mandrake 10.1

Pls is there anyone that can help? Ive been googling for days but not found any solutions that work.
cheers
 
Old 02-25-2005, 04:33 PM   #10
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Quote:
Originally posted by qwerty
Pls is there anyone that can help? Ive been googling for days but not found any solutions that work.
I know of this user who was unable to get sound working in their Dell tower with an Audigy card, and so a nice friend mailed them his card, which was known to work as they were both using SuSE as their Linux desktop. Wouldn't you know that when this working card was installed in the other machine it literally wouldn't produce even so much as a chirp. Just nothing but silence.

These sound issues can be extremely tricky. Just as an example, the only way I ever got my SBLive card working with SuSE 9.1 was to switch the analog and digital output feeds from the onboard jacks. So basically I had an analog system being run with sound from a digital output source. And it worked -- go figure. Of course when I wanted to boot into Windows I had to switch them back, since it recognized that the wiring setup was not correct.

The error message mentioned earlier could be correct as well. There might be some invalid IO or IRQ parameters. But that is beyond most people's scope of knowledge as this is not something that is generally adjusted unless you are very familiar with hardware configurations and BIOS settings.
 
Old 02-27-2005, 09:18 AM   #11
LucidParody
Member
 
Registered: Jul 2004
Distribution: SuSe 10 OSS
Posts: 45

Original Poster
Rep: Reputation: 15
So basically I'm screwed unless I have some sort of specialized knowledge?
 
Old 02-27-2005, 09:55 AM   #12
BROse
Member
 
Registered: Nov 2003
Location: Here & Now
Distribution: SuSE 10.2
Posts: 96

Rep: Reputation: 15
I too have a AC97 chip-set, It didn't work sooooo.....Got cheep C-Media (CMI 8738 chip-set) off E-Bay($6.00) install that, tadaa no more trub! The AC97 oscillates at the wrong speed (I think). Hope this helps you to.
 
Old 02-27-2005, 11:27 AM   #13
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Quote:
Originally posted by LucidParody
So basically I'm screwed unless I have some sort of specialized knowledge?
Heck no. My point being that you can have the same card on different machines and you will often find that some of them work while others for a variety of reasons will not. You just have to be persistent and try new things (like the example I gave of using alternative audio jacks), and just be a bit of a detective. I use the same intel8x0 driver so I do know that it will run under SuSE. You just need to try and uncover if the issue is machine related, or has to do with system configs. It might not be a bad idea to load a Knoppix LiveCD and see if it will play under that environment, and then uncover if the same modules are being loaded there as in SuSE. That way you would know for certain what configuration will actually work, and then it would just be a matter of duplicating it on your box. Or you could try to run the system repair module and attempt to determine if the installation was not properly completed.

Last edited by Xian; 02-27-2005 at 11:32 AM.
 
Old 03-24-2005, 08:30 PM   #14
rpmheadache
LQ Newbie
 
Registered: Feb 2005
Location: Vt
Distribution: linux redhat 9
Posts: 19

Rep: Reputation: 0
Angry same problem

I've got the same problem! same audio (ac97) I'm thinking that if I remove the onboard expansion card for my 5.1 surround sound and just use the 2.0 I will have sound? Maybe. This is a real pisser because I've got over $1,000 in games I use when I boot from bill gates My audio worked fine under fedora C3! uggghhhhh!!!!!! take the good with the bad I guess. I NEED AWNSERS!!! I changed my whole partitioning sceam and started a fresh because I believed suse 9.2 pro would be the OS which put windows behind me forever!!! DONT LET MY DOWN PEOPLE!!!!



Help me please
 
Old 03-24-2005, 10:45 PM   #15
neboma
LQ Newbie
 
Registered: Mar 2005
Posts: 23

Rep: Reputation: 15
I have 3 systems - all with onboard AC97 sound. All 3 work perfectly on Suse 9.1 and 9.2. But after reading many threads in several forums about sound problems, a common issue is when users have upgraded the sound system by adding a card. In many Linuxes, the first thing to try is to disable the onboard sound. This in done in the BIOs. Your PC documentation, or the manufacturer website must list the specific key(s) to call up the BIOS. This is done during the initial POST test part of bootup. Usually it is the F10, F8, F1 or ESC key (often you have to press it repeatidly during the bootup). Some systems are very stubborn about displaying the BIOS (which is also referrred to as SETUP). You get a non-GUI type screen, that has sections for changing boot order, running certain tests, and "usually", toggling the sound off/on. Sorry for the long explanation, but that has to be your first option at trying to fix your sound - do your research - the BIOS is accessable.
 
  


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
[Suse 9.3] Sound problems dubbeld00 SUSE / openSUSE 18 11-25-2005 02:09 PM
Sound problems Suse 10.0 micder SUSE / openSUSE 1 10-31-2005 09:39 AM
Suse 9.1 Sound Problems denlow Linux - Software 1 02-18-2005 12:37 PM
Suse Sound Problems turtle_lover Linux - Hardware 1 09-15-2004 12:22 AM
Sound problems in Suse 9.1 rohde Linux - Software 2 09-10-2004 04:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

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