Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Intel HD audio confusion
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Xamindar
Veteran
Veteran


Joined: 03 Oct 2004
Posts: 1155
Location: California

PostPosted: Fri Feb 15, 2008 1:46 am    Post subject: Intel HD audio confusion Reply with quote

The 2.6.24 kernel has lots of new options for the HD audio driver. How can I tell which ones I need?
I tried building them all, my sound did work.....sometimes. Then I would have to reboot to get it back.
Then I tried no other options and now I have no sound at all.

Code:

   <M> Intel HD Audio                                                                 
           [ ]   Build hwdep interface for HD-audio driver                         
           [ ]   Build Realtek HD-audio codec support                                         
           [ ]   Build Analog Device HD-audio codec support                                 
           [ ]   Build IDT/Sigmatel HD-audio codec support                             
           [ ]   Build VIA HD-audio codec support                                       
           [ ]   Build ATI HDMI HD-audio codec support                             
           [ ]   Build Conexant HD-audio codec support                                 
           [ ]   Build C-Media HD-audio codec support                                 
           [ ]   Build Silicon Labs 3054 HD-modem codec support                     
           [ ]   Enable generic HD-audio codec parser                                   
           [*]   Aggressive power-saving on HD-audio                                 
           (0)     Default time-out for HD-audio power-save mode     


Any ideas?
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Fri Feb 15, 2008 1:55 am    Post subject: Reply with quote

I can't say exactly what options you need to select, but it can't do any harm to select most of them, I would select all of the "HD-audio codec" options to be safe at least. Obviously you'll waste a tiny amount of memory and introduce some extra compile time, but that's all the harm it can do AFAIK.

Did you really have to reboot to get your sounds back? Did you try just restarting ALSA?



Cheers,
jcat
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Fri Feb 15, 2008 11:18 am    Post subject: Reply with quote

There is a bug report on this a similar issue with this driver. Please go to this URL to see the bug. I would suggest you make a bug report on the way that driver is working with your system.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
rolypoly
Tux's lil' helper
Tux's lil' helper


Joined: 30 Nov 2003
Posts: 143

PostPosted: Sat Feb 16, 2008 8:22 am    Post subject: Reply with quote

Xamindar, where do you get these options?
I'm trying to use 2.6.24-gentoo-r8 and currently have no sound (previous kernels worked perfectly).
When I configure my kernel using make menuconfig -> Device Drivers -> Sound -> ALSA -> PCI Devices and select Intel HD Audio, I don't get any other options whether modules or compiled in :(

This has only happened with 2.6.24 onwards. Previous kernels work perfectly. I've also tried the alsa-drivers package (slightly newer 1.0.15 while the kernel is 1.0.14) but that doesn't work with 2.6.24 either.

My chipset (Conexant) only got support in 1.0.14, so it should work with kernel 2.6.24, but dosen't.

Any ideas?

Thanks,
Roland.
Back to top
View user's profile Send private message
cruzki
Tux's lil' helper
Tux's lil' helper


Joined: 13 Dec 2005
Posts: 137

PostPosted: Sat Feb 16, 2008 4:23 pm    Post subject: Reply with quote

rolypoly wrote:
Xamindar, where do you get these options?
I'm trying to use 2.6.24-gentoo-r8 ...


I think that you would say 2.6.23.

I have the a similar problem as Xamindar. I know that for MPC61 intel-hda car, a working option set would be:

Code:

           [M]   Build Analog Device HD-audio codec support                                 
           [*]   Aggressive power-saving on HD-audio                                 
           (0)     Default time-out for HD-audio power-save mode


but I would like to know what are the options for a ICH-8 intel-hda card.
Back to top
View user's profile Send private message
rolypoly
Tux's lil' helper
Tux's lil' helper


Joined: 30 Nov 2003
Posts: 143

PostPosted: Sat Feb 16, 2008 7:09 pm    Post subject: Reply with quote

Quote:
I think that you would say 2.6.23.


Nope. Definately trying 2.6.24. Below are the options I get when selecting Inte HD Audio. None.

Code:

      < > (Creative) Ensoniq AudioPCI 1371/1373 
      < > ESS ES1938/1946/1969 (Solo-1)             
      < > ESS ES1968/1978 (Maestro-1/2/2E)         
      < > ForteMedia FM801                     
      <M> Intel HD Audio                         
      < > RME Hammerfall DSP Audio       
      < > RME Hammerfall DSP MADI       
      < > ICEnsemble ICE1712 (Envy24)   
      < > ICE/VT1724/1720 (Envy24HT/PT)


