*BSD News Article 22596


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!elroy.jpl.nasa.gov!usc!howland.reston.ans.net!pipex!uknet!mcsun!sun4nl!fwi.uva.nl!vdlinden
From: vdlinden@fwi.uva.nl (Frank van der Linden)
Newsgroups: comp.os.386bsd.questions
Subject: Re: [NetBSD 0.9] What is wrong with /dev/tty and /dev/com[01] ?
Date: 19 Oct 1993 19:34:04 GMT
Organization: FWI, University of Amsterdam
Lines: 29
Distribution: world
Message-ID: <2a1ffc$pgg@mail.fwi.uva.nl>
References: <2956kr$bm5@homer.cs.mcgill.ca> <1993Oct13.121947.19474@jupiter.sun.csd.unb.ca> <1993Oct19.162634.28220@beaver.cs.washington.edu>
NNTP-Posting-Host: carol.fwi.uva.nl

herron@cs.washington.edu (Gary Herron) writes:

>The device /dev/tty seems to  be inaccessible to any but  the
>superuser, so kermit  fails  straight  off (since  it   opens
>/dev/tty).

My /dev/tty is:

crw-rw-rw-    1 root     wheel      1,   0 Oct 19 20:24 /dev/tty

No problems whatsoever with that one here.

>(2) What is wrong with the COM ports /dev/com0 and /dev/com1?

I had the same problems. You are probably using the standard GENERICAHA kernel,
which has the following lines in the config file:

device          com2    at isa? port "IO_COM3" tty irq 5 vector comintr
device          com3    at isa? port "IO_COM4" tty irq 9 vector comintr

(note the non-standard irq settings). If you recompile your kernel without
com2 and com3 enabled this way, everything should be OK.

Frank
-- 
+----------------------------------------------------------------------------+
| I am not sure what a .signature is for, but my mom told me to make one.    |
| Frank van der Linden, vdlinden@fwi.uva.nl                                  |
+----------------------------------------------------------------------------+