search for: moduleso

Displaying 3 results from an estimated 3 matches for "moduleso".

Did you mean: modules
2004 Nov 28
2
Asterisk/linux 2.6.9 kernel build failure
Has anyone successfully built Asterisk with linux 2.6.9 kernel? It fails in my zaptel build trying to find a Makefile in the /lib/modules/2.6.9/build directory - thanks.
2006 Mar 23
0
Zaptel compilation problem on SUSE
...instead of /lib/modules.2.6.13-15.8-default. If I run the command 'uname -r' I am shown '2.6.13-15.8-default' and I see the Makefile in /usr/src/zaptel has the following line: KVERS:=$(shell uname -r) I then see in the install section lower down the following lines: for x in $(MODULESO); do \ install -D -m 644 $$x $(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/$$x ; \ done I take from this that it should be placing them in /lib/modules/2.6.13-15.8-default/misc, but as mentioned before, it's putting them in /lib/modules/2.6.13-15-default/misc. My workaround is to move the f...
2004 May 14
0
SuSE & Zaptel Compilation errors
...DEVFS in linux 2.4 kernels, since its considered obsolete post 2.4 DEVFS=$(shell ps ax | grep -v grep | grep devfsd) endif TZOBJS=zonedata.lo tonezone.lo LIBTONEZONE=libtonezone.so.1.0 MODULES=zaptel tor2 torisa wcusb wcfxo wcfxs \ ztdynamic ztd-eth wct1xxp wct4xxp # ztdummy #MODULES+=wcfxsusb MODULESO=$(shell for x in $(MODULES); do echo "$$x.o "; done ) MODULESKO=$(shell for x in $(MODULES); do echo "$$x.ko "; done ) ZTTOOL=$(shell if [ -f /usr/include/newt.h ]; then echo zttool; fi) BINS=ztcfg torisatool makefw ztmonitor ztspeed $(ZTTOOL) #PRIMARY=wcfxsusb PRIMARY=torisa...