I connect the modem and have the below config in wvdial:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 & D2 +FCLASS=0
Modem Type = Analog Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyUSB2
ISDN = 0
Phone = #777
Password = YOUR_USERNAME
Username = YOUR_PASSWORD
stupid mode = 1
First weird part, I have no other USB devices plugged in but this modem (it is powered externally so that is not an issue.) if I have dev/ttyUSB0 set I get :
Sending: ATZ
Sending: ATQ0
RE-Sending: ATZ
Modem not responding
If I change the config to dev/ttyUSB2

I have read that the modem operating on anything but USB0 can cause the NO CARRIER issue. Any help would be fantastic, getting a bit stumped.
