Re: External modem

2005-06-06 Thread Jon Dowland

Mr Mike wrote:


I'm guessing you are relatively new to linux?? pon and poff are part
and parcial and should be on all linux if ppp is installed..


I've never heard of these before. Admittedly I haven't dialled up for 5 
or so years, but when I did, wvdial was the de-facto standard.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: External modem

2005-06-04 Thread John Hasler
Todd A. Jacobs writes:
> What is pon?

The standard Debian command-line tool for starting PPP.  'poff' stops PPP.
Pppconfig, which is part of the base system and is run during installation,
configures PPP for use with pon and poff [1].

> What package does it belong to?

PPP.

> Most people use wvdial, with a nice front-end such as gnome-ppp.

gpppon provides a GUI for pon and poff.


[1] Actually pppconfig configures PPP in the way recommended by the
upstream PPP maintainers.  Any program that follows those recommendations
will work with its configurations.
-- 
John Hasler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: External modem

2005-06-04 Thread Mr Mike

On 06/03/2005 07:03:38 PM, Todd A. Jacobs wrote:

On Mon, May 30, 2005 at 08:55:37AM -0700, Muhammad Ali wrote:

> the command pon but not able to connect internet. What could be the
> problem. Please help me out. Regards Ali



Well, it could be a lot of things...  what error msgs do you get and if  
none, then what msgs are in your syslog right after the pon fails?  you  
could try this..

open terminal and issue (as root) tail -f /var/log/syslog
open another terminal and issue you pon command
watch the output in the syslog screen to see what is happening

good luck..



What is pon? What package does it belong to? Most people use wvdial,
with a nice front-end such as gnome-ppp.

I'm guessing you are relatively new to linux?? pon and poff are part  
and parcial and should be on all linux if ppp is installed..

pon  to make connection
poff to end it..


Assuming that "pon" is a legitimate app for doing what you want,
you'll
need to provide your pppd logs to someone knowledgeable for  
debugging.


--
Re-Interpreting Historic Miracles with SED #141: %s/water/wine/g


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]










Re: External modem

2005-06-04 Thread Todd A. Jacobs
On Mon, May 30, 2005 at 08:55:37AM -0700, Muhammad Ali wrote:

> the command pon but not able to connect internet. What could be the
> problem. Please help me out. Regards Ali

What is pon? What package does it belong to? Most people use wvdial,
with a nice front-end such as gnome-ppp.

Assuming that "pon" is a legitimate app for doing what you want, you'll
need to provide your pppd logs to someone knowledgeable for debugging.

-- 
Re-Interpreting Historic Miracles with SED #141: %s/water/wine/g


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: External modem

2005-05-31 Thread Muhammad Ali
Hi, 
Thanks for your help. I used Knoppix to install Debian. Knoppix has its own utilities for Internet connections. I used it to configure my account. When I was using 115200, the modem was dialing but not connecting. But on reducing the rate to 52000, it connected on 2nd attempt. Now its working. Thanks for your help.
Best regards
Ali__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 

Re: External modem

2005-05-30 Thread John Hasler
> Here is a link to help setup Debian for dialup.
> http://newbiedoc.sourceforge.net/peripherals/modem.html

It isn't necessary to install pppconfig.  It's in the base system.
-- 
John Hasler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: External modem

2005-05-30 Thread John Hasler
Muhammad Ali quotes:
> I have configured my external modem (it has been detected by debian)
> according to this article http://www.aboutdebian.com/modems.htm

This is unnecessarily complex.  All you need to do to configure your modem
is run pppconfig as root and follow directions.  When you are done you can
start the connection with pon and stop it with poff.  You can also
configure it to autodial.  I fyou require a GUI to start and stop the
connection install gpppon.
-- 
John Hasler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: External modem

2005-05-30 Thread peter colton
On Monday 30 May 2005 17:38, Muhammad Ali wrote:

 Hello Muhammad.

  Here are the steps I take to setup a dialup connection.

If the box as a ethernet card installed you will need to set up the system for 
a static ip address for that ethernet card. The ethernet card static ip needs 
no gateway ip and no dns ip addresses. If you miss this setup on the install 
of Sarge just install apt-get install etherconf and configure. If you need to 
run etherconf again use the command as su dpkg-reconfigure etherconf

Here is a link to help setup Debian for dialup.
http://newbiedoc.sourceforge.net/peripherals/modem.html

All so have a look that the link below. Its about the mtu size for dailup and 
dsl connection. The link is directed towards microsoft users, but he mtu faxs 
are there. By having a correct mtu size you will be able to get that little 
bit more out of the connection. 

