Has anyone seen this error: zaptel]# ./zaptel.init start Loading zaptel framework: [ OK ] Loading zaptel hardware modules: wcusb Running ztcfg: ZT_CHANCONFIG failed on channel 1: No such device or address (6) [FAILED] TIA Chuck -------------- next part -------------- An HTML attachment was scrubbed... URL: lists.digium.com/pipermail/asterisk-users/attachments/20050103/7639c86a/attachment.htm
Follow the instructions in: /usr/src/zaptel/README.udev Also sometimes you might have to wait between loading the zaptel and the modules. Just try on the command line: modprobe zaptel then wait a few seconds then: modprobe wcusb if it works then the preblem is most likely because you have to wait. On Mon, 03 Jan 2005 16:51:41 -0800, Charles S. Antrim <chuck@antrim.org> wrote:> > Has anyone seen this error: > > zaptel]# ./zaptel.init start > Loading zaptel framework: [ OK ] > Loading zaptel hardware modules: wcusb > Running ztcfg: ZT_CHANCONFIG failed on channel 1: No such device or address > (6) > [FAILED] > > > TIA > > Chuck > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users > >
On January 3, 2005 08:09 pm, C F wrote:> modprobe zaptel > then wait a few seconds > then: > modprobe wcusbWhy would you have to modprobe them separately? modprobe wcusb should automatically load zaptel. -A.