Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 11:44:58 -0500 (CDT)
From:      =?iso-8859-1?q?Eduardo=20Huertas?= <eduhuertas@yahoo.com>
To:        Adrian <adrian@nu-earth.net>, freebsd-hardware@freebsd.org
Subject:   RE: 3Com U.S. Robotics ISDN Pro TA
Message-ID:  <20030428164458.18510.qmail@web40605.mail.yahoo.com>
In-Reply-To: <DCECJGCCEMJIDCEAHBEEOEAMCCAA.adrian@nu-earth.net>

next in thread | previous in thread | raw e-mail | index | archive | help
 --- Adrian <adrian@nu-earth.net> escribió: > yes
ppp.conf is good and is as below:
> 
> /etc/ppp/ppp.conf
> default:
> #  set log All
>   set log Local Phase Chat Connect tun CCP LCP IPCP
> myisp:
>   set escape 0xff
>   set device /dev/cuaa0
>   set speed 115200
>   set timeout 0
>   set phone 01234565789
>   set login
>   set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 4
> \"\" ATZ OK-ATZ-OK
> ATD\\T TIMEOUT 60 CONNECT"
>   set server /var/run/ppp "" 0177
>   set authname mylogin
>   set authkey mypasswd
>   set ifaddr 1.1.1.1 2.2.2.2 255.255.255 1.1.1.1
>   add default HISADDR
> 
> I have tailed the logs and can watch the whole
> sequence and it just says
> chat script failed no mention of pap or auth
> 
> This is on 4.7, 4.8, 5.0 and 5.0 current. :(
> 
> -----Original Message-----
> From: Eduardo Huertas [mailto:eduhuertas@yahoo.com]
> Sent: 25 April 2003 15:37
> To: Adrian; freebsd-hardware@freebsd.org
> Subject: Re: 3Com U.S. Robotics ISDN Pro TA
> 
> 
>  --- Adrian <adrian@nu-earth.net> escribió: > Hi
> all,
> > just had a slight hitch upgrading form 4.5
> release.
> > I use a 3Com U.S.
> > Robotics ISDN Pro TA, rev 1.00/2.19 external and
> it
> > will not work with 4.7,
> > 4.8, 5.0-stable or 5-0-current, does anyone know
> of
> > any patches or new
> > modules available as i've searched hi and low too
> no
> > avail.
> >
> > Cheers in advance :)
> >
> >                 \\ ___ //
> >                 \\ ¬ ¬ //
> >                 (  @ @  )
> > +-------------oOOo-(_)-oOOo-------------+
> > |					          |
> > |         Adrian@nu-earth.net           |
> > |					          |
> > +----------------------Oooo-------------+
> >                 oooO   (   )
> >                (   )    ) /
> >                 \ (    (_/
> >                  \_)
> >
> >
> > _______________________________________________
> > freebsd-hardware@freebsd.org mailing list
> >
>
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
> > To unsubscribe, send any mail to
> "freebsd-hardware-unsubscribe@freebsd.org"
> 
> Hello Adrian
> 
> I had this device with 4.5 and 4.6 whithout any
> problem and should work for 4.7 and 5 are you sure
> you
> made your homework configurating it well in
> ppp.conf?
> 
> Good luck.
> 
> -edu-
> 
>
_________________________________________________________
> Do You Yahoo!?
> Información de Estados Unidos y América Latina, en
> Yahoo! Noticias.
> Visítanos en http://noticias.espanol.yahoo.com
> 
> 
> 

Hi,

Try to change this:
>   set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 4
> \"\" ATZ OK-ATZ-OK
> ATD\\T TIMEOUT 60 CONNECT"

to this:
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\"
ATZ \
OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT"

Good luck!

-edu-

 

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030428164458.18510.qmail>