ISDN4BSD (HPS version) is going into ports

Hans Petter Selasky hselasky at c2i.net
Mon Mar 5 18:01:53 UTC 2012


On Monday 05 March 2012 11:13:31 Michael Reifenberger wrote:
> On Wed, 29 Feb 2012, Hans Petter Selasky wrote:
> ...
> 
> > kldload i4b
> 
> Here I get under -current(r230808):
> (fs)(root) kldload i4b
> kldload: can't load i4b: Exec format error
> 
> dmesg shows:
> ...
> link_elf_obj: symbol dss1_lite_process undefined
> linker_load_file: Unsupported file type
> ...

Could you try the following patch:

Index: module/Makefile
===================================================================
--- module/Makefile     (revision 2219)
+++ module/Makefile     (working copy)
@@ -84,8 +84,11 @@
 SRCS+= iloop.c
 .endif
 
-.if !defined(HAVE_YEALINK_DRIVER)
+.if defined(HAVE_YEALINK_DRIVER)
 SRCS+= yealink.c
+.endif
+
+.if defined(HAVE_ISDN_LOOP_DRIVER) || defined(HAVE_YEALINK_DRIVER)
 SRCS+= dss1_lite.c dss1_lite_l1if.c
 .endif

--HPS


More information about the freebsd-isdn mailing list