[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:28877] SB AWE64 で ALSA



みなさま、ありがとうございました。
おかげで ALSA driver が make できるようになりました。
が、今度はサウンドカードを認識してくれないという状況に陥いっています。
使っているサウンドカードは、SB AWE64 Gold PnP ISA です。
以下設定などを載せますので、どうかよろしくお願いします。
kernel は 2.4.5 です。
kernel の PnP 関係は組み込んでません。

# Plug and Play configuration
#
# CONFIG_PNP is not set
# CONFIG_ISAPNP is not set

Sound は module 化しました。

#
# Sound
#
CONFIG_SOUND=m

testing/unstable 環境です。

ii  alsa-base      0.5.10b-6      ALSA driver common files
ii  alsa-modules-2 0.5.10b-6+p0+C Advanced Linux Sound Architecture (drivers)
ii  alsa-source    0.5.10b-6      ALSA driver source
ii  alsa-utils     0.5.9b-2       Advanced Linux Sound Architecture (utils)
ii  alsaconf       0.4.3b-4       ALSA configurator
ii  libasound1     0.5.10-2       Advanced Linux Sound Architecture (libraries

--------------------
cat /var/log/message の一番下で

Jun 24 11:51:02 casper kernel: snd: Sound Blaster AWE32/64 soundcard #1 not found at 0x220 or device busy
Jun 24 11:51:02 casper kernel: snd: Sound Blaster AWE32/64 soundcard #2 not found or device busy

と出ています。

--------------------
alsaconf の結果

Loading driver:
Starting ALSA sound driver (version 0.5.10b): (sbawe)
Setting the PCM volume to 100% and the Master output volume to 50%
The ALSA sound driver was not detected in this system.
Could not initialize the mixer, the card was probably
not detected correctly.

--------------------
cat /proc/asound/sndstat

Sound Driver:3.8.1a-980706 (ALSA v0.5.10b emulation code)
Kernel: Linux casper 2.4.5 #1 Sat Jun 23 01:22:45 JST 2001 i686
Config options: 0

Installed drivers: 
Type 10: ALSA emulation

Card config: 
--- no soundcards ---

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers: NOT ENABLED IN CONFIG

Mixers: NOT ENABLED IN CONFIG

--------------------
cat /proc/interrupt

           CPU0       
  0:     139788          XT-PIC  timer
  1:       1982          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  3:         58          XT-PIC  aic7xxx
 10:        335          XT-PIC  eth0
 12:       1922          XT-PIC  PS/2 Mouse
 14:      68444          XT-PIC  ide0
 15:         13          XT-PIC  ide1
NMI:          0 
ERR:          0

--------------------
cat /proc/ioports

0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(set)
0cf8-0cff : PCI conf1
4000-403f : Intel Corporation 82371AB PIIX4 ACPI
5000-501f : Intel Corporation 82371AB PIIX4 ACPI
d000-dfff : PCI Bus #01
e000-e01f : Intel Corporation 82371AB PIIX4 USB
e400-e47f : 3Com Corporation 3c905B 100BaseTX [Cyclone]
  e400-e47f : eth0
e800-e8ff : Adaptec 7892B
f000-f00f : Intel Corporation 82371AB PIIX4 IDE

--------------------
cat /proc/modules

snd                    34448   0
soundcore               3664   0 [snd]

--------------------
/etc/alsa/alsa-source.conf

#  ALSA source config file used by Debian GNU/Linux
#                by Masato Taruishi <taru@debian.org>
#
#


# Define y if you want to build ALSA driver modules without ISA PnP.
ifndef ALSA_NOPNP
ALSA_NOPNP=
endif

# Define y if you want to build ALSA driver modules with debugging code.
ifndef ALSA_DEBUG
ALSA_DEBUG=y
endif

# Define cards to be built separated by comma if you want to build only 
# specified ALSA driver modules. For example, if you want to build
# Sound Blaster 16 and Yamaha YMF series drivers, then the proper setting
# would be:
#
#  ALSA_CARDS=sb16, ymfpci
#
ifndef ALSA_CARDS
ALSA_CARDS=sbawe
endif

--------------------
/etc/alsa/modules/0.5

# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 0.4.3b ---
alias char-major-116 snd
alias snd-card-0 snd-card-sbawe
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=0660 snd_device_gid=29 snd_device_uid=0
options snd-card-sbawe snd_index=0 snd_id=CARD_0 snd_port=0x220 snd_mpu_port=0x330 snd_awe_port=0x620 snd_irq=7 
snd_dma8=1 snd_dma8_size=64 snd_dma16=5 snd_dma16_size=128 snd_mic_agc=1
# --- END: Generated by ALSACONF, do not edit. ---

--
Toshiaki SUZUKI
<t.s@xxxxxxxx> <amp@xxxxx>