http://www.dslreports.com/faq/3701

To change the dialups mtu edit   /etc/ppp/options
and replace #mtuwithmtu  576

> Note: forwarded message attached.
>
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: External modem line drops with activity

2001-08-19 Thread adam krell
>which kernel are you using, and does it have VJ
>compression enabled?
>the option should be around the configuration item
>for PPP.

2.0.36

As far a VJ compression...I think so.  In the
/etc/ppp/options file I do not have "-vj" set which, I
believe, disables VJ compression.

Thanks,

Adam

__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/



Re: External modem line drops with activity

2001-08-19 Thread John Hasler
Try adding 'noccp' to /etc/ppp/options.
-- 
John Hasler
[EMAIL PROTECTED]
Dancing Horse Hill
Elmwood, Wisconsin



Re: External modem line drops with activity

2001-08-18 Thread MaD dUCK
which kernel are you using, and does it have VJ compression enabled?
the option should be around the configuration item for PPP.

martin



Re: External modem line drops with activity

2001-08-18 Thread adam krell
>Martin F. Krafft writes:
>> ...or use pon/pff with pppconfig, adding the line
>>debug to
>> /etc/ppp/peers/.

>pppconfig adds that line by default (you can turn it
>off in the 'Advanced' menu).

>> ...while monitoring /var/log/ppp.log.

>Which you can do with plog.

Here is a copy of the ppp.log.  I hate to send so much
data, but I'm not sure what is relevant.  Please
comment.  Thanks in advance.

