저는 Raspberry Pi OS(32비트) Lite(Debian Buster 기반 최소 이미지)를 실행하는 RaspberryPi 3B+를 가지고 있습니다. 나는 추가했다이 adafruit 스피커 후드그리고 3W 스피커 2개를 연결합니다. 나는 팔로우한다이 지침기본적으로 스피커가 있는 앰프를 설정하려면 다음 명령을 실행하세요.
curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash
설치를 완료하고 몇 차례 재부팅을 했더니 스피커 테스트에 성공했고 "Front Left/Front Right" 소리가 들렸습니다.
/RPi-Jukebox-RFID
이제 다음 명령을 사용하여 설치할 준비가 되었습니다 .
cd; rm buster-install-*; wget https://raw.githubusercontent.com/MiczFlor/RPi-Jukebox-RFID/master/scripts/installscripts/buster-install-default.sh; chmod +x buster-install-default.sh; ./buster-install-default.sh
설치를 완료하는 데 시간이 좀 걸렸지만 거의 모든 설정을 기본값으로 두었습니다. mt wifi를 입력하고 Spotify 자격 증명을 입력했지만 그 외에는 사용자 정의가 없습니다. PCM
오디오 출력으로 남겨두겠습니다 . 그러나 설치가 완료된 후 더 이상 소리가 나지 않습니다. 그러나 시작음이 들립니다! 그 이후에는 그냥 정적입니다.
스피커 테스트를 다시 실행하면 speaker-test -c2
더 이상 사운드가 출력되지 않습니다.
다음 사항을 확인했습니다.
cat settings/Audio_iFace_Name
산출PCM
amixer scontrols
산출Simple mixer control 'PCM',0
aplay -l
산출:**** List of PLAYBACK Hardware Devices **** card 0: sndrpihifiberry [snd_rpi_hifiberry_dac], device 0: HifiBerry DAC HiFi pcm5102a-hifi-0 [HifiBerry DAC HiFi pcm5102a-hifi-0] Subdevices: 0/1 Subdevice #0: subdevice #0
나도 시도했다문제 해결그리고 다음을 추가하세요./etc/mpd.conf
audio_output {
enabled "yes"
type "alsa"
name "HiFiBerry DAC+ Lite"
device "hifiberry"
auto_resample "no"
auto_channels "no"
auto_format "no"
dop "no"
}
오디오를 다시 가져오는 것은 없습니다.
또한 원래 스피커를 시작하는 데 사용했던 위에 게시된 설치 스크립트를 다시 실행했습니다. 여전히 소리가 나지 않습니다. 현재로서는 무엇이 내 오디오를 차단하고 있는지 전혀 알 수 없습니다. 어떤 아이디어나 조언이라도 대단히 감사하겠습니다. 매우 감사합니다:-)