Modprobing

hi all

i got error while installing ztdummy
when run

  • modprobe zaptel
  • modprobe ztdummy

root@nitin:/usr/src/asterisk/zaptel# modprobe zaptel
root@nitin:/usr/src/asterisk/zaptel# modprobe ztdummy
modprobe: Can’t locate module ztdummy
root@nitin:/usr/src/asterisk/zaptel#

any clues!!!

regards

in the zaptel source dir did you do make install?

remember, its make clean ; make ; make install
in that order :smile:

hi all

yes i do that in the zaptel source dir.
and in the sequence

make clean ; make ; make install

but there is no error while these make clean ; make ; make install

but its only shows error while modprobe.

regards