最近安裝Ubuntu 8.04 LTS,發(fā)現(xiàn)其它的都很正常,,可是顯卡和聲卡工作不正?!,,F(xiàn)將其方法寫下來…… 1.顯卡解決方法: 依次點擊:System->系統(tǒng)管理->Hardeware drivers 然后勾選顯卡的那個選項,,這時系統(tǒng)會自動幫你安裝好,。 2.聲卡的解決方法: 解決聲卡的問題是一個很大的難題,,我在網(wǎng)上搜索了很多資料,,終于在這個論壇里看到了,實在是太感謝他了,。論壇地址:http://forum./viewtopic.php?p=741404 安裝步驟:
sudo aptitude install build-essential libncurses-dev gettext linux-headers-`uname -r`
sudo mkdir -p /usr/src/alsa (創(chuàng)建文件夾)
cd alsa-driver*
cd ../alsa-lib*
cd ../alsa-utils* Note that you must have the curses library installed to be able to compile alsa-utils. You can install it with this command from a terminal: sudo apt-get install libncurses5-dev
sudo vi /etc/modprobe.d/alsa-base 在最后加上下面一行 options snd-hda-intel model=lenovo (注意:此外為lenovo,,在網(wǎng)上也看到有很多模式有3stack,auto具體自己去試吧,祝你成功) 參考文章:https://help./community/HdaIntelSoundHowto |