またいれてみた

  1. aptitude install alsa-tools
  2. その後sudo alsaconfとすると
    Terminating processes: 17835.
    Unloading ALSA sound driver modules: 
    snd-mpu401 snd-mpu401-uart snd-seq-dummy snd-seq-oss 
    snd-seq-midi  snd-seq-midi-event snd-seq snd-intel8x0
    snd-ac97-codec snd-ac97-bus snd-pcm-oss snd-mixer-oss 
    snd-rawmidi snd-seq-device snd-pcm snd-timer snd-page-alloc.
    と出てBuilding card database...と構築してくれる
    intel8x0 Silicon Integrated Systems(SiS) <=選んでみる
    mpu401 snd-mpu401
    legacy Probe legacy ISA(non-PnP) chips
    snd-intel8x0を設定します。
    /etc/modprobe.d/sound(および /etc/modprobe.con)を変更しますか?
    をはいにしてみる。すると
    OK, sound driver is configured.
     ALSA CONFIGURATOR
    will prepare the card for playing now.
    Now I will load the ALSA sound driver and user amixer 
    to raise the default volumes.
    You can change the volume later via a mixer
    これで ALSA が使用可能になりました。
    音量の調整には、ミキサープログラムをご使用下さい。
    と言われる。

Thinkpad x40にいれたとき@etch for testing

インストール

  • alsa-source
    /usr/src/alsa-driver.tar.bz2
    にダウンロードするので、
    tar xjfv alsa-driver.tar.bz2
    展開をさせると下記のようなフォルダーが出来る
    /usr/src/modules/alsa-driver/
  • withカーネルなんちゃって、カーネルと一緒にコンパイルしてdebを作成 #いまだによく分からず

reboot

alsaconf をすると sound cardを検出してくれてどれにしますか?と言われたので、intelの方を選んでみる

snd-intel8x0を設定します
/etc/modprobe.d/sound(および/etc/modprobe.conf)を変更しますか?

と聞かれるので、はいとしてみる

すると

OK, sound driver is coonfigured.
ALSA CONGIFURAQTOR
will prepare the card for playing now.
Now I will lod the ALSA sound driver and user a mixer to raise the default volumes. You can change the volume later via a mixer

なるほど。こりゃいいね。

gnome-alsamixerもいれてみる

xmmsを使う

  • adduser user audio
  • apt-get install xmms
    • libmikmod2
    • libvorbis0a
    • libvorbisfile3

Last-modified: 2012-03-12 (月) 17:05:21 (166d)