[Asterisk-Users] newbie question: Meetme

Steven Critchfield critch at basesys.com
Wed Oct 15 13:36:15 MST 2003


On Wed, 2003-10-15 at 15:10, rnc Info Lists wrote:
> >
> >     Did you "modprobe ztdummy" before running asterisk ? I have meetme
> > running in one * box without zaptel  harware.
> >
> I just tried that.
> The following messages are given:
> /lib/modules/2.4.20-8/kernel/drivers/usb/usb-uhci.o: init_module: No such
> device
> Hint: insmod errors can be caused by incorrect module parameters,
> including invalid IO or IRQ parameters.
>       You may find more information in syslog or the output from dmesg
> /lib/modules/2.4.20-8/kernel/drivers/usb/usb-uhci.o: insmod
> /lib/modules/2.4.20-8/kernel/drivers/usb/usb-uhci.o failed
> /lib/modules/2.4.20-8/kernel/drivers/usb/usb-uhci.o: insmod ztdummy failed

These are some pretty simple error messages. It basically says it can't
load the usb-uhci module that ztdummy needs. So either you do not have a
uhci usb device, or you are using the other driver which would then
cause the device to be otherwise busy and not able to answer the calls
for this driver. So you need to know either sort out your usb problems,
or switch to the ztrtc driver.

> ztdummy.o is in /lib/modules/2.4.20-8/misc so I tried:
>  modprobe /lib/modules/2.4.20-8/misc/ztdummy.o

modprobe consults the modules dependency database, and uses names of
drivers, not filenames. This is why this example failed.

> and got:
> modprobe: Can't locate module /lib/modules/2.4.20-8/misc/ztdummy.o
> Permissions of that file are: -rw-r--r--
> 
> I noticed in the Makefile of zaptel that PRIMARY=torisa.
> Can zaptel be remade (or whatever that is called) without having to redo
> Asterisk?  If so maybe I try PRIMARY=ztdummy.

As far as I know, PRIMARY is useless since the majority of people here
have probably never even seen that card let alone have it.
-- 
Steven Critchfield  <critch at basesys.com>




More information about the asterisk-users mailing list