Sat, Sep 25, 2010 at 07:34:59AM -0500, Anony (chicken) Mous may have written:

> Hello Misc,
> 
> I'm having difficulty figuring out the configuration required to get
> Huawei E182E wireless dongle working with Telus mobility in
> Canada, I'm using 4.8-current, I have copied the verizon ppp.conf
> example from umsm(4) manpage only changing phone, authname,
>  authkey without any success?
> 
> Technical specification:  http://tinyurl.com/2g3hszd
> 
> My ppp.conf and error message from dialing ppp:
> http://pastebin.com/KvwcF48U
> 
> Thank you all greatly for any help.

Here's the ppp(8) configuration that I use for Telus Mobility (I have a
Kyocera KPC650 PCMCIA card, which is also umsm(4)):

------------------------------------------------------------------------------
telusevdo:
        add default HISADDR
        allow users <elided>
        disable ipv6cp
        rename telusevdo
        set authkey <elided>
        set authname <elided>@1x.telusmobility.com
        set device /dev/cuaU0
        set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AAAT OK-AT-OK 
ATE1Q0 OK \\dATDT\\T TIMEOUT 50 CONNECT"
        set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
        set login
        set phone \#777
        set server /tmp/telusevdoctl "" 0177
        set speed 115200
------------------------------------------------------------------------------

Matt.
-- 
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.  -- Kernighan
                                -- quoted by Quentyn Taylor

Reply via email to