From owner-freebsd-isdn Wed Jan 28 08:34:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23468 for isdn-outgoing; Wed, 28 Jan 1998 08:34:05 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from bsd.spacequest.hs (in2.fto.de [193.197.153.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23438 for ; Wed, 28 Jan 1998 08:33:55 -0800 (PST) (envelope-from hschaefer@fto.de) Received: from localhost (localhost [127.0.0.1]) by bsd.spacequest.hs (8.8.7/8.8.7) with SMTP id RAA19546 for ; Wed, 28 Jan 1998 17:33:58 +0100 (CET) (envelope-from hschaefer@fto.de) Date: Wed, 28 Jan 1998 17:33:58 +0100 (CET) From: Heiko Schaefer X-Sender: heiko@bsd.spacequest.hs To: freebsd-isdn@FreeBSD.ORG Subject: Help ?! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I am new to this mailing-list, and got this one question... how do i make it work :)) ? i have bisdn-0.97 and the bisdntest2.tgz package. my kernel correctly reports my teles card while booting, i made the device-nodes, i got this rc-bisdn installed, can see the callers on my ttyv3. but how do i get this thing to dial out (i would like to connect to my isp with ppp/hdlc) ? i tried to configure this isdnpppd thing (/etc/bisdn/bisdnd.cfg), but when i start isdnpppd with start_ppp_out it reports: # Jan 28 17:30:40 uhura pppd[2710]: Connect: ppp0 <--> /dev/ity00 Jan 28 17:30:40 uhura pppd[2710]: ioctl1: Bad file descriptor Jan 28 17:30:40 uhura pppd[2710]: ioctl1: Bad file descriptor Jan 28 17:30:40 uhura pppd[2710]: Couldn't restore device fd flags: Bad file des criptor i tried out all the device nodes starting with i* because i didnt have a better idea... is my options file the problem, or what does isdnpppd expect as input ?! hope this question belongs here and hope anyone can help... i'm at this for about a week now - starting to get a bit worried if it'll ever run... :_\ regards, Heiko From owner-freebsd-isdn Wed Jan 28 10:36:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20102 for isdn-outgoing; Wed, 28 Jan 1998 10:36:31 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from arg1.demon.co.uk (arg1.demon.co.uk [194.222.34.166]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19963 for ; Wed, 28 Jan 1998 10:36:09 -0800 (PST) (envelope-from arg@arg1.demon.co.uk) Received: (from arg@localhost) by arg1.demon.co.uk (8.8.5/8.8.5) id SAA22639; Wed, 28 Jan 1998 18:30:41 GMT Date: Wed, 28 Jan 1998 18:30:40 +0000 (GMT) From: Andrew Gordon X-Sender: arg@server.arg.sj.co.uk To: Heiko Schaefer cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Help ?! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 28 Jan 1998, Heiko Schaefer wrote: > but how do i get this thing to dial out (i would like to connect to my isp > with ppp/hdlc) ? > > i tried to configure this isdnpppd thing (/etc/bisdn/bisdnd.cfg), > but when i start isdnpppd with start_ppp_out it reports: When you say "i start isdnpppd", I hope you really mean "bisdnd calls start_ppp_out" ? You can't start isdnpppd manually. > # Jan 28 17:30:40 uhura pppd[2710]: Connect: ppp0 <--> /dev/ity00 > Jan 28 17:30:40 uhura pppd[2710]: ioctl1: Bad file descriptor > Jan 28 17:30:40 uhura pppd[2710]: ioctl1: Bad file descriptor > Jan 28 17:30:40 uhura pppd[2710]: Couldn't restore device fd flags: Bad > file des > criptor > > i tried out all the device nodes starting with i* because i didnt have a > better idea... is my options file the problem, or what does isdnpppd > expect as input ?! It doesn't expect any device node - the difference between isdnpppd and normal pppd is that isdnpppd expects bisdnd to pass it an already-open file descriptor to use. If working properly, you should see: Jan 28 17:30:40 uhura pppd[2710]: Connect: ppp0 <--> /dev/tty ^^^^^^^^^ I don't know if your problem is to do with the way you are calling isdnpppd, or if something has gone wrong with the patches to the pppd source. My start_ppp_out looks like: #!/bin/sh exec /usr/sbin/isdnpppd 194.222.34.166: -d -bsdcomp -detach name arg1.demon.co.uk From owner-freebsd-isdn Thu Jan 29 04:56:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA03780 for isdn-outgoing; Thu, 29 Jan 1998 04:56:04 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from relay.de.uu.net (relay.de.uu.net [192.76.144.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA03741 for ; Thu, 29 Jan 1998 04:56:00 -0800 (PST) (envelope-from Dirk.Nerling@pdv.de) Received: from ns.pdv.de [194.139.111.2] by relay.de.uu.net with SMTP (5.61c:023_BLOCK/2.7.0.l-relay1b) id NAA03693; Thu, 29 Jan 1998 13:55:04 +0100 (MET) Received: by wall.pdv.de (8.6.11/GEN-1.2.3) via UUnet for mail.germany.eu.net id NAA19597; Thu, 29 Jan 1998 13:55:21 +0100 Received: from khk(192.168.12.37) by wall.pdv.de via smap (V1.3) id sma019585; Thu Jan 29 13:54:52 1998 Received: by khk.pdv.de with Internet Mail Service (5.0.1457.3) id ; Thu, 29 Jan 1998 13:54:25 +0100 Message-ID: From: "Dirk.Nerling" To: "'isdn@freebsd.org'" Subject: help Date: Thu, 29 Jan 1998 13:54:23 +0100 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1457.3) Content-Type: text/plain Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe isdn" -- Milky Way - Sol System - Earth - Europe - Germany - Thuringia - Erfurt http://wall.pdv.de/~nerle