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 04-01-2003, 07:50 PM   #1
Tigleon
LQ Newbie
 
Registered: Apr 2003
Distribution: Mandrake
Posts: 14

Rep: Reputation: 0
SiS7012 sound problems


Alright, here is the deal.. please stick with me ^_^ Ok, I'm running Mandrake 9.0. I've got a SiS7012 sound card, but I can get no sound out of it. It works fine on Windows, but it won't work here. I did download some driver a while back that was supposed to make it work, but it still doesn't... If anyone could explain to me what I am supposed to do to get it working that would help a lot... and frankly, I'm quite a newbie when it comes to linux, so please be kind! ^_^
 
Old 04-01-2003, 09:10 PM   #2
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
I am really taking a wild-assed guess here, but I think if you type:

insmod emu10k1

as root, it should enable your sound (I have the same sound card, and I believe that was the correct module for it - but I've since upgraded to mandrake 9.0, and my modules list is long and ugly now )

If that works, you can have it automatically loaded at boot time by adding:

emu10k1

to your /etc/modules file.

Sorry I can't be of more assistance...
 
Old 04-02-2003, 02:12 AM   #3
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
I think the correct driver for the SiS7012 sound card is

i810_audio

I don't run Mandrake, but in Slackware 8.1 I would edit (as root) my /etc/rc.d/rc.modules file with my favorite text editor and uncomment (remove the # sign from the beginning of) the line that says /sbin/modprobe i810_audio. If that line isn't there, I would add it. After that I would edit (as root) my /etc/modules.conf file to add a line that says:

alias sound-slot-0 i810_audio

After this, I would check the permissions of my /dev/dsp and /dev/mixer files by typing

ls -l /dev/mixer
ls -l /dev/dsp


If they didn't look like this:

rwxr-xr-x

then I would type as root:

chmod 755 /dev/dsp
chmod 755 /dev/mixer


then

ls -l /dev/dsp
ls -l /dev/mixer


to make sure that they look like rwxr-xr-x. If you need any help with editing the files, let me know. Hope this helps.
 
Old 04-02-2003, 06:44 AM   #4
Tigleon
LQ Newbie
 
Registered: Apr 2003
Distribution: Mandrake
Posts: 14

Original Poster
Rep: Reputation: 0
Thank you thank you thank you!! It's working now, and all I had to do was add that first line in the rc.modules I've been trying so hard to get it figured out... I was just about ready to give up ^_^ Yay, now I know where to come if I have any more linux problems (which I probably will since I'm such a newbie hehehe)
Thank you again Texicle! And thank you wapcaplet for trying to help me too!

Last edited by Tigleon; 04-02-2003 at 06:54 AM.
 
Old 04-02-2003, 07:04 AM   #5
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
Duh, I am an idiot. I do not have that sound card (though I do have SiS ethernet integrated with my mobo, which apparently also sometimes comes with that sound card.) The emu10k1 is for sound blaster and compatibles (which I *do* have).

So if you ever get a sound blaster, you now know which module to use for it

Anyhow, I am glad you got it working. Welcome to the site!
 
Old 04-02-2003, 03:47 PM   #6
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
I'm glad you got it working. Welcome to Linux.
 
Old 07-21-2003, 03:40 PM   #7
digibliss
LQ Newbie
 
Registered: Jul 2003
Posts: 11

Rep: Reputation: 0
I am running Mandrake 9.1 with the SiS7012 Soundcard.. and I tried what Texicle said, however no luck.. although I am a so I have no clue what to do..
 
Old 07-21-2003, 05:36 PM   #8
digibliss
LQ Newbie
 
Registered: Jul 2003
Posts: 11

Rep: Reputation: 0
what an idiot i am.. it seems in mandrake 9.0.. kde turned the sound off... ?? i know have sound..
 
Old 07-21-2003, 10:05 PM   #9
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
There are instructions at ALSA site for just about any sound card.

You may want to upgrade your ALSA package. Mandrake should be smart enough to use the newer package without any problems. Mandrake used the my 0.9.1 ALSA even though I had 0.9.0 ALSA installed as an rpm package.

Make sure you install the kernel package before compiling the ALSA. You will need the kernel package for future program compiling too.
 
Old 07-23-2003, 12:41 AM   #10
itzamna
LQ Newbie
 
Registered: Jul 2003
Location: Houston
Distribution: Red Hat 9
Posts: 10

Rep: Reputation: 0
Hello there,
i'm running rh9, i just don't know what's going on with my Sis7012 and xmms, so i'm not sure where to post this questions, here there are though: xmms and the cd players do give me sound for CDs. i installed the xmms-mpg123 and now it looks like it's playing the mp3 files but i get no audio at all. in /etc/modules.conf it's included sound-slot-0 i810_audio, and actually when applying /sbin/insmod i810_audio it gives me: insmod: a module named i810_audio already exists
i made sure volume is on, xmms is using oss as output plugin, that it's using /dev/dsp and that this one has the right permissions but haven't found /etc/rc.d/rc.modules if i still need to edit it...now, if i play test sound with redhat-config-soundcard, it gives me: i810_audio: Device or resource busy
sox: Unable to set audio speed to 44100 (set to 48000), and ends with: Automatic detection of the sound card did not work. Audio will not be available on the system. Please click OK to continue.
so i'm totally lost on what else should i try, i'm looking forward suggestions, thanx!
 
Old 07-23-2003, 01:32 AM   #11
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Piling on to the thread, I'm temporarily using Mandrake and have the 7012 and I switched drivers to i810 - no apparent effect until I happened to reboot and then I got sound. But it pops while it plays. I did a web search and got the tip on upping the priority and it maybe decreased the pops but it still does it and I wasn't able to find much more information. And, frankly, the multiplicty of sound drivers - ALSA and ESD and i810 and OSS... I'm kind of confused by it all. Any pointers to some simple "Sound in Linux" docs that would cover all the flavors and make 'em make sense - or any tips about how to get this popping to stop - would be much appreciated.
 
Old 07-26-2003, 04:50 AM   #12
bartsimp
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9 + Ximian Gnome
Posts: 7

Rep: Reputation: 0
Question SS51G and redhat 9

transfered to
http://www.linuxquestions.org/questi...threadid=76265

Last edited by bartsimp; 07-28-2003 at 01:30 PM.
 
Old 07-26-2003, 04:53 AM   #13
bartsimp
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9 + Ximian Gnome
Posts: 7

Rep: Reputation: 0
transfered to
http://www.linuxquestions.org/questi...threadid=76265

Last edited by bartsimp; 07-28-2003 at 01:29 PM.
 
Old 07-26-2003, 12:18 PM   #14
bartsimp
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9 + Ximian Gnome
Posts: 7

Rep: Reputation: 0
transfered to
http://www.linuxquestions.org/questi...threadid=76265

Last edited by bartsimp; 07-28-2003 at 01:29 PM.
 
  


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 with sis7012 bernamar Linux - Laptop and Netbook 2 01-14-2005 12:15 PM
ALSA sound problems, 2.6.7 kernel, sis7012 onboard phunkymunky Slackware 7 08-26-2004 05:10 PM
Hyundai P571 - sound problems with Mandrake 10 and SiS7012 armenias Linux - Laptop and Netbook 0 06-22-2004 04:37 AM
midi / synth sound with SIS7012 aka Intel i8x0 onboard sound card does not work wahwah Linux - Hardware 1 11-10-2003 05:25 PM
sound trouble sis7012 virgin Linux - Hardware 3 10-17-2003 10:10 PM

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

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