Open JasonXPPen opened 1 year ago
Probably a duplicate of https://github.com/chrippa/ds4drv/issues/123.
Workaround:
mkdir -p /opt/ds4drv-workaround
cat <<'EOF' >/opt/ds4drv-workaround/hcitool
#!/bin/sh
case "${1}" in
clock) ;;
*) exec /usr/bin/hcitool "${@}"
esac
EOF
chmod +x /opt/ds4drv-workaround/hcitool
PATH
when running ds4drv:
PATH="/opt/ds4drv-workaround:${PATH}" ds4drv
Hello there! I need help! I got an error while starting ds4drv! look at this code!
unikittygamesreactions@penguin:~$ ds4drv [error][daemon] 'hcitool clock' returned error. Make sure your bluetooth device is powered up with 'hciconfig hciX up'.
I'm running This on Chrome OS! Can someone help me fix this problem?