Broad Band Internet NIU Allegro in Ubuntu GNU / Linux
estebandido | 16 May 2008
I did this tutorial in order to connect with NIU's Broadband USB modem Alegro with Franklin Wireless CDU 550's EVDO via Ubuntu 8.04 Hardy.
For Ubuntu 7.10 you have to first make an extra step that I copy in the end, but it's easy. ![]()
We connect the USB modem's Franklin Wireless CDU 550 EVDO in any port and through a terminal window tipeamos
$ sudo wvdialconf /etc/wvdial.conf
There goes that port scanning is mounted USB modem. In my case I get the following result:
Scanning your serial ports for a modem.
Modem Port Scan <* 1>: S0 S1 S2 S3
WvModem <* 1>: Can not get information for serial port.
ttyACM0 <* 1>: ATQ0 V1 E1 - OK
ttyACM0 <* 1>: ATQ0 V1 E1 Z - OK
ttyACM0 <* 1>: ATQ0 V1 E1 S0 = 0 - OK
ttyACM0 <* 1>: ATQ0 V1 E1 S0 = 0 & C1 - OK
ttyACM0 <* 1>: ATQ0 V1 E1 S0 = 0 & C1 & D2 - OK
ttyACM0 <* 1>: ATQ0 V1 E1 S0 = 0 & C1 & D2 + FCLASS = 0 - OK
ttyACM0 <* 1>: Modem Identifier: ATI - Manufacturer: CMOTECH CO., LTD.
ttyACM0 <* 1>: Speed 4800: AT - OK
ttyACM0 <* 1>: Speed 9600: AT - OK
ttyACM0 <* 1>: Speed 19200: AT - OK
ttyACM0 <* 1>: Speed 38400: AT - OK
ttyACM0 <* 1>: Speed 57600: AT - OK
ttyACM0 <* 1>: Speed 115200: AT - OK
ttyACM0 <* 1>: Speed 230400: AT - OK
ttyACM0 <* 1>: Speed 460800: AT - OK
ttyACM0 <* 1>: Max speed is 460800; That Should Be safe.
ttyACM0 <* 1>: ATQ0 V1 E1 S0 = 0 & C1 & D2 + FCLASS = 0 - OK
Found an USB modem on / dev/ttyACM0.
Modem configuration written to / etc / wvdial.conf.
<Info> ttyACM0: Speed 460800; init "ATQ0 V1 E1 S0 = 0 & C1 & D2 + FCLASS = 0"
What interests us is this USB modem Found an on / dev/ttyACM0, I mean if we see that Ubuntu recognizes the device.
After this we go back to terminal and type
$ sudo gedit /etc/wvdial.conf
It opens your text editor with the following information
[Dialer Defaults]
Init1 = ATZ
= ATQ0 V1 E1 init2 S0 = 0 & C1 & D2 + FCLASS = 0
Modem Type = USB Modem
Baud = 460800
New PPPD = yes
Modem = / dev/ttyACM0 (here you can see that the modem is already recognized)
ISDN = 0
; Phone = <Target Phone Number>
; Password = <Your password>
; Username = <Your Login Name>
We proceed to change where it says target phone number, yourpassword, your login name.
Alegro For the number to dial is # 777. The user is the mobile number you assigned and also the key you get with the installation kit
It should be as follows (note delete the quotation marks)
[Dialer Defaults]
Init1 = ATZ
= ATQ0 V1 E1 init2 S0 = 0 & C1 & D2 + FCLASS = 0
Modem Type = USB Modem
Baud = 460800
New PPPD = yes
Modem = / dev/ttyACM0
ISDN = 0
Phone = # 777
Username = 09999888 (your number)
5C1D0RBA Password = (your password)
We recorded the file, close and ready to sail. We return to open a terminal window to connect, every time we need to connect must write this in the terminal
$ sudo wvdial
We enter our password and asks the modem starts to dial to connect, and we'll be sailing smoothly.
Now when we want to disconnect the terminal window and give CTRL + C for 2 times and shut down.
Additional step for 7.10
Franklin's CDU 550 Wireless USB EVDO modem is not detected by Ubuntu 7.10 (Fedora 8 if detected). If you use this modem with Ubuntu or another distro that does not recognize this is a solution (I tested it on 7.10 and it works correctly):
You need to create a shell script. Open gedit (or editor you use). Copy and paste the following text in gedit:
#! / Bin / bash
# Usb: acm
echo-e "\ 033 [32mMake Modem Device \ 033 [0m"
for i in `seq 0 2`; do
mknod / dev / ttyACM $ ic $ 166 i
done
echo-e "\ 033 [32mMake Dual Mode Device \ 033 [0m"
for i in `seq 0 2`; do
mknod / dev / ttyUSB $ ic $ 188 i
done
echo-e "\ 033 [32mMake driver rule \ 033 [0m"
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5511
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5512
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5513
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5521
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5522
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5523
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5531
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5532
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5533
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5541
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5542
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5543
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5551
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5552
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5553
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5561
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5562
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 5563
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6011
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6012
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6013
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6021
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6022
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6023
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6511
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6512
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6513
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6521
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6522
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6523
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6531
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6532
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6533
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6541
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6542
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6543
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6551
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6552
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6553
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6561
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6562
/ Sbin / modprobe usbserial vendor = 0 × 16d8 product = 0 × 6563
Then save the file as a shell script - with a name to remember, for example: modem.sh
Make the file executable. From the terminal cd to where you saved the file and writes modem.sh
sudo chmod a+x modem.sh
Then execute the file:
sudo ./modem.sh
Now the modem is configured and you can follow the steps above to configure with wvdial

















