[Asterisk-Users] I can't load modules (ztdummy, wcfxo.o)

Kristian Kielhofner kris at krisk.org
Mon Feb 28 16:44:58 MST 2005


Adam Goryachev wrote:
> On Mon, 2005-02-28 at 21:35 +0100, Androtech wrote:
> 
>>Hi to everybody,
>>seems that I cannot load the zaptel modules:
>> 
>>ztdummy says the following:
>> 
>>[root at Hayabusa misc]# modprobe ztdummy
>>
>>/lib/modules/2.4.22/misc/ztdummy.o: unresolved symbol zt_unregister
>>/lib/modules/2.4.22/misc/ztdummy.o: unresolved symbol zt_transmit
>>/lib/modules/2.4.22/misc/ztdummy.o: unresolved symbol zt_receive
>>/lib/modules/2.4.22/misc/ztdummy.o: unresolved symbol zt_register
>>modprobe: insmod /lib/modules/2.4.22/misc/ztdummy.o failed
>>modprobe: insmod ztdummy failed
>>
> 
> 
> You need to "modprobe zaptel" first
> 
> Regards,
> Adam
> 

Actually, you shouldn't have to.  That is what module dependencies and 
modprobe are for.  You need to run a "depmod -a" to try to rebuild your 
module dependencies, and then you should be able to modprobe ztdummy 
just fine.

--
Kristian Kielhofner



More information about the asterisk-users mailing list