mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-03 12:07:46 +01:00
Reset the fan to low speed at initialization
This commit is contained in:
parent
f1cda8e142
commit
a30db247c0
@ -1,9 +1,10 @@
|
|||||||
#! /usr/bin/env sh
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
modprobe i2s_master_loader
|
modprobe i2s_master_loader
|
||||||
|
sleep 1
|
||||||
|
|
||||||
setup_bclk
|
|
||||||
setup_mclk
|
setup_mclk
|
||||||
|
setup_bclk
|
||||||
|
|
||||||
# Startup xvf3510
|
# Startup xvf3510
|
||||||
XMOS_POWER=16
|
XMOS_POWER=16
|
||||||
|
@ -115,6 +115,9 @@ if [ "$TAS5806" ] && [ "$SJ201LED" ]; then
|
|||||||
/usr/bin/tas5806-init
|
/usr/bin/tas5806-init
|
||||||
# Initializing and resetting LED ring
|
# Initializing and resetting LED ring
|
||||||
/usr/bin/sj201-reset-led
|
/usr/bin/sj201-reset-led
|
||||||
|
# Reset FAN to low speed
|
||||||
|
/usr/sbin/i2cset -a -y 1 0x04 101 30 i
|
||||||
|
|
||||||
PULSE_SYSTEM=/etc/pulse/mycroft-sj201-default.pa
|
PULSE_SYSTEM=/etc/pulse/mycroft-sj201-default.pa
|
||||||
PULSE_DAEMON=/etc/pulse/mycroft-sj201-daemon.conf
|
PULSE_DAEMON=/etc/pulse/mycroft-sj201-daemon.conf
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user