Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24th April 2009, 06:33 PM
HMSS013's Avatar
HMSS013 Offline
Registered User
 
Join Date: Nov 2006
Posts: 496
Low Volume v. Intel High Definition Audio

working with Fedora 10...sound functions...but at a barely audible volume...even with all sliders at maximum.

alsamixer confirms that all sliders at at maximum volume...including all hidden sliders and switches.

system-config-soundcard defines:

Vendor: Intel Corporation
Model: 82801H (ICH8 Family) HD Audio Controller
Module: snd-hda-intel
PCM Device: ALC883 Analog
ALSA Driver Version: Driver Version 1.0.17
ALSA Lib Package: alsa-lib-1.0.19-2.fc10.i386
ALSA Utils Package: alsa-utils-1.0.19-2.fc10.i386

i have been researching this problem for weeks...most search results sound similar but aren't.

...all help is appreciated... but please don't tell me to check the volume...thx.
Reply With Quote
  #2  
Old 25th April 2009, 03:47 AM
HMSS013's Avatar
HMSS013 Offline
Registered User
 
Join Date: Nov 2006
Posts: 496
also... the slider 'Front' seems to be controlling what little volume exists... but i'm using a pair of headphones...

(...i assume that surround sliders shouldn't have any affect in this situation...this may or may not be a detail worth mentioning...)

Last edited by HMSS013; 25th April 2009 at 04:06 AM.
Reply With Quote
  #3  
Old 25th April 2009, 11:53 PM
HMSS013's Avatar
HMSS013 Offline
Registered User
 
Join Date: Nov 2006
Posts: 496
yet another odd little bug... if you max the testing volume in system-config-soundcard it bumps all the mixer sliders down halfway.
Reply With Quote
  #4  
Old 27th April 2009, 01:43 AM
nirik's Avatar
nirik Online
Community Manager
 
Join Date: Mar 2009
Location: Broomfield, CO
Posts: 384
Try the suggestions at:

http://fedorasolved.org/Members/fenr...d-workarounds/

and see if any help?
Reply With Quote
  #5  
Old 27th April 2009, 07:54 AM
HMSS013's Avatar
HMSS013 Offline
Registered User
 
Join Date: Nov 2006
Posts: 496
Quote:
Originally Posted by nirik View Post
Try the suggestions at:

http://fedorasolved.org/Members/fenr...d-workarounds/

and see if any help?
problem has nothing to do with PulseAudio... i remove it upon firstboot.
Reply With Quote
  #6  
Old 27th April 2009, 04:56 PM
nirik's Avatar
nirik Online
Community Manager
 
Join Date: Mar 2009
Location: Broomfield, CO
Posts: 384
Odd. What kernel are you running there? (output of 'uname -r')

Perhaps you need to specify an option to the snd-hda-intel?
(There are a ton of module options for it).

What model/make of laptop is this?
Reply With Quote
  #7  
Old 27th April 2009, 10:08 PM
HMSS013's Avatar
HMSS013 Offline
Registered User
 
Join Date: Nov 2006
Posts: 496
Quote:
Originally Posted by nirik View Post
Odd. What kernel are you running there? (output of 'uname -r')

Perhaps you need to specify an option to the snd-hda-intel?
(There are a ton of module options for it).

What model/make of laptop is this?

Kernel is 2.6.27.12-170.2.5

(but this same issue is resident in all Kernel Versions in Fedora 9 as well as the new Ubuntu 9.04)

for reference sake... this is a 2007 iMac...

but i refrain from mentioning this because i don't want this thread to be moved to the PPC/Mac forum where little to no life exists.
Reply With Quote
  #8  
Old 28th April 2009, 12:34 AM
nirik's Avatar
nirik Online
Community Manager
 
Join Date: Mar 2009
Location: Broomfield, CO
Posts: 384
ok. Several things to try:

- You could try a 2.6.29 kernel from the buildsystem.
http://koji.fedoraproject.org/koji/b...?buildID=99901
for example.

- Try looking at:
http://www.mjmwired.net/kernel/Docum...figuration.txt
and the snd-hda-intel section. There are a number of options to try there.
Add them to your /etc/modprobe.conf and reboot.
Reply With Quote
  #9  
Old 28th April 2009, 03:00 AM
HMSS013's Avatar
HMSS013 Offline
Registered User
 
Join Date: Nov 2006
Posts: 496
Quote:
Originally Posted by nirik View Post
ok. Several things to try:

- You could try a 2.6.29 kernel from the buildsystem.
http://koji.fedoraproject.org/koji/b...?buildID=99901
for example.

- Try looking at:
http://www.mjmwired.net/kernel/Docum...figuration.txt
and the snd-hda-intel section. There are a number of options to try there.
Add them to your /etc/modprobe.conf and reboot.
believe it or not... this issue is consistent across nearly two dozen various distributions and across numerous kernel versions.
Reply With Quote
  #10  
Old 28th April 2009, 05:37 PM
nirik's Avatar
nirik Online
Community Manager
 
Join Date: Mar 2009
Location: Broomfield, CO
Posts: 384
Quote:
Originally Posted by HMSS013 View Post
believe it or not... this issue is consistent across nearly two dozen various distributions and across numerous kernel versions.
I believe you. Would you like to try and track it down?

I would suspect it is one of:

- A module parameter needs to be passed as alsa doesn't correctly detect this card.

- There is a kernel bug that is preventing it from working right.

- Your hardware is broken somehow.

Trying the modules and making sure it's not fixed in the newest stable kernel seem like logical things to me to try.
Reply With Quote
  #11  
Old 28th April 2009, 06:06 PM
SoftVision Offline
Registered User
 
Join Date: Dec 2005
Location: India
Age: 22
Posts: 5
I have a similar Intel HDA based sound card and I installed the Open Sound System (OSS). You can follow this basic guide: http://forums.fedoraforum.org/showthread.php?t=220199

I experienced a major boost in the sound. ALSA's implementation for Intel cards has always been poor for me with low volume and sometimes even poor quality with some music.
Reply With Quote
  #12  
Old 28th April 2009, 08:19 PM
HMSS013's Avatar
HMSS013 Offline
Registered User
 
Join Date: Nov 2006
Posts: 496
Quote:
Originally Posted by nirik View Post
I believe you. Would you like to try and track it down?

I would suspect it is one of:

- A module parameter needs to be passed as alsa doesn't correctly detect this card.

- There is a kernel bug that is preventing it from working right.

- Your hardware is broken somehow.

Trying the modules and making sure it's not fixed in the newest stable kernel seem like logical things to me to try.
ALSA correctly detects the card... and aside from the low volume it functions fine...and the hardware is not damaged...

...and if it's a kernel bug... then this bug is resident in nearly two dozen Kernel releases from Fedora 6... to the new 11 Preview release... as well as 3 flavors of Ubuntu...

i would like to track the problem down... but telling me my brand new iMac is broken is not the answer.

Last edited by HMSS013; 28th April 2009 at 08:23 PM.
Reply With Quote
Reply

Tags
audio, definition, high, intel, low, volume

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
Intel high definition audio (ICH9) apollo_gdd Hardware & Laptops 0 5th December 2008 07:24 AM
FC4 Intel High Definition Audio is scratchy bergnj Hardware & Laptops 2 5th October 2005 05:12 PM


Current GMT-time: 02:10 (Thursday, 23-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