From: Masaki SHINOMIYA <shino@xxxxxx>
Subject: [vine-users:064663] Re: 突然サウンドが鳴らなくなりました
Date: Sun, 22 Feb 2004 21:01:05 +0900
Message-ID: <20040222210105.1c4e6b7b.shino@xxxxxx>
> シノバーです
>
返答ありがとうございます。
> On Sat, 21 Feb 2004 19:45:16 +0900 (JST)
> Satoru KAMEOKA <kameoka@xxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> > あるときPCの電源を入れて音楽を聴こうとするとxmmsがエラーを出します。
> > sndconfigによってサウンドカードの設定をやりなおしてみると、カードは自
> > 動検出され、設定も完了したかに見えるのですが、サンプルサウンドを再生す
> > るところで、
> >
> > sox: Can't open output file
> > /dev/dsp': No such device
>
> sndconfigによってサウンドカードの設定をすると /etc/modules.conf に
>
> alias sound-slot-0 xxxxxxxx
>
> のような行があると思います。xxxxxxxxはサウンドドライバモジュールの名前です。
>
/etc/modules.confのサウンド関連は
alias sound-slot-0 nm256_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1
|| :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 |
| :
となっています。
> # /sbin/lsmod
>
> で、このモジュールがロードされているか調べてください。
サウンド関連は、
nm256_audio 69212 0 (unused)
sound 65676 0 [nm256_audio]
soundcore 5516 2 [sound]
ac97 4404 0 [nm256_audio]
と出まして、ロードされているようです。
> $ dmsg
>
> などでも何か分かるでしょう。
dmesgの中で気になるメッセージとしては、こんなのが出ていました。
NeoMagic 256AV/256ZX audio driver, version 1.1p
PCI: Enabling device 01:00.1 (0200 -> 0202)
PCI: Found IRQ 10 for device 01:00.1
PCI: Sharing IRQ 10 with 00:0a.0
NM256: This doesn't look to me like the AC97-compatible version.
You can force the driver to load by passing in the module
parameter:
force_ac97 = 1
More likely, you should be using the appropriate SB-16 or
CS4232 driver instead. (If your BIOS has settings for
IRQ and/or DMA for the sound card, this is *not* the correct
driver to use.)
これが今まで出ていなかったかどうかは分かりませんが。
>
> もしALSAを使っていると事情は異なります。
> ALSAを使っているならば /etc/modules.conf にALSAに関する記述があるでしょう。
>
ALSAは使っていません。
> On Sat, 21 Feb 2004 19:45:16 +0900 (JST)
> Satoru KAMEOKA <kameoka@xxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> > いままで問題なく聴けていて、何がきっかけでこうなったのか全く思い当たり
> > ません。
>
> apt-get upgrade したとか、何かソフトを入れたとか、
> 問題が起こる前後で何か無かったか思い出してください。
>
apt-get upgrade はしたような気がします。
----
亀岡