代码拉取完成,页面将自动刷新
#!/bin/bash
set -x
exec 1>/var/log/$(basename $0).log 2>&1
#enable i2c interface
dtparam i2c_arm=on
modprobe i2c-dev
sleep 1
for loop in 1 2 3 4 5
do
is_1a=$(i2cdetect -y 1 0x1a 0x1a | egrep "(1a|UU)" | awk '{print $2}')
if [ "x${is_1a}" != "x" ] ; then
echo "install wm8960-soundcard"
dtoverlay wm8960-soundcard
sleep 1
rm /etc/asound.conf
rm /var/lib/alsa/asound.state
echo "create wm8960-soundcard configure file"
ln -s /etc/wm8960-soundcard/asound.conf /etc/asound.conf
echo "create wm8960-soundcard status file"
ln -s /etc/wm8960-soundcard/wm8960_asound.state /var/lib/alsa/asound.state
break
fi
sleep 3
done
alsactl restore
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。