[Asterisk-bsd] Generic HFC-E1 ISDN driver for FreeBSD 5/6/7available

Chris Stenton jacs at gnome.co.uk
Mon Sep 19 04:32:38 CDT 2005


Just tried this on FreeBSD 5.4 and get

Backup already exists ... continuing
cat /usr/src/sys/conf/files  | grep -v " i4b"  | grep -v " new_usb"  | 
grep -v "i4b/"  | grep -v "dev/usb2"  | grep -v "dev/usb/ehci.c"  | grep -
v "dev/usb/ehci_pci.c"  | grep -v "dev/usb/ohci.c"  | grep -v 
"dev/usb/ohci_pci.c"  | grep -v "dev/usb/uhci.c"  | grep -v 
"dev/usb/uhci_pci.c"  |
 grep -v "dev/usb/uhub.c"  | grep -v "dev/usb/usb.c"  | grep -v 
"dev/usb/usb_mem.c"  | grep -v "dev/usb/usb_subr.c"  | grep -v 
"dev/usb/usbdi.c"
 | grep -v "dev/usb/usbdi_util.c"  | grep -v "dev/usb/ugen.c"  | sed -e 
s/"S\/dev\/usb\/usbdevs -h"/"S\/dev\/usb\/usbdevs"/g  | sed -e s/"S\/dev\
/usb\/usbdevs -d"/"S\/dev\/usb\/usbdevs"/g  > tempfile
cat tempfile > /usr/src/sys/conf/files
cat /usr/src/sys/conf/files.pc98  | grep -v " i4b"  | grep -v " new_usb"  | 
grep -v "i4b/"  | grep -v "dev/usb2"  | grep -v "dev/usb/ehci.c"  | g
rep -v "dev/usb/ehci_pci.c"  | grep -v "dev/usb/ohci.c"  | grep -v 
"dev/usb/ohci_pci.c"  | grep -v "dev/usb/uhci.c"  | grep -v 
"dev/usb/uhci_pci.
c"  | grep -v "dev/usb/uhub.c"  | grep -v "dev/usb/usb.c"  | grep -v 
"dev/usb/usb_mem.c"  | grep -v "dev/usb/usb_subr.c"  | grep -v "dev/usb/usbd
i.c"  | grep -v "dev/usb/usbdi_util.c"  | grep -v "dev/usb/ugen.c"  | sed -e 
s/"S\/dev\/usb\/usbdevs -h"/"S\/dev\/usb\/usbdevs"/g  | sed -e s/"S\
/dev\/usb\/usbdevs -d"/"S\/dev\/usb\/usbdevs"/g  > tempfile
cat tempfile > /usr/src/sys/conf/files.pc98
cat /usr/src/sys/conf/files.i386  | grep -v " i4b"  | grep -v " new_usb"  | 
grep -v "i4b/"  | grep -v "dev/usb2"  | grep -v "dev/usb/ehci.c"  | g
rep -v "dev/usb/ehci_pci.c"  | grep -v "dev/usb/ohci.c"  | grep -v 
"dev/usb/ohci_pci.c"  | grep -v "dev/usb/uhci.c"  | grep -v 
"dev/usb/uhci_pci.
c"  | grep -v "dev/usb/uhub.c"  | grep -v "dev/usb/usb.c"  | grep -v 
"dev/usb/usb_mem.c"  | grep -v "dev/usb/usb_subr.c"  | grep -v "dev/usb/usbd
i.c"  | grep -v "dev/usb/usbdi_util.c"  | grep -v "dev/usb/ugen.c"  | sed -e 
s/"S\/dev\/usb\/usbdevs -h"/"S\/dev\/usb\/usbdevs"/g  | sed -e s/"S\
/dev\/usb\/usbdevs -d"/"S\/dev\/usb\/usbdevs"/g  > tempfile
cat tempfile > /usr/src/sys/conf/files.i386
sed -e s/getchns/chn_get/g  -e s/relchns/chn_rel/g 
/usr/src/sys/dev/sound/pcm/dsp.c  | sed -e s/"chn_get(struct cdev 
\*"/"chn_get(dev_t "/g  -e
s/"chn_rel(struct cdev \*"/"chn_rel(dev_t "/g  > tempfile
cat tempfile > /usr/src/sys/dev/sound/pcm/dsp.c
sed -e s/"MTX_DEF)"/"MTX_DEF|MTX_RECURSE)"/g  -e s/"d->flags = 0;"/""/g 
/usr/src/sys/dev/sound/pcm/sound.c  > tempfile
cat tempfile > /usr/src/sys/dev/sound/pcm/sound.c
cat /usr/src/sys/dev/sound/pcm/channel.h  | grep -v " chn_rel("  | grep -v " 
chn_get("  | cat -  > tempfile
cat tempfile > /usr/src/sys/dev/sound/pcm/channel.h
make: don't know how to make new_ihfc_1_5_5.tar.bz2. Stop

----- Original Message ----- 
From: "Hans Petter Selasky" <hselasky at c2i.net>
To: <asterisk-bsd at lists.digium.com>
Sent: Sunday, September 18, 2005 9:08 PM
Subject: [Asterisk-bsd] Generic HFC-E1 ISDN driver for FreeBSD 
5/6/7available


> Hi,
>
> There is a generic FreeBSD driver for passive E1 boards available. 
> Currently
> only HFC-E1 is supported. Maybe someone here is interested in that. 
> Anyway,
> here is a short description:
>
> The following package is intended for FreeBSD 5/6/7. The driver will have 
> its
> final test by the end of this week.
>
> Here is a document that describes some of the supported features:
> http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/driver_info_6.txt
>
>
> Download the three files below into a new directory and type "make 
> install".
> To uninstall type "make deinstall".
>
> http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/155/Makefile
> http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/new_ihfc_1_5_5.tar.bz2
> http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/new_ihfc_1_5_5.diff.bz2
>
> Type "make help" for more help.
>
> PS: This release supports the CVS version of the "chan_capi" module for
> Asterisk.
>
> --HPS
> _______________________________________________
> Asterisk-BSD mailing list
> Asterisk-BSD at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-bsd
> 



More information about the Asterisk-BSD mailing list