summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README40
1 files changed, 31 insertions, 9 deletions
diff --git a/README b/README
index a684291..fd9d728 100644
--- a/README
+++ b/README
@@ -26,6 +26,7 @@
# | `-- `uname -r`
# | `-- xioh
# | |-- e1000.ko
+# | |-- echo.ko
# | |-- gcu.ko
# | |-- gpio.ko
# | |-- hssvoice_driver.ko
@@ -60,10 +61,11 @@
* 2.4 Configure the init
* 2.5 Configure dahdi
* 2.6 Set the network interfaces
+ * 2.7 Deactivate munin-cron
* 3 Usage
* 3.1 Boot & reboot
- * 3.2
+ * 3.2 Upgrade XiVO
* 4 Be aware that...
@@ -76,6 +78,7 @@
* 4.5 How do I use the fron pannel serial port?
* 4.6 I don't have the Ethernet interfaces
* 4.7 How to replace the Hard Drive, or the mother board?
+ * 4.8 Is there an echo canceller?
* 5 Tips
@@ -96,7 +99,7 @@
connectors from left to right :
X X X X X X X X X X X
- 2xUSB eth0 eth1 eth2 ttyS0 BRI3 BRI3 BRI1 BRI0 FXS FXO
+ 2xUSB eth0 eth1 eth2 ttyS0 BRI3 BRI2 BRI1 BRI0 FXS FXO
Currently, the Ethernet ports could be labelled on the other way.
@@ -180,17 +183,30 @@
If you installed XiVO on a secondary hardware, you'll need to remove the
`/etc/udev/rules.d/70-persistent-net.rules` file.
+ === Deactivate munin-cron ===
+
+ Munin is a monitoring tool that collects data in an RRDtool database and
+ generates graphs. The graph generation slows down XIOH very heavily. To
+ deactivate it, comment every line in /etc/cron.d/munin*.
+
== Usage ==
- To boot the board, plug the power cable. Depending on the firmware, you
- will need to press the SW1 (power) switch (the one at the right) for few
- seconds (10s at last).
+ === Boot & Reboot ===
+
+ To boot the board, plug the power cable. You need to press the Power switch
+ (SW1, right side) few seconds to boot.
+
+ There is no reboot actually. You need to halt the board. Either from
+ GNU/Linux or by pressing the switch SW1 few seconds.
- To reboot the board, you need actually to halt it, then press the reboot
- switch (SW2, left of SW1).
+ Please mind that "reboot" command halt the board. You'll need to press the
+ the switch SW1 to restart the board.
- To halt the board, starting at firmware rev d026353, you can enter "halt"
- on the board and wait few seconds. All LEDs should power off.
+ === Upgrade XiVO ===
+
+ You can use the `xivo-upgrade' command, but you actually need to restart
+ the system in order to reload correctly the drivers.
+ Don't forget to restart!
== Be aware that.. ==
@@ -248,6 +264,12 @@
Please read the "I don't have the Ethernet interfaces" entry, as you'll
probably hit this issue if you don't reinstall from scratch.
+ * Is there an echo canceller?
+
+ Yes, we enable by default OSLEC, through the module "echo".
+ "dahdi_echocan_oslec" is its dahdi interface.
+ To desable it, remove the call in system.conf dahdi file.
+
== Tips ==