The Bluetooth Monitor script provides automated monitoring and recovery for Bluetooth connectivity issues, particularly focusing on Apple hardware running Linux.
- Install the service using the provided install script:
sudo ./install.sh- Verify the installation:
sudo ./verify_install.shThe script supports several command-line options:
-h, --help: Display help message-v, --verbose: Enable verbose output-o, --once: Run once and exit-i, --interval: Set check interval (seconds)-r, --recovery: Enable/disable auto-recovery-l, --log-dir: Set custom log directory
# Start the service
sudo systemctl start bluetooth-monitor
# Enable at boot
sudo systemctl enable bluetooth-monitor
# Check status
sudo systemctl status bluetooth-monitor
# View logs
journalctl -u bluetooth-monitor- Check the logs in
/var/log/bluetooth-monitor/ - Verify Bluetooth hardware detection
- Ensure proper permissions
- Check systemd service status