Veniamo al problema diversi giorni fa ho installato ubuntu, e subito mi sono trovato a dover creare una conessione gprs via bluetooth con il mio Siemens S55 (cosa che avevo fatto già su mdv 2006 senza molte difficoltà)ho provato col metodo che ho conosciuto ed imparato su mdv2006.
Tramite questo metodo sono arrivato a far comunicare il cell ed il pc con successo,il vero e proprio problema sorge alla creazione della conessione,configurando normalmente gnome-ppp non ho avuto sucesso cosi' sono arrivato alla guida inserita nel wiki di ubuntu ovvero quella tramite wvdial che sembra fungere però quando provo ad aprire tramite browser pagine web o con altri client ad avere acesso alla rete e come se non fosse conesso.
Vi posto i file contenuti nella cartella /etc/bluetooth:
Codice: Seleziona tutto
---------------------------------------------------------------------
QUESTO E' hcid.conf
---------------------------------------------------------------------
#
# HCI daemon configuration file.
#
# HCId options
options {ti relativi all'installazione, configurazione e uso di programmi e tools.
# 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;
# PIN helper
pin_helper /usr/bin/bluepin;
# 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 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;
# Authentication and Encryption (Security Mode 3)
#auth enable;
#encrypt enable;
}
Codice: Seleziona tutto
---------------------------------------------------------------------
QUESTO E' rfcomm.conf
----------------------------------------------------------------------
#
# RFCOMM configuration file.
#
#
rfcomm0 {
# Bluetooth address of the device
device 00:01:E3:6F:8A:00;
# RFCOMM channel for the connection
channel 1;
# Description of the connection
comment "S55";
}
Codice: Seleziona tutto
---------------------------------------------------------------------
QUESTO E' pin
---------------------------------------------------------------------
0000Codice: Seleziona tutto
wdial
voms@JeniuS:~$ sudo wvdial
--> WvDial: Internet dialer version 1.55
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: AT+cgdcont=1,"IP","ibox.tim.it";
AT+cgdcont=1,"IP","ibox.tim.it";
OK
--> Modem initialized.
--> Sending: ATDT*99***1#
--> Waiting for carrier.
ATDT*99***1#
CONNECT
~[7f]}#@!}!}#} }9}"}&} }*} } }'}"}(}"}%}&N4b}3}#}%B#}%}/}-~
--> Carrier detected. Waiting for prompt.
~[7f]}#@!}!}#} }9}"}&} }*} } }'}"}(}"}%}&N4b}3}#}%B#}%}/}-~
--> PPP negotiation detected.
--> Starting pppd at Sat Apr 8 15:31:38 2006
--> Pid of pppd: 7180
--> Using interface ppp0
--> pppd: ??[05][08]??[05][08]
--> pppd: ??[05][08]??[05][08]
--> pppd: ??[05][08]??[05][08]
--> pppd: ??[05][08]??[05][08]
--> pppd: ??[05][08]??[05][08]
--> pppd: ??[05][08]??[05][08]
--> local IP address 217.201.27.77
--> pppd: ??[05][08]??[05][08]
--> remote IP address 217.200.178.20
--> pppd: ??[05][08]??[05][08]
--> primary DNS address 213.230.130.222
--> pppd: ??[05][08]??[05][08]
--> secondary DNS address 213.230.155.94
--> pppd: ??[05][08]??[05][08]
Codice: Seleziona tutto
Questo invece è il responso di Gnome-ppp che si blocca quando ad "invio pasword"
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: at+cgdcont=1,"IP","ibox.tim.it";
at+cgdcont=1,"IP","ibox.tim.it";
OK
--> Modem initialized.
--> Please enter password (or empty password to stop):P.S. ho già seguito la maggiorparte dei thread sul forum ma senza sucesso.
RINGRAZIO ANTICIPATAMENTE CHIUNQUE MI DIA UNA MANO

