2007年4月30日

拯救啞巴企鵝 Ubuntu 7.04 + alsa 1.0.14rc3

自從Ubuntu 7.04(feisty)的kernel更新至2.6.20-14 / 2.6.20-15,我的Linux系統就陷入一片寂靜,用Google找不到有效的解決方法,只好先裝alsa 1.0.14rc3救急,沒想到真的有用*_*。

我的Notebook是ASUS M9J(hda-intel, AD198x Analog [AD198x Analog])

1.下載alsa-driver
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.14rc3.tar.bz2
2.解壓縮
tar jxvf alsa-driver-1.0.14rc3.tar.bz2
3.編譯&安裝
cd alsa-driver-1.0.14rc3
./configure --with-kernel=/usr/src/linux-headers-$(uname -r) --with-cards=hda-intel --with-oss=yes
make
sudo make install

4.重開機&放點音樂吧..

參考文件: 完整音效問題解決指南 (from Ubuntu正體中文站 論壇)

2 則留言:

  1. My lap-top shows error message while running ./configure:
    root@hubert-laptop:~/alsa-driver-1.0.14rc3# ./configure --with-kernel=/usr/src/linux-headers-$(uname -r) --with-cards=hda-intel --with-oss=yes
    checking for gcc... gcc
    checking for C compiler default output file name... configure: error: C compiler cannot create executables
    See `config.log' for more details.
    -- Hubert

    回覆刪除
  2. http://ubuntuforums.org/showthread.php?t=479618

    回覆刪除

lyhcode by lyhcode
歡迎轉載,請務必註明出處!