|
OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
Bluetooth ()
Hi !!! I'm trying connect my phone to laptop via bluetooth
Code:
# dmesg |grep ubt0 ubt0 at uhub4 port 1 "Cambridge Silicon Radio Bluetooth" rev 2.00/31.64 addr 3 bthub0 at ubt0 00:10:60:d3:b4:0d ubt0 at uhub4 port 1 "Cambridge Silicon Radio Bluetooth" rev 2.00/31.64 addr 2 bthub0 at ubt0 00:10:60:d3:b4:0d # /usr/local/sbin/sdpd # pgrep sdpd 1961 # /usr/local/sbin/bthcid # pgrep bthcid 3424 # /usr/local/sbin/btconfig ubt0 up pscan switch class 0x02010c # /usr/local/sbin/btconfig -vvv ubt0: bdaddr 00:10:60:d3:b4:0d flags=3<UP,RUNNING> num_cmd = 1 num_acl = 10, acl_mtu = 310 num_sco = 8, sco_mtu = 64 HCI version: 2.0 class: [0x02010c] Laptop Computer <Networking> name: "CSR - bc4" voice: [0x0060] Input Coding: Linear PCM [16-bit, pos 0], 2's complement Air Coding: CVSD pin: variable options: -iscan pscan -auth -encrypt switch -hold -sniff -park -rssi ptype: [0xcc18] DM1 DH1 DM3 DH3 DM5 DH5 2-DH1 3-DH1 2-DH3 3-DH3 2-DH5 3-DH5 page timeout: 5120 ms # /usr/local/sbin/btconfig ubt0 inquiry Device Discovery from device: ubt0 .... 1 response 1: bdaddr 00:19:2d:9a:8a:27 (Iwi) : name "Iwi" : class: [0x5a0204] Cellular Phone <Networking> <Capturing> <Object Transfer> <Telephony> : page scan rep mode 0x01 : clock offset 6636 # btpin -d ubt0 -a 00:19:2d:9a:8a:27 -r -l 3 PIN: 636 # /usr/local/sbin/btdevctl -a 00:19:2d:9a:8a:27 -d ubt0 -s hid -qv Performing SDP query for service 'HID'.. btdevctl: 00:19:2d:9a:8a:27/HID not found # Last edited by iwi; 16th December 2008 at 06:22 AM. |
|
||||
You don't show what flavor of OpenBSD you are running. In a prior post, you mentioned 4.4. BT is experimental in 4.4, and is moving towards generally available in -current. See http://www.daemonforums.org/showthread.php?t=2500 for details.
|
|
|||
Openbsd 4.4.
To my mind , it don't depend on flavor of OpenBSD, because if i use other service (btdevctl -a 00:19:2d:9a:8a:27 -d ubt0 -s hset) it work correct |
|
||||
It absolutely matters. You enabled experimental, unsupported hardware drivers, and are running a custom kernel.
Quote:
unsupported. Dictionary.com. WordNet® 3.0. Princeton University. http://dictionary.reference.com/browse/unsupported (accessed: December 16, 2008). ---------------------------------------------------------------- The OpenBSD user community on this forum is very small, and includes no kernel developers (as far as I know). If you want a clear explanation of the results you have seen, I recommend you post your question to the misc@ mailing list. Two warnings: If you do not post your complete dmesg in plain text within the body of your message, you will either be ignored or derided. Attachments are not allowed in misc@.See http://openbsd.rt.fm/mail.html for additional mailing list guidelines. Last edited by jggimi; 16th December 2008 at 01:42 PM. Reason: spelling |
|
|||
Ok !!!
thanks |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Asus Bluetooth dongle WL-BTD201M | mfaridi | OpenBSD General | 10 | 7th December 2008 05:41 AM |