9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re:[9fans] ppp and other
@ 2002-07-15 23:24 Andrey S. Kukhar
  2002-07-31  9:35 ` [9fans] " Ben
  0 siblings, 1 reply; 6+ messages in thread
From: Andrey S. Kukhar @ 2002-07-15 23:24 UTC (permalink / raw)
  To: 9fans

good day all,
why telco fails when i type:
	telco /dev/eia1
	con -l telco!62111
with printing ``Jul 15 18:06:08 mount failed: interrupted''?
thanks,

-ask


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] ppp and other
  2002-07-15 23:24 Re:[9fans] ppp and other Andrey S. Kukhar
@ 2002-07-31  9:35 ` Ben
  2002-08-01 19:56   ` Jack Johnson
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ben @ 2002-07-31  9:35 UTC (permalink / raw)
  To: 9fans

plan9@kp.km.ua (Andrey S. Kukhar) wrote in message news:<02071518312800.00562@localhost.localdomain>...
> good day all,
> why telco fails when i type:
> 	telco /dev/eia1
> 	con -l telco!62111
> with printing ``Jul 15 18:06:08 mount failed: interrupted''?
> thanks,
> 
> -ask

I have the same problem.  I'm guessing that it's because I'm using an
older modem (Still good for faxes!) that uses 7 bits no parity and
won't accept anything else.  Same story for you?  As far as I can
tell, there's no way to set those options.  Am I wrong?  Thanks!

Ben


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] ppp and other
  2002-07-31  9:35 ` [9fans] " Ben
@ 2002-08-01 19:56   ` Jack Johnson
  2002-08-01 20:21   ` [9fans] drawterm-win and /mnt/term Jack Johnson
  2002-08-05 23:39   ` [9fans] ppp and other plan9
  2 siblings, 0 replies; 6+ messages in thread
From: Jack Johnson @ 2002-08-01 19:56 UTC (permalink / raw)
  To: 9fans

Ben wrote:
> plan9@kp.km.ua (Andrey S. Kukhar) wrote in message news:<02071518312800.00562@localhost.localdomain>...
>>good day all,
>>why telco fails when i type:
>>	telco /dev/eia1
>>	con -l telco!62111
>>with printing ``Jul 15 18:06:08 mount failed: interrupted''?
>
> I have the same problem.  I'm guessing that it's because I'm using an
> older modem (Still good for faxes!) that uses 7 bits no parity and
> won't accept anything else.  Same story for you?  As far as I can
> tell, there's no way to set those options.  Am I wrong?  Thanks!

I had a similar problem with PPP.

You can echo commands to /dev/eia[01]ctl to set baud rates, etc.  See
uart(3) for details.

-Jack



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [9fans] drawterm-win and /mnt/term
  2002-07-31  9:35 ` [9fans] " Ben
  2002-08-01 19:56   ` Jack Johnson
@ 2002-08-01 20:21   ` Jack Johnson
  2002-08-05 23:39   ` [9fans] ppp and other plan9
  2 siblings, 0 replies; 6+ messages in thread
From: Jack Johnson @ 2002-08-01 20:21 UTC (permalink / raw)
  To: 9fans

Using drawterm-win, if I try to get a listing from /mnt/term:

	ls: /mnt/term: bad character in filename: #/

But, if I:

	mkdir long
	bind -bc long long
	bind -ac /mnt/term long
	lnfs long
	ls long

Everything works as planned, but I'm still uncertain about the error
message.  Does #/ signify a space in a filename, maybe?

-Jack



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] ppp and other
  2002-07-31  9:35 ` [9fans] " Ben
  2002-08-01 19:56   ` Jack Johnson
  2002-08-01 20:21   ` [9fans] drawterm-win and /mnt/term Jack Johnson
@ 2002-08-05 23:39   ` plan9
  2 siblings, 0 replies; 6+ messages in thread
From: plan9 @ 2002-08-05 23:39 UTC (permalink / raw)
  To: 9fans

As for me, I'm using a new (2001) TOPIC TP560i (x)/9922S14 hardware fax
modem. If you read telco manpage, telco supported only a few types of modems,
our modems aren`t supported, maybe they can`t be compatable with the standart
Hayes command subset.

I think we need a new telephone dialer with more options/possibilities and
more well supported modems; not the kppp but better than telco.

-ask

> plan9@kp.km.ua (Andrey S. Kukhar) wrote in message
> news:<02071518312800.00562@localhost.localdomain>...
>
> > good day all,
> > why telco fails when i type:
> > 	telco /dev/eia1
> > 	con -l telco!62111
> > with printing ``Jul 15 18:06:08 mount failed: interrupted''?
> > thanks,
> >
> > -ask
>
> I have the same problem.  I'm guessing that it's because I'm using an
> older modem (Still good for faxes!) that uses 7 bits no parity and
> won't accept anything else.  Same story for you?  As far as I can
> tell, there's no way to set those options.  Am I wrong?  Thanks!
>
> Ben



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] drawterm-win and /mnt/term
@ 2002-08-01 22:05 Russ Cox
  0 siblings, 0 replies; 6+ messages in thread
From: Russ Cox @ 2002-08-01 22:05 UTC (permalink / raw)
  To: 9fans

The problem is that statting the root
shouldn't give #/.  It should give /.
It's a bug in drawterm.

Russ


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-08-05 23:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-15 23:24 Re:[9fans] ppp and other Andrey S. Kukhar
2002-07-31  9:35 ` [9fans] " Ben
2002-08-01 19:56   ` Jack Johnson
2002-08-01 20:21   ` [9fans] drawterm-win and /mnt/term Jack Johnson
2002-08-05 23:39   ` [9fans] ppp and other plan9
2002-08-01 22:05 [9fans] drawterm-win and /mnt/term Russ Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).