Simple solution on redhat machines.... In the zaptel source tree (At least the CVS one) there is a file called zaptel.init. This is a script that will allow you to install all needed modules. To use it do this:
cd /usr/src/zaptel cp zaptel.init /etc/init.d/zaptel chkconfig --add zaptel chkconfig --level 2345 zaptel on Now every time you reboot all the zaptel modules will be install automatically. PS Why this is not done in the make install script is beyond me. Scott 700-297-0469 ----- Original Message ----- From: "Rich Adamson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 02, 2004 6:59 PM Subject: Re: [Asterisk-Users] module help? > > > > I've installed the new TDM04B 4-port FXO card and its working. After > > > a reboot, when I do lsmod I see the wcfxo module but not the wcfxs > > > even though both are listed modules.conf. > > > > > > If I "modprobe wcfxs", then lsmod has both modules showing. > > > > why you need wcfxs on a quad-fxo ? > > Because the support folks at digium said on Friday the supporting routines > for the new fxo card are actually in wcfxs. > > > > The wcfxs module is the last one in the modules.conf. Is the order > > > of entries sensitive in modules.conf? > > > > modules.conf != loaded modules. > > as the name suggest, it contains only configuration params > > for modules.... > > > > > > Do I need to be concerned with wcfxs not showing before starting > > > asterisk? Any suggestions? > > > > sure. > > learn something more about kernel, modules and what > > is modules.conf > > > > bug us with asterisk related questions, not > > with what-are-kernel-modules? questions. > > Okay, then let me reword this just for you. > > Is there a problem with the asterisk "make install" process that > might be considered the root-cause for wcfxs not showing up > in lsmod? > > > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
