-
Junior Member
Bluetooth in BT3
After reading the massive BT3/Bluetooth thread a couple of times, I'm trying to set up my modded USB bluetooth stick.
Before I begin, here's the lsusb:
##
Bus 1 Device 3: ID 0951:1606 Kingston Technology
Bus 1 Device 1: ID 0000:0000
Bus 5 Device 1: ID 0000:0000
Bus 4 Device 1: ID 0000:0000
Bus 3 Device 1: ID 0000:0000
Bus 2 Device 2: ID 0a5c:200a Broadcom Corp. Bluetooth dongle
Bus 2 Device 1: ID 0000:0000
##
Here's the shell code:
##
hciconfig hci0 up
hciconfig hci0 down
hciconfig hci0 reset
cp -f /root/blue/hcid.conf /mnt/sda2/changes/etc/bluetooth/hcid.conf
cp -f /root/blue/default /mnt/sda2/changes/etc/bluetooth/passkeys/default
mknod -m 666 /dev/rfcomm0 c 216 8
mknod -m 666 /dev/rfcomm1 c 216 17
mknod -m 666 /dev/rfcomm2 c 216 16
sdptool add --channel=8 DUN
sdptool add --channel=16 FTP
sdptool add --channel=17 OPUSH
bash /etc/rc.d/rc.bluetooth restart
hciconfig hci0 piscan
hciconfig -a
hcitool scan hci0
##
I run it.
##
Stopping Bluetooth subsystem: pand dund rfcomm hidd sdpd hcid.
Starting Bluetooth subsystem: hcid passkeys.
hci0: Type: USB
BD Address: 00:1A:70:90:CD:9C ACL MTU: 377:10 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:167 acl:0 sco:0 events:18 errors:0
TX bytes:319 acl:0 sco:0 commands:18 errors:0
Features: 0xff 0xfe 0x0d 0x38 0x08 0x08 0x00 0x00
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: ACCEPT MASTER
Name: 'type1234'
Class: 0x000000
Service Classes: Unspecified
Device Class: Miscellaneous,
HCI Ver: 1.2 (0x2) HCI Rev: 0x0 LMP Ver: 1.2 (0x2) LMP Subver: 0x309
Manufacturer: Broadcom Corporation (15)
Scanning ...
XX:MY:IP:HO:NE:XX Pitch
##
OK, all is good. So let's run "bluebugger -a XX:MY:IP:HO:NE:XX info"
##
bluebugger 0.1 ( MaJoMu | www.codito.de )
-----------------------------------------
Target Device: 'XX:MY:IP:HO:NE:XX'
Target Name: 'Pitch'
Cannot open '/dev/rfcomm0': Connection refused
##
The client asks for a pin, I type 1234 and the device says it's paired. Yet I immediately get a /dev/rfcomm0 error! I've googled the heck out of the problem, but none of the ancillary answers are helping much. Scanning also works in BTscanner, but bluesnarfer gives a similar /dev/rfcomm0 error.
-
Junior Member
Does anyone around here still play with Bluetooth?
-
Hello,
I'm playing a lot with bluetooth and I have a lot of problem to do a pairing between my cell phone and my bluetooth device that is on backtrack
can someone help me configure my dongle ? Is there on BT3 a graphic tool to configure Bluetooth like Bluetooth Applet 0.14 that is installed by default on Federa 8.0 ??
And I want to know if it's possible to save the configuration because every time I put my dongle in my pc (BT3) the configuration is reset.
sorry for my poor English... It's not my language ^^
thanks a lots !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules