ब्लूटूथ (ब्लूज़ 5) किसी भी डिवाइस के साथ कनेक्ट नहीं होगा


9

हल किया। संपादित: नीचे देखें

मुझे लगता है कि मैंने इस मुद्दे के लिए इंटरनेट को काफी लंबा कर दिया है। यह कई बार पूछा गया है, लेकिन कोई भी समाधान मेरे लिए काम नहीं करता है। मैंने ब्लूज़ 5 में अपग्रेड किया क्योंकि मैं अंततः अपनी कम ऊर्जा क्षमताओं का उपयोग करने में सक्षम होना चाहता हूं। अभी, हालांकि, मैं भी अपने उपकरणों बनती नहीं मिल सकता है। मैं GUI का उपयोग नहीं कर सकता क्योंकि यह अंत में एक एम्बेडेड लिनक्स सिस्टम के लिए होगा। इसलिए, मुझे लगता है कि मैं भी ब्लूटूथ ब्लूटूथ का उपयोग नहीं कर सकता, क्योंकि इसके लिए एक इंटरैक्टिव सत्र की आवश्यकता होती है। (मैं उस पर गलत हो सकता है।) इसलिए मैं चाहता हूं कि सब कुछ उस क्रम में BASH, C, या अजगर के माध्यम से हो। इसके अलावा, क्योंकि इसे स्वचालित करने की आवश्यकता है, युग्मन और कनेक्शन को ब्लूटूथ डिवाइस से शुरू करना होगा, न कि लिनक्स बॉक्स से। अंत में, सभी उपकरणों को a2dp प्रोफाइल का उपयोग करने की आवश्यकता होती है।

कई दृष्टिकोण प्रतीत होते हैं, लेकिन मैं स्पष्ट नहीं हूं कि एक कहां समाप्त होता है और दूसरा शुरू होता है:

APPROACH 1:

क) $ sudo bluetoothd -d -n क्रिया मोड में #runs ब्लूटूथ

b) $ hciconfig hci1 up# डिवाइस को चालू करता है

$ hciconfig -a # हम डिवाइस गुण

    Type: BR/EDR  Bus: USB
    BD Address: 00:02:72:C5:D8:E0  ACL MTU: 1021:8  SCO MTU: 64:1
    UP RUNNING PSCAN ISCAN 
    RX bytes:32875 acl:761 sco:0 events:1037 errors:0
    TX bytes:20178 acl:780 sco:0 commands:329 errors:0
    Features: 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87
    Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
    Link policy: RSWITCH SNIFF 
    Link mode: SLAVE ACCEPT 
    Name: 'Adapter-1'
    Class: 0x00010c
    Service Classes: Unspecified
    Device Class: Computer, Laptop
    HCI Version: 4.0 (0x6)  Revision: 0x1000
    LMP Version: 4.0 (0x6)  Subversion: 0x220e
    Manufacturer: Broadcom Corporation (15)

c) डिवाइस से पेयर करने की कोशिश करें।

परिणाम: ब्लूटूथ से:

bluetoothd[5359]: src/adapter.c:connected_callback() hci1 device 70:72:3C:62:49:7F connected eir_len 15
bluetoothd[5359]: src/adapter.c:user_confirm_request_callback() hci1 70:72:3C:62:49:7F confirm_hint 1
bluetoothd[5359]: src/device.c:new_auth() Requesting agent authentication for 70:72:3C:62:49:7F
** bluetoothd[5359]: No agent available for request type 2
** bluetoothd[5359]: device_confirm_passkey: Operation not permitted 
bluetoothd[5359]: src/adapter.c:btd_adapter_confirm_reply() hci1 addr 70:72:3C:62:49:7F success 0
bluetoothd[5359]: src/adapter.c:bonding_attempt_complete() hci1 bdaddr 70:72:3C:62:49:7F type 0 status 0x5
bluetoothd[5359]: src/device.c:device_bonding_complete() bonding (nil) status 0x05
bluetoothd[5359]: src/device.c:device_bonding_failed() status 5
bluetoothd[5359]: src/adapter.c:resume_discovery() 
bluetoothd[5359]: src/adapter.c:dev_disconnected() Device 70:72:3C:62:49:7F disconnected, reason 3
bluetoothd[5359]: src/adapter.c:adapter_remove_connection() 
bluetoothd[5359]: src/adapter.c:bonding_attempt_complete() hci1 bdaddr 70:72:3C:62:49:7F type 0 status 0xe
bluetoothd[5359]: src/device.c:device_bonding_complete() bonding (nil) status 0x0e
bluetoothd[5359]: src/device.c:device_bonding_failed() status 14
bluetoothd[5359]: src/adapter.c:resume_discovery()

