출처는: http://sathyasays.com/2007/12/09/fixing-no-sound-bug-on-dell-inspiron-1520-in-ubuntu-gutsy/ 입니다.
Solution 1:
The most common solotion given was to open up terminal and type
sudo apt-get install module-assistant
sudo m-a update
sudo m-a prepare
sudo m-a a-i alsa
However I couldn’t try this, since I didnt have an active net connection.
Solution 2:
Another solution is to obtain ALSA-1.0.15 and compile it from sources, as indicated below
sudo apt-get install libc6-dev
sudo apt-get install patch
w get ftp : // ftp.alsa-project.org/pub/driver/alsa-driver-1.0.15.tar.bz2 (remove the spaces after ftp and the colon, and in between w and get)
tar xvpjf alsa-driver-1.0.15.tar.bz2
cd alsa-driver-1.0.15
./configure –with-cards=hda-intel,emu10k1
make
sudo make install
Again, lack of an active internet connection prevented me from testing this out. Then I came across solution 3, which was easiest of the lot.
Solution 3:
Here, open the terminal and type
sudo apt-get install linux-backports-modules-generic
This works great! If you want to obtain the packages from the DVD use aptitude instead of apt-get, ie
sudo apt-get install linux-backports-modules-generic
'Talk > Linux' 카테고리의 다른 글
| 우분투(7.10)에서 부팅시 실행할 스크립트 추가하기 (0) | 2008/02/29 |
|---|---|
| 우분투(Ubuntu) 7.10 gutsy 에서 Dell inspiron 1520 사운드카드 잡기 (0) | 2008/01/21 |
| 우분투 7.10 (gutsy) 에서 비디오카드 드라이버 설치 및 데스크탑 효과 (compiz) 적용 (3) | 2007/10/26 |
| Codeblocks에서 wxWidget을 사용하여 GUI프로그램 만들기 (Ubuntu) (0) | 2007/09/07 |
| 우분투(Ubuntu)에서 서버 설치 (2) | 2007/04/14 |
| 우분투(Ubuntu)에 Beryl 설치 (0) | 2007/03/23 |



