Re: still configuring PPP :-(

1999-07-02 Thread Andreas Persenius
Quoting Isabelle Poueriet ([EMAIL PROTECTED]):
 Hello everyone.  I'm sorry to post this again, but I'm having new problem
 now.
 
 I made some changes to those files I sent before and now when I type pppd
 at the command prompt I get some garbage text on my screen, and after a
 little while(30 seconds or so) I get the prompt back.  
 
 I tailed d my /var/log/messages file and it reads as follows:
 
 pppd started by root.
 using interface ppp0
 connect : ppp0 --- /dev/tty1
 Lcp: time out sending config-Request
 Receive serial link is not 8-bit clean
 Problem: all had bit 7 set to 0
 Exit
 
 Any suggestions?  I tried minicom -h but minicom is not in my system.
 I only have the base system installed.  It's Debian 2.1 (Slink).
 I also tried wvdial.  Not installed either. 
 
 I'm eager to get Debian going.  Please help.  
 Thanks a million in advance.
 
 The files I have are as follows:

[snip]

Try setting the ppp modem speed to 38400, as setserial initializes the
serial ports to 38400.

-- 
Andreas Persenius
[EMAIL PROTECTED]


Re: still configuring PPP :-(

1999-07-02 Thread David Wright
Quoting Andreas Persenius ([EMAIL PROTECTED]):

Sorry; I deleted the original posting...

 Quoting Isabelle Poueriet ([EMAIL PROTECTED]):
  Hello everyone.  I'm sorry to post this again, but I'm having new problem
  now.
  
  I made some changes to those files I sent before and now when I type pppd
  at the command prompt I get some garbage text on my screen, and after a
  little while(30 seconds or so) I get the prompt back.  
  
  I tailed d my /var/log/messages file and it reads as follows:
  
  pppd started by root.
  using interface ppp0
  connect : ppp0 --- /dev/tty1

  
You're sending the packets to VC1, hence the garbage on the screen,
and not to your modem, which is ttySn where n is 0 through 3.

  Lcp: time out sending config-Request
  Receive serial link is not 8-bit clean
  Problem: all had bit 7 set to 0
  Exit

i.e. nothing comes back. (And nothing has the top bit unset!)

  
  Any suggestions?  I tried minicom -h but minicom is not in my system.
  I only have the base system installed.  It's Debian 2.1 (Slink).
  I also tried wvdial.  Not installed either. 
  
  I'm eager to get Debian going.  Please help.  
  Thanks a million in advance.

Cheers,

-- 
Email:  [EMAIL PROTECTED]   Tel: +44 1908 653 739  Fax: +44 1908 655 151
Snail:  David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA
Disclaimer:   These addresses are only for reaching me, and do not signify
official stationery. Views expressed here are either my own or plagiarised.


Re: still configuring PPP :-(

1999-06-29 Thread Isabelle Poueriet
Thanks Jon,

On Thu, 15 Jul 1999, Jonathan D. Proulx wrote:

 Have you tried calling your modem by /dev/ttyS0 /dev/ttyS1 /dev/ttyS3?
 

Yeap.  I also installed wvdial and it searches for the modem in ttyS0 and
ttyS1 but not in ttyS2, which where it is.  This was tonight.  On Friday
it did look into ttyS0 - ttyS2.  Don't know what happened now but I ran it
several times and it only looks in 0 and 1.  It finds nothing.

  Hint: 
on boot-up you will see some serial
port info like:  /dev/ttyS[0-4] I/O Address IRQ Number UART Type

Yes, I do see this at bootup.  It shows only ttyS0 and ttyS1 with their
respective I/O address, IRQ, and UART type.

-Isabelle

 
 -Jon
 --
 Email: [EMAIL PROTECTED]
[EMAIL PROTECTED]
 ICQ:   39679408
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


Re: still configuring PPP :-(

1999-06-29 Thread Michael Merten
On Sat, Jun 26, 1999 at 05:35:09AM -0400, Isabelle Poueriet wrote:
 Hello and thanks a million to those who have responded to my request for
 taking some of your precious time to help me out.
 
 I downloaded wvdial and minicom like some of you suggested and wvdial
 cannot find my modem. I sent a message to them like they suggested because
 I am 100% sure that my modem is in Com3.  For some reason Linux is not
 detecting it in ttyS2. 
 
 Has anyone have this kind of problem before === wvdial not detecting
 their
 modem even when it is there and is working properly under windows?
 I checked the compatibility list and mine seems to be supported by Linux.
 It's a US Robotics 56K Voice INT. 

Sorry to take so long to respond...

The USR 56K internal is a PNP modem (I'm using one at this time).  You
have 2 choices (I've had this one running using both methods).

1. Install the isapnp tools package and get it configured. (the kernel
won't see this modem as a serial port if it's jumpered for pnp mode
without doing this).  I set my modem up this way originally, using
com3 (/dev/ttyS2) with a non-standard IRQ.  However, I installed
so much neat hardware (junk) in this PC that I ran out of interrupts
and decided to use method 2.

-or-

2. Jumper the modem to disable pnp mode, then set the jumpers for the
I/O port and IRQ you want to use.  Done this way, the kernel will see
it as a normal serial device, and you don't have to mess with the
isapnp stuff.  I changed my modem from com3 to com2, using IRQ3,
and disabled the on-board com2 port in bios.  The main problem with this
method is you'll lose a serial port that you might be using for something
else.  (Note: you'll also have to change your setup in Win if you do this)

I don't have my original isapnp.conf file, but I can help you get one
set up if that's the way you want to go. 

Like I said, I'm jumping in late here, so you can ignore this post if
you're already past this point.

HTH,
Mike

-- 
Michael Merten   NRA Life Member (http://www.nra.org)
[EMAIL PROTECTED]  Debian GNU/Linux (http://www.debian.org)
CenLA-LUG (http://www.angelfire.com/la2/cenlalug)
--  
Regardless of the legal speed limit, your Buick must be operated at
speeds faster than 85 MPH (140kph).  -- 1987 Buick Grand National
owners manual.


Re: still configuring PPP :-(

1999-06-27 Thread Michael Talbot-Wilson
 Hello and thanks a million to those who have responded to my request for
 taking some of your precious time to help me out.
 
 I downloaded wvdial and minicom like some of you suggested and wvdial
 cannot find my modem. I sent a message to them like they suggested because
 I am 100% sure that my modem is in Com3.  For some reason Linux is not
 detecting it in ttyS2.

COM1 and COM3 typically share IRQ4, and COM2 and COM4 typically share IRQ3.  If 
you look at the output of the dmesg command (dmesg | grep ttyS) soon after 
booting you should be able to see the Linux kernel's detection of these devices.

I guess that Linux will have no problems with the modem in COM3.  Certainly it 
handles multiport serial cards that share interrupts with no problems.

Still, in your present predicament I would be trying the modem on ttyS0 or 
ttyS1.  Maybe you can move your two other serial devices and give this a try.


Re: still configuring PPP :-(

1999-06-27 Thread Michael Talbot-Wilson
And I think that sharing of IRQs by serial ports is a kernel config 
option.  It may be that your particular kernel can't do it.


Re: still configuring PPP :-(

1999-06-26 Thread Isabelle Poueriet
Hello and thanks a million to those who have responded to my request for
taking some of your precious time to help me out.

I downloaded wvdial and minicom like some of you suggested and wvdial
cannot find my modem. I sent a message to them like they suggested because
I am 100% sure that my modem is in Com3.  For some reason Linux is not
detecting it in ttyS2. 

Has anyone have this kind of problem before === wvdial not detecting
their
modem even when it is there and is working properly under windows?
I checked the compatibility list and mine seems to be supported by Linux.
It's a US Robotics 56K Voice INT. 

I have Slink base system.

Any input?

This is really confusing. I thought the garbage test I was receiving when
I typed pppd was a sign that the modem sent a signal. Although I never
here the modem dialing out.

By the way, I did the fixes that some of you suggested.  But no luck.
I still don't get dial out. I do not even here a diatone.

 \_\_\_\_\_\_\_\_\_\_\_\_
\_ Isabelle Poueriet   \_ 
\_ [EMAIL PROTECTED]  \_
\_ http://www.bway.net \_
\_\_\_\_\_\_\_\_\_\_\_\_
Q. How many Microsoft Engineers does it take to screw in a light bulb?
A. None.  They declare darkness, the standard.


Re: still configuring PPP :-(

1999-06-26 Thread Jonathan D. Proulx
Have you tried calling your modem by /dev/ttyS0 /dev/ttyS1 /dev/ttyS3?

Hint:
on boot-up you will see some serial port info like:
/dev/ttyS[0-4] I/O Address IRQ Number UART Type

-Jon
--
Email: [EMAIL PROTECTED]
   [EMAIL PROTECTED]
ICQ:   39679408


Re: still configuring PPP :-(

1999-06-26 Thread John Hasler
Isabelle Poueriet writes:
 This is really confusing. I thought the garbage test I was receiving when
 I typed pppd was a sign that the modem sent a signal.

That was coming from pppd itself.

Type 'setserial -a /dev/ttyS2' and report the results.
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI


still configuring PPP :-(

1999-06-25 Thread Isabelle Poueriet
Hello everyone.  I'm sorry to post this again, but I'm having new problem
now.

I made some changes to those files I sent before and now when I type pppd
at the command prompt I get some garbage text on my screen, and after a
little while(30 seconds or so) I get the prompt back.  

I tailed d my /var/log/messages file and it reads as follows:

pppd started by root.
using interface ppp0
connect : ppp0 --- /dev/tty1
Lcp: time out sending config-Request
Receive serial link is not 8-bit clean
Problem: all had bit 7 set to 0
Exit

Any suggestions?  I tried minicom -h but minicom is not in my system.
I only have the base system installed.  It's Debian 2.1 (Slink).
I also tried wvdial.  Not installed either. 

I'm eager to get Debian going.  Please help.  
Thanks a million in advance.

The files I have are as follows:

/etc/chatscripts/provider:

ABORT BUSY
ABORT NO CARRIER
ABORT VOICE
ABORT NO ANSWER
ABORT NO DIALTONE
 ATZ
OK ATDT*70,8071800# i verifyed the phone number
CONNECT ''
ername \dbella  # I verified this with my ISP
ssword: \qmypassword # I put my real password instead of mypassword

/etc/ppp/peers/provider

noauth
connect /usr/sbin/chat -v -f /etc/chatscripts/provider
/dev/ttyS2 # my modem is in com3.  This has been confirmed in windows
115200
defaultroute
noipdefault
user bella

/etc/ppp/pap-secrets

* newton  *
guest newton * -
root newton * -
bella * mypassword

/etc/ppp/options

auth
crtscts
modem
netmask 255.255.255.0
noipdefault
domain bway.net
lcp-echo-interval 30
lcp-echo-failure 4
noipx

Any help would be greatly appreciated.

\_\_\_\_\_\_\_\_\_\_\_\_
\_ Isabelle Poueriet   \_ 
\_ [EMAIL PROTECTED]  \_
\_ http://www.bway.net \_
\_\_\_\_\_\_\_\_\_\_\_\_
Q. How many Microsoft Engineers does it take to screw in a light bulb?
A. None.  They declare darkness, the standard.


Re: still configuring PPP :-(

1999-06-25 Thread David Teague

Hi Isabelle

I had this error. I did not have the last line of my negotiation
right. You will need to know what your isp expects to be told to
start the negotiation to set up a ppp connection. If the ISP isn't
sent the signal to commence negotiating, your ppp thinks the ISP
isn't 8 bit clean, and gives up. 

It looks like you are very close.  You will need to find some
terminal emulation and talk to the isp directly to find what it
expects. I had a copy of Liux Kermit stashed in my files, so I used
that have that ftp site handy. I just looked it up, here is a url
you may start from: 

 http://www.cc.columbia.edu/kermit

or maybe

 http://www.cc.columbia.edu/kermit/mskermit.html 

--David
David Teague, [EMAIL PROTECTED]
Debian GNU/Linux Because software support is free, timely,
 useful, technically accurate, and friendly.
 (I'm hoping this is all of the above!)


On Fri, 25 Jun 1999, Isabelle Poueriet wrote:

 Hello everyone.  I'm sorry to post this again, but I'm having new problem
 now.
 
 I made some changes to those files I sent before and now when I type pppd
 at the command prompt I get some garbage text on my screen, and after a
 little while(30 seconds or so) I get the prompt back.  
 
 I tailed d my /var/log/messages file and it reads as follows:
 
 pppd started by root.
 using interface ppp0
 connect : ppp0 --- /dev/tty1
 Lcp: time out sending config-Request
 Receive serial link is not 8-bit clean
 Problem: all had bit 7 set to 0
 Exit
 
 Any suggestions?  I tried minicom -h but minicom is not in my system.
 I only have the base system installed.  It's Debian 2.1 (Slink).
 I also tried wvdial.  Not installed either. 
 
 I'm eager to get Debian going.  Please help.  
 Thanks a million in advance.
 
 The files I have are as follows:
 
 /etc/chatscripts/provider:
 
 ABORT BUSY
 ABORT NO CARRIER
 ABORT VOICE
 ABORT NO ANSWER
 ABORT NO DIALTONE
  ATZ
 OK ATDT*70,8071800# i verifyed the phone number
 CONNECT ''
 ername \dbella  # I verified this with my ISP
 ssword: \qmypassword # I put my real password instead of mypassword
 
 /etc/ppp/peers/provider
 
 noauth
 connect /usr/sbin/chat -v -f /etc/chatscripts/provider
 /dev/ttyS2 # my modem is in com3.  This has been confirmed in windows
 115200
 defaultroute
 noipdefault
 user bella
 
 /etc/ppp/pap-secrets
 
 * newton  *
 guest newton * -
 root newton * -
 bella * mypassword
 
 /etc/ppp/options
 
 auth
 crtscts
 modem
 netmask 255.255.255.0
 noipdefault
 domain bway.net
 lcp-echo-interval 30
 lcp-echo-failure 4
 noipx
 
 Any help would be greatly appreciated.
 
 \_\_\_\_\_\_\_\_\_\_\_\_
 \_ Isabelle Poueriet   \_ 
 \_ [EMAIL PROTECTED]  \_
 \_ http://www.bway.net \_
 \_\_\_\_\_\_\_\_\_\_\_\_
 Q. How many Microsoft Engineers does it take to screw in a light bulb?
 A. None.  They declare darkness, the standard.
 


Re: still configuring PPP :-(

1999-06-25 Thread John Hasler
Isabelle Poueriet writes:
 I only have the base system installed.

Then you have pppconfig.

 ...I get some garbage text on my screen,...

That is pppd sending LCP packets to the console.  This what it will do when
you start it without telling it what serial port to use.  The only place
you have mentioned a serial port is /etc/ppp/peers/provider, which pppd
does not read when you just type 'pppd'.

 /etc/chatscripts/provider:
 ...
 OK ATDT*70,8071800# i verifyed the phone number
^

Comments in chat scripts must start in column one.

 /etc/ppp/options
 ...
 netmask 255.255.255.0

You don't want that.  Take it out.

 ...
 domain bway.net

Take that line out.  pppd has no 'domain' option.

 Any help would be greatly appreciated.

Try typing 'pon'.  That will tell pppd to use your 'provider' files.
-- 
John HaslerThis posting is in the public domain.
[EMAIL PROTECTED]Do with it what you will.
Dancing Horse Hill Make money from it if you can; I don't mind.
Elmwood, Wisconsin Do not send email advertisements to this address.