bilal ghayyad
2007-Sep-25 12:55 UTC
[asterisk-users] Do I need to run #modprobe zaptel for Digium
Hi List; If I am configuring Diguim Analoge card, then I need to run #modprobe wctdm, but the question why I need to run #modprobe zaptel also? What #modprobe zaptel does a things that #modprobe wctdm does not do? Any help? Regards Bilal ____________________________________________________________________________________ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/
Tzafrir Cohen
2007-Sep-25 13:13 UTC
[asterisk-users] Do I need to run #modprobe zaptel for Digium
On Tue, Sep 25, 2007 at 05:55:13AM -0700, bilal ghayyad wrote:> Hi List; > > If I am configuring Diguim Analoge card, then I need > to run #modprobe wctdm, but the question why I need to > run #modprobe zaptel also?No.> > What #modprobe zaptel does a things that #modprobe > wctdm does not do?modprobe will load all the modules on which your module depends first. wctdm depends on zaptel, and hence it would first load zaptel and later load wctdm. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Jared Smith
2007-Sep-25 13:22 UTC
[asterisk-users] Do I need to run #modprobe zaptel for Digium
On Tue, 2007-09-25 at 05:55 -0700, bilal ghayyad wrote:> If I am configuring Diguim Analoge card, then I need > to run #modprobe wctdm, but the question why I need to > run #modprobe zaptel also?The wctdm kernel module depends on the zaptel module, so the zaptel module will get automatically loaded when you load the wctdm module. -- Jared Smith Community Relations Manager Digium, Inc.
Alex Balashov
2007-Sep-25 20:14 UTC
[asterisk-users] Do I need to run #modprobe zaptel for Digium
Bilal, The '#' symbol is part of a root prompt, not the command. In fact, if you run a command in this way, it will not work because the shell will perceive you as trying to enter a comment, as one would do in a shellscript. The Zapata modules have a series of interdependencies based on the logical decomposition of the code; it is not necessary that the zaptel module "do" anything from a functional point of view, as far as interacting with the hardware, for it to be a necessary dependency. It may implement certain global utility or API functions -- symbols the wctdm module needs to do some of its work and interface with the rest of the Zapata layer. Programming is an abstract thing. :-) Take care, -- Alex On Tue, 25 Sep 2007, bilal ghayyad wrote:> Hi List; > > If I am configuring Diguim Analoge card, then I need > to run #modprobe wctdm, but the question why I need to > run #modprobe zaptel also? > > What #modprobe zaptel does a things that #modprobe > wctdm does not do? > > Any help? > Regards > Bilal > > > > > > ____________________________________________________________________________________ > Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. > http://farechase.yahoo.com/ > > _______________________________________________ > > Sign up now for AstriCon 2007! September 25-28th. http://www.astricon.net/ > > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671
bilal ghayyad
2007-Sep-26 07:13 UTC
[asterisk-users] Do I need to run #modprobe zaptel for Digium
Hi Cohen; And do I need to run #modprobe wcfxs / #modprobe wcfxs or I have to run #modprobe wctdm? What is the difference? Regards Bilal> Hi List; > > If I am configuring Diguim Analoge card, then I need > to run #modprobe wctdm, but the question why I needto> run #modprobe zaptel also?No.> > What #modprobe zaptel does a things that #modprobe > wctdm does not do?modprobe will load all the modules on which your module depends first. wctdm depends on zaptel, and hence it would first load zaptel and later load wctdm. -- ____________________________________________________________________________________ Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online. http://smallbusiness.yahoo.com/webhosting
Tzafrir Cohen
2007-Sep-26 08:53 UTC
[asterisk-users] Do I need to run #modprobe zaptel for Digium
On Wed, Sep 26, 2007 at 12:13:33AM -0700, bilal ghayyad wrote:> Hi Cohen; > > And do I need to run #modprobe wcfxs / #modprobe wcfxs > or I have to run #modprobe wctdm? What is the > difference?Just use wctdm (modprobe wcfxs will likely have the same effect. wcfxs was the driver for the same device that was used up to (including) zaptel 1.0. It was later rewritten and renamed to wctdm. Currently wcfxs is usually an alias to wctdm -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir