반응형

리눅스 민트에 USB 사운드카드를 설치 하였다. 렙탑에 내장된 사운드카드를 비활성화 하고 싶었지만 되지 않았다.

부팅 시 USB 사운드카드를 primary로 하는 방법을 검색.. 해결 하였다.



다음 파일을 수정

/etc/modprobe.d/alsa-base.conf


저는 아래 붉은 색 값을 -2에서 0으로 설정 후 재부팅 하였습니다.


options bt87x index=-2

options cx88_alsa index=-2

options saa7134-alsa index=-2

options snd-atiixp-modem index=-2

options snd-intel8x0m index=-2

options snd-via82xx-modem index=-2

options snd-usb-audio index=0

options snd-usb-caiaq index=-2

options snd-usb-ua101 index=-2

options snd-usb-us122l index=-2

options snd-usb-usx2y index=-2





참고

http://alsa.opensrc.org/MultipleCards

http://blog.naver.com/examanida?Redirect=Log&logNo=100190900111

http://lowid.tistory.com/480

+ Recent posts