techne/retropie.org

21 lines
506 B
Org Mode
Raw Permalink Normal View History

2024-09-21 04:17:26 +02:00
#+title: RetroPie
#+setupfile: ../org-templates/page.org
** Bluetooth: protocol not available
#+begin_src shell
sudo apt install pulseaudio-module-bluetooth
#+end_src
Add to ~/lib/systemd/system/bthelper@.service~:
#+begin_src systemd
ExecStartPre=/bin/sleep 4
#+end_src
#+begin_src shell
sudo systemctl start sys-subsystem-bluetooth-devices-hci0.device
sudo hciconfig hci0 down
sudo killall pulseaudio
systemctl --user enable --now pulseaudio.service
sudo systemctl restart bluetooth.service
#+end_src