डिवाइस का कहना है कि गलत पिन या पासकी के कारण एडॉप्टर -1 के साथ जोड़ी नहीं बन सकती।

ऊपर अभिनीत प्रतिक्रियाओं के आधार पर, मैंने देखा कि वहाँ एक एजेंट क्यों नहीं था। एजेंट क्या है? कौन जानता है, लेकिन मैंने अनुमान लगाया कि यह मेरे डिवाइस और ब्लूटूथ डेमन के बीच का बिचौलिया था।

d) $ ../bluey-5.15/test/simple-agent #I ने इन कमांड के साथ सुडो का उपयोग करने की भी कोशिश की

या $ ../bluey-5.15/test/simple-agent hci1

यह एक पायथन स्क्रिप्ट है जो आने वाले पेयरिंग अनुरोधों को संभालती है। सफल होने पर, यह 'विश्वास' और 'कनेक्ट' की कोशिश भी करता है

उत्पादन: Agent registered

ई) तो मैं फिर से डिवाइस से जोड़ी बनाने की कोशिश करता हूं।

सरल-एजेंट आउटपुट:

RequestConfirmation (/org/bluez/hci1/dev_70_72_3C_62_49_7F, 110643)
Confirm passkey (yes/no): yes 

मैंने बीटी डिवाइस पर जोड़ी को हिट किया और यह कहता है कि जोड़ा गया है, लेकिन सरल-एजेंट लटका हुआ है। मैंने ब्लूज़ 4 का उपयोग किया है, और मुझे पूरा यकीन है कि यह "न्यू डिवाइस XX_XX_XX_XX_XX__1" जैसा कुछ कहना चाहिए

ब्लूटूथ आउटपुट:

** bluetoothd[5359]: src/agent.c:set_default_agent() Default agent set to :1.126 /test/agent
bluetoothd[5359]: src/adapter.c:connected_callback() hci1 device 70:72:3C:62:49:7F connected eir_len 15
bluetoothd[5359]: src/adapter.c:user_confirm_request_callback() hci1 70:72:3C:62:49:7F confirm_hint 0
bluetoothd[5359]: src/device.c:new_auth() Requesting agent authentication for 70:72:3C:62:49:7F
bluetoothd[5359]: src/agent.c:agent_ref() 0xa59290: ref=2
bluetoothd[5359]: src/agent.c:agent_request_confirmation() Calling Agent.RequestConfirmation: name=:1.126, path=/test/agent, passkey=110643
bluetoothd[5359]: src/agent.c:agent_ref() 0xa59290: ref=3
bluetoothd[5359]: src/adapter.c:btd_adapter_confirm_reply() hci1 addr 70:72:3C:62:49:7F success 1
bluetoothd[5359]: src/agent.c:agent_unref() 0xa59290: ref=2
bluetoothd[5359]: src/agent.c:agent_unref() 0xa59290: ref=1
bluetoothd[5359]: src/adapter.c:new_link_key_callback() hci1 new key for 70:72:3C:62:49:7F type 5 pin_len 0
bluetoothd[5359]: src/device.c:device_set_bonded() 
bluetoothd[5359]: src/device.c:device_bonding_complete() bonding (nil) status 0x00
bluetoothd[5359]: src/adapter.c:resume_discovery() 
bluetoothd[5359]: src/adapter.c:dev_disconnected() Device 70:72:3C:62:49:7F disconnected, reason 3
bluetoothd[5359]: src/adapter.c:adapter_remove_connection() 
bluetoothd[5359]: src/adapter.c:bonding_attempt_complete() hci1 bdaddr 70:72:3C:62:49:7F type 0 status 0xe
bluetoothd[5359]: src/device.c:device_bonding_complete() bonding (nil) status 0x0e
bluetoothd[5359]: src/device.c:device_bonding_failed() status 14
bluetoothd[5359]: src/adapter.c:resume_discovery()

