Re: modem and device

1998-02-07 Thread Jaakko Niemi
  Ok !!! but i've tried with it... all i know is that my modem is on com 4
 under windows what would it be under Linux...

 That would be ttyS3 (as ttys0=com1). 

 and when i do `dmesg | grep PPP` there is nothing although i have
 installed ppp and recompiled the kernel of Linux, make the modules and
 install it...
 So, what can i do more precisly ??

 What sort of modem you have? It's a card modem, but which brand/model?
 
 There are some so called 'win' modems which will only work with windows, I'm 
afraid.


--j
 
 Jens B. Jorgensen wrote:
 
  The 'cuaX' naming convention for serial devices is deprecated. Now
  serial
  devices are named like /dev/ttyS0, /dev/ttyS1, etc. Good luck.
 
  Lily wrote:
 
   Hello, i'm Lily(nickname) !!!
   my problem is that i want to have internet under Linux but i don't
  have
   '/dev/cua?' .
   How can i do to have these ( i have already try with MAKEDEV but
   nothing) ??
   thanks for all...
 
  --
  Jens B. Jorgensen
  [EMAIL PROTECTED]
 
 
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 






--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


modem and device

1998-02-06 Thread Lily
Hello, i'm Lily(nickname) !!!
my problem is that i want to have internet under Linux but i don't have
'/dev/cua?' .
How can i do to have these ( i have already try with MAKEDEV but
nothing) ??
thanks for all...



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: modem and device

1998-02-06 Thread Scott Ellis
On Fri, 6 Feb 1998, Lily wrote:

 Hello, i'm Lily(nickname) !!!
 my problem is that i want to have internet under Linux but i don't have
 '/dev/cua?' .
 How can i do to have these ( i have already try with MAKEDEV but
 nothing) ??
 thanks for all...

/dev/cua? are obsolete and depriciated.  You should use /dev/ttyS? instead

-- 
Scott K. Ellis [EMAIL PROTECTED] http://www.gate.net/~storm/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: modem and device

1998-02-06 Thread Lily
Ok !!! but i've tried with it... all i know is that my modem is on com 4

under windows
what would it be under Linux...
and when i do `dmesg | grep PPP` there is nothing although i have
installed ppp and recompiled the kernel of Linux, make the modules and
install it...
So, what can i do more precisly ??

Jens B. Jorgensen wrote:

 The 'cuaX' naming convention for serial devices is deprecated. Now
 serial
 devices are named like /dev/ttyS0, /dev/ttyS1, etc. Good luck.

 Lily wrote:

  Hello, i'm Lily(nickname) !!!
  my problem is that i want to have internet under Linux but i don't
 have
  '/dev/cua?' .
  How can i do to have these ( i have already try with MAKEDEV but
  nothing) ??
  thanks for all...

 --
 Jens B. Jorgensen
 [EMAIL PROTECTED]




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: modem and device

