Skip to content

Commit

Permalink
correct .md files for minisatip8
Browse files Browse the repository at this point in the history
  • Loading branch information
perexg committed Sep 24, 2018
1 parent d4130c5 commit 18b4f42
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 15 deletions.
28 changes: 21 additions & 7 deletions dist/README
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,21 @@ nfsd:
- to list connected clients 'showmount'
- to list exports 'exportfs'

Minisatip8 (0.7.15) config:
Minisatip8 (0.7.16) config:
---------------------------

- this is the preferred minisatip server now
- you may add extra parameters to MINISATIP8_OPTS= in /etc/sysconfig/config
- WARNING: use -D with unique numbers if you have _multiple_ SAT>IP servers on net
- SEE: minisatip.md file in this directory for more details
- example 1: only two tuners: MINISATIP_OPTS="-e 0-1"
- example 2: unicable: MINISATIP_OPTS="-u 0:1-1420,1:0-1210,2:2-1680,3:3-2040"
- example 1: only two tuners: MINISATIP8_OPTS="-e 0-1"
- example 2: unicable: MINISATIP8_OPTS="-u 0:1-1420,1:0-1210,2:2-1680,3:3-2040"
- AXE hardware specific options:
-7 link adapters (identical src,lo/hi,h/v), the format is M:S (master:slave)
-Q quattro LNB config (H/H,H/V,L/H,L/V)
-9 X AXE unicable/jess input (0-3)
- example 3: unicable coax in input 2: MINISATIP_OPTS="-9 1"
- example 4: quattro LNB: MINISATIP_OPTS="-Q"
- example 4: quattro LNB: MINISATIP8_OPTS="-Q"
- example 5: coax in inputs 1,2, tuner 3 slave to input 1, tuner 4 slave to input 2
MINISATIP_OPTS="-7 0:2,1:3"

Expand All @@ -121,14 +121,14 @@ Minisatip 0.7 config:
- you may add extra parameters to MINISATIP7_OPTS= in /etc/sysconfig/config
- WARNING: use -D with unique numbers if you have _multiple_ SAT>IP servers on net
- SEE: minisatip.md file in this directory for more details
- example 1: only two tuners: MINISATIP_OPTS="-e 0-1"
- example 2: unicable: MINISATIP_OPTS="-u 0:1-1420,1:0-1210,2:2-1680,3:3-2040"
- example 1: only two tuners: MINISATIP7_OPTS="-e 0-1"
- example 2: unicable: MINISATIP7_OPTS="-u 0:1-1420,1:0-1210,2:2-1680,3:3-2040"
- AXE hardware specific options:
-7 link adapters (identical src,lo/hi,h/v), the format is M:S (master:slave)
-Q quattro LNB config (H/H,H/V,L/H,L/V)
-9 X AXE unicable/jess input (0-3)
- example 3: unicable coax in input 2: MINISATIP_OPTS="-9 1"
- example 4: quattro LNB: MINISATIP_OPTS="-Q"
- example 4: quattro LNB: MINISATIP7_OPTS="-Q"
- example 5: coax in inputs 1,2, tuner 3 slave to input 1, tuner 4 slave to input 2
MINISATIP_OPTS="-7 0:2,1:3"

Expand Down Expand Up @@ -244,6 +244,20 @@ Bugs:
History:
--------

satip-axe-2018 - ??
- added minisatip8
- updated minisatip code (latest minisatip 0.7.16)
- note that some options were removed (-M) or added (-2)
- follow /etc/config.default and this file
- fixed reported VDR problem (issue #108)
- fixed the improper tuner release problem for complex diseqc settings
where one input is used by multiple tuners (minisatip7 and minisatip8)
- added SYSLOGD_OPTS to pass extra options to syslog
- modified net.ipv4.tcp_wmem (issue #102)
- increased net.core.wmem_max=12582912 , it might help to prevent
the UDP packet loss (issue #88)
- fixed time sync (ntpd) issue when DHCP is used (issue #109)

satip-axe-201705251044-14 - Wed Jun 7 2017
- kernel modules from idl4k-1.25.0.157 (frontend + demux)
- updated minisatip5 (0.5.54)
Expand Down
14 changes: 6 additions & 8 deletions dist/minisatip.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ the physical F-type connector on the box have numering 1-4.

NOTE: Some options identifiers were changed between minisatip5 and minisatip7:

minisatip7 | minisatip5/minisatip | description
-----------|----------------------|-----------------------------------
-7 | -L | tuner linking
-9 | -X | unicable input (-S for minisatip8)
-W | -P | AXE power
-8 | -Z | quattro hiband mode
minisatip7,8 | minisatip5/minisatip | description
-------------|----------------------|-----------------------------------
-7 | -L | tuner linking
-9 | -X | unicable input (-S for minisatip8)
-W | -P | AXE power
-8 | -Z | quattro hiband mode

other AXE specific option | decription
--------------------------|----------------------------------------
Expand Down Expand Up @@ -156,8 +156,6 @@ control the standard LNBs/diseqc equipment.

### Multiple unicable groups

For minisatip8 use -S argument.

You may connect multiple unicable LNBs through multiple coaxial
wires to the box. In this case, it is necessary to tell which tuners
will use which physical input. In this case '-9 T1,T2,T3,T4 /
Expand Down

0 comments on commit 18b4f42

Please sign in to comment.