तो यह कुछ करता है।

hcidump आउटपुट:

$ hcidump -i hci1

HCI sniffer - Bluetooth packet analyzer ver 5.15
device: hci1 snap_len: 1500 filter: 0xffffffffffffffff
> HCI Event: Connect Request (0x04) plen 10
    bdaddr 70:72:3C:62:49:7F class 0x5a020c type ACL
> HCI Event: Command Status (0x0f) plen 4
    Accept Connection Request (0x01|0x0009) status 0x00 ncmd 1
> HCI Event: Connect Complete (0x03) plen 11
    status 0x00 handle 11 bdaddr 70:72:3C:62:49:7F type ACL encrypt 0x00
> HCI Event: Command Status (0x0f) plen 4
    Read Remote Supported Features (0x01|0x001b) status 0x00 ncmd 1
> HCI Event: Read Remote Supported Features (0x0b) plen 11
    status 0x00 handle 11
    Features: 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87
> HCI Event: Command Status (0x0f) plen 4
    Read Remote Extended Features (0x01|0x001c) status 0x00 ncmd 1
> HCI Event: Command Complete (0x0e) plen 10
    IO Capability Request Reply (0x01|0x002b) ncmd 1
    status 0x00 bdaddr 70:72:3C:62:49:7F
> HCI Event: Read Remote Extended Features (0x23) plen 13
    status 0x00 handle 11 page 1 max 1
    Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
> HCI Event: Command Status (0x0f) plen 4
    Remote Name Request (0x01|0x0019) status 0x00 ncmd 1
> HCI Event: Remote Name Req Complete (0x07) plen 255
    status 0x00 bdaddr 70:72:3C:62:49:7F name 'Prism II'
> HCI Event: Command Complete (0x0e) plen 10
    User Confirmation Request Reply (0x01|0x002c) ncmd 1
    status 0x00 bdaddr 70:72:3C:62:49:7F
> HCI Event: Disconn Complete (0x05) plen 4
    status 0x00 handle 11 reason 0x13
    Reason: Remote User Terminated Connection

मैं भी ब्लूटूथ की कोशिश की, लेकिन यह एक ही परिणाम है। मजेदार बात यह है कि ब्लूज़ (जैसे टेस्ट-डिवाइस) की कुछ स्क्रिप्ट बीटी डिवाइस को कुछ कमांड्स के लिए देख सकती हैं, लेकिन अन्य नहीं। उदाहरण के लिए, टेस्ट-डिवाइस डिवाइस पर 'विश्वास' करेगा, लेकिन जब मैं इसे हटाने की कोशिश करता हूं, तो यह मौजूद नहीं होता है।

APPROACH 2:

DBUS सीधे dbus-send --system कमांड का उपयोग कर रहा है। मुझे नहीं लगता कि इनमें से कोई भी आदेश मुझे तब तक अच्छा करेगा जब तक मैं डिवाइस को जोड़ और कनेक्ट नहीं कर सकता।

अप्रोच 3:

मैंने इस पोस्ट पर सभी सुझावों की कोशिश की । BlueZ 5. में कोई /etc/bluaxy/hcid.conf नहीं है। क्या मुझे एक बनाने की आवश्यकता है? Rfcomm कमांड कनेक्ट होगा, लेकिन उसके बाद राइट डिस्कनेक्ट कर दें।

$ sudo rfcomm connect /dev/rfcomm0 70:72:3C:62:49:7F 1
Connected /dev/rfcomm0 to 70:72:3C:62:49:7F on channel 1
Press CTRL-C for hangup
Disconnected

ब्लूटूथ आउटपुट:

bluetoothd[5359]: src/adapter.c:connected_callback() hci1 device 70:72:3C:62:49:7F connected eir_len 10
bluetoothd[5359]: src/adapter.c:dev_disconnected() Device 70:72:3C:62:49:7F disconnected, reason 3
bluetoothd[5359]: src/adapter.c:adapter_remove_connection() 
bluetoothd[5359]: src/adapter.c:bonding_attempt_complete() hci1 bdaddr 70:72:3C:62:49:7F type 0 status 0xe
bluetoothd[5359]: src/device.c:device_bonding_complete() bonding (nil) status 0x0e
bluetoothd[5359]: src/device.c:device_bonding_failed() status 14
bluetoothd[5359]: src/adapter.c:resume_discovery()