Aug 18 19:02:27 Gateway pppd[1744]: pppd 2.3.5 started
by root, uid 0
Aug 18 19:02:28 Gateway chat[1745]: abort on (BUSY)
Aug 18 19:02:28 Gateway chat[1745]: abort on (NO
CARRIER)
Aug 18 19:02:28 Gateway chat[1745]: abort on (VOICE)
Aug 18 19:02:28 Gateway chat[1745]: abort on (NO
DIALTONE)
Aug 18 19:02:28 Gateway chat[1745]: abort on (NO
ANSWER)
Aug 18 19:02:28 Gateway chat[1745]: send (ATZ^M)
Aug 18 19:02:28 Gateway chat[1745]: expect (OK)
Aug 18 19:02:29 Gateway chat[1745]: ATZ^M^M
Aug 18 19:02:29 Gateway chat[1745]: OK
Aug 18 19:02:29 Gateway chat[1745]:  -- got it
Aug 18 19:02:29 Gateway chat[1745]: send
(ATDT625-5465^M)
Aug 18 19:02:29 Gateway chat[1745]: expect (CONNECT)
Aug 18 19:02:29 Gateway chat[1745]: ^M
Aug 18 19:02:54 Gateway chat[1745]: ATDT625-5465^M^M
Aug 18 19:02:54 Gateway chat[1745]: CONNECT
Aug 18 19:02:54 Gateway chat[1745]:  -- got it
Aug 18 19:02:54 Gateway chat[1745]: send (\d)
Aug 18 19:02:55 Gateway pppd[1744]: Serial connection
established.
Aug 18 19:02:56 Gateway pppd[1744]: Using interface
ppp0
Aug 18 19:02:56 Gateway pppd[1744]: Connect: ppp0 <-->
/dev/ttyS1
Aug 18 19:02:56 Gateway pppd[1744]: sent [LCP ConfReq
id=0x1   
]
Aug 18 19:02:56 Gateway pppd[1744]: rcvd [LCP ConfReq
id=0x1   < 11 04 05 ea> < 13 09 03
08 00 4e b0 a7 1c>]
Aug 18 19:02:56 Gateway pppd[1744]: sent [LCP ConfRej
id=0x1 < 11 04 05 ea> < 13 09 03 08 00 4e b0 a7 1c>]
Aug 18 19:02:56 Gateway pppd[1744]: rcvd [LCP ConfReq
id=0x2  ]
Aug 18 19:02:56 Gateway pppd[1744]: sent [LCP ConfAck
id=0x2  ]
Aug 18 19:02:59 Gateway pppd[1744]: sent [LCP ConfReq
id=0x1   
]
Aug 18 19:02:59 Gateway pppd[1744]: rcvd [LCP ConfAck
id=0x1   
]
Aug 18 19:02:59 Gateway pppd[1744]: sent [LCP EchoReq
id=0x0 magic=0x1f0c63d]
Aug 18 19:02:59 Gateway pppd[1744]: rcvd [CHAP
Challenge id=0x3 ,
name = "RAS1500"]
Aug 18 19:02:59 Gateway pppd[1744]: sent [CHAP
Response id=0x3 <5d128569dc30ac2d538bcece7f670500>,
name = "LIBRARY"]
Aug 18 19:02:59 Gateway pppd[1744]: rcvd [LCP EchoRep
id=0x0 magic=0x5f7ceb0c]
Aug 18 19:02:59 Gateway pppd[1744]: rcvd [CHAP Success
id=0x3 "\000"]
Aug 18 19:02:59 Gateway pppd[1744]: Remote message:
Aug 18 19:02:59 Gateway pppd[1744]: sent [IPCP ConfReq
id=0x1  ]
Aug 18 19:02:59 Gateway pppd[1744]: rcvd
[proto=0x8031] 01 04 00 07 03 03 01
Aug 18 19:02:59 Gateway pppd[1744]: Unsupported
protocol (0x8031) received
Aug 18 19:02:59 Gateway pppd[1744]: sent [LCP ProtRej
id=0x2 80 31 01 04 00 07 03 03 01]
Aug 18 19:02:59 Gateway pppd[1744]: rcvd [IPCP ConfReq
id=0x5  ]
Aug 18 19:02:59 Gateway pppd[1744]: sent [IPCP ConfAck
id=0x5  ]
Aug 18 19:02:59 Gateway pppd[1744]: rcvd [IPXCP
ConfReq id=0x6   ]
Aug 18 19:02:59 Gateway pppd[1744]: Unsupported
protocol (0x802b) received
Aug 18 19:02:59 Gateway pppd[1744]: sent [LCP ProtRej
id=0x3 80 2b 01 06 00 16 01 06 00 00 00 00 02 08 00 00
00 00 00 00 04 04 00 02]
Aug 18 19:02:59 Gateway pppd[1744]: rcvd [IPCP ConfNak
id=0x1  ]
Aug 18 19:02:59 Gateway pppd[1744]: sent [IPCP ConfReq
id=0x2  ]
Aug 18 19:03:00 Gateway pppd[1744]: rcvd [IPCP ConfAck
id=0x2  ]
Aug 18 19:03:00 Gateway pppd[1744]: Cannot determine
ethernet address for proxy ARP
Aug 18 19:03:00 Gateway pppd[1744]: local  IP address
209.158.71.251
Aug 18 19:03:00 Gateway pppd[1744]: remote IP address
209.158.71.234
Aug 18 19:03:09 Gateway pppd[1744]: rcvd [CCP ConfReq
id=0x7 < 12 06 00 00 00 01> < 11 05 00 00 03> < 11 06
00 00 01 01>]
Aug 18 19:03:09 Gateway pppd[1744]: sent [CCP ConfReq
id=0x1]
Aug 18 19:03:09 Gateway pppd[1744]: sent [CCP ConfRej
id=0x7 < 12 06 00 00 00 01> < 11 05 00 00 03> < 11 06
00 00 01 01>]
Aug 18 19:03:12 Gateway pppd[1744]: rcvd [CCP ConfReq
id=0x8 < 12 06 00 00 00 01> < 11 05 00 00 03> < 11 06
00 00 01 01>]
Aug 18 19:03:12 Gateway pppd[1744]: sent [CCP ConfRej
id=0x8 < 12 06 00 00 00 01> < 11 05 00 00 03> < 11 06
00 00 01 01>]
Aug 18 19:03:12 Gateway pppd[1744]: sent [CCP ConfReq
id=0x1]
Aug 18 19:03:15 Gateway pppd[1744]: rcvd [CCP ConfAck
id=0x1]
Aug 18 19:03:15 Gateway pppd[1744]: rcvd [CCP ConfReq
id=0x9 < 11 05 00 01 03>]
Aug 18 19:03:15 Gateway pppd[1744]: sent [CCP ConfRej
id=0x9 < 11 05 00 01 03>]
Aug 18 19:03:15 Gateway pppd[1744]: rcvd [CCP ConfAck
id=0x1]
Aug 18 19:03:15 Gateway pppd[1744]: sent [CCP ConfReq
id=0x1]
Aug 18 19:03:27 Gateway last message repeated 4 times
Aug 18 19:03:29 Gateway pppd[1744]: sent [LCP EchoReq
id=0x1 magic=0x1f0c63d]
Aug 18 19:03:29 Gateway pppd[1744]: rcvd [LCP EchoRep
id=0x1 magic=0x5f7ceb0c]
Aug 18 19:03:30 Gateway pppd[1744]: sent [CCP ConfReq
id=0x1]
Aug 18 19:03:33 Gateway pppd[1744]: Hangup (SIGHUP)
Aug 18 19:03:33 Gateway pppd[1744]: Modem han

