[Asterisk-doc] docs installation.xml,1.19,1.20
blitzrage
asterisk-doc@lists.digium.com
Wed, 14 Jul 2004 16:27:34 +0000
Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv663/docs
Modified Files:
installation.xml
Log Message:
blitzrage
- minor changes to the updates section. I still need to redo this whole
chapter so if you find errors, thats fine... it wasn't right to begin with
:)
Index: installation.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/installation.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** installation.xml 18 Jun 2004 12:37:43 -0000 1.19
--- installation.xml 14 Jul 2004 16:27:28 -0000 1.20
***************
*** 237,241 ****
is that the asterisk directory has a script to automatically update from CVS, compile
and install for you. The only problem is that it doesn't do zaptel and libpri,
! so those will need to be done manually.
</para>
--- 237,242 ----
is that the asterisk directory has a script to automatically update from CVS, compile
and install for you. The only problem is that it doesn't do zaptel and libpri,
! so those will need to be done manually. Before attempting to unload the modules
! be sure you have stopped Asterisk as it will be using the modules.
</para>
***************
*** 256,264 ****
<para>
! [Show lsmod output example here]
</para>
<para>
We are looking to see that the zaptel and libpri modules are loaded.
The <command>rmmod</command> command can now be used to remove these
modules from memory.
--- 257,283 ----
<para>
! <screen>
! <prompt>[root@localhost src]# </prompt><command>lsmod</command>
! Module Size Used by
! ipv6 184672 10
! autofs4 12932 0
! sunrpc 109924 1
! 8139too 17920 0
! mii 3584 1 8139too
! tulip 36384 0
! ztdummy 3364 0 <-- ztdummy module
! zaptel 218212 3 ztdummy <-- zaptel module
! floppy 47440 0
! sg 27680 0
! scsi_mod 91984 1 sg
! microcode 4768 0
! dm_mod 32800 0
! </screen>
</para>
<para>
We are looking to see that the zaptel and libpri modules are loaded.
+ Your output may be different from what is shown above. You will be
+ required to unload whatever modules you have loaded.
The <command>rmmod</command> command can now be used to remove these
modules from memory.