Bluetooth -комп не спривается с телефоном.
joper 2 июня, 2009 - 21:55
При поппытке спаривания не подходит пин - т.е. телефон спрашивает пин, я его ввожу и всё - paring failed.
В логах только
.... Jun 2 21:05:03 chlorum hcid[11999]: pin_code_request (sba=00:1F:E1:F1:DA:91, dba=00:1F:DF:41:F9:3E) ......
Стоят :net-wireless/bluez-utils-3.36 , net-wireless/bluez-libs-3.36
Конфиги :
hcid.conf
# cat /etc/bluetooth/hcid.conf # HCId options options { # Automatically initialize new devices autoinit yes; # Security Manager mode security auto; # Pairing mode pairing multi; # Default PIN code for incoming connections passkey "1234"; } # Default settings for HCI devices device { name "Chlorum"; # Local device class class 0x080100; # Default packet type #pkt_type DH1,DM1,HV1; # Inquiry and Page scan iscan enable; pscan enable; # Default link mode lm accept; # Default link policy lp rswitch,hold,sniff,park; }
rfcomm.conf
# cat /etc/bluetooth/rfcomm.conf rfcomm2 { # Automatically bind the device at startup bind yes; # Bluetooth address of the device device 00:1F:DF:41:F9:3E; # RFCOMM channel for the connection channel 1; # Description of the connection comment "Dial-up networking Gateway"; } rfcomm3 { bind yes; device 00:1F:DF:41:F9:3E; channel 8; comment "OBEX Object Push"; }
/etc/bluetooth/pin
# cat /etc/bluetooth/pin 1234
Для /etc/bluetooth/pin пробовал разные варианты и "#!/bin/bash echo PIN:0000" и просто "echo PIN:0000", никакой разницы.
»
- Для комментирования войдите или зарегистрируйтесь
up
up
В представлeнных вами
В представлeнных вами конфигах жестко прописан код
1234
Also, ни какого /etc/bluetooth/pin там не прописано.
Compute:
Bosch M2.8.1 -> custom Bosch M2.8.3 clone from Russia.
Speed about 260 km,Ram 2 pers.,HDD - 70 kg,210 FLOPS ;)
у меня тоже не спаривается ))
# cat /etc/bluetooth/hcid.conf
#
# HCI daemon configuration file.
#
# HCId options
options {
# Automatically initialize new devices
autoinit yes;
# Security Manager mode
# none - Security manager disabled
# auto - Use local PIN for incoming connections
# user - Always ask user for a PIN
#
security auto;
# Pairing mode
# none - Pairing disabled
# multi - Allow pairing with already paired devices
# once - Pair once and deny successive attempts
pairing multi;
# Default PIN code for incoming connections
# passkey "BlueZ";
pin_helper /etc/bluetooth/pin;
}
# Default settings for HCI devices
device {
# Local device name
# %d - device id
# %h - host name
name "BlueZ at %h (%d)";
# Local device class
class 0x000100;
# Default packet type
#pkt_type DH1,DM1,HV1;
# Inquiry and Page scan
iscan enable; pscan enable;
# Default link mode
# none - no specific policy
# accept - always accept incoming connections
# master - become master on incoming connections,
# deny role switch on outgoing connections
lm accept;
# Default link policy
# none - no specific policy
# rswitch - allow role switch
# hold - allow hold mode
# sniff - allow sniff mode
# park - allow park mode
lp rswitch,hold,sniff,park;
}
# cat /etc/bluetooth/rfcomm.conf
#
# RFCOMM configuration file.
#
rfcomm0 {
# # Automatically bind the device at startup
bind yes;
#
# # Bluetooth address of the device
device 00:21:AA:69:47:3D;
#
# # RFCOMM channel for the connection
channel 1;
#
# # Description of the connection
# comment "Example Bluetooth device";
}
# cat /etc/bluetooth/pin
0000 # эт я уж ноли поставил типа чтоб не запрашивал, а он все равно просит; и другие тоже прописывал типа 1234 и иже, все равно ошибка
странно в kdebluetooth
странно в kdebluetooth удалось подтвердить код !!