Benutzer-Werkzeuge

Webseiten-Werkzeuge


wiki:bluebox

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
Letzte ÜberarbeitungBeide Seiten, nächste Überarbeitung
wiki:bluebox [2020/02/19 19:01] – [Fehler Errors] techguruwiki:bluebox [2020/09/29 21:58] pulsar
Zeile 2: Zeile 2:
 ====== Bluetooth Box ====== ====== Bluetooth Box ======
  
-noch nicht geprüft und getestet+==== noch nicht geprüft und getestet ====
 https://www.voss.earth/2018/04/07/volumio-auf-dem-raspberry-pi-als-bluetooth-lautsprecher-verwenden/ https://www.voss.earth/2018/04/07/volumio-auf-dem-raspberry-pi-als-bluetooth-lautsprecher-verwenden/
 http://www.knight-of-pi.org/finally-raspberry-pi-3b-buster-as-bluetooth-audio-sink/ http://www.knight-of-pi.org/finally-raspberry-pi-3b-buster-as-bluetooth-audio-sink/
  
-ähnlich wie getestet aber noch ungetestet:+==== ähnlich wie getestet aber noch ungetestet: ====
 https://gist.github.com/mill1000/74c7473ee3b4a5b13f6325e9994ff84c https://gist.github.com/mill1000/74c7473ee3b4a5b13f6325e9994ff84c
 https://github.com/guillaumezin/bluez-alsa/tree/master https://github.com/guillaumezin/bluez-alsa/tree/master
  
  
-getestet:+==== vorherige Versuche ==== 
 + 
 +<code> 
 +cat /boot/cmdline.txt 
 +console=serial0,115200 console=tty1 root=PARTUUID=d9b3f436-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait bluetooth.disable_ertm=1 
 +</code> 
 + 
 +vorherige Ausgabe: 
 + 
 +  cat /sys/module/bluetooth/parameters/disable_ertm 
 +  N 
 + 
 + 
 +nun nach hinzufügen von ''bluetooth.disable_ertm=1'' 
 + 
 +  cat /sys/module/bluetooth/parameters/disable_ertm 
 +  Y 
 + 
 + 
 +  sudo vi /etc/bluetooth/network.conf 
 + 
 +auf true gesetzt, bzw. # davor entfernt: 
 + 
 +  DisableSecurity=true 
 + 
 + 
 +  Privacy = off 
 +  Cache = always 
 +  MinEncKeySize = 0 
 +  ReconnectAttempts=7 
 + 
 + 
 + 
 +==== getestet: ==== 
 https://github.com/Arkq/bluez-alsa https://github.com/Arkq/bluez-alsa
 https://github.com/Arkq/bluez-alsa/wiki/Installation-from-source https://github.com/Arkq/bluez-alsa/wiki/Installation-from-source
Zeile 346: Zeile 380:
   sudo systemctl status bluealsa-aplay.service   sudo systemctl status bluealsa-aplay.service
      
-Derzeit wird dieser nicht automatisch mitgestartet wenn man den bluetooth Service startet und vorher bluetooth Service beendet hat. +Dieser wird nicht automatisch mitgestartet wenn man den //bluetooth// Service startet. Es reicht aber aus nur //bluealsa-aplay// Service zu starten, denn dieser startet alle anderen benötigten //bluetooth// Services.
wiki/bluebox.txt · Zuletzt geändert: 2021/04/08 09:42 von techguru