[QUOTE=MickeySa;759536]Just to announce !!!
Today we will release version working with SD and HD FTA channels !!!
I wonder what time we can expect the new reales today :respect-055:
Printable View
[QUOTE=MickeySa;759536]Just to announce !!!
Today we will release version working with SD and HD FTA channels !!!
I wonder what time we can expect the new reales today :respect-055:
When they are ready
In next 45 min. You can expect file for download.
@hfmls
I added in my rootfs init script to mount USB1/2 and to check if exist /sbin/init and if yes to switch to this root and execute booting so you can try, like it's working from internal HDD as 4@@@@ said.
We didnt have a time still to check this in our team so we dont know it will work ....
that's ok, no biggie :)
when we get enigma2 working with scrambled and .srt support in mkv and avi i will use it in DOM i don't need anymore official firmware :P
BTW The_Ripper after enigma2 is stable will we get updates via menu update?
Instead of using FTP or a new flash?
gde se moze naci download
Dear friends of this great community, and proud owners of AzBox HD Devices ( currently only Elite/Premium supported ) there is new version of Enigma 2 by the_ripper and team for You :
Download:
What is new ?Code:http://rapidshare.com/files/426062706/E2_Update__1.0.25.rar
- FTA SD and HD channels working. ( DD 2.0 , AC3 working by HDMI tested on Einsfestival HD )
- New IR driver ( few more mapped buttons e.g Info button, Audio selection is Check button on RCU )
- Fixed Section filters and PID selection.
- Added part of CA system
- Multimedia support for MPEG2 , MPEG4 ( XviD ), h264, and various audio support.
- Please read ReadMe file if You want also to install additional things to get working Multimedia by Media Player in E2.
- If You have Full HD TV , You can set resolution by editing bootup file located in :
/etc/init.d
Find line :
# Elite and Premium
below You will see line insmode ...
and replace existing insmode line with this one :
Few tips :Code:insmod /lib/modules/2.6.22.19-19-the_ripper/extra/em8634dvb.ko options="-analog -f PAL_BG -digital -f HDMI_1080p50 -hdmi_chip SiI9030 0 14 15 100 0"
Before loading Enigma 2 , move Your dish to some satellite ( Astra 19.2 e is good because of FTA HD channels ), as on E2 currently we didnt fix DiseQc bug ( We will fix it when we finish Premium+ driver ).
Try to use Simple configuration in Tuner Configuration, e.g choose satellite on which position currently You are.
README for MULTIMEDIA :
First download 2 .so filles attached to this post and put them in :
/usr/lib/gstreamer-0.10 directory, and after that follow procedure below :
If You see error while nstalling .ipk files, that is ok, dont worry about it, but dont forgett to transfer 2 .so files attached to my post in addons.zip archive to directory :Code:If You want also to test Multimedia on AzBox Enigma 2 media player , You have to install 3 IPK files located in this archive :
gst-plugin-asf_0.10.16-r0.0_mipsel.ipk
gst-plugin-avi_0.10.25-r0.0_mipsel.ipk
gst-plugin-dvbmediasink-dbg_0.10+cvs20101006-r0_dm800.ipk
working formats:
audio: mpeg, aac, ac3, dts, wma (but not pro), pcm (not all ?)
video: mpeg2, mpeg4 (xvid), h264 (only show singe frames)
IPK Installation procedure :
Transfer 3 *.ilk files to /tmp folder of Your AzBox and run this commands, one by one :
ipkg install /tmp/gst-plugin-asf_0.10.16-r0.0_mipsel.ipk
ipkg install /tmp/gst-plugin-avi_0.10.25-r0.0_mipsel.ipk
ipkg install /tmp/gst-plugin-dvbmediasink-dbg_0.10+cvs20101006-r0_dm800.ipk
If You cant use ipkg install, use command opkg install or ipkg-extract .
/usr/lib/gstreamer-0.10
Download Link Megaupload
Code:http://www.megaupload.com/?d=L557AOVO
Big thanks for the new release. :respect-055: Hopefully Premium + build will follow soon.
With regards to insmod edit for HD display, can you tell me the correct syntax for NTSC?
@satdish101
Try
-analog -f NTSC_M
I have a problem ! :cool:
on AZPremiumHD the boot stop at 25% and is only possible to start a FTP or Telnet session ...
This is new bootup:
Thank'sCode:#mknod -m 660 /dev/ttyS0 c 4 64
#mkdir /dev/tts
#mknod -m 660 /dev/tts/0 c 4 64
#mknod -m 660 /dev/tts/1 c 4 65
#mknod -m /dev/mum0 c 126 0
#mknod -m /dev/em8xxx0 c 127 0
mkdir /dev/dvb/
chmod 755 /dev/dvb
for i in `seq 0 3`; do
mkdir /dev/dvb/adapter$i
chmod 755 /dev/dvb/adapter$i
mknod -m 0660 /dev/dvb/adapter$i/video0 c 212 `expr 64 \* $i + 0`
mknod -m 0660 /dev/dvb/adapter$i/audio0 c 212 `expr 64 \* $i + 1`
mknod -m 0660 /dev/dvb/adapter$i/frontend0 c 212 `expr 64 \* $i + 3`
mknod -m 0660 /dev/dvb/adapter$i/demux0 c 212 `expr 64 \* $i + 4`
mknod -m 0660 /dev/dvb/adapter$i/dvr0 c 212 `expr 64 \* $i + 5`
mknod -m 0660 /dev/dvb/adapter$i/ca0 c 212 `expr 64 \* $i + 6`
mknod -m 0660 /dev/dvb/adapter$i/net0 c 212 `expr 64 \* $i + 7`
mknod -m 0660 /dev/dvb/adapter$i/osd0 c 212 `expr 64 \* $i + 8`
done
insmod /lib/modules/2.6.22.19-19-the_ripper/extra/tangox-ehci-hcd.ko
insmod /lib/modules/2.6.22.19-19-the_ripper/extra/irvfd.ko
insmod /lib/modules/2.6.22.19-19-the_ripper/extra/llad.ko
insmod /lib/modules/2.6.22.19-19-the_ripper/extra/em8xxx.ko
insmod /lib/modules/2.6.22.19-19-the_ripper/extra/cx24116.ko
insmod /lib/modules/2.6.22.19-19-the_ripper/extra/stv090x.ko
insmod /lib/modules/2.6.22.19-19-the_ripper/extra/stv6110x.ko
#insmod /lib/modules/2.6.22.19-19-the_ripper/extra/em8634dvb.ko options="-analog -f PAL_BG"
# Elite and Premium
insmod /lib/modules/2.6.22.19-19-the_ripper/extra/em8634dvb.ko options="-analog -f PAL_BG -digital -f HDMI_720p50 -hdmi_chip SiI9030 0 14 15 100 0"
# Premium+
#insmod /lib/modules/2.6.22.19-19-the_ripper/extra/em8634dvb.ko options="-analog -f PAL_BG -digital -f HDMI_720p50 -hdmi_chip SiI9134 0 14 15 100 0"
echo 10 > /proc/progress
[ -e /dev/dbox/oled0 ] && ln -s /dev/dbox/oled0 /dev/dbox/lcd0
mount -t sysfs sysfs /sys
echo 12 > /proc/progress
depmod -Ae
echo 13 > /proc/progress
#for mod in cifs usb-storage sd_mod autofs4 vfat; do
# modprobe $mod
#done
mount -at nonfs,nosmbfs,noncpfs,nocifs
echo 14 > /proc/progress
swapon -a
echo 15 > /proc/progress
tar -xf /etc/var.tar.gz -C /
echo 16 > /proc/progress
# sleep after 10min
hdparm -S 120 /dev/discs/disc0/disc
echo 17 > /proc/progress
# set UDMA66, enable dma
hdparm -d 1 /dev/discs/disc0/disc
hdparm -X66 /dev/discs/disc0/disc
# accustic management
hdparm -M 128 /dev/discs/disc0/disc
echo 18 > /proc/progress
#for mod in dreambox_keyboard fp bcm7401; do
# modprobe $mod
#done
echo 19 > /proc/progress
#cat /etc/videomode > /proc/stb/video/videomode
echo 20 > /proc/progress
#for mod in rt73 zd1211b; do
# modprobe $mod
#done
echo 21 > /proc/progress
#[ -e /etc/dropbear/dropbear_rsa_host_key ] && /usr/bin/showiframe /boot/bootlogo.mvi || /usr/bin/#showiframe /boot/bootlogo_wait.mvi
hostname -F /etc/hostname
echo 22 > /proc/progress
#/usr/bin/wdog /usr/bin/dccamd -
echo 23 > /proc/progress
[ -e "/etc/sysctl.conf" ] && /sbin/sysctl -p "/etc/sysctl.conf"
echo 24 > /proc/progress
ldconfig
echo 25 > /proc/progress
ipkg-cl configure
Did You edit file on Windows ? If problem appear , try to flash it again with AzUP !
Are You using AzBox HD Premium or Premium+ ?
TOP command while watching Einsfestival HD :
Mem: 61016K used, 39752K free, 0K shrd, 1108K buff, 16976K cached
CPU: 1.3% usr 0.9% sys 0.0% nic 97.4% idle 0.0% io 0.0% irq 0.1% sirq
Load average: 0.00 0.06 0.07 1/39 1858
PID PPID USER STAT VSZ %MEM CPU %CPU COMMAND
1766 1763 root S 125m127.2 0 1.5 /usr/bin/enigma2
1826 1821 root R 2836 2.8 0 0.7 top
1820 1589 root S 2840 2.8 0 0.2 telnetd
1768 1763 root S 125m127.2 0 0.0 /usr/bin/enigma2
1784 1763 root S 125m127.2 0 0.0 /usr/bin/enigma2
1789 1763 root S N 125m127.2 0 0.0 /usr/bin/enigma2
1528 1 root S 10036 9.9 0 0.0 smbd -D
1568 1528 root S 10036 9.9 0 0.0 smbd -D
1526 1 root S 5924 5.8 0 0.0 nmbd -D
1488 1 avahi S 3168 3.1 0 0.0 avahi-daemon: running [AZBox.local
1821 1820 root S 2836 2.8 0 0.0 -sh
1763 1 root S 2520 2.5 0 0.0 /bin/sh /usr/bin/enigma2.sh
1561 1 root S 2520 2.5 0 0.0 udh*** -R -b -T3 -A10 -p /var/run/
1479 1 messageb S 2424 2.4 0 0.0 /usr/bin/dbus-daemon --system
1586 1 root S 2364 2.3 0 0.0 /usr/sbin/dropbear -r /etc/dropbea
1688 1 root S 2268 2.2 0 0.0 /usr/sbin/automount --pid-file=/va
709 1 root S < 2188 2.1 0 0.0 udevd --daemon
1589 1 root S 1840 1.8 0 0.0 /usr/sbin/inetd
1 0 root S 1732 1.7 0 0.0 init [3]
1415 2 root SW 0 0.0 0 0.0 [irvfd]
Hi.
AZBoxPremiumHD not Plus
no ... stopped at the first boot after installation with AZup ...
I already tried again to reinstall but the result does not change !
To my mind ... I have already filter the bootup files with dos2unix command ...
Thank's
here stopped like 40 seconds at 25% in VDF (just before boat image but went to 100% after i wait :)
btw MickeySA, you guys should correct readme, instalation method is.
patch.bin in fat32 usb pen, update boot menu, press update, then reboot, then open azup and press "update" with usb stick STILL in azbox hd, using IP that shows in VDF.
then after update goes to 100%, remove usb and reboot.
all should go well to 100% in VDF display.
Here all went good :)
azbox hd elite
On Azbox Elite it also hangs at 25%...
no picture my friends in display 25 but no hdmi out
For both of You use method like hfmls described upper, and it will works.
hfmls, can You please bold text, so they will see if they have a problem.
Thanks for solution.
So after E2 installation , receiver hands on 25 %
Ok,
put usb stick in receiver ( with patch.bin E2 on it ), turn it off and turn it on.
On PC start AzUP and wait that receiver enter in rescue mode and list You IP address of AzBox .
in AzUP enter that ip address and click Update, sit and wait.... After programm tell You that upgrade is ready, remove usb.
root@AZBox:/tmp# ipkg install /tmp/gst-plugin-asf_0.10.16-r0.0_mipsel.ipk
Installing gst-plugin-asf (0.10.16-r0.0) to root...
Configuring gst-plugin-asf
Configuring dreambox-bootlogo
mount: can't find /boot in /proc/mounts
postinst script returned status 1
Collected errors:
* ERROR: dreambox-bootlogo.postinst returned 1
root@AZBox:/tmp#
ipkg not install .