LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-18-2004, 05:42 AM   #1
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Rep: Reputation: 31
updating sound drivers


How do you update your sound drivers

I am using RED HAT linux with an onboard sound card.

There is a number of sound problems when running games and from some of the error output it suggests that I should upgrade the drivers.

where can I find some generic onboard sound drivers for my card?
 
Old 02-18-2004, 08:15 AM   #2
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Well, what sound card is it? What drivers are being used currently? A little more information would be a good start. If you know what you're looking for, then check out ALSA.
 
Old 02-18-2004, 08:17 AM   #3
_KDF
Member
 
Registered: Oct 2003
Distribution: FC4/5 & RHEL4
Posts: 133

Rep: Reputation: 15
Yes Redhat uses ARTS IIRC, alsa seems to be much better it may be worth installing alsa using apt-get
 
Old 02-18-2004, 09:14 PM   #4
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Original Poster
Rep: Reputation: 31
Quote:
Originally posted by _KDF
Yes Redhat uses ARTS IIRC, alsa seems to be much better it may be worth installing alsa using apt-get
OK did that (thought you could only use apt-get on Debain), and download the following packages.

1:atrpms-package-config ########################################### [ 20%]
2:atrpms ########################################### [ 40%]
3:strictdep-kernel-kmdl-2########################################### [ 60%]
4:alsa-kmdl-2.4.20-28.9 ########################################### [ 80%]
5:alsa-driver ########################################### [100%]

Will this automatically update the existing drivers to use these ones or is there some more configuration to do?

thanks
 
Old 02-19-2004, 06:38 AM   #5
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Original Poster
Rep: Reputation: 31
here is some more details about the sound card

00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS7012 PCI Audio Accelerator (rev a0)


DRIVER -> i810_audio
 
Old 02-19-2004, 07:00 AM   #6
_KDF
Member
 
Registered: Oct 2003
Distribution: FC4/5 & RHEL4
Posts: 133

Rep: Reputation: 15
Ignore this post.. read the one below

-----------------------------------------

run alsaconf, should be

/usr/bin/aslaconf

make sure to remove any reference to arts in your /etc/modules.conf

Last edited by _KDF; 02-19-2004 at 07:05 AM.
 
Old 02-19-2004, 07:05 AM   #7
_KDF
Member
 
Registered: Oct 2003
Distribution: FC4/5 & RHEL4
Posts: 133

Rep: Reputation: 15
Sorry that was a bit vague, you want to comment out the lines simmilar to this from your /etc/modules.conf before you run alsaconf.

alias sound-slot-0 audigy
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

Then do this

# /usr/bin/killall artsd
# /sbin/rmmod audigy

and replace audigy with the module you commented out in the modules.conf eg. where it says

alias sound-slot-0 audigy

replace audigy with what was in your modules.conf, this will kill any loaded modules (if you have problems with this just reboot and it should not load the modules next time round, this is just a nice way of doing it without rebooting)

Now type

# /usr/sbin/alsaconf

and it hopefully will autodetect your soundcard. Good luck.
 
Old 02-19-2004, 07:08 AM   #8
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Original Poster
Rep: Reputation: 31
Quote:
Originally posted by _KDF
Ignore this post.. read the one below

-----------------------------------------

run alsaconf, should be

/usr/bin/aslaconf

make sure to remove any reference to arts in your /etc/modules.conf

did that but the command alsaconf does not exist on my redhat machine. When you use apt-get do you have to install it manually or does it install itself?
 
Old 02-19-2004, 07:31 AM   #9
_KDF
Member
 
Registered: Oct 2003
Distribution: FC4/5 & RHEL4
Posts: 133

Rep: Reputation: 15
my bad, it should be in your sbin not your bin...

and to answer your question it shoudl install automatically.
 
Old 02-19-2004, 06:39 PM   #10
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Original Poster
Rep: Reputation: 31
no not is sbin either
 
Old 02-20-2004, 12:13 AM   #11
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Original Poster
Rep: Reputation: 31
Got it working by compiling from source (dont know what the apt-get program did)

To anyone reading this post I definately reccommend upgrading to alsa as all sound works now.

thanks guys
 
Old 02-20-2004, 08:03 AM   #12
_KDF
Member
 
Registered: Oct 2003
Distribution: FC4/5 & RHEL4
Posts: 133

Rep: Reputation: 15
Excellent news, strange that your apt-get didnt work properly but compiling from source is a better (if not more complicated and longer) way of doing it.
 
  


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
Updating Orinoco Drivers iphipps85 Linux - Wireless Networking 3 09-05-2005 06:49 PM
updating Nvidia drivers Lleb_KCir Linux - Hardware 3 04-14-2005 02:59 PM
i need help updating my ipw2100 drivers and firmare dnoyc Linux - Newbie 1 01-31-2005 02:35 AM
updating my Nvidia drivers problems... elbrens Linux - Software 6 05-22-2004 06:45 PM
Updating Video Drivers Kujila Linux - Software 15 02-14-2004 02:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:30 PM.

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