View previous topic :: View next topic |
Author |
Message |
Vortexia n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Feb 2005 Posts: 1
|
Posted: Mon Feb 07, 2005 7:12 pm Post subject: WARNING: Error inserting zaptel |
|
|
My current kernel build is
merlin zaptel # uname -a
Linux merlin 2.6.10-gentoo-r6 #1 SMP Sat Feb 5 16:01:22 GMT 2005 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux
I seem to experiencing a problem emerging zaptel v1.0.4 , I currently have asterisk 1.0.5 up and running.
I have enabled USE="devfs26"
I get the following errors
merlin zaptel # modprobe zaptel
FATAL: Error inserting zaptel (/lib/modules/2.6.10-gentoo-r6/misc/zaptel.ko): Unknown symbol in module, or unknown parameter (see dmesg)
merlin zaptel # dmesg
zaptel: Unknown symbol devfs_mk_symlink
wcfxo: Unknown symbol zt_receive
wcfxo: Unknown symbol zt_ec_chunk
wcfxo: Unknown symbol zt_transmit
wcfxo: Unknown symbol zt_unregister
wcfxo: Unknown symbol zt_hooksig
wcfxo: Unknown symbol zt_register
wcfxo: Unknown symbol zt_alarm_notify
Any help will be most appreciated ! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Squinky86 Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 25 Mar 2003 Posts: 309 Location: Alabama, USA
|
Posted: Sat Mar 05, 2005 3:21 pm Post subject: |
|
|
This often meens that the kernel in /usr/src/linux is different than the one you are running. Please rebuild your kernel, move it to /boot, reboot your system, and then try to rebuild and load the zaptel drivers. _________________ Me |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
giant Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Simpsons/Simpsons_-_Snow_Ball.jpg)
Joined: 01 Aug 2002 Posts: 107
|
Posted: Sat Apr 02, 2005 9:11 am Post subject: |
|
|
Please Check if you have
CONFIG_CRC_CCITT compiled as a module.
CONFIG_CRC_CCITT=m
in your kernel. This should solve your problem.
Cheers. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|