본문 바로가기

SPECIALTY/Linux

Ubuntu 사운드 설정

현재 컴퓨터에 설치된 하드웨어 확인
> lspic
> lspci |grep -i audio


사운드 설정
> alsamixer

: 음량 막대아래 00 = on, MM=Mute
M키로 상태 변경 가능

명령 에러시
> alsa force-reload


/etc/modprobe.d/alsa-base-conf 파일 수정
# opctions snd-hda-intel power_save=10 power_save_controller=N  -> 주석 처리
options snd-hda-intel probe_mask=1 model=intel -> 추가

model=intel 에 자신의 모델 입력
모델명 리스트 : http://www.mjmwired.net/kernel/Documentation/sound/alsa/HD-Audio-Models.txt




'SPECIALTY > Linux' 카테고리의 다른 글

ubuntu samba 서버 설정  (0) 2010.10.08
Failed to parse existing X config file ‘/etc/X11/xorg.conf’  (0) 2010.09.14
Vi Editor 명령어  (0) 2010.05.24
Ramdisk  (0) 2010.05.17
Install QT3 for Ubuntu  (0) 2010.05.17