I have recently installed a Huawei E156G on F11.
1) Hardware
Simply plug in and the device is automatically recognised as Modem. Unlike someone who needed to do a mode-swtich..
2)Software
Tried to configure using NetworkManager, but with no success. NW on F11 seems to be full of bugs.. Anyway, decided to use wvdial, so installed:
ppp-2.4.4-11.fc11.x86_64
wvdial-1.60-8.fc11.x86_64
3) Configuration
Firstly used wvdialconf to detect the modem.. no problem.. then edited /etc/wvdial.conf file manually:
Code:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","three.co.uk"
Modem Type = Analog Modem
Stupid Mode = true
ISDN = 0
Phone = *99#
Modem = /dev/ttyUSB0
Username = three
Password = three
Baud = 921600
then the vwdial connects successfully.
4) Issues
The DNS server: I got from PPP simply didn't work, so I used static DNS (open DNS)
208.67.222.222
208.67.220.220
Baud rate: by default, wvdialconf gives Baud = 9600, it is far too slow to browse nowadays, so I changed it to 921600..