In General setup I've selected Prompt for development and/or incomplete code/drivers but still I don't get the extra options :(
Back to top
View user's profile Send private message
kingc
n00b
n00b


Joined: 11 Feb 2008
Posts: 21

PostPosted: Sat Feb 16, 2008 7:42 pm    Post subject: Reply with quote

rolypoly wrote:
Quote:
I think that you would say 2.6.23.


Nope. Definately trying 2.6.24. Below are the options I get when selecting Inte HD Audio. None.

Code:

      < > (Creative) Ensoniq AudioPCI 1371/1373 
      < > ESS ES1938/1946/1969 (Solo-1)             
      < > ESS ES1968/1978 (Maestro-1/2/2E)         
      < > ForteMedia FM801                     
      <M> Intel HD Audio                         
      < > RME Hammerfall DSP Audio       
      < > RME Hammerfall DSP MADI       
      < > ICEnsemble ICE1712 (Envy24)   
      < > ICE/VT1724/1720 (Envy24HT/PT)


In General setup I've selected Prompt for development and/or incomplete code/drivers but still I don't get the extra options :(


I found quite a few options missing in menuconfig for 2.6.24 immediately after emerging... try copy your 2.6.23 .config file across and run make oldconfig... had all the options available after that for some reason.
Back to top
View user's profile Send private message
kingc
n00b
n00b


Joined: 11 Feb 2008
Posts: 21

PostPosted: Sat Feb 16, 2008 7:48 pm    Post subject: Re: Intel HD audio confusion Reply with quote

Xamindar wrote:
The 2.6.24 kernel has lots of new options for the HD audio driver. How can I tell which ones I need?
I tried building them all, my sound did work.....sometimes. Then I would have to reboot to get it back.
Then I tried no other options and now I have no sound at all.

Code:

   <M> Intel HD Audio                                                                 
           [ ]   Build hwdep interface for HD-audio driver                         
           [ ]   Build Realtek HD-audio codec support                                         
           [ ]   Build Analog Device HD-audio codec support                                 
           [ ]   Build IDT/Sigmatel HD-audio codec support                             
           [ ]   Build VIA HD-audio codec support                                       
           [ ]   Build ATI HDMI HD-audio codec support                             
           [ ]   Build Conexant HD-audio codec support                                 
           [ ]   Build C-Media HD-audio codec support                                 
           [ ]   Build Silicon Labs 3054 HD-modem codec support                     
           [ ]   Enable generic HD-audio codec parser                                   
           [*]   Aggressive power-saving on HD-audio                                 
           (0)     Default time-out for HD-audio power-save mode     


Any ideas?


Maybe just check your motherboard manual / mfgr website / look at the board if you only want to build for your specific chip? Otherwise build them all...
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Sat Feb 16, 2008 8:16 pm    Post subject: Reply with quote

rolypoly wrote:
Quote:
I think that you would say 2.6.23.


Nope. Definately trying 2.6.24. Below are the options I get when selecting Inte HD Audio. None.


Might be worth double checking with

Code:
ls -la /usr/src/linux

:)



Cheers,
jcat
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sat Feb 16, 2008 10:47 pm    Post subject: Reply with quote

I'm using all the options except Aggressive power-saving on HD-audio, because Alsa had a roft time at the boot about the mixer and also alsa didn't found my card.

I will inverstigate this more next time that I build the kernel for the 2.6.24-Gentoo-r3.
Back to top
View user's profile Send private message
rolypoly
Tux's lil' helper
Tux's lil' helper


Joined: 30 Nov 2003
Posts: 143

PostPosted: Sat Feb 16, 2008 10:49 pm    Post subject: Reply with quote

Oh dear. Now I do feel silly... :oops:
Hmm, seem to be using 2.6.23-gentoo-r8....

Please ignore me, I'll go away.

Ok, maybe 'now' I'll try 2.6.24 :)
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sat Feb 16, 2008 11:30 pm    Post subject: Reply with quote

No problem.
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Sun Feb 17, 2008 12:58 am    Post subject: Reply with quote

rolypoly wrote:
Oh dear. Now I do feel silly... :oops:
Hmm, seem to be using 2.6.23-gentoo-r8....


Don't we all from time to time! :D


Cheers,
jcat
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Mon Feb 18, 2008 4:55 pm    Post subject: Reply with quote

Yeah you are right, I did it in the past and I will do it again, I'm sure :)

Last edited by d2_racing on Mon Feb 18, 2008 8:35 pm; edited 2 times in total
Back to top
View user's profile Send private message
rolypoly
Tux's lil' helper
Tux's lil' helper


Joined: 30 Nov 2003
Posts: 143

PostPosted: Mon Feb 18, 2008 6:52 pm    Post subject: Reply with quote

Ok, now I am using 2.6.24 and strangely enough the kernel options are there and my audio works perfectly.

Who'd have thought.... :lol:
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Mon Feb 18, 2008 8:35 pm    Post subject: Reply with quote

Nice :)
Back to top
View user's profile Send private message
Ilya.A
Tux's lil' helper
Tux's lil' helper


Joined: 15 Aug 2007
Posts: 93
Location: Russia, Magadan

PostPosted: Wed Feb 20, 2008 1:40 pm    Post subject: Reply with quote

Hi!

I found it! :D
Compile driver with all codecs and look at /proc/asound/card0/. You'll find codecs you need.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Feb 20, 2008 5:52 pm    Post subject: Reply with quote

Thanks for the info :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum