我有一个 Raspberry Pi,我正在尝试连接到对讲机,以每半小时宣布一次当前时间以及自动更新不同的状态。
我有一个运行 mpg123 的 CRON 作业,它完美地宣布了对讲机的时间,但是当我按照此处指定的方式安装此 RasClock 模块的驱动程序时(https://www.modmypi.com/blog/installing-the-rasclock- raspberry-pi-real-time-clock),所有音频停止工作。
扬声器测试 说:
speaker-test 1.0.25
Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
Playback open error: -1,Operation not permitted
和 mpg123 说:
[module.c:142] error: Failed to open module jack: file not found
[module.c:142] error: Failed to open module portaudio: file not found
[pulse.c:84] error: Failed to open pulse audio output: Connection refused
[nas.c:220] error: could not open default NAS server
[module.c:142] error: Failed to open module openal: file not found
[audio.c:180] error: Unable to find a working output module in this list: alsa,oss,jack,portaudio,pulse,nas,openal
[audio.c:532] error: Failed to open audio output module
[mpg123.c:897] error: Failed to initialize output, goodbye.
现在,机器也往往会冻结很多。当我尝试在网上找到的建议时,例如在命令前添加“LD_LIBRARY_PATH=/usr/lib/mpg123”或“export LD_LIBRARY_PATH=/usr/lib:/usr/lib/mpg123”,它没有任何区别。
我还剩下多少头发,提前感谢你帮助我度过难关。