Всем привет! Ситуация странная, где-то около года назад я настроил себе подсистему bluetooth, чтоб можно было данные с/на комп передавать. Но недавно обнаружил, что после очередного обновления testing`a подобные манипуляции стали невозможны, вот. Мои конфиги:
# /etc/bluetooth/hcid.conf
# 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 "1234";
}
# Default settings for HCI devices
device {
# Local device name
# %d - device id
# %h - host name
name "%h-%d";
# Local device class
class 0x3e0100;
# 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;
}
--------------------------------
# /etc/bluetooth$ cat rfcomm.conf
rfcomm0 {
bind yes;
device 00:14:A7:57:B2:9C;
channel 1;
comment "NOKIA 6021";
}
rfcomm1 {
bind yes;
device 00:14:A7:87:96:AB;
channel 1;
comment "NOKIA 7610";
}
Симптомы таковы что "мобильник" теперь не видит комп, при попытке установления
GPRS соединения телефон спрашивает "PIN код", но 1234 не подходит, вот. Может
кто знает в чём тут дело ?
Спасибо.
--
If you think of MS-DOS as mono, and Windows as stereo,
then Linux is Dolby Digital and all the music is free...
pgpXbf3G6eSyf.pgp
Description: PGP signature

