March 28, 2024, 09:33:16 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Linux sound. What to set in kernel. Why not buitlin / why module?  (Read 10307 times)

Offline xcislav

  • New Member
  • Posts: 2
What's the minimal in kernel?

alsaconf :
No supported PnP or PCI card found
Probe legacy - no legacy.

Code: [Select]
make menuconfig
Device Drivers > Sound card support * >
Preclaim OSS device numbers *
<*>   Advanced Linux Sound Architecture  --->

<*>   OSS Mixer API                                                         │ │ 
  │ │      <*>   OSS PCM (digital audio) API                                           │ │ 
  │ │      [*]     OSS PCM (digital audio) API - Include plugin system

 [*]   PCI sound devices  --->
<*>   (Creative) Ensoniq AudioPCI 1371/1373

What to set inside
Code: [Select]
< >   Intel HD Audio  --->
│ │      (64)  Pre-allocated buffer size for HD-audio driver (NEW)                   │ │ 
  │ │      [ ]   Build hwdep interface for HD-audio driver (NEW)                       │ │ 
  │ │      [ ]   Support digital beep via input layer (NEW)                            │ │ 
  │ │      [ ]   Support jack plugging notification via input layer (NEW)              │ │ 
  │ │      [ ]   Support initialization patch loading for HD-audio (NEW)               │ │ 
  │ │      [*]   Build Realtek HD-audio codec support (NEW)                            │ │ 
  │ │      [*]     Build static quirks for Realtek codecs (NEW)                        │ │ 
  │ │      [*]   Build Analog Device HD-audio codec support (NEW)                      │ │ 
  │ │      [*]   Build IDT/Sigmatel HD-audio codec support (NEW)                       │ │ 
  │ │      [*]   Build VIA HD-audio codec support (NEW)                                │ │ 
  │ │      [*]   Build HDMI/DisplayPort HD-audio codec support (NEW)                   │ │ 
  │ │      [*]   Build Cirrus Logic codec support (NEW)                                │ │ 
  │ │      [*]   Build Conexant HD-audio codec support (NEW)                           │ │ 
  │ │      [*]   Build Creative CA0110-IBG codec support (NEW)                         │ │ 
  │ │      [*]   Build Creative CA0132 codec support (NEW)                             │ │ 
  │ │      [*]   Build C-Media HD-audio codec support (NEW)                            │ │ 
  │ │      [*]   Build Silicon Labs 3054 HD-modem codec support (NEW)                  │ │ 
  │ │      [*]   Enable generic HD-audio codec parser (NEW)   
And where is PnP - it is not supported by emerged alsa

localhost xi # emerge --info | wgetpaste
Your paste can be seen here: http://bpaste.net/show/54833/
localhost xi # lspci -v | grep -i audio | wgetpaste
Your paste can be seen here: http://bpaste.net/show/54835/
localhost xi # cat /usr/src/linux/.config | wgetpaste
Your paste can be seen here: http://bpaste.net/show/54836/

Offline dalek

  • LST CareTaker
  • Crescent
  • *****
  • Posts: 243
Re: Linux sound. What to set in kernel. Why not buitlin / why module?
« Reply #1 on: November 03, 2012, 12:57:00 AM »
When I get a new system, or build one, I use this site to figure out what drivers I need for hardware:

http://kmuto.jp/debian/hcl/

There are two ways to work this.  Paste the results of lspci -n in the box or use the left side and look up by manufacturer.  First is the best if you have the system and second is best if you are looking to buy or build one. 

Hope that helps. 

 :)   :)