LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-27-2003, 03:14 PM   #1
Ian_Hawdon
Member
 
Registered: Feb 2003
Location: Newcastle Upon Tyne
Distribution: Arch
Posts: 326

Rep: Reputation: 34
Angry ac'97: i am feed up with it!


I am geting so fed up with this ac'97 sound card

Can anyone help to get it running on my redhat linux 8.0?
 
Old 02-27-2003, 04:38 PM   #2
steved123
Member
 
Registered: May 2002
Location: New Hampshire
Distribution: Fedora Core 6 X86-64
Posts: 82

Rep: Reputation: 15
sound

it would help if you'd describe your hardware.
 
Old 02-28-2003, 06:30 AM   #3
Ian_Hawdon
Member
 
Registered: Feb 2003
Location: Newcastle Upon Tyne
Distribution: Arch
Posts: 326

Original Poster
Rep: Reputation: 34
I have a MSI mainboard k7 with the via ac'97 sound card built in it it works in windowz fine but redhat finds it but dosnt play any music or sound of any sort

i have tryed alsa but there is no .exe file to run it

you can see that i am a at this linux lark

i an only 13 years old so go easy on me!
 
Old 03-01-2003, 12:09 PM   #4
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
I have a MSI KT3 and tried for weeks to get the ac 97 sound working including alsa and never got it to work. I went out and bought a really cheap c-media card popped it in, loaded the driver modules and works perfectly.
 
Old 03-01-2003, 12:48 PM   #5
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,849

Rep: Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553
Quote:
Originally posted by Ian_Hawdon
I have a MSI mainboard k7 with the via ac'97 sound card built in it it works in windowz fine but redhat finds it but dosnt play any music or sound of any sort
I've a lot of ac97 sound problems posted on this site so I was more than a little worried if I'd ever get sound working on an old Compaq I inhertied at work that had the ac97 sound support built into the m'board. BUT, the ALSA driver does work. So you should be able to get this working. It may take a bit of effort though.

First of all, make sure that you have modular sound support by issuing the command:

/sbin/lsmod | grep soundcore

or

/sbin/modinfo soundcore

If nothing is returned, we may have a problem. But nothing that can't be solved.

BTW, have you been to the ALSA web site, downloaded the latest drivers , the library, and utilities? (Save them into someplace like, say, /usr/local/src.) Take a crack at reading the documentation. If it's overwhelming, you know where to ask questions, eh?

MSI appears to have made about a dozen different K7-based m'boards. Their products that have ``KT3'' in the model number appear to all be either VIA VT8235- or VT8233A-based. Both of these chips are supported using the ALSA via82xx driver. You might want to pop open the cover on the system and look on the m'board for a chip that has a similar part number just to be sure we're talking about the correct chip. Or if the m'board user manual is handy it should have this chip number as well.

Later...

Rick
 
Old 03-05-2003, 11:37 PM   #6
wr3ck3d
Member
 
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444

Rep: Reputation: 31
Here you guys go.....i found this a while ago, used it for mandrake and still use some of it now for slackware. You must get the drivers, library and utility.....run a ./configure, make, make install on the drivers then libraries, then utilities..then follow this......




To the pepple who use Via 8233 AC97 onBoard sound device on RedHat, Mandrake, SuSE Linux :

This is how to install the via drivers and unmute the device :

1 go to http://www.alsa-project.org/ to download the stable version.

2 Login as root. Type ntsysv to configure the service of alsasound, sound, to be automatically started in boot init.d

3 Restart the Linux
4 put the following lines in /etc/modules.conf:

# ALSA native device support
alias char-major-116 snd
alias snd-card-0 snd-card-via8233

# OSS/Free setup
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

5 Type the command below to unmute all the channels

amixer set Master 22 unmute
amixer set Master Mono 22 unmute
amixer set Input Gain 22 unmute
amixer set Aux 22 unmute
amixer set Line 22 unmute
amixer set PCM 22 unmute

Last edited by wr3ck3d; 03-05-2003 at 11:40 PM.
 
Old 03-06-2003, 12:06 AM   #7
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,849

Rep: Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553
Quote:
Originally posted by wr3ck3d

5 Type the command below to unmute all the channels

amixer set Master 22 unmute
amixer set Master Mono 22 unmute
amixer set Input Gain 22 unmute
amixer set Aux 22 unmute
amixer set Line 22 unmute
amixer set PCM 22 unmute
That step 5 is the sort of stuff that is sorely lacking on the ALSA site. Most of the driver support stops at step 4. ALSA is part of the 2.5.x kernels and going to be (so it appears) to be the sound driver when 2.6 comes out. IMHO, there's a lot of work on documentation, tutorials, etc. needed before people are going to be happy with ALSA. Good drivers but poor to middlin' documentation at this point though tons better than it was a couple of years ago. (Don't know who joined the dev team and is responsible for the beefed up the docs, but let's hope that person doesn't burn out.)

I'll have to try variations on those commands for my sound card and see what wonders they unlock.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Zero Posts RSS Feed Matir LQ Suggestions & Feedback 11 09-09-2005 07:24 AM
RSS feed. paul_dundee Linux - Software 2 03-18-2005 03:46 PM
What's your favourite new feed reader? alexon Linux - Software 4 09-27-2004 10:13 PM
line feed in the prompt sharky Linux - General 5 08-16-2004 01:40 PM
LQ RSS Feed Trouble green_dragon37 LQ Suggestions & Feedback 2 07-13-2003 03:40 PM

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

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