Re: [Asterisk-Users] DevKitLite compiles but won't load modules or run asterisk

2003-12-26 Thread Steven Critchfield
On Fri, 2003-12-26 at 01:13, Ron Fox wrote:
 I'm trying to install on a 233Mz PII running RH7.1 kernel 2.4.2
 The astinstall script pulled files from CVS ok and compiled with no 
 warnings.  When I try to run modprobe wcfxo and modprobe wcusb I get
 the following identical set of error messages:
 
 
 15.  Creating sample environment...SKIPPED
 = Installation Completed! 
 
 
 [EMAIL PROTECTED] asterisk-devkit-lite]# modprobe wcfxo
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol 
 add_wait_queue_Re67723dc
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol __pollwait_Rf55e743f
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol proc_mkdir_R7e88f9ad
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol 
 register_chrdev_R0ec734c6
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol 
 remove_proc_entry_R6be8391a
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol 
 create_proc_entry_R4231d820
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol 
 remove_wait_queue_R9ce3
 /lib/modules/2.4.2-2/misc/zaptel.o: insmod 
 /lib/modules/2.4.2-2/misc/zaptel.o failed
 /lib/modules/2.4.2-2/misc/zaptel.o: insmod wcfxo failed
 [EMAIL PROTECTED] asterisk-devkit-lite]#
 
 [EMAIL PROTECTED] asterisk-devkit-lite]# modprobe wcusb
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol 
 add_wait_queue_Re67723dc
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol __pollwait_Rf55e743f
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol proc_mkdir_R7e88f9ad
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol 
 register_chrdev_R0ec734c6
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol 
 remove_proc_entry_R6be8391a
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol 
 create_proc_entry_R4231d820
 /lib/modules/2.4.2-2/misc/zaptel.o: unresolved symbol 
 remove_wait_queue_R9ce3
 /lib/modules/2.4.2-2/misc/zaptel.o: insmod 
 /lib/modules/2.4.2-2/misc/zaptel.o failed
 /lib/modules/2.4.2-2/misc/zaptel.o: insmod wcusb failed
 [EMAIL PROTECTED] asterisk-devkit-lite]#


 Can anyone tell me what may be running amiss here?

You don't seem to have the proper header files and modversions file for
your kernel. You would be well off to get a newer kernel anyways, and
compile from source. Then when you compile the modules, they should work
for you.

 Also, is there a script or makefile target that will fully un-install
 asterisk, zaptel, zapata and libpri so that I can try again?

This isn't windows, that isn't important.
-- 
Steven Critchfield [EMAIL PROTECTED]

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DevKitLite compiles but won't load modules or run asterisk

2003-12-26 Thread Iain Stevenson


--On Thursday, December 25, 2003 9:13 pm -1000 Ron Fox [EMAIL PROTECTED] 
wrote:


Also, is there a script or makefile target that will fully un-install
asterisk, zaptel, zapata and libpri so that I can try again?
You could install the utility checkinstall.  It creates a RPM for 
software that installs via make install - as asterisk does.  You can then 
remove the software using rpm -e

 Iain
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users