[1] MLD-5.x / Systems / Banana PI / Bluetooth Fernbedienung
 

Offline Hollu2512

  • Newbie
  • *
  • Posts: 27
    • View Profile
Bluetooth Fernbedienung
« on: June 20, 2016, 20:53:52 »
Hallo,
Kann ich bei der aktuellen Distribution eine Bluetooth Fernbedienung via USB-Dongle einbinden?
Und, wenn ja:
- wie?
- wie lerne ich diese an?
Gruß
Sven

Online clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20117
    • View Profile
    • ClausMuus.de
Bluetooth Fernbedienung
« Reply #1 on: June 20, 2016, 21:58:45 »
Es gibt zwar ein Bluetooth Paket, und es wurde bereits erfolgreich verwendet, jedoch nicht mit jedem Bluetooth gerät.
Von daher kann ich nicht sagen ob das funktionieren wird.

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline Hollu2512

  • Newbie
  • *
  • Posts: 27
    • View Profile
Bluetooth Fernbedienung
« Reply #2 on: June 21, 2016, 13:36:34 »
Hallo Claus,
Wie heißt denn das Paket und wie binde ich es denn ein, wenn ich meinen Dongle testen will?
Gruß
Sven

Online clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20117
    • View Profile
    • ClausMuus.de
Bluetooth Fernbedienung
« Reply #3 on: June 21, 2016, 14:21:23 »
Es heißt bluetooth. Wie das zu benutzen ist weiß ich aber nicht. Ich habe noch keine bluetooth Geräte verwendet und eine Gui ist noch nicht dabei.

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline Hollu2512

  • Newbie
  • *
  • Posts: 27
    • View Profile
Bluetooth Fernbedienung
« Reply #4 on: June 21, 2016, 15:55:12 »
Danke!
Ich versuche mein Glück und gebe danach eine Statusmeldung ab.
Gruß
Sven

Offline mafe68

  • MLD-Tester
  • Expert Member
  • ******
  • Posts: 2389
  • Immer auf der Suche nach was neuem!
    • View Profile
    • Mediastreambox
Bluetooth Fernbedienung
« Reply #5 on: June 21, 2016, 17:14:10 »
Du kannst es ja mal so versuchen ob es geht.
Bluetooth Paket installieren
Code: [Select]
apt-get install bluetoothdann Bluetooth starten
Code: [Select]
bluetoothctlScannen der Bluetooth Geräte welche zu erreichen sind
Code: [Select]
scan ondann suchst du dir das Gerät das du verbinden möchtest mit
Code: [Select]
pair xx:xx:xx:xx:xx:xx
Gruß Mario
Meine Hardware (show / hide)

Offline herrdeh

  • Profi Member
  • ****
  • Posts: 291
    • View Profile
Bluetooth Fernbedienung
« Reply #6 on: May 01, 2022, 10:37:53 »
Moinsen,
ist der Blauzahnfunk eigentlich auf dem RPi4 implementiert?

Diese Module sind aktiv:
Code: [Select]
4MLD> lsmod | grep bt
btusb                  49152  0
btrtl                  20480  1 btusb
btintel                24576  1 btusb
btbcm                  16384  1 btusb
bluetooth             413696 10 btusb,btrtl,btintel,btbcm
4MLD> lsmod | grep bluetooth
bluetooth             413696 10 btusb,btrtl,btintel,btbcm
rfkill                 32768  2 bluetooth
ecdh_generic           16384  1 bluetooth

bluetoothctl startet:

Code: [Select]
4MLD> bluetoothctl
Agent registered
[bluetooth]#

Scannen man er aber nicht:
Code: [Select]
[bluetooth]# scan on
No default controller available
[bluetooth]#

Folgenden Schritt finde ich zur Problembehebung - geht aber nicht auf dem MLD:
Code: [Select]
4MLD> systemctl start bluetooth
-sh: systemctl: not found

Was kann ich tun?

Grüße vom Wolf

Online clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20117
    • View Profile
    • ClausMuus.de
Bluetooth Fernbedienung
« Reply #7 on: May 01, 2022, 19:57:13 »
Bei der MLD musst Du "start bluetoothd" verwenden. Aber das ist nicht nötig, da der Dienst automatisch gestartet wird.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline herrdeh

  • Profi Member
  • ****
  • Posts: 291
    • View Profile
Bluetooth Fernbedienung
« Reply #8 on: May 02, 2022, 07:03:44 »
Danke Dir, Claus. Konnte den bluetoothd mit o.k.-Meldung starten. Es bleibt allerdings:
Code: [Select]
[bluetooth]# scan on
No default controller available
[bluetooth]#

Zur Sicherheit hier die logs: zaGm3a

Grüße vom Wolf

[1] MLD-5.x / Systems / Banana PI / Bluetooth Fernbedienung
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.