1998-02-06 Thread Lily
well, i'm back again !!!
I have reinstalled PPP and now when i make : `dmesg | grep PPP`, i've
got a message which indicates me that i have ppp.
i've tried to connect with /dev/ttyS3 but it doesn't work...
can you tell me what is the command line to get to connect ?
the one i use is :
pppd /dev/ttyS3 38400 `chat -v  ATDT phone CONNECT  ogin: login
word: password` -detach debug crtscts modem defaultroute 0.0.0.0:
where 0.0.0.0 is my ip adress( it is not this one, it's an example)
one thing, i've got a USR Sportster Winmodem 33.6 PC, does is work under
Linux ?

Jens B. Jorgensen wrote:

 Ok, if your modem is com4 under windows then in Linux it should be
 /dev/ttyS3. The process ppp is all-lowercase, so your grep command
 below
 wouldn't find it. Are you using xisp or something similar to control
 dialup?

 Lily wrote:

  Ok !!! but i've tried with it... all i know is that my modem is on
 com 4
  under windows
  what would it be under Linux...
  and when i do `dmesg | grep PPP` there is nothing although i have
  installed ppp and recompiled the kernel of Linux, make the modules
 and
  install it...
  So, what can i do more precisly ??
 
  Jens B. Jorgensen wrote:
 
   The 'cuaX' naming convention for serial devices is deprecated. Now

   serial
   devices are named like /dev/ttyS0, /dev/ttyS1, etc. Good luck.
  
   Lily wrote:
  
Hello, i'm Lily(nickname) !!!
my problem is that i want to have internet under Linux but i
 don't
   have
'/dev/cua?' .
How can i do to have these ( i have already try with MAKEDEV but

nothing) ??
thanks for all...
  
   --
   Jens B. Jorgensen
   [EMAIL PROTECTED]

 --
 Jens B. Jorgensen
 [EMAIL PROTECTED]




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: modem and device

1998-02-06 Thread Adam Klein
On Fri, Feb 06, 1998 at 09:19:32PM +0100, Lily wrote:
[snip]
 one thing, i've got a USR Sportster Winmodem 33.6 PC, does is work under
 Linux ? 

No Winmodems won't work.

Adam Klein


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: modem and device

1998-02-06 Thread Lily
yes i'm sure it's a winmodem

Jens B. Jorgensen wrote:

 Well, now I know what the problem is. Linux does not support the
 Winmodem
 because it doesn't work like most modems, but has a proprietary
 interface.
 Are you sure it's a winmodem?

 Lily wrote:

  well, i'm back again !!!
  I have reinstalled PPP and now when i make : `dmesg | grep PPP`,
 i've
  got a message which indicates me that i have ppp.
  i've tried to connect with /dev/ttyS3 but it doesn't work...
  can you tell me what is the command line to get to connect ?
  the one i use is :
  pppd /dev/ttyS3 38400 `chat -v  ATDT phone CONNECT  ogin:
 login
  word: password` -detach debug crtscts modem defaultroute 0.0.0.0:
  where 0.0.0.0 is my ip adress( it is not this one, it's an example)
  one thing, i've got a USR Sportster Winmodem 33.6 PC, does is work
 under
  Linux ?
 
  Jens B. Jorgensen wrote:
 
   Ok, if your modem is com4 under windows then in Linux it should be

   /dev/ttyS3. The process ppp is all-lowercase, so your grep command

   below
   wouldn't find it. Are you using xisp or something similar to
 control
   dialup?
  
   Lily wrote:
  
Ok !!! but i've tried with it... all i know is that my modem is
 on
   com 4
under windows
what would it be under Linux...
and when i do `dmesg | grep PPP` there is nothing although i
 have
installed ppp and recompiled the kernel of Linux, make the
 modules
   and
install it...
So, what can i do more precisly ??
   
Jens B. Jorgensen wrote:
   
 The 'cuaX' naming convention for serial devices is deprecated.
 Now
  
 serial
 devices are named like /dev/ttyS0, /dev/ttyS1, etc. Good luck.


 Lily wrote:

  Hello, i'm Lily(nickname) !!!
  my problem is that i want to have internet under Linux but i

   don't
 have
  '/dev/cua?' .
  How can i do to have these ( i have already try with MAKEDEV
 but
  
  nothing) ??
  thanks for all...

 --
 Jens B. Jorgensen
 [EMAIL PROTECTED]
  
   --
   Jens B. Jorgensen
   [EMAIL PROTECTED]

 --
 Jens B. Jorgensen
 [EMAIL PROTECTED]




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


ISA-bus modem: which device ?

1996-12-07 Thread Zenon Fortuna
How to test the physical presence of an ISA bus-installed modem ?
What device to use for, say, kermit connectivity tests ?

TIA,
Zenon


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: ISA-bus modem: which device ?

1996-12-07 Thread Zenon Fortuna
Forwarded message:
From zenon Sat Dec  7 15:02:47 1996
From: Zenon Fortuna zenon
Message-Id: [EMAIL PROTECTED]
Subject: Re: ISA-bus modem: which device ?
To: [EMAIL PROTECTED] (Zenon Fortuna)
Date: Sat, 7 Dec 1996 15:02:45 -0800 (PST)
In-Reply-To: [EMAIL PROTECTED] from Zenon Fortuna at Dec 7, 96 01:22:24 am
X-Mailer: ELM [version 2.4 PL24]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

 
 How to test the physical presence of an ISA bus-installed modem ?
 What device to use for, say, kermit connectivity tests ?
 

Well, the standard IRQ+COM selection was my problem.
After setting the jumpers in the proper way and selecting a non-conflicting
IRQ I am able to use the /dev/ttyS2 (IRQ=5) for my ISA-bus modem.
Sorry for asking ...

Zenon


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]