Sigboost v0.24 for DM7000s

Rocknroll

Staff member
Administrator
Messages
6,174
Fixed a bug which caused enigma to crash while scanning satelittes.
WebPassword, WebLogin and WebPort is no longer neccessary to speciify in sigboost.conf as wget is no longer used.
Note that sigboost is still very much a beta.

Installation instructions:
----------------------------------
1. Copy the file sigboost executable file to /var/bin
2. Copy the sigboost.conf file to /var/tuxbox/config
2. chmod 755 sigboost
3. reboot dreambox
4. start sigboost from the console ./sigboost &
5. Zap as normal and notice a signal increase of 5-6% on weak channels. Note that BER will typically drop from several thousand to 30-40!

Sigboost can be started automatically byadding the followingline to /var/etc/init:
if [ -x /var/bin/sigboost ]; then /var/bin/sigboost& fi
 
Top