ページ 11

音が出ません

Posted: 08/07/26(土) 10:06
by 渡邊 功
パナソニック社製CF-M1V RAM192M CDブートで使用しています。

無事起動はしたのですが音が出ません。タスクバーにスピーカーのアイコンが出てこず、ALSAの自動認識はできているのに「ワン」と鳴りませんでした。

原因として何が考えられるでしょうか?ご教授お願いいたします。

追記です

Posted: 08/07/28(月) 10:50
by 渡邊 功
puppyのバージョンですがpuppylinux 4.0JPです。
よろしくお願いいたします。

nm256 linux 音 で検索google)

Posted: 08/07/28(月) 12:03
by 暇人
/var/log/messages の中に
Apr 30 20:39:11 sunday kernel: NeoMagic 256AV/256ZX audio driver, version 1.1
Apr 30 20:39:11 sunday kernel: NM256: This doesn't look to me like the AC97-compatible version.
Apr 30 20:39:11 sunday kernel: You can force the driver to load by passing in the module
Apr 30 20:39:11 sunday kernel: parameter:
Apr 30 20:39:11 sunday kernel: force_ac97 = 1
Apr 30 20:39:11 sunday kernel:
Apr 30 20:39:11 sunday kernel: More likely, you should be using the appropriate SB-16 or
Apr 30 20:39:11 sunday kernel: CS4232 driver instead. (If your BIOS has settings for
Apr 30 20:39:11 sunday kernel: IRQ and/or DMA for the sound card, this is *not* the correct
Apr 30 20:39:11 sunday kernel: driver to use.)
なんて部分はありませんか?
私のノートは、CF-M1Rで同じnm256を使用していて、同じ状態でしたが、以下を
行うことで、音が出ています。

/etc/conf.modules に以下のものを入れる

alias sound nm256
options nm256 force_load=1

これは、強制ロードさせるオプションらしいです。
■ サウンド

サウンドカードはNeoMagic 256AVで、ドライバも一応対応しているようですが、そのままでは使えませんでした。/etc/conf.modulesは以下のようにします。

alias sound-slot-0 nm256
options nm256 force_load=1

上記を記述後に、modprobeコマンドでモジュールを組み込んでみて下さい。

# modprobe nm256
# lsmod
...
nm256 69664 0
sound 58328 0 [nm256]
soundcore 2820 6 [sound]
soundlow 428 0 [sound]
...

モジュールが組み込めたら、sndconfigコマンドでサウンドの設定を行います。音が出力されたら成功です。うまく組み込めず、諦める場合は /etc/conf.modulesの該当部分を削除しておいてください。そうしないと、再起動したときにうまく立ち上がりません。
最近だと /etc/modules.conf かな?

Posted: 08/07/28(月) 14:32
by YoN
タスクバーにスピーカーのアイコンが出てこず
の原因はわかりませんが、
以前のスレッドに「パピーの起動時に、Windowsのように音を出したい。」というのがあります。

viewtopic.php?t=282

Re: 音が出ません

Posted: 08/11/25(火) 20:45
by pop
わたしはpanasonic CF-A77を使用してますが以下の部分を変更することで音が出ています

/etc/modprobe.confの以下の部分を変更します

変更不要 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-nm256 force_ac97 buffer_top=0x27ec00 reset_workaround=1

上記を変更して再起動