hello! I
edisson | 20 May 2008hello!
I just installed ubuntu 8.04 and I have this modem installed, after having followed all the steps carefully think I've finally managed to make the connection. however when I try I can not access the internet. please tell me if there is something more to be configured.
Thank you!
@ Edisson: Make sure that in systems / network connections
estebandido | 20 May 2008@ Edisson:
Make sure that in systems / network connections are marked with enable roaming (roaming mode), because if you have a fixed IP on your network card try to connect through this means, if you have eye proxies in your browser also remove them.
Review by the network administrator if you link your IP ppp0 or not, I had a similar problem but it turned out I only had to clear the static IP I had the network card and check roaming mode, and it worked great.
It's a free connection that needs no proxies or anything else, goes live, let me know if you have more problems
esteban hello I have the modem glad
carlos | 29 June 2008esteban hello I have the modem but more glad that I try I can not work in ubuntu follow all the steps but still can not get to connect my computer is a compact presario v3718la, all steps seem to work properly but I can not seem to connect I am the only one with this problem with the modem seems glad I'm doing something wrong with the proxies but as I am no expert I'm not sure what I'm aciendo
Hi all, Next to an instructor for the Foundation
Napoli | 20 July 2008Hi all,
Together with an instructor from the Dominican Foundation Free Code ( http://www.codigolibre.org ) I managed to configure the modem Franklin CDU-550 in Ubuntu 8.04, and I have prepared a tutorial that if followed to succeed in letter d ela configure it without problems. And as an added value will not have to load modules manually every time you boot the system.
Here I leave the tutorial, anything my messenger is: napoli.naruto @ gmail.com add me and I can help ........
http://thekyubi.blogspot.com/2008/07/configuar-franklin-cdu-550-en-linux-red.html
I have done all these steps but still I could not
Luis | 24 November 2008I have done all these steps but still I could not connect the modem is connected and is contecta but when I navigate does nothing. I need help please use the ubuntu 8.1
I also made napoli steps and still no
Luis | 24 November 2008I also made napoli steps and still no internet
hello greetings to all I just of acquiring a data
wilmer | 30 June 2009Greetings to all
Hi I just of acquiring a wide band data'm glad prepaid kit and would like if I can help with the settings to emulate because the program does not detect ports for downloads, thanks in advance with the information you can give me.
Are there any other method I need to configure it in ubuntu 9.04 but
Hello | 20 July 2009Are there any other method I need to configure it in ubuntu 9.04 but wvdial does not work thanks for your help
Hello I have a Huawei E156B Porta and
DIANA PUJOL CH | 18 November 2009Hello I have a Huawei E156B Porta and not like it running on Ubuntu 9.10, please help me??
As we guys I have a problem with the moden
Froilan | 13 June 2010As we guys I have a problem with the moden to haer glad I have an Asus Eee PC with XP Home edition install the moden recognizes Habre but not a port for connection, I'm fried, if anyone knows how I would greatly appreciate help
hello! I just installed ubuntu 8.04 and I have this modem
alejandro | 30 September 2011hello!
I just installed ubuntu 8.04 and I have this modem installed, after having followed all the steps carefully think I've finally managed to make the connection. however when I try I can not access the internet. please tell me if there is something more to be configured.
Thank you!