Пытаюсь подключить к Инету посредством bluetooth. Комп и телефон друг друга прекрасно видят, обмениваются файлами, но вот доступ к Инету -нет.[user@localhost ~]$ sdptool browse
Inquiring ...
Browsing 00:24:7C:25:E8:5F ...
...
Service Name: Dial-up networking
Service RecHandle: 0x10003
Service Class ID List:
"Dialup Networking" (0x1103)
"Generic Networking" (0x1201)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100
...
#
# RFCOMM configuration file.
#
rfcomm0 {
# # Automatically bind the device at startup
bind yes;
#
# # Bluetooth address of the device
device 00:24:7C:25:E8:5F;
#
# # RFCOMM channel for the connection
channel 1;
#
# # Description of the connection
comment "vcp";
}
[user@localhost ~]$ sudo pppd call mts
Failed to open /dev/rfcomm0: No route to host
[user@localhost ~]$ minicom
minicom: не могу открыть /dev/rfcomm0: Нет пути до хоста
[user@localhost ~]$ wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot open /dev/rfcomm0: Device or resource busy
--> Cannot open /dev/rfcomm0: Device or resource busy
--> Cannot open /dev/rfcomm0: Device or resource busy
[Dialer Defaults]
Phone = *99#
APN = internet
Username = username
Password = password
Stupid Mode = 1
Dial Command = ATDT
Modem = /dev/rfcomm0
Baud = 57600
Init2 = ATZ
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Init1 = AT+CPIN=0000
[user@localhost ~]$ gnome-ppp
(gnome-ppp:8159): Gdk-WARNING **: DESKTOP_STARTUP_ID contains invalid UTF-8
WVCONF: /root/.wvdial.conf
GNOME PPP: STDOUT: Editing `/dev/null'.
GNOME PPP: STDOUT:
GNOME PPP: STDOUT: Scanning your serial ports for a modem.
GNOME PPP: STDOUT:
GNOME PPP: STDOUT:
GNOME PPP: STDOUT:
GNOME PPP: STDOUT: Sorry, no modem was detected! Is it in use by another program?
GNOME PPP: STDOUT: Did you configure it properly with setserial?
GNOME PPP: STDOUT:
GNOME PPP: STDOUT: Please read the FAQ at http://open.nit.ca/wiki/?WvDial
GNOME PPP: STDOUT:
GNOME PPP: STDOUT: If you still have problems, send mail to <wvdial-list@lists.nit.ca>.
Что где править? Отбой дается практичеески в момент нажатия Entera.