シノバーです On Sun, 22 Feb 2004 22:01:44 +0900 (JST) Satoru KAMEOKA <kameoka@xxxxxxxxxxxxxxxxxxxxxxxx> wrote: > 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.) SB-16 か CS4232 ドライバーを使ってみたら? とあります。 $ /sbin/modprobe -l | grep sound とすると使えるサウンドドライバが表示されます。 あるいは sndconfigでも手動でドライバを選ぶことができたと思います。 この中に sb16 はないが、 cs4232 は見付かりますので /etc/modules.conf の以下の1行を変更したあとリブートしてみてください。 cs4232 は小文字です。 alias sound-slot-0 nm256_audio ↓ alias sound-slot-0 cs4232 -- Masaki Shinomiya <shino@xxxxxx> http://shino.pos.to/linux/