nmhw16: tibluetooth: Delay startup
Since we moved to kernel 4.19 the WLAN/BT chip needs some time to be initialized.
This commit is contained in:
parent
0f50b0ad35
commit
a44eb7a9f6
|
|
@ -5,6 +5,7 @@ Requires=bluetooth.target
|
|||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStartPre=/bin/sleep 10
|
||||
ExecStartPre=-/bin/sh -c "/bin/echo 100 > /sys/class/gpio/export"
|
||||
ExecStartPre=-/bin/sh -c "/bin/echo out > /sys/class/gpio/gpio100/direction"
|
||||
ExecStartPre=/bin/sh -c "/bin/echo 1 > /sys/class/gpio/gpio100/value"
|
||||
|
|
|
|||
Loading…
Reference in New Issue