Cohen,

Thanks for your help, but I solved this problem removing the ACPI and
APIC from the boot in /boot/grub/menu.lst.

Thanks,

MCelo.


2007/5/8, Tzafrir Cohen <[EMAIL PROTECTED]>:
On Mon, May 07, 2007 at 05:15:26PM -0300, MCelo wrote:
> Cohen,
>
> >On different boots you get the modules loaded with a different order?
> >
>
> Yes, thats it.
>
> >What do you have in /etc/modules ? This should take effect on boot.
>
> I have the following in /etc/modules :
>
> asterisk:~# cat /etc/modules
> # /etc/modules: kernel modules to load at boot time.
> #
> # This file contains the names of kernel modules that should be loaded
> # at boot time, one per line. Lines beginning with "#" are ignored.
>
> zaptel

You don't really need zaptel here. It will get loaded by a modprobe of
any of the other.

> wcte11xp
> wctdm
> wcfxo

OK.

> loop
>
>
>
> This is the order that I want. I don't know what loop means.
>
> >What do you have in /etc/sysconfig/zaptel ? This should take efect if
> >you unloaded all modules and want to reload them.
> >
>
> I don't have the file /etc/sysconfig/zaptel, but I have
> /etc/default/zaptel.

Right. My mistake.

> Where I can find some information about the
> loading modules. In this file I un-commented  the modules that I want,
> and I left commented the modules that I don't want. I have the
> following in /etc/default/zaptel :
>
> asterisk:~# cat /etc/default/zaptel
> TELEPHONY=yes
> #DEBUG=yes
>

Removing remmed-out lines:

> MODULES="$MODULES wcte11xp"     # TE110P - Single Span T1/E1 Card
> MODULES="$MODULES wcfxo"        # X100P - Single port FXO interface
> MODULES="$MODULES wctdm"        # TDM400P - Modular FXS/FXO interface

So you basically have:

MODULES="$MODULES wct1xxp wcfxo wctdm"

Also note that you don't initialize MODULES . I believe
/etc/init.d/zaptel has a default value for it.

grep MODULES= /etc/init.d/zaptel

--
              Tzafrir Cohen
icq#16849755                    jabber:[EMAIL PROTECTED]
+972-50-7952406           mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to