Macbook 왼쪽 채널 사운드가 깨질 때

병맛의 이미지
10025
points
2
points

볼륨을 어느 정도 올렸을 때 왼쪽 채널 소리가 깨져서 나오는 경우가 있다. (바로 나 -_-;;;)
졸 짱난다능.... 이것 때문에 니눅스 접고 그냥 OS X만 쓸까도 고민했다능...

해결법은 /etc/modprobe.d/alsa-base 파일에서

install snd-hda-intel /sbin/modprobe --ignore-install snd-hda-intel $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-intel

install snd-hda-intel position_fix=1 /sbin/modprobe --ignore-install snd-hda-intel $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-intel

처럼 position_fix=1 옵션을 붙여주는 거라고 했는데 데비안에선 이러면 안된다능....

대신 /etc/modprobe.d/sound 파일에서

alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0

라고 된 것에다가

alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0 position_fix=1

position_fix=1 옵션을 추가하고선 알사를 재시작하면 된다능...

만약에 sound 파일에 snd-hda-intel 옵션이 적혀 있지 않다면 그땐 alsa-base 파일에다 적어줘도 됨

또, 젠투 위키에 보면

rc.local 시작 스크립트에다가

rmmod snd_hda_intel
modprobe snd_hda_intel

라고 적는 꼼수도 소개되어 있다능...

position_fix=1 옵션을 쓰거나 저렇게 모듈을 다시 올리거나 둘 다 왼쪽 채널 소리가 깨지는 걸 없앨 수 있다능...
맘에 드는 방법을 쓰라능... 단, pommed 데몬을 쓰고 있다면 snd_hda_intel 모듈이 제대로 내려가지 않을 수 있다능....

이제 다시 네트워크 매니저가 WPA2에서 제대로 작동하고 "Suspend"만 안정적으로 작동하면 된다능....

얼마전부터 갑자기 데비안 네트워크 매니저에서 WPA2로 AP 접속을 못하고 있다능...
Suspend 등등 ACPI 기능들도 니눅스는 아직 약간 불안정하다능...

그래도 OS X보다 훨 좋다능