hcidump आउटपुट:

$ hcidump -i hci1
HCI sniffer - Bluetooth packet analyzer ver 5.15
device: hci1 snap_len: 1500 filter: 0xffffffffffffffff
> HCI Event: Command Status (0x0f) plen 4
    Create Connection (0x01|0x0005) status 0x00 ncmd 1
> HCI Event: Connect Complete (0x03) plen 11
    status 0x00 handle 11 bdaddr 70:72:3C:62:49:7F type ACL encrypt 0x00
> HCI Event: Command Status (0x0f) plen 4
    Read Remote Supported Features (0x01|0x001b) status 0x00 ncmd 1
> HCI Event: Read Remote Supported Features (0x0b) plen 11
    status 0x00 handle 11
    Features: 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87
> HCI Event: Command Status (0x0f) plen 4
    Read Remote Extended Features (0x01|0x001c) status 0x00 ncmd 1
> HCI Event: Read Remote Extended Features (0x23) plen 13
    status 0x00 handle 11 page 1 max 1
    Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
> HCI Event: Command Status (0x0f) plen 4
    Remote Name Request (0x01|0x0019) status 0x00 ncmd 1
> HCI Event: Remote Name Req Complete (0x07) plen 255
    status 0x00 bdaddr 70:72:3C:62:49:7F name 'Prism II'
> HCI Event: Command Status (0x0f) plen 4
    Authentication Requested (0x01|0x0011) status 0x00 ncmd 1
> HCI Event: Command Complete (0x0e) plen 10
    Link Key Request Reply (0x01|0x000b) ncmd 1
    status 0x00 bdaddr 70:72:3C:62:49:7F
> HCI Event: Auth Complete (0x06) plen 3
    status 0x00 handle 11
> HCI Event: Command Status (0x0f) plen 4
    Set Connection Encryption (0x01|0x0013) status 0x00 ncmd 1
> HCI Event: Encrypt Change (0x08) plen 4
    status 0x00 handle 11 encrypt 0x01
> HCI Event: Command Status (0x0f) plen 4
    Exit Sniff Mode (0x02|0x0004) status 0x0c ncmd 1
    Error: Command Disallowed
> HCI Event: Disconn Complete (0x05) plen 4
    status 0x00 handle 11 reason 0x13
    Reason: Remote User Terminated Connection

कोई सुझाव? क्या मैं:

  • वास्तव में कुछ भूल?

  • उपकरणों का गलत तरीके से उपयोग करना?

  • कॉन्फ़िगरेशन फ़ाइल सेट करना भूल गया है?

संपादित करें:

चूंकि ब्लूज़ सरल-एजेंट मुझे कोई उपयोगी त्रुटि नहीं दे रहा था, इसलिए मैंने अपना स्वयं का युग्मन एजेंट लिखा। एक बार मैंने किया, मैं जोड़ी बनाने में सक्षम था लेकिन कनेक्ट नहीं था। bluetoothd ने मुझे यह नई त्रुटि दी:

bluetoothd[3078]: profiles/audio/a2dp.c:a2dp_source_connect() path /org/bluez/hci0/dev_70_72_3C_62_49_7F
bluetoothd[3078]: a2dp-source profile connect failed for 70:72:3C:62:49:7F: Protocol not available

इस पोस्ट ने बताया कि शायद मेरा LOCAL ब्लूटूथ एडाप्टर मेरे ऑडियो स्रोत के a2dp प्रोफाइल का समर्थन नहीं कर रहा था। (सिंक की तरह काम नहीं कर रहा) फिर मैंने देखा कि एक ही मुद्दे को कई लोगों ने ब्लूज़ 4 से ब्लूज़ 5 में अपग्रेड करने का अनुभव किया है। यह मुद्दा ब्लूज़ मेलिंग सूची में भी पोस्ट किया गया था ।

अब तक, मुझे अपने एडेप्टर में इस प्रोटोकॉल को जोड़ने का कोई तरीका नहीं मिला है।


