Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 1997 17:20:02 -0800 (PST)
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-bugs
Subject:   Re: misc/3133: TIOCSETD error with Cyclades 8Yo
Message-ID:  <199703290120.RAA20440@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/3133; it has been noted by GNATS.

From: Bruce Evans <bde@zeta.org.au>
To: freebsd-gnats-submit@FreeBSD.ORG, lewiz@netcom.com
Cc:  Subject: Re: misc/3133: TIOCSETD error with Cyclades 8Yo
Date: Sat, 29 Mar 1997 12:09:49 +1100

 >Using kernel-mode PPP.  Modems are attached to the Cyclades 8Yo.
 >PPPD is running on the modem ports.  The first connection works fine.
 >When another person dials in, ppp session cannot be established:
 >
 >Mar 28 10:13:43 lpp pppd[222]: ioctl(TIOCSETD): Device not configured
 >Mar 28 10:13:43 lpp pppd[222]: Exit User root Peer [startup] 1809822 seconds
 
 Looks like you only have one PPP device (`pseudo-device ppp 1' in the
 kernel config file).
 
 >Yes, the /devices are there:
 >0 crw-------  1 root  wheel   48,   0 Mar 28 09:42 ttyc0
 >0 crw-------  1 root  wheel   48,   1 Mar  5 23:51 ttyc1
 >0 crw-------  1 root  wheel   48,   2 Feb 24 18:27 ttyc2
 >0 crw-------  1 root  wheel   48,   3 Feb 24 18:27 ttyc3
 
 Those are just directory entries (and inodes).  Use stty and pstat -t to
 look at the state of actuall devices (beware of nonexistent devices shown
 by pstat too).
 
 Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703290120.RAA20440>