DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 16th December 2008
iwi iwi is offline
New User
 
Join Date: Nov 2008
Posts: 6
Default 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
#
btdevctl: 00:19:2d:9a:8a:27/HID not found ??? - why? What i shell do ?

Last edited by iwi; 16th December 2008 at 06:22 AM.
Reply With Quote
  #2   (View Single Post)  
Old 16th December 2008
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

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.
Reply With Quote
  #3   (View Single Post)  
Old 16th December 2008
iwi iwi is offline
New User
 
Join Date: Nov 2008
Posts: 6
Default

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
Reply With Quote
  #4   (View Single Post)  
Old 16th December 2008
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

It absolutely matters. You enabled experimental, unsupported hardware drivers, and are running a custom kernel.
Quote:
ex⋅per⋅i⋅men⋅tal

/ɪkˌspɛrəˈmɛntl/

–adjective

1. pertaining to, derived from, or founded on experiment: an experimental science.
2. of the nature of an experiment; tentative: The new program is still in an experimental stage.
3. functioning as an experiment or used for experimentation: an experimental airplane.
4. based on or derived from experience; empirical: experimental knowledge.

–noun

5. something that is experimental.

unsupported

adjective


1. not sustained or maintained by nonmaterial aid; "unsupported accusations"
2. not held up or borne; "removal of the central post left the roof unsupported"
experimental. Dictionary.com. Dictionary.com Unabridged (v 1.1). Random House, Inc. http://dictionary.reference.com/browse/experimental (accessed: December 16, 2008).

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@.

As this is experimental, ask only for an explanation. Do not expect a fix. You may get a correction or guidance. You may be told to move to -current, or, you may be told to wait until BT development stabilizes or missing HID capabilities are added.
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
Reply With Quote
  #5   (View Single Post)  
Old 16th December 2008
iwi iwi is offline
New User
 
Join Date: Nov 2008
Posts: 6
Default

Ok !!!

thanks
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Asus Bluetooth dongle WL-BTD201M mfaridi OpenBSD General 10 7th December 2008 05:41 AM


All times are GMT. The time now is 10:23 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick