Re: [newbie] ttyS4 problem still!

2000-09-22 Thread markOpoleO

Perhaps if you looked at my problem, you could give a helpful answer...that
was a good reason to ignore your message last time, just like now.  "if you
would enter the proper set- serial commands"..great, what are they?   I/o is
0xd400  IRQ is 10

markOpoleO

- Original Message -
From: "Charles A Edwards" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 21, 2000 11:11 PM
Subject: Re: [newbie] ttyS4 problem still!



 - Original Message -
 From: "markOpoleO" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, September 21, 2000 3:01 PM
 Subject: Re: [newbie] ttyS4 problem still!


  Yes I know all this stuff, but my modem in WIndows was on COM 5, so that
 is
  why i am looking for ttyS4...i though i made myself pretty clear :)
 
  markOpoleO
 
  - Original Message -
  From: "Larry Marshall" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, September 21, 2000 11:45 AM
  Subject: Re: [newbie] ttyS4 problem still!
 
 
  
Ok i tryed all your suggestions so far, I finally got linux to
 reconize
  my
modem.  All communication programs show it working, But i still
can't
  get
kppp to dial my ISP..cause there is NO  ttyS4 listed (only
 ttyS0-ttyS3).
Does anyone know the procedure to get Kppp to reconize ttyS4 from
the
  list?
  
   You're looking for ttyS4 because?  If it's the equivalent of COM4 that
   you're looking for, use ttyS3.  What's curious is how you know that
   "all communications programs show it working" if you haven't even set
   the port that it's connected to :-)
  
   In any case:
  
   com1 = ttyS0
   com2 = ttyS1
   com3 = ttyS2
   com4 = ttyS3


  I had previously posted a response to your question. You either did
not
 see it or choose to ignore it, so I will try 1 more time.

 I have an Actiontec PCI modem. In Windows the modem is on Comm5, in
 Linux the modem is Comm4, ttyS3. THERE IS NO ttyS4.
 If you will enter the proper set-serial commands you should have no
 problem getting your modem to work in kppp as ttyS3.
  If you continue to insist on trying to set-up your modem using a
value
 that does not exist then you need to go out now to your nearest computer
 store and buy an external modem, because you will NEVER be able to get
your
 PCI modem to work


 Charles











Re: [newbie] ttyS4 problem still!

2000-09-22 Thread John Rye

markOpoleO wrote:
 
 Perhaps if you looked at my problem, you could give a helpful answer...that
 was a good reason to ignore your message last time, just like now.  "if you
 would enter the proper set- serial commands"..great, what are they?   I/o is
 0xd400  IRQ is 10
 

snip

 Ok i tryed all your suggestions so far, I finally got linux to
 reconize my
 modem.  All communication programs show it working, But i still
 can't get
 kppp to dial my ISP..cause there is NO  ttyS4 listed (only
 ttyS0-ttyS3).
 Does anyone know the procedure to get Kppp to reconize ttyS4 from
 the list?
   
You're looking for ttyS4 because?  If it's the equivalent of COM4 that
you're looking for, use ttyS3.  What's curious is how you know that
"all communications programs show it working" if you haven't even set
the port that it's connected to :-)
   
In any case:
   
com1 = ttyS0
com2 = ttyS1
com3 = ttyS2
com4 = ttyS3
 
 
   I had previously posted a response to your question. You either did
 not see it or choose to ignore it, so I will try 1 more time.
 
  I have an Actiontec PCI modem. In Windows the modem is on Comm5, in
  Linux the modem is Comm4, ttyS3. THERE IS NO ttyS4.
  If you will enter the proper set-serial commands you should have no
  problem getting your modem to work in kppp as ttyS3.
   If you continue to insist on trying to set-up your modem using a
 value
  that does not exist then you need to go out now to your nearest computer
  store and buy an external modem, because you will NEVER be able to get
 your PCI modem to work
 
 
  Charles


Mark,

Did you try my suggestion to edit your kppprc?

Did it work??

I do not intend that you consider this as a flame, ok?

Under linux the serial ports which are available to you for this purpose
are /dev/ttyS0 thru /dev/ttyS4 and /dev/modem.

That Windows is able to see the moden at Com5 is meaningless in this
situation because we are working with linux.

--

The relavant setserial commands are as follows:

'setserial /dev/ttyS3 port 0xd400 spd_vhi skip_test irq 10'
and
'setserial /dev/ttyS3 uart 16550A'

If entering these commands (as root) from your console has enabled
your to access the modem - then your modem has been linked to /dev/ttyS3

After you have proved the above - add those lines to the end of
/etc/rc.d/rc/local so that they are executed when your system restarts.

OK??

Now - kppp _SHOULD_ work from ttyS3 because we have assigned the modem
to that device.

If it does not then we need to look at something else which is
interferring
with it.

