No lo entiendo. No conecta de ninguna de las dos formas. He modificado el fichero rfcomm.conf a través de Nautilus así:
#
# RFCOMM configuration file.
#
#rfcomm0 {
# # Automatically bind the device at startup
# bind yes;
#
# # Bluetooth address of the device
# device (aquí he puesto mi MAC);
#
# # RFCOMM channel for the connection
# channel 1;
#
# # Description of the connection
# comment "Nokia N80";
#}
Después he modificado el fichero .wvdialrc así:
[Dialer MoviStarUSB]
Modem = /dev/ttyACM0
Phone = *99***1#
Username = MOVISTAR
Password = MOVISTAR
[Dialer MoviStarBluetooth]
Modem = /dev//rfcomm0
Phone = *99***1#
Username = MOVISTAR
Password = MOVISTAR
Seguidamente he pasado a la Terminal ejecutando:
usuario@usuario-desktop:~$ sudo hcitool cc MAC
Can't create connection: Input/output error
usuario@usuario-desktop:~$
usuario@usuario-desktop:~$ sudo wvdial MoviStarBluetooth
--> WvDial: Internet dialer version 1.60
--> Cannot open /dev//rfcomm0: No such file or directory
--> Cannot open /dev//rfcomm0: No such file or directory
--> Cannot open /dev//rfcomm0: No such file or directory
usuario@usuario-desktop:~$ sudo wvdial MoviStarUSB
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: AT+CGDCONT=1,"IP","movistar.es"
AT+CGDCONT=1,b [1d]IPb [1d],b [1d]movistar.esb [1d]
ERROR
--> Bad init string.
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: AT+CGDCONT=1,"IP","movistar.es"
AT+CGDCONT=1,b [1d]IPb [1d],b [1d]movistar.esb [1d]
ERROR
--> Bad init string.
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: AT+CGDCONT=1,"IP","movistar.es"
AT+CGDCONT=1,b [1d]IPb [1d],b [1d]movistar.esb [1d]
ERROR
--> Bad init string.
usuario@usuario-desktop:~$
No sé lo que ocurre. Tengo el móvil emparejado con Ubuntu: puedo enviarle archivos al teléfono y navegar con libertad dentro de las carpetas del móvil desde Ubuntu, el MAC es el correcto. Es que ni siquiera reconoce el USB, cuando el Escritorio MoviStar sí...
Gracias de todas formas, anthrax.