From d18c7e2e14498103ca691f424edb89a695362caa Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 9 Jul 2008 09:18:50 +0000 Subject: * Remove the settings of MODULES= from the sample init.conf . * Don't load dahdi_dummy by default (we modprobe for it in the same init.d script anyway). * Document the format of the modules file. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4586 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- modules.sample | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'modules.sample') diff --git a/modules.sample b/modules.sample index 926b1b9..1f3b61a 100644 --- a/modules.sample +++ b/modules.sample @@ -3,12 +3,15 @@ # NOTE: Please add/edit /etc/modprobe.d/dahdi or /etc/modprobe.conf if you # would like to add any module parameters. # +# Format of this file: list of modules, each in its own line. +# Anything after a '#' is ignore, likewise trailing and leading +# whitespaces and empty lines. # TE405P - Quad Span T1/E1 Card (5v version) # TE410P - Quad Span T1/E1 Card (3.3v version) wct4xxp -# TE120P - Single Span T1/E1 Card +# * TE120P - Single Span T1/E1 Card wcte12xp # T100P - Single Span T1 Card @@ -30,8 +33,11 @@ wcfxo # TDM400P - Modular FXS/FXO interface (1-4 ports) wctdm -# DAHDI timing only interface -dahdi_dummy +# DAHDI timing only interface. Disabled by default, as it will be loaded +# by the init.d script in case no hardware is found. +# +# If you have no hardware, enable it and disable others. +#dahdi_dummy # Xorcom Astribank Device xpp_usb -- cgit v1.2.3