cabriofahrer
Well-Known Member
Habe FreeBSD amd 13.2 und wollte mal diesen Bluetooth Adapter ausprobieren: https://www.amazon.com/ES-388-Bluetooth-V2-0-Adapter-Blue/dp/B00Q29MMBI
Ich habe dazu die Schritte aus dem Handbook der Reihe nach durchgeführt:
Interessanterweise habe ich danach mal ein
Was ich eigentlich will, ist dass mein Adapter von meinem Smartphone (Alcatel 1) erkannt wird, wenn ich von dort aus nach Bluetooth Geräten scanne.
Aus den Meldungen von
Ich habe dazu die Schritte aus dem Handbook der Reihe nach durchgeführt:
Code:
# kldload -v ng_ubt
Loaded ng_ubt, id=34
# tail -n 10 /var/log/messages
Nov 27 10:24:38 amd64 kernel: uhid0 on uhub6
Nov 27 10:24:38 amd64 kernel: uhid0: <SEM USB Keyboard, class 0/0, rev 1.10/1.10, addr 2> on usbus2
Nov 27 10:39:11 amd64 su[3254]: BAD SU werner to root on /dev/pts/0
Nov 27 10:39:18 amd64 su[3255]: BAD SU werner to root on /dev/pts/0
Nov 27 10:39:31 amd64 su[3259]: werner to root on /dev/pts/0
Nov 27 10:41:18 amd64 kernel: ugen4.2: <vendor 0x1caa product 0x0001> at usbus4
Nov 27 10:41:18 amd64 kernel: ubt0 on uhub0
Nov 27 10:41:18 amd64 kernel: ubt0: <vendor 0x1caa product 0x0001, class 224/1, rev 2.00/19.15, addr 2> on usbus4
Nov 27 10:41:18 amd64 kernel: WARNING: attempt to domain_add(bluetooth) after domainfinalize()
Nov 27 10:41:18 amd64 kernel: WARNING: attempt to domain_add(netgraph) after domainfinalize()
# service bluetooth start ubt0
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0
#
Interessanterweise habe ich danach mal ein
bluetooth-config scan
ausprobiert:
Code:
# bluetooth-config scan
No usable Bluetooth host controllers were found.
These host controllers exist in the system:
ubt0
Choose a host controller to set up: [ubt0]
Scanning for new Bluetooth devices (Attempt 1 of 5) ... done.
Found 1 new bluetooth device (now scanning for names):
[ 1] 24:75:3a:06:61:c0 "Android Bluedroid" ()
Select device to pair with [1, or 0 to rescan]: 1
Adding device 24:75:3a:06:61:c0 to /etc/bluetooth/hosts.
Enter friendly name. [Android Bluedroid]:
Notice: Using sanitized name"Android_Bluedroid" in /etc/bluetooth/hosts.
Warning: hcsecd is not enabled.
This daemon manages pairing requests.
Enable hcsecd? [yes]:
hcsecd enabled in /etc/rc.conf
Writing pairing information description block to /etc/bluetooth/hcsecd.conf.
(To get PIN, put device in pairing mode first.)
Enter PIN [nopin]:
hcsecd not running? (check /var/run/hcsecd.pid).
Starting hcsecd.
#
Was ich eigentlich will, ist dass mein Adapter von meinem Smartphone (Alcatel 1) erkannt wird, wenn ich von dort aus nach Bluetooth Geräten scanne.
Aus den Meldungen von
bluetooth-config scan
habe ich aber das Gefühl, dass mein Adapter (ubt0) zwar erkannt wird, aber nicht das ist, was als "Android Bluedroid" erkannt worden ist, sondern es sich dabei um ein anderes Smartphone handelt, welches nicht meins ist (Alcatel 1), weil auch die MAC nicht übereinstimmt?