--- In "rob_lewko" <> wrote:
>
> Hi everyone:
>
> I am writing asking for help getting ppp (client) up on the 7260 board.
>
> Here's what I have going so far. I heve a ppp account with my local
> phone company. I have a desktop computer with Kubuntu that has ppp
> working just fine. It connects when I use /usr/bin/pon - I can ping
> and use firefox to get web pages. I set this up with pppconfig.
>
> I have moved the console port from COM1 to COM2 which leaves COM1
> (that has all the RS-232 signals connected) available for connecting
> to the modem. I set this up with pppconfig with the only difference
> from above being that above I am using /dev/ttyS0 for the modem port
> and on the 7260 board I am using /dev/ttyAM0.
>
> When I run /usr/bin/pon, the board sends the number to the modem, the
> modem establishes a connection, I see some traffic on the rx/tx lines
> and then almost immediatesly, I see the line drop. Here is the logs
> that are generated:
>
> Nov 7 18:46:38 ts7000 pppd[512]: pppd 2.4.3 started by root, uid 0
> Nov 7 18:46:39 ts7000 chat[513]: abort on (BUSY)
> Nov 7 18:46:39 ts7000 chat[513]: abort on (NO CARRIER)
> Nov 7 18:46:39 ts7000 chat[513]: abort on (VOICE)
> Nov 7 18:46:39 ts7000 chat[513]: abort on (NO DIALTONE)
> Nov 7 18:46:39 ts7000 chat[513]: abort on (NO DIAL TONE)
> Nov 7 18:46:39 ts7000 chat[513]: abort on (NO ANSWER)
> Nov 7 18:46:39 ts7000 chat[513]: abort on (DELAYED)
> Nov 7 18:46:39 ts7000 chat[513]: send (ATZ^M)
> Nov 7 18:46:39 ts7000 chat[513]: expect (OK)
> Nov 7 18:46:39 ts7000 chat[513]: ATZ^M^M
> Nov 7 18:46:39 ts7000 chat[513]: OK
> Nov 7 18:46:39 ts7000 chat[513]: -- got it
> Nov 7 18:46:39 ts7000 chat[513]: send (ATDT2640250^M)
> Nov 7 18:46:39 ts7000 chat[513]: expect (CONNECT)
> Nov 7 18:46:39 ts7000 chat[513]: ^M
> Nov 7 18:46:59 ts7000 chat[513]: ATDT2640250^M^M
> Nov 7 18:46:59 ts7000 chat[513]: CONNECT
> Nov 7 18:46:59 ts7000 chat[513]: -- got it
> Nov 7 18:46:59 ts7000 chat[513]: send (\d)
> Nov 7 18:47:00 ts7000 pppd[512]: Serial connection established.
> Nov 7 18:47:01 ts7000 pppd[512]: Exit.
>
>
>
>
> This is different from kubuntu 'cause the last part of that log file is:
>
>
>
>
> Nov 6 14:30:36 neo chat[7008]: ATDT2640250^M^M
> Nov 6 14:30:36 neo chat[7008]: CONNECT
> Nov 6 14:30:36 neo chat[7008]: -- got it
> Nov 6 14:30:36 neo chat[7008]: send (\d)
> Nov 6 14:30:37 neo pppd[7006]: Serial connection established.
> Nov 6 14:30:37 neo pppd[7006]: Using interface ppp0
> Nov 6 14:30:37 neo pppd[7006]: Connect: ppp0 <--> /dev/ttyS0
> Nov 6 14:30:42 neo pppd[7006]: Connection terminated.
>
> Can anyone shed some light on what is happening?
>
Guys, I can now answer my own question. What was missing is that I
did not have all the ppp modules loaded - I only had some.
What tipped me off to what the prblem was, was adding "kdebug 7" to
the ppp options. That gave me more info in /var/log/syslog.
What solved the problem was to add the following to /etc/modules:
# additional modules for ppp
slch
ppp_generic
ppp_async
pppoe
pppox
Thx.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|