क्या आपने ब्लूटूथवर्क की कोशिश की है? सही एजेंट सेट करें और इसे डिफ़ॉल्ट-एजेंट में डालें। इसके अलावा btmon आपके मुद्दे में अधिक अंतर्दृष्टि प्राप्त करने में मदद कर सकता है

जवाब देने के लिए शुक्रिया। हाँ। नए कॉन्फ़िगरेशन (BlueZ 5 और PA 5, नीचे देखें) के साथ मैं bluetoothctl का उपयोग कर सकता हूं।
MrUser

जवाबों:


8

समाधान:

यह पता लगाने के बाद कि प्रोफ़ाइल (a2dp) कनेक्ट नहीं हुई थी और यह देखते हुए कि दूसरों की भी यही समस्या है, मैंने देखा कि क्या यह प्रोफ़ाइल अभी तक ब्लूज़ 5 में लागू की गई थी। मुझे लगता है कि मैंने पोर्टिंग गाइड को पर्याप्त रूप से नहीं पढ़ा है, क्योंकि यह बताता है कि a2dp को ब्लूज़ स्टैक से और GStreamer में स्थानांतरित किया गया था। मैंने GStreamer के बारे में कभी नहीं सुना था, लेकिन मैंने इस पोस्ट से यह भी देखा कि PulseAudio और JACK इस प्रोफ़ाइल को भी लागू करेंगे। मैंने PulseAudio की कोशिश की, लेकिन यह एडॉप्टर के लिए उचित यूयूआईडी को लोड नहीं करेगा। तब मुझे आखिरकार आर्चलिनक्स विकी पर एक पोस्ट मिली मैं इस पृष्ठ पर एक लाख बार गया होगा, लेकिन यह शायद तब था जब मैं अभी भी ब्लूज़ 4 का उपयोग कर रहा था।

सबसे महत्वपूर्ण बात:

नया PulseAudio 5 स्रोत कोड डाउनलोड करें, जिसमें BlueZ5 का समर्थन है, और इसे संकलित करें। (यह उपयुक्त भंडार में नवीनतम संस्करण नहीं है।)

-कंप्लिंग ने बहुत सारी निर्भरता ली (JSON, libsndfile, libcap, आदि)

यह ध्यान रखें कि PA5 के लिए रास्ता / usr / स्थानीय नहीं / usr / है (यह महत्वपूर्ण है, क्योंकि मुझे इसे $ LD_LIBRARY_PATH में डालना था ताकि PA स्टार्टअप के लिए libpulsecore-5.0 खोज सके।

-आस आर्कलिंक्स विकी कहता है, स्टार्टअप पर चलने वाले पल्सेडियो सर्वर को मार दो और एक नई शुरुआत करो। यह प्रोफाइल को स्टार्टअप पर लोड नहीं करता है। यह भी सुनिश्चित करें कि डेमन ने प्रतिक्रिया दी। (/Usr/local//etc/pulse/client.conf में सेट करें)

उसके बाद, सामान्य पैक्टल कमांड काम करते हैं। मैं a2dp बीटी स्रोत (यानी iPod) को PA5 में स्ट्रीम करने में सक्षम था, और फिर, लूपबैक मॉड्यूल का उपयोग करके, a2dp बीटी सिंक में स्ट्रीम कर रहा था!

मैं ALSA के साथ चलने में सक्षम नहीं था, लेकिन मैंने कहीं पढ़ा कि BlueZ5 शायद ALSA pcm प्लगइन्स का समर्थन न करे।


2

उपरोक्त समस्या की कुंजी यह वाक्यांश है: "एक बार जब खोज बंद हो जाती है, तो तीन मिनट के भीतर ब्लूटूथ से जोड़े गए या जोड़े गए डिवाइस स्वचालित रूप से हटाए नहीं जाएंगे।"

कृपया http://www.bluez.org/bluez-5-api-introduction-and-porting-guide/ से डिवाइस डिस्कवरी अनुभाग पढ़ें

मेरे पास भी ऐसा ही मुद्दा था, लेकिन मैंने इसे जोड़ा और जोड़ा। किसी डिवाइस को जोड़ी और कनेक्ट करने के लिए, इसे पिछले 3 मिनट के भीतर खोज लिया गया होगा। सिंपल-एजेंट और ब्लूटूथ दोनों ही ठीक काम करते हैं।

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.