I've put my fire proof suit on ready to ask a question ;o)
Redhat 9
Kernel 2.4.20-8
AVM Fritz PCI
Problem 1...
i have followed instructions from:-
http://www.voip-info.org/wiki-Asterisk+AVM+Fritz+CAPI+Driver+Install
http://www.voip-info.org/wiki-Asterisk+How+to+connect+with+CAPI
(Plus many many other sites found via google over the last 16 hours)
after modifying the makefile & defs.h, # make
Throws up a whole bunch or errors ending with..
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/usr/src/fritz/src.drv'
make: *** [drv] Error 2
it doesn't compile a fcpci.o for this kernel..
There are 2 other fcpci.o files (fcpci1.o fcpci2.o), but if I try to
insmod them, I get an error like..
./fcpci1.o: kernel-module version mismatch
./fcpci1.o was compiled for kernel version 2.4.20-4GB
while this kernel is version 2.4.20-8.
Where am I going wrong?
Question 2...
>From http://www.voip-info.org/wiki-Asterisk+AVM+Fritz+CAPI+Driver+Install
(this will replace the HiSax driver, so unload that if present in your
system)
Does this just mean # rmmod hisax , or is there more to it than that?
Cheers
Shane
On Wed, 2005-03-16 at 02:20 +1100, Shane Dalgleish wrote:> I've put my fire proof suit on ready to ask a question ;o) > > Redhat 9 > Kernel 2.4.20-8 > AVM Fritz PCI> > after modifying the makefile & defs.h, # make > Throws up a whole bunch or errors ending with.. > > make[1]: *** [main.o] Error 1 > make[1]: Leaving directory `/usr/src/fritz/src.drv' > make: *** [drv] Error 2 >Unfortunately it's the errors you didn't show that possibly hold the answer. -- Dave Cotton <dcotton@linuxautrement.com>
Shane Dalgleish wrote:>I've put my fire proof suit on ready to ask a question ;o) > >Redhat 9 >Kernel 2.4.20-8 >AVM Fritz PCI > >Problem 1... > >i have followed instructions from:- >http://www.voip-info.org/wiki-Asterisk+AVM+Fritz+CAPI+Driver+Install >http://www.voip-info.org/wiki-Asterisk+How+to+connect+with+CAPI >(Plus many many other sites found via google over the last 16 hours) > >after modifying the makefile & defs.h, # make >Throws up a whole bunch or errors ending with.. > >make[1]: *** [main.o] Error 1 >make[1]: Leaving directory `/usr/src/fritz/src.drv' >make: *** [drv] Error 2 > >it doesn't compile a fcpci.o for this kernel.. > >There are 2 other fcpci.o files (fcpci1.o fcpci2.o), but if I try to >insmod them, I get an error like.. > >./fcpci1.o: kernel-module version mismatch > ./fcpci1.o was compiled for kernel version 2.4.20-4GB > while this kernel is version 2.4.20-8. > >The first thing you should do is check that you have actually installed the kernel-source. Next check that the modversion.h is correct.