Code:
linux:/usr/src/bristuff-0.2.0-RC8h/zaphfc # make loadNT
make -C /usr/src/linux-2.6 SUBDIRS=/usr/src/bristuff-0.2.0-RC8h/zaphfc ZAP=-I/usr/src/bristuff-0.2.0-RC8h/zaptel-1.0.8 modules
make[1]: Entering directory `/usr/src/linux-2.6.5-7.155.29'
Makefile:438: .config: No such file or directory
WARNING: Symbol version dump /usr/src/linux-2.6.5-7.155.29/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.
CC [M] /usr/src/bristuff-0.2.0-RC8h/zaphfc/zaphfc.o
/usr/src/bristuff-0.2.0-RC8h/zaphfc/zaphfc.c: In function `hfc_findCards':
/usr/src/bristuff-0.2.0-RC8h/zaphfc/zaphfc.c:1000: warning: use of cast expressions as lvalues is deprecated
/usr/src/bristuff-0.2.0-RC8h/zaphfc/zaphfc.c:1000: warning: use of cast expressions as lvalues is deprecated
/bin/sh: line 1: scripts/basic/fixdep: No such file or directory
make[2]: *** [/usr/src/bristuff-0.2.0-RC8h/zaphfc/zaphfc.o] Error 1
make[1]: *** [_module_/usr/src/bristuff-0.2.0-RC8h/zaphfc] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.5-7.155.29'
make: *** [linux26] Error 2
linux:/usr/src/bristuff-0.2.0-RC8h/zaphfc #
Hab mit Bristuff von www.junghanns.net/asterisk installiert und auch den
symbolischen Link mit 'ln -s /usr/src/linux-2.6.5-7.155.29 /usr/src/linux-2.6' erstellt. Doch wie man sehen kann, kriege ich nur mehrere Fehlermeldungen.
Mein /usr/src-Verzeichnis sieht wie folgt aus:
Code:
total 38879
drwxr-xr-x 11 root root 592 Jul 3 05:18 .
drwxr-xr-x 15 root root 400 Jul 2 02:16 ..
-rw-r--r-- 1 root root 30720 Jul 3 03:54 0512-116.tar
drwxr-xr-x 27 root root 4120 Jul 2 23:34 asterisk
-rw-r--r-- 1 root root 39043220 Jul 1 18:42 asteriskathome-1.3.tar.gz
-rw-r--r-- 1 root root 20743 Jul 3 02:53 asteriskathome-1.3.tar.gz?download
drwxr-xr-x 12 root root 568 Jul 3 03:55 bristuff-0.2.0-RC8h
-rw-r--r-- 1 root root 655360 Jun 24 14:00 bristuff-0.2.0-RC8h.tar
drwxr-xr-x 3 root root 128 May 25 16:29 ct_asterisk
drwxr-xr-x 4 root root 104 Jul 2 01:48 kernel-modules
drwxr-xr-x 3 root root 1184 Jul 2 23:01 libpri
lrwxrwxrwx 1 root root 20 Jul 2 19:55 linux -> linux-2.6.5-7.155.29
lrwxrwxrwx 1 root root 29 Jul 3 05:18 linux-2.6 -> /usr/src/linux-2.6.5-7.155.29
drwxr-xr-x 20 root root 784 Jul 3 04:36 linux-2.6.5-7.155.29
drwxr-xr-x 3 root root 72 Jun 2 21:52 linux-2.6.5-7.155.29-obj
lrwxrwxrwx 1 root root 24 Jul 2 19:55 linux-obj -> linux-2.6.5-7.155.29-obj
drwxr-xr-x 7 root root 168 Jul 2 01:02 packages
drwxr-xr-x 5 root root 6760 Jul 2 22:34 zaptel
EDIT
Ok, hab jetzt nach der HowTo von http://www.ip-phone-forum.de/forum/viewtopic.php?t=8983&start=0
noch die Befehle "make cloneconfig" und "make prepare" benutzt und es ging dann mit dem Befehl make loadNT schon ein Stück weiter. Trotzdem habe ich noch Fehlermeldungen
Code:
linux:/usr/src/bristuff-0.2.0-RC8h/zaphfc # make loadNT
make -C /usr/src/linux-2.6 SUBDIRS=/usr/src/bristuff-0.2.0-RC8h/zaphfc ZAP=-I/usr/src/bristuff-0.2.0-RC8h/zaptel-1.0.8 modules
make[1]: Entering directory `/usr/src/linux-2.6.5-7.155.29'
WARNING: Symbol version dump /usr/src/linux-2.6.5-7.155.29/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.
CC [M] /usr/src/bristuff-0.2.0-RC8h/zaphfc/zaphfc.o
/usr/src/bristuff-0.2.0-RC8h/zaphfc/zaphfc.c: In function `hfc_findCards':
/usr/src/bristuff-0.2.0-RC8h/zaphfc/zaphfc.c:1000: warning: use of cast expressions as lvalues is deprecated
/usr/src/bristuff-0.2.0-RC8h/zaphfc/zaphfc.c:1000: warning: use of cast expressions as lvalues is deprecated
Building modules, stage 2.
MODPOST
CC /usr/src/bristuff-0.2.0-RC8h/zaphfc/zaphfc.mod.o
LD [M] /usr/src/bristuff-0.2.0-RC8h/zaphfc/zaphfc.ko
make[1]: Leaving directory `/usr/src/linux-2.6.5-7.155.29'
modprobe zaptel
insmod ./zaphfc.ko modes=1
ztcfg -v
Zaptel Configuration
======================
SPAN 1: CCS/ AMI Build-out: 399-533 feet (DSX-1)
SPAN 2: CCS/ AMI Build-out: 399-533 feet (DSX-1)
6 channels configured.
ZT_SPANCONFIG failed on span 2: No such device or address (6)
make: *** [loadlinux26NT] Error 1
linux:/usr/src/bristuff-0.2.0-RC8h/zaphfc #