by tito@ca.mbn.or.jp
Last update: $Date: 2000/10/11 21:54:30 $

libretto 70 kondara カーネル Alsa 設定

最近 reiserfs を使いたくて redhat 6.1 ベースのシステムに kondara/2000 の カーネルをかぶせたりして無茶してます。今迄は alsa は自分でコンパイルして ましたが kondara はモジュールとして alsa-0.5.8 が提供されています。 設定でちょっとはまったので他の人の参考になるかどうか、設定ファイルだけ載 せておきます。ポイントは snd_isapnp=0 です。
/etc/conf.modules
/etc/asound.conf

geocitiesにファイルを置く関係で拡張子に.txtにしてファイル名を変えてあります。


--- /etc/conf.modules ---
keep
path[pcmcia]=/lib/modules/`uname -r`
path[pcmcia]=/lib/modules/default
path[pcmcia]=/lib/modules/preferred

# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 0.4.3b ---
alias char-major-116 snd
alias snd-card-0 snd-card-opl3sa2
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0666 snd_device_gid=0 snd_device_uid=0
options snd-card-opl3sa2 snd_index=0 snd_id=CARD_0 snd_port=0x370 snd_sb_port=0x220 snd_wss_port=0x530 snd_midi_port=-1 snd_fm_port=-1 snd_irq=5 snd_dma1=0 snd_dma2=1 snd_isapnp=0
# --- END: Generated by ALSACONF, do not edit. ---

--- /etc/sound.conf ---
# ALSA driver configuration
# This configuration is generated with the alsactl program.

soundcard("CARD_0") {
  mixer("Yamaha OPL3-SA3") {
    ; Wide : Min 0 Max 7
    element("3D Effect",0,600,_3D_Effect1(wide=0))
    ; Bass : Min 0 Max 7
    ; Treble : Min 0 Max 7
    element("Tone Control",0,500,ToneControl1(bass=0,treble=0))
    element("Master Switch",0,100,Switch1(on,on))
    ; Voice 0 : Min 0 Max 15
    ; Voice 1 : Min 0 Max 15
    element("Master Volume",0,200,Volume1(10,10))
    element("MIC Switch",0,101,Switch2(off))
    ; Voice 0 : Min 0 Max 31
    element("MIC Volume",0,200,Volume1(0))
    element("PCM Switch",0,100,Switch1(on,on))
    ; Voice 0 : Min 0 Max 63
    ; Voice 1 : Min 0 Max 63
    element("PCM Volume",0,200,Volume1(48,48))
    element("Loopback Switch",0,101,Switch2(off))
    ; Voice 0 : Min 0 Max 63
    element("Loopback Volume",0,200,Volume1(0))
    ; Voice 0 : Min 0 Max 15
    ; Voice 1 : Min 0 Max 15
    element("Input Gain Volume",0,200,Volume1(0,0))
    element("Mono Input Switch",0,101,Switch2(off))
    ; Voice 0 : Min 0 Max 15
    element("Mono Input Volume",0,200,Volume1(0))
    element("FM Input Switch",0,100,Switch1(off,off))
    ; Voice 0 : Min 0 Max 31
    ; Voice 1 : Min 0 Max 31
    element("FM Input Volume",0,200,Volume1(0,0))
    element("CD Input Switch",0,100,Switch1(off,off))
    ; Voice 0 : Min 0 Max 31
    ; Voice 1 : Min 0 Max 31
    element("CD Input Volume",0,200,Volume1(0,0))
    element("Line Input Switch",0,100,Switch1(off,off))
    ; Voice 0 : Min 0 Max 31
    ; Voice 1 : Min 0 Max 31
    element("Line Input Volume",0,200,Volume1(0,0))
    ; Voice 0 : Min 0 Max 1
    ; Voice 1 : Min 0 Max 1
    element("MIC Gain Volume",0,200,Volume1(0,0))
    element("Master Mono Switch",0,101,Switch2(off))
    element("Input MUX",0,400,Mux1(element("Line",0,0),element("Line",0,0)))
  }
}
-J:-- [ home top bottom ] dashline
M-x 戻る