From owner-freebsd-isdn Mon Feb 28 13:54:11 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from Beasd.Echelon.nl (beasd.echelon.nl [193.78.78.34]) by hub.freebsd.org (Postfix) with ESMTP id 678F337B965 for ; Mon, 28 Feb 2000 13:54:06 -0800 (PST) (envelope-from peter@echelon.nl) Received: from [193.78.78.131] (helo=charlie.echelon.nl) by Beasd.Echelon.nl with esmtp (Exim 3.02 #1) id 12PY75-0005qc-00 for freebsd-isdn@freebsd.org; Mon, 28 Feb 2000 22:53:59 +0100 Received: by Charlie.Echelon.nl; id ; Mon, 28 Feb 2000 22:53:59 +0100 (MET) (Smail-3.2 1996-Jul-4 #9) Message-Id: Subject: VJ_SPPP To: freebsd-isdn@freebsd.org Date: Mon, 28 Feb 2000 22:53:59 +0100 (MET) From: Peter Spekreijse X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I tried to compile i4b with options SPPP_VJ. It did not work, I get the following messages compiling the kernel. lding kernel if_spppsubr.o: In function `sppp_input': if_spppsubr.o(.text+0x27b): undefined reference to `sl_uncompress_tcp' if_spppsubr.o: In function `sppp_output': if_spppsubr.o(.text+0x594): undefined reference to `sl_compress_tcp' if_spppsubr.o: In function `sppp_attach': if_spppsubr.o(.text+0x84b): undefined reference to `sl_compress_init' if_spppsubr.o: In function `sppp_ipcp_RCR': if_spppsubr.o(.text+0x3348): undefined reference to `sl_compress_init' if_spppsubr.o: In function `sppp_ipcp_RCN_nak': if_spppsubr.o(.text+0x3709): undefined reference to `sl_compress_init' *** Error code 1 The only line I added to my kernel config is options SPPP_VJ. The i4b part of my kernel config looks like this: options "TEL_S0_16_3" device isic0 at isa? port 0xd80 net irq 5 flags 3 pseudo-device "i4bq921" pseudo-device "i4bq931" pseudo-device "i4b" pseudo-device "i4btrc" 4 pseudo-device "i4bctl" pseudo-device "i4brbch" 4 pseudo-device "i4btel" 2 options IPR_VJ # # network driver for sync PPP over ISDN options SPPP_VJ pseudo-device "i4bisppp" 2 pseudo-device sppp Currently I'm running i4b 0.83 on FreeBSD stable without any problems, same config without the SPPP_VJ line. What am I doing wrong? -- Peter Spekreijse | email: peter@echelon.nl | web: www.echelon.nl ECHELON consultancy and software development | phone: +31 (0)53 48 36 585 PO Box 545, 7500AM Enschede, The Netherlands | fax: +31 (0)53 43 36 222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message