Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: Master of Reality on 24 April 2002, 00:52

Title: sound
Post by: Master of Reality on 24 April 2002, 00:52
where do i set up my sound configuration stuff? I have an onboard soundcard and i need to find out how/where to put/install the drivers for it and get it to run.

all my book about my comp says is that it uses the AC97 Codec does that mean that is the sound card type??? Or would my sound card be using the same chipset as my video card?

[ April 23, 2002: Message edited by: Master of Reality ]

Title: sound
Post by: badkarma on 24 April 2002, 01:00
run lspci (you need to be root) and post the output please
Title: sound
Post by: Master of Reality on 24 April 2002, 01:18
lspci isnt a command.
i typed lspci and nothing happened (command not found)
i even searched for the command using "find / lspci" i couldnt find it.
Title: sound
Post by: badkarma on 24 April 2002, 03:13
what distro are you using?
Title: sound
Post by: ab2ms on 24 April 2002, 03:16
try sndconfig.... if you dont have it get the RPM and try it. It's a great utility to set up the sound. Linux will see it as a card.
Title: sound
Post by: Master of Reality on 24 April 2002, 08:22
i'm using red hat 7.2
Title: sound
Post by: voidmain on 24 April 2002, 08:49
If you are using RedHat, you should have lspci. Try typing "/sbin/lspci".  You might want to add "/sbin" and "/usr/sbin" to your path so you can run these commands without typing the full path and most of them you can run as a normal user (ifconfig, route, lspci, etc, but you won't be able to actually change anything without being root).

"lspci" is part of the "pciutils-2.0-2.rpm" that should have been installed on most any type of install of RedHat.

[ April 23, 2002: Message edited by: VoidMain ]

Title: sound
Post by: Master of Reality on 25 April 2002, 02:55
i ran /sbin/lspci and found that my sound uses the SiS 7012 chipset. Linux currently does nor have any drivers for this chipset, but i site told me that the Commercial open sound driver woul work with it, os i downloaded and intalled it.
Dont know if it works yet.
Title: sound
Post by: Master of Reality on 25 April 2002, 03:02
no it still doesnt work  :(
Title: sound
Post by: Master of Reality on 28 April 2002, 10:00
ok.. i did:
lspci -v | egrep -i '(audio|sound)'
Multimedia audio controller: Silicon Integrated Systems [SiS]: Unknown device 7012 (rev a0)
. and according to http://linuxpr.com/releases/4344.html (http://linuxpr.com/releases/4344.html)
the OSS driver should support SiS7012 chipsets. I installed the OSS driver (it came with a nice GUI installer) and my sound card still doesnt work. Any ideas???

setup>soundcfg tells me that i have a sis7012 and its not supported.

[ April 28, 2002: Message edited by: Master of Reality ]

Title: sound
Post by: kinky on 28 April 2002, 21:38
2 systems i have have VIA chipsets with AC97 sound.  Redhat 7.2 and SuSE 7.3 and 8.0 all detected it automatically and it says its working right.... but i really dont know for sure since im deaf :)


your problem is prolly that its SiS
Title: sound
Post by: Interscope on 29 April 2002, 00:33
Same problem here. I'm running Mandrake 8.2.
I have an Avance Logic ALS4000. It detected everything, but I didn hear any output.
Title: sound
Post by: Master of Reality on 3 May 2002, 05:53
ok... i did setup>sound configuration.
it found my card as an SiS 7012 unknown Device and said that it wasnt supported. I searched on google and found a site that said the OSS sound Driver would work with SiS 7012, so i installed it using its handy GUI installer and the sound still doesnt work, and the sound configuration says the same message as above. Does this mean that i cant get sound for my Linux computer until i get another sound card???
Title: sound
Post by: asdf on 4 May 2002, 06:09
Try doing cat [FILE] > /dev/dsp and see what you get. Pick any old file for [FILE]. If you hear garble, then its working. If it doesn't do anything, then make sure your kernel has support for your sound card. It probably does though, since you're running Red Hat..