Проблема такая. Имеется блютус адаптер
Код: Выделить всё
lsusbКод: Выделить всё
Bus 001 Device 003: ID 1131:1001 Integrated System Solution Corp. KY-BT100 Bluetooth Adapterи нокиа 6600. Без проблем настроил беспроводную мышь Mighty Mouse.
Пытаюсь настроить gprs.
Код: Выделить всё
hcitool scanКод: Выделить всё
Scanning ...
00:13:E0:05:0D:77 ho@xerпотом делаю
Код: Выделить всё
rfcomm bind 0 00:13:E0:05:0D:77 1проверяю ls /dev. Устройство rfcomm0 существует.
Далее собственно пытаюсь поднять соединение
Код: Выделить всё
wvdialНО на телефоне выходит сообщение о необходимости ввести пин код. ХОТЯ в 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 none;
# 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 "9876";
}
# Default settings for HCI devices
device {
# Local device name
# %d - device id
# %h - host name
name "hoaxer_home";
# Local device class
class 0x100;
# 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;
}
device 00:1D:4F:4C:A9:5F {
name "Mighty Mouse";
auth disable;
encrypt enable;
}
device 00:13:E0:05:0D:77 {
name "ho@xer";
auth disable;
}стоит security none; и security none; !!! мышка нормально работает подключается без проблем. А у телефона просит код доступа к устройству.
вот конфиг cat /etc/wvdial.conf
Код: Выделить всё
[Dialer Defaults]
Modem = /dev/rfcomm0
Baud = 115200
Init1 = ATZ
Init2 = AT+CGDCONT=1,"IP","internet.tatincom.ru"
Phone = *99***1#
Username = tatincom
Password = tatincomDebian 2.6.18-5-686
Пробовал даже passkey активировать. Все перепробовал. Прошу у вас совета.
Заранее спасибо