Right now I don't know what is doing that - I don't have enough
information.

John
-- 
ICQ# 89345394 Mailto: [EMAIL PROTECTED]
"The number of UNIX installations has grown to 10, with more expected"
(The UNIX Programmer's Manual, 2nd Edition, June 1972.)






Re: [newbie] ttyS4 problem still!

2000-09-21 Thread Larry Marshall


 Ok i tryed all your suggestions so far, I finally got linux to reconize my
 modem.  All communication programs show it working, But i still can't get
 kppp to dial my ISP..cause there is NO  ttyS4 listed (only ttyS0-ttyS3).
 Does anyone know the procedure to get Kppp to reconize ttyS4 from the list?

You're looking for ttyS4 because?  If it's the equivalent of COM4 that
you're looking for, use ttyS3.  What's curious is how you know that
"all communications programs show it working" if you haven't even set
the port that it's connected to :-)

In any case:

com1 = ttyS0
com2 = ttyS1
com3 = ttyS2
com4 = ttyS3

Cheers --- Larry




Re: [newbie] ttyS4 problem still!

2000-09-21 Thread markOpoleO

Yes I know all this stuff, but my modem in WIndows was on COM 5, so that is
why i am looking for ttyS4...i though i made myself pretty clear :)

markOpoleO

- Original Message -
From: "Larry Marshall" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 21, 2000 11:45 AM
Subject: Re: [newbie] ttyS4 problem still!



  Ok i tryed all your suggestions so far, I finally got linux to reconize
my
  modem.  All communication programs show it working, But i still can't
get
  kppp to dial my ISP..cause there is NO  ttyS4 listed (only ttyS0-ttyS3).
  Does anyone know the procedure to get Kppp to reconize ttyS4 from the
list?

 You're looking for ttyS4 because?  If it's the equivalent of COM4 that
 you're looking for, use ttyS3.  What's curious is how you know that
 "all communications programs show it working" if you haven't even set
 the port that it's connected to :-)

 In any case:

 com1 = ttyS0
 com2 = ttyS1
 com3 = ttyS2
 com4 = ttyS3

 Cheers --- Larry






Re: [newbie] ttyS4 problem still!

2000-09-21 Thread Larry Marshall


 Yes I know all this stuff, but my modem in WIndows was on COM 5, so that is
 why i am looking for ttyS4...i though i made myself pretty clear :)

Sorry Mark.  Maybe you were clear in previous msgs in the thread but
there's too much mail going through this conference to keep track of
all of it.

Cheers --- Larry




Re: [newbie] ttyS4 problem still!

2000-09-21 Thread Don Sundberg

Mark,

I posted this before, basically you don't need a dev/ttyS4 for COM5 because
coms above 2 are software set by the OS so the modem doen't care what com
port it uses.  Use the setserial command with the irq, iobase and uart
opteions (see link in message).
On my modem (USR Internet Gaming Modem PCI) it is set up as COM 5 in Windows
and dev/ttyS3 in Linux Mandrake 7.1.  Check out
www.unionbuiltbox.com/faqmodem.htm it basically says that COM 3 on up are
software derived Com ports and you can use either dev/ttyS2 or dev/ttyS3 in
linux.  They also have a modem setup tutorial on that site for PCI modems.
It's worked for me twice setting up my modem in Mandrake 6.1 and 7.1.
Another thing to check for is to see if your usb is on the same IRQ as your
modem.  If it is the only work around that I have heard (and what I'm
currently using) is to go into the mandrake setup program and disable USB
and your modem won't have the Device Busy Message when you try to use KPPP.

- Don S

- Original Message -
From: "markOpoleO" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 21, 2000 2:01 PM
Subject: Re: [newbie] ttyS4 problem still!


 Yes I know all this stuff, but my modem in WIndows was on COM 5, so that
is
 why i am looking for ttyS4...i though i made myself pretty clear :)

 markOpoleO

 - Original Message -
 From: "Larry Marshall" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, September 21, 2000 11:45 AM
 Subject: Re: [newbie] ttyS4 problem still!


 
   Ok i tryed all your suggestions so far, I finally got linux to
reconize
 my
   modem.  All communication programs show it working, But i still can't
 get
   kppp to dial my ISP..cause there is NO  ttyS4 listed (only
ttyS0-ttyS3).
   Does anyone know the procedure to get Kppp to reconize ttyS4 from the
 list?
 
  You're looking for ttyS4 because?  If it's the equivalent of COM4 that
  you're looking for, use ttyS3.  What's curious is how you know that
  "all communications programs show it working" if you haven't even set
  the port that it's connected to :-)
 
  In any case:
 
  com1 = ttyS0
  com2 = ttyS1
  com3 = ttyS2
  com4 = ttyS3
 
  Cheers --- Larry