LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   slackware and sound card (https://www.linuxquestions.org/questions/linux-software-2/slackware-and-sound-card-39691/)

wangcity 12-29-2002 01:27 PM

slackware and sound card
 
i install slackware 8.1 and use ac97 sound card -- in motherboard .
when i probe it , i find it can not display any info about my sound card.
and there is't sndconfig command.

how can i do for get sound card work?
thanks

xcp 12-29-2002 04:39 PM

try "modprobe soundcore", "modprobe via82cxxx_audio", or "modprobe ac97_codec" and make sure the onboard sound is enabled in the bios.

if there is no module built for it already in your install, you may have to go in the kernel config and make it, it's in the sound card section at the bottom.

Aussie 12-30-2002 12:03 AM

What motherboard?
More importantly, what chipset on the motherboard?

n00bhax 12-30-2002 01:17 AM

same problem
 
I to am having problems with what I believe to be the same onboard sound card, and I also run Slackware 8.1. I don't know much about linux, and would really like to get some sound soon. Any help is appreciated. Please try to explain as simply as possible.:Pengy:

Aussie 12-30-2002 01:36 AM

Do "lspci -vv" as root and look for info on your sound controller.

n00bhax 12-30-2002 07:10 AM

Info
 
Here is the information I got about my sound controller when I type "Ispci -vv" :


00:14.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio
Controller (rev 20)
Subsystem: FIRST INTERNATIONAL Computer Inc: Unknown device 8905
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Step
ping- SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort
- <MAbort- >SERR- <PERR-
Interrupt: pin C routed to IRQ 10
Region 0: I/O ports at e400 [size=256]
Region 1: I/O ports at e800 [size=4]
Region 2: I/O ports at ec00 [size=4]
Capabilities: [c0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot

Aussie 12-30-2002 07:53 AM

That chip uses the the via82cxxx module so "modprobe via82cxxx_audio" will load it and the needed dependent modules.
Uncomment the module in /etc/rc.d/rc.modules to have it load at boot. You might also need to adjust the permissions on /dev/audio*, /dev/dsp*, /dev/midi*, /dev/mixer* and /dev/srquencer*, and check that the volume is not muted in kmix.

riddlebox80 12-30-2002 03:32 PM

there has been a new driver put out for that soundcard, I have it in my laptop and I got it from http://www30.brinkster.com/cem/linux/ac97_codec.txt
then recomiled my kernel works fine

n00bhax 12-30-2002 04:05 PM

Thank you! Buy using Modprobe via82cxxx_audio I can get my sound working. I looked in my rc.modules but found no mention of the driver, so I have to modprobe every time. Oh well. Thanks anyways, I am just happy to have the sound. Also thanks for the link to the new driver, I will have to check it out.

Aussie 12-30-2002 05:57 PM

If it's _not_ in rc.modules just add it yourself, follow the syntax used for the existing entries.

KL2001 01-01-2003 09:03 PM

this is what I get when I do lspci. I can't figure out what driver I need, or if it will even work at all..

This is in Slack.

00:01.4 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS PCI Audio Accelerator (rev 02)
Subsystem: Elitegroup Computer Systems: Unknown device 0a01
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 32 (500ns min, 6000ns max)
Interrupt: pin B routed to IRQ 5
Region 0: I/O ports at e000 [size=256]
Region 1: Memory at dc100000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=55mA PME(D0-,D1-,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

Aussie 01-01-2003 09:19 PM

What motherboard is it KL2001?

KL2001 01-02-2003 08:57 PM

sorry, forgot about that.

it's an ECS K7SEM with a sis 730S chipset.

Aussie 01-03-2003 05:45 AM

It may use the SiS7012 audio chipset, there is not a lot of info about it, in which case you need to do "modprobe i810_audio"

wangcity 01-03-2003 01:42 PM

i know my sound card is via82c686 but when i use
/sbin/modprobe via82c686 it told me :
Can't locate module via82c686

how can i do it ?

and it is:
00:07.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 50)
Subsystem: VIA Technologies, Inc.: Unknown device 4511
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Interrupt: pin C routed to IRQ 11
Region 0: I/O ports at dc00 [size=256]
Region 1: I/O ports at e000 [size=4]
Region 2: I/O ports at e400 [size=4]
Capabilities: [c0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

how can i do it next ?
thanks


All times are GMT -5. The time now is 05:48 AM.