Bluetoothmodem
Модератор: Bizdelnick
-
shiva
- Сообщения: 2
Bluetoothmodem
У меня асп 11.не могу установить блютус модем телефона сони ериксон к700. мож ддайвера надо какие-то скачать?
-
Виталмий
- Сообщения: 468
- Статус: Любитель
- ОС: Gentoo Linux
Re: Bluetoothmodem
телепаты в отпуске... что ты делал?
да и попробуй воспользоваться поиском по форуму ... подобных тем вагон и маленькая тележка ...
linux-2.6.17-gentoo-r5 x86 on AMD Athlon XP 2000+
OpenSuse 11.0 x86_64 on Sony VNG-FZ31ER
OpenSuse 11.0 x86_64 on Sony VNG-FZ31ER
-
Liksys
- Сообщения: 2910
Re: Bluetoothmodem
В вопросе чайника и обсуждалось. Посмотри на листа 4 назад. Я где-то даже ссылки давал.
-
SHar
- Сообщения: 182
- Статус: Уйду я от вас...
- ОС: Arch,FreeBSD,Mac 10.6.4
Re: Bluetoothmodem
1.Убедись ,что блутух адаптер соединен с компом
2.Убедись ,что запущены сервисы(сервис) bluetooth
3.hcitool scan в консоли показывает адреса близлежащих устройств
4.Редактируем настроечные файлы (всего 3)
Код: Выделить всё
#файл pin
#должен быть исполняемым
#выбираем себе пин по вкусу
echo PIN:0000дальше
Код: Выделить всё
#файл hci.conf
#
# HCI daemon configuration file.
#
# $Id: hcid.conf,v 1.7 2004/12/13 14:16:03 holtmann Exp $
#
# 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 user;
# Pairing mode
# none - Pairing disabled
# multi - Allow pairing with already paired devices
# once - Pair once and deny successive attempts
pairing multi;
# PIN helper
pin_helper /etc/bluetooth/pin; #сюда особое внимание--в стандартном файле не так
# D-Bus PIN helper
#dbus_pin_helper;
}
# Default settings for HCI devices
device {
# Local device name
# %d - device id
# %h - host name
name "%h-%d";
# Local device class
class 0x120104;
# 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;
# Authentication and Encryption (Security Mode 3)
#auth enable;
#encrypt enable;и последнее
Код: Выделить всё
#файл rfcomm.conf
#
# RFCOMM configuration file.
#
# $Id: rfcomm.conf,v 1.1 2002/10/07 05:58:18 maxk Exp $
#
rfcomm0 {
# Automatically bind the device at startup
bind yes;
# Bluetooth address of the device
device 00:15:B9:6E:2C:C6; #это адрес устройства который показал hcitool scan
# RFCOMM channel for the connection
channel 1;
# Description of the connection
comment "Example Bluetooth device";
}5.Теперь в консоли
Код: Выделить всё
rfcomm 0 [b]connect[/b] "адрес" 1При удачном раскладе телефон попросит ввести пин-код(не забудь включить в телефоне блютуз)
Вводим пин---->запоминаем в телефоне устройство.
Дальше в консоли
Код: Выделить всё
rfcomm 0 [b]bind[/b] "адрес" 1Берем любую линуксовую звонилку например KPPP ,настраиваем (адрес модема будет "что-то там /rfcomm 0" и не забудьте прописать строку инициализации в командах модема) и вылазим в инет.
Все файлы находятся в /etc/bluetooth