054. Raspberry Pi 라즈베리 - no sound without sudo on raspberry pi
sudo를 해야만 소리가 나오는 어처구니없는 현상이 발생 결과적으로... 홈 디렉토리에 있는 .asoundrc 설정을 pi계정에서 사용하고있어서 발생 설정을 홈디렉토리에 링크해주고 끄읏 ln -s /etc/asound.conf /home/pi/.asoundrc 스피커 테스트 speaker-test -c2 -t sine -f 500 speaker-test -c 2 -s 1 -t wav -W /usr/share/sounds/alsa -w Front_Center.wav 관련글 021. Raspberry Pi 라즈베리 파이 - USB Speaker 스피커 사용하기 (wheezy) 022. Raspberry Pi 라즈베리 파이 - USB Speaker 스피커 사용하기 (Jessie & RetroPie v4.4.1..
raspberrypi/raspbian
2020. 2. 17. 22:55