Esteban Mendieta Jara - Blog

estebandido - go hard ... go strong or go home ... ...
  • rss
  • Initiation
  • About
  • Articles
  • Contact
  • Photos
  • Videos
Spanish flagKorean flagEnglish flagFrench flag
By N2H

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

Share it:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • BarraPunto
  • LinkedIn
  • Meneame
  • MySpace
  • Slashdot
  • Technorati
  • TwitThis
  • email
  • Print

Related Posts

  • Ubuntu 8.10 on HP Pavilion tx1420us
  • History of the meeting of Stallman and Correa (2 years)
  • Convert flv to mp3 or ogg in Ubuntu
  • Paul Potts did
  • Free Software in Ecuador Decree 1014
  • 25 years of GNU
Categories
GNU / Linux , Howto , Free Software , Tutorial , Ubuntu
Tags
Alegro , GNU / Linux , Howto , Internet , USB Modem , NIU , Free Software , Tutorial , Ubuntu
Comments RSS
Comments RSS
Trackback
Trackback

" Forum on "Decree 1014 and its implications" Happy Birthday my blog ... "

11 Replies

edisson

hello! I

edisson | 20 May 2008

hello!
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!

estebandido

@ 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

carlos

esteban hello I have the modem glad

carlos | 29 June 2008

esteban 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

Napoli

Hi all, Next to an instructor for the Foundation

Napoli | 20 July 2008

Hi 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

Luis

I have done all these steps but still I could not

Luis | 24 November 2008

I 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

Luis

I also made napoli steps and still no

Luis | 24 November 2008

I also made napoli steps and still no internet

wilmer

hello greetings to all I just of acquiring a data

wilmer | 30 June 2009

Greetings 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.

hello

Are there any other method I need to configure it in ubuntu 9.04 but

Hello | 20 July 2009

Are there any other method I need to configure it in ubuntu 9.04 but wvdial does not work thanks for your help

DIANA PUJOL CH

Hello I have a Huawei E156B Porta and

DIANA PUJOL CH | 18 November 2009

Hello I have a Huawei E156B Porta and not like it running on Ubuntu 9.10, please help me??

Froilan

As we guys I have a problem with the moden

Froilan | 13 June 2010

As 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

Alexander

hello! I just installed ubuntu 8.04 and I have this modem

alejandro | 30 September 2011

hello!
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!

Leave a comment

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <blockquote cite=""> <b> <cite> <code> <the datetime = ""> <em> <i> <strike> <strong> <q cite="">

Latest photos

Laguna "The Toreadora" The Boxes The South Illiniza La Casita Tree / The Tree House La Casita Tree / The Tree House La Casita Tree / The Tree House Work From Home, Working from Home

Phrases

Michael Jordan plays ball, Charles Manson kills people, I talk ... everyone has a talent - Nick Naylor

My Twitter


    follow me on Twitter

    Recent Posts

    • If time passed 30 +1
    • Backpacking in Asia 101
    • And we're back
    • What else should you do to appear in the media?
    • In races with the thesis
    • The opportunity comes, do not stop dreaming
    • It is the Circuit de las Cruces Basin
    • The week of revenge
    • The famous Korean Dog Soup
    • Music of The Ravens
    • Taking again the rate
    • She is the one
    • Beginning the road to Iron Man
    • 40 years of concert on the roof
    • Free Software in the Ecuadorian Government

    Records

    • October 2009
    • July 2009
    • June 2009
    • May 2009
    • April 2009
    • March 2009
    • February 2009
    • January 2009
    • December 2008
    • November 2008
    • October 2008
    • September 2008
    • August 2008
    • July 2008
    • June 2008
    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • December 2006
    • November 2006
    • August 2006
    • June 2006
    • May 2006

    Friends

    • 2850metros
    • Alvis Rain
    • Ariel Lopez
    • Charles Escobar
    • Damian Fossi
    • Martin Olivera
    • Holy Masaki
    • Nicolas Pereyra
    • Rafael Bonifaz
    • Tuxes and Cucumbers

    Entrepreneurs

    • Egaroo
    • Waste Time Wisely

    Several

    • Jokes for Geeks

    Tags

    42km Friends Athletics Blog Eating Competition Korea Cuenca Birthday Decree 1014 Sports Ecuador Entrepreneurs Entrepreneurship Training Interview Food free software GNU / Linux linux gnu Government Howto Internet ISO Korea Music Masters Marathon microsoft motivation OOXML Rafael Correa Running Seoul Seoul dreamers Free Software Suggestions Tips Travel Ubuntu Vado Travel Videos Youtube

    About this Blog

    All comments and content of this BLOG are the personal views of Stephen Mendieta and do not reflect the views of any institution.

    Member of:

    All comments and content of this BLOG are the personal views of Stephen Mendieta and do not reflect the views of any institution.

    rss Comments RSS valid xhtml 1.1 design by jide powered by Wordpress get firefox
    Podcast Powered by podPress (v8.8)