Re: External modem line drops with activity

2001-08-17 Thread John Hasler
Martin F. Krafft writes:
> ...or use pon/pff with pppconfig, adding the line debug to
> /etc/ppp/peers/.

pppconfig adds that line by default (you can turn it off in the 'Advanced'
menu).

> ...while monitoring /var/log/ppp.log.

Which you can do with plog.
-- 
John Hasler
[EMAIL PROTECTED]
Dancing Horse Hill
Elmwood, Wisconsin



Re: External modem line drops with activity

2001-08-17 Thread Martin F. Krafft
also sprach adam krell (on Fri, 17 Aug 2001 11:06:25AM -0700):
> I have an external modem (Hayes Accura 336 V.34)
> connected to ttyS1.  I have configured wvdial and I
> can call out and establish a ppp connection
> successfully.  However, when I start some network
> activity (ping an address, get a web page, etc.) the
> phone line drops and the modem resets and dials out
> again.  I can get about 10 ping sequences going before
> it drops.

make wvdial display pppd debug messages, or use pon/pff with
pppconfig, adding the line debug to /etc/ppp/peers/.

then, add

local2.*-/var/log/ppp.log

to /etc/syslog.conf,

killall -HUP syslogd

and establish a connection while monitoring /var/log/ppp.log. report
anything that looks like an error.

martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED]
-- 
(a)bort, (r)etry, (p)retend this never happened


pgp3ZmXAWRX82.pgp
Description: PGP signature


Re: external modem problem

1999-10-20 Thread Richard Weil
More info on the problem.  If I completely shutdown the computer, i.e. shutdown 
-h
instead of shutdown -r, wait a little, then restart, I can use the modem a few 
times
(sometimes only once) before it again becomes unresponsive.  One time I tried 
this it
hung Minicom on exit until I turned the modem off, and another time it hung the
shutdown process until I turned the modem off.  I seem to have something 
seriously
misconfigured -- any help would be much appreciated.

Richard

Richard Weil wrote:

> Aaargh.  I had posted about a problem I was having with my external
> modem a few days ago and then it suddenly started working.  Well now,
> without my having done anything much, it now seems to have stopped
> working.
>
> I'm running Potato with a 2.2.12 kernel.  The modem is a US Robotics 56k
> Fax modem.  After not working (i.e., it would not respond to AT
> commands) it started working fine once I compiled plug and play support
> into the kernel.  Since then, I've installed a few packages, worked on
> getting mail set-up, and struggled somewhat with PCMCIA -- but haven't
> touched anything obviously related to the modem.  But now it won't
> work!  When I start Minicom, the TR light on the modem lights up, but
> the modem won't respond to any AT commands.  This is incredibly
> frustrating.  I would appreciate any help.
>
> Richard
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: external modem problem

1999-10-18 Thread Richard Weil
Oops.  I feel a little silly.  Almost right after posting this message I 
installed and
ran a version of the 2.2.12 kernel I compiled with plug-and-play included and 
the
modem works fine now.  Thanks anyway.

Richard Weil wrote:

> I'm having a problem with an external US Robotics 56K Faxmodem.  I'm
> running a Potato system with the 2.2.12 kernel on a Toshiba Tecra
> 700CT.  I have never gotten the modem to work with Linux before, but I
> have used it with Windows.
>
> The problem is this: when I run Minicom (or anything else that requires
> the modem) the modem is unresponsive.  The TR light -- Data Terminal
> Ready light -- gets lit up and the modem won't "talk" to the software.
> The same light also goes on when I run statserial to check the serial
> port.
>
> However, there is definitely some communication between the OS and the
> modem.  When I exit Minicom or statserial the TR light goes off.  Also,
> when I re-initialize the modem within Minicom the light temporarily goes
> off.  Also, when I updated my ppp connection with pppconfig I told it to
> search for all available modems and it found the modem (which is
> attached to /dev/ttyS0); when it was searching, all the lights on the
> modem briefly flashed.
>
> I've checked the dip switches on the modem and they seem fine -- they
> are set to the factory default, which includes the DTR switch off (I've
> tested it with it on as well; no good).  The serial port, /dev/ttyS0,
> also seems fine.  I have support for the serial port loaded as a module
> and when I type lsmod it shows up.  I don't think I have a getty running
> on the serial port (I checked /dev/ttyS0).  The info from setserial
> seems fine and I don't think that I have any conflicts (from
> /proc/interrupts).
>
> I'm stumped and any help would be much appreciated, especially since
> I've managed to disable my PCMCIA modem (which may soon be the subject
> of another post).
>
> Thanks.
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null