Fedora Linux Support Community & Resources Center
  #1  
Old 21st February 2009, 07:01 PM
mucols Offline
Registered User
 
Join Date: Feb 2009
Posts: 3
Smile [Solved] Realtek AC97 - No Audio

SOLVED - PCM volume too low, so now I have volume on the left and right, but not sure if I have surround or not...

Hi, I have an on-board Realtek AC97 audio controller and I can't get any normal sound on my new Fedora 10. I've researched as much as I can, but I'm afraid some of the mechanics are still over my head; my Linux experience is less than a year and this is the first troubleshooting I'm doing on Fedora. So, even the most basic advice may be what I need.

I have checked and double checked, the sound is not muted - also, it is functioning properly (tested with the other OS). In 'Sound Preferences', all of the Playback settings are on AutoDetect and when I click 'Test' I do hear a tone - like you would in a hearing test.

The sound has worked with other distros, but not with Fedora for me. I have Fedora 10 kernel 2.6.27.15-170.2.24.fc10.i686 The motherboard is an Abit-AI7 with the on-board Realtek AC97 Audio. Motherboard chipsets are Intel 82865PE (MCH) + 82801ER (ICH5R)

Thanks in advance for your help!

Mucols

Last edited by mucols; 23rd February 2009 at 03:26 PM. Reason: Situation resolved
Reply With Quote
  #2  
Old 21st February 2009, 09:01 PM
oldcpu Offline
Registered User
 
Join Date: Jan 2009
Location: Europe
Posts: 241
Try a speaker test

A couple of sound tests you could try follow ... try to copy and paste each of these into a gnome terminal or kde konsole:
speaker-test -Dplug:front -c2 -l5 -twav

Note Linux is case sensitive, and “D” is not the same as “d”. Note you should check your mixer settings (kmix if using KDE, and alsamixer if using Gnome) to ensure that PCM and Master Volume are set around 75%. Note the test for surround sound is different.

If that test yields errors, try instead this more simple test:
speaker-test -c2 -l5 -twav

In either case, you should ideally hear a lady's voice saying 'FRONT LEFT','FRONT RIGHT' five times. If that does not work as a regular user, you could try with root permissions (to check for a permissions problem).

If you do hear sound from one of those two tests, then you may have a codec problem with your media player.
Reply With Quote
  #3  
Old 22nd February 2009, 12:07 AM
mucols Offline
Registered User
 
Join Date: Feb 2009
Posts: 3
Thumbs up Success

Thank you oldcpu,

It took a little while to get the font correct, but I was able to do the speaker test and find out, there was a volume problem. Earlier, it had looked like the volume was up enough, but sometimes you just have to turn it all the way up to see what's going on - the speaker test was invaluable.

Could I also ask for the test for the surround now that the volume thing is settled?

Thanks!

Mucols
Reply With Quote
  #4  
Old 23rd February 2009, 12:59 PM
oldcpu Offline
Registered User
 
Join Date: Jan 2009
Location: Europe
Posts: 241
surround sound test

Quote:
Originally Posted by mucols View Post
Thank you oldcpu,

It took a little while to get the font correct, but I was able to do the speaker test and find out, there was a volume problem. Earlier, it had looked like the volume was up enough, but sometimes you just have to turn it all the way up to see what's going on - the speaker test was invaluable.

Could I also ask for the test for the surround now that the volume thing is settled?

Thanks!

Mucols
I don't have surround sound functioning on my PC (don't have the speakers) but you could try increasing the channels ... The parameter "-c" controls the channels. So try "c6". ... ie
speaker-test -Dplug:front -c6 -l5 -twav
or
speaker-test -c6 -l5 -twav
... the parameter "-l" controls the number of iterations. For example, "-l10" would give 10 iterations.
Reply With Quote
  #5  
Old 23rd February 2009, 03:25 PM
mucols Offline
Registered User
 
Join Date: Feb 2009
Posts: 3
Thank you

Thanks a lot oldcpu

-M
Reply With Quote
  #6  
Old 23rd February 2009, 04:12 PM
shahdharmit Offline
Registered User
 
Join Date: Oct 2008
Location: Ahmedabad, India
Posts: 289
Unhappy Command not found

I use Bash shell and it shows 'speaker command not found'
__________________
Registered Linux User #503191

JUST DO IT.....!!!! :cool:
Reply With Quote
  #7  
Old 23rd February 2009, 09:31 PM
oldcpu Offline
Registered User
 
Join Date: Jan 2009
Location: Europe
Posts: 241
Be careful what you type !!!

Quote:
Originally Posted by shahdharmit View Post
I use Bash shell and it shows 'speaker command not found'
speaker command? The command is "speaker-test", not "speaker". What did you type??

More precisely, for the "-c6", the command is:
speaker-test -Dplug:front -c6 -l5 -twav
or
speaker-test -c6 -l5 -twav


On my fedora-10, if I type:
rpm -qf /usr/bin/speaker-test

I see that it comes with the package alsa-utils-1.0.19-1.fc10.i386
Reply With Quote
  #8  
Old 26th February 2009, 08:04 AM
shahdharmit Offline
Registered User
 
Join Date: Oct 2008
Location: Ahmedabad, India
Posts: 289
Exclamation Shows following results...

speaker-test -c6 -l5 -twav

speaker-test 1.0.18rc3

Playback device is default
Stream parameters are 48000Hz, S16_LE, 6 channels
WAV file(s)
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 32 to 349525
Period size range from 10 to 116509
Using max buffer size 349524
Periods = 4
was set period_size = 87381
was set buffer_size = 349524
0 - Front Left
4 - Center
1 - Front Right
3 - Rear Right
2 - Rear Left
5 - LFE
Time per period = 11.245675
0 - Front Left
4 - Center
1 - Front Right
3 - Rear Right
2 - Rear Left
5 - LFE
Time per period = 11.506425
0 - Front Left
4 - Center
1 - Front Right
3 - Rear Right
2 - Rear Left
5 - LFE
Time per period = 11.506289
0 - Front Left
4 - Center
1 - Front Right
3 - Rear Right
2 - Rear Left
5 - LFE
Time per period = 11.521349
0 - Front Left
4 - Center
1 - Front Right
3 - Rear Right
2 - Rear Left
5 - LFE
Time per period = 11.511863


rpm -qf /usr/bin/speaker-test
alsa-utils-1.0.18-3.rc3.fc10.i386
__________________
Registered Linux User #503191

JUST DO IT.....!!!! :cool:
Reply With Quote
  #9  
Old 27th February 2009, 07:04 AM
oldcpu Offline
Registered User
 
Join Date: Jan 2009
Location: Europe
Posts: 241
Could be your mixer ?

Quote:
Originally Posted by shahdharmit View Post
speaker-test -c6 -l5 -twav

speaker-test 1.0.18rc3
..........
rpm -qf /usr/bin/speaker-test
alsa-utils-1.0.18-3.rc3.fc10.i386
OK. You should also hear a ladies voice saying 'CENTER', 'FRONT RIGHT','RIGHT REAR','REAR LEFT', 'LFE' five times (more or less - I don't have a 5.1 system). You can try tune your mixer whle that is being said.
Reply With Quote
Reply

Tags
ac97, audio, realtek

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Realtek AC97 driver Mr.Clean Using Fedora 1 21st October 2008 06:01 AM
Realtek AC97 taikwondoejoe Hardware & Laptops 2 25th March 2006 08:51 PM
i810 Audio AC97 / AC'97 Audio Controller Fedora Intel Howto jamakine Hardware & Laptops 6 9th December 2004 10:30 PM


Current GMT-time: 12:57 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat