카테고리 없음

라즈베리파이에서 15초마다 들리는 이상한 소리 "To install ..."

해적왕 골 D. 로저 2021. 12. 21. 09:22

정체는 초기 세팅 창과 함께 뜨는 오디오 가이드

 

 

해결방법

해결방법은 3가지 정도 확인된다.

 

1. 초기 세팅 팝업창을 꺼라.

pkill -9 piwiz

 

 

2. 초기 세팅 팝업창이 아예 안 뜨도록 설정하라

sudo rm /etc/xdg/autostart/piwiz.desktop

 

3. 음악 파일을 지워라

sudo mv /usr/share/piwiz/srprompt.wav /usr/share/piwiz/srprompt.wav.bak

 

 

 

참고 링크

 

Annoying audio prompt about installing a screen reader · Issue #18 · raspberrypi-ui/piwiz (github.com)

 

Annoying audio prompt about installing a screen reader · Issue #18 · raspberrypi-ui/piwiz

After boot I hear a repetitive audio message that says something like "To install a screen reader press Ctrl+Alt+K". This repeats every 15 seconds. It loops forever and there is no obviou...

github.com

 

Turning off bootup audio message - Raspberry Pi Forums

 

Turning off bootup audio message - Raspberry Pi Forums

Sat Apr 10, 2021 2:04 pm I am running Rasp OS 5.10.17-v7+ #1403 SMP Mon Feb 22 11:29:51 GMT 2021 armv7l GNU/Linux I am connecting via SSH. I noticed the messages: Playing WAVE '/usr/share/piwiz/srprompt.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mo

forums.raspberrypi.com

 

update - How do I stop the audio message "To install the screen reader press control alt spce"? - Raspberry Pi Stack Exchange

 

How do I stop the audio message "To install the screen reader press control alt spce"?

Just upgraded raspian (December 2020 release) and since then, every 15 seconds a computerized voice says "To install the screen reader press control alt space". Orca is not installed (I a...

raspberrypi.stackexchange.com