[asterisk-users] compiling dahdi and exporting it to another system

Tzafrir Cohen tzafrir.cohen at xorcom.com
Tue Aug 5 11:35:38 CDT 2014


On Wed, Jul 30, 2014 at 10:29:19PM +0200, Anthony Azzopardi wrote:
> Hello asterisk-users,
> 
>  
> 
> I need to compile dahdi and then export it to another system. I managed to
> do this with DESTDIR=/root/destDir, then make a tar file and extract in / of
> the other system. However the module is not loading and /dev/dahdi is not
> created. 

Are the modules available? What is the output of:

  modinfo dahdi

If not available: On the target system, what is the output of:

  find /lib/modules/`uname -r` -name dahdi.ko

If you find dahdi.ko: maybe you forgot to run depmod?

If you don't find it: maybe you built it for an incorrect kernel
version?

-- 
               Tzafrir Cohen
icq#16849755              jabber:tzafrir.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com



More information about the asterisk-users mailing list