NEW!! Enigma.Basic.Relook400 31.5.07

Likvid

ASBO Club Member - Persona non grata
Joined
Jul 30, 2003
Messages
1,752
Reaction score
5
Points
0
Age
53
My Location
Stockholm, Sweden
New Enigma out for Relook 400s.

Changelog:

* Common interface driver is re-written , uses less CPU, but is still not tested, it's possible that bloking may occour and this will be under investigation in the near future

* Some tuning problems due to bad fec are now solved, if a bad fec is setted, the driver after the first failure will set fec auto and re-do the tune.

* Strange resolutions like 640*576 now display without the 40 pixel's black border on the left

* Lnb diseqc switch problem is under exam and this release tries to fix multiswitch issues.

* Re-wrote the IDE Driver , it's a bit better in terms of code leanliness.

* Had to hack the SCI driver for slyita as the card was not recognized, please report card reader problems on the usual gray-yellow forum.

* Lipsync is fixed

* Blips and lines (reason of low var space) no more of theese as now we have a big ram and problem appears only on low ram.

* XwebTV now works, and does not pixellate so much as before, also streamXX programs were updated, tests gave positive results, this is due to a bigger buffer in demux driver.

* Audio Dac works (new hardware has a new audiodac that does not work with old images)

* DM9000 now uses the 2.6.17 kernel driver, and the old DM9000X driver went in retirement.

* DMX driver now has mobility and can be relocated, resulting in a better memory managment.

Download:

Relook400_Enigma_Basic_31_5_07.rar
 

Likvid

ASBO Club Member - Persona non grata
Joined
Jul 30, 2003
Messages
1,752
Reaction score
5
Points
0
Age
53
My Location
Stockholm, Sweden
If you are running any software EMU like Gbox you have to replace dccamd in /var/etc/launch file Gbox.

Also you have to add to the enviroment variable where gbox is located, eg /var/bin

export PATH=/sbin:/bin:/var/bin


vi /var/etc/launch

#!/bin/sh

touch /tmp/.enigma
while [ -e /tmp/.enigma ]
do
gbox
/bin/enigma
ret=$?
echo "enigma returned with "$ret
case $ret in
0)
echo "Shutdown"
rm /tmp/.enigma
/sbin/halt
;;
3)
echo "Reboot Flash"
killall -9 gbox
rm /tmp/.enigma
umount /var
umount /hdd
/bin/flashtool
;;
4)
echo "Reboot"
rm /tmp/.enigma
/sbin/reboot
;;
*) echo "Restart"
;;
esac
killall -9 gbox
done
 
Top