공부/컴퓨터
P4P 800 에서 사운드 카드 잡기
찬
2004. 3. 27. 16:22
반응형
http://www.linuxquestions.org/questions/history/71849
http://www.linuxquestions.org/questions/showthread.php?s=&threadid=141162&highlight=always+sound+mute
alsa 드라이버를 받고.
./configure --with-cards=intel8x0
make
make insatll
한 뒤에..
alsaconf
를 실행 시켜서.. 사운드 카드를 잡는다.
그 후에 alsamixer 등을 실행 시켜서 mute 되어 있는 사운드를 켜 주면 된다. ^_^
재부팅시에 다시 소리가 0로 셋팅 되므로 ^_^
alsactl store
로 저장해 주면 된다고 한다. ^_^
http://www.linuxquestions.org/questions/showthread.php?s=&threadid=141162&highlight=always+sound+mute
alsa 드라이버를 받고.
./configure --with-cards=intel8x0
make
make insatll
한 뒤에..
alsaconf
를 실행 시켜서.. 사운드 카드를 잡는다.
그 후에 alsamixer 등을 실행 시켜서 mute 되어 있는 사운드를 켜 주면 된다. ^_^
재부팅시에 다시 소리가 0로 셋팅 되므로 ^_^
alsactl store
로 저장해 주면 된다고 한다. ^_^
반응형