Enigma2 versione 1.0.25 per AZbox

Doctor Who

Registered
Messages
81

Enigma2 versione 1.0.25 per AZbox


MickeySa said:
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:

Code:
http://rapidshare.com/files/426062706/E2_Update__1.0.25.rar
What is new ?

- 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 :

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"
Few tips :

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 :

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 .

Link Megaupload

Code:
http://www.megaupload.com/?d=L557AOVO
 
Last edited:

Doctor Who

Registered
Messages
81
MickeySa said:
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 :

/usr/lib/gstreamer-0.10

Download Addons

Code:
http://www.megaupload.com/?d=OU0JDRYB
 

Doctor Who

Registered
Messages
81
Wlan for Premium and Premium+

MickeySa said:
Wireless for Premium and Premium+

Download archive attached to my post, unzip it, and transfer whole folder wlan by FTP to /tmp folder on Your receiver

Connect to Your receiver by telnet and execute this commands :

mkdir -p /etc/Wireless/RT61STA

cd /tmp

cp /tmp/wlan/rt2561.bin /etc/Wireless/RT61STA/

cp /tmp/wlan/rt2561s.bin /etc/Wireless/RT61STA/

cp /tmp/wlan/rt2661.bin /etc/Wireless/RT61STA/

cp /tmp/wlan/rt61sta.dat /etc/Wireless/RT61STA/rt61sta.dat

dos2unix /etc/Wireless/RT61STA/rt61sta.dat

cd /lib/modules/2.6.22.19-19-the_ripper/kernel/

mkdir drivers

cd drivers

mkdir net

cd net

mkdir wireless

cp /tmp/wlan/rt61.ko /lib/modules/2.6.22.19-19-the_ripper/kernel/drivers/net/wireless

modprobe rt61

cd /tmp

wget http://oozoon-dreamboxupdate.de/ope...mental/mipsel/wireless-tools_29-r5_mipsel.ipk

ipkg install wireless-tools_29-r5_mipsel.ipk ( If error appear dont worry :) )

ifconfig ra0 192.168.1.22 up ( my gateway is 192.168.1.1, so i put ifconfig ra0 192.168.1.22 up )

iwlist ra0 scanning ( this will list available networks in your range )

output will be something like this :

Code:
root@AZBox:/tmp# iwlist ra0 scanning
ra0       Scan completed :
          Cell 01 - Address: 00:0C:21:16:DD:2A
                    Mode:Managed
                    [B]ESSID:"HomeLan"[/B]
                    Channel:6
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                              11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Quality:82/100  Signal level:-57 dBm  Noise level:-111 dBm
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK


iwconfig ra0 essid HomeLan

iwconfig ra0 mode Managed

iwconfig ra0 channel 6 ( as my network broadcast on channel 6, in Your case choose what is appropriate for Your network ).

iwconfig ra0 key s:mywpakey (mywpakey will be your network key ).


Result is when i ping it from my pc :

MickeySa:~ mickey$ ping 192.168.1.22
PING 192.168.1.22 (192.168.1.22): 56 data bytes
64 bytes from 192.168.1.22: icmp_seq=0 ttl=64 time=5.569 ms
64 bytes from 192.168.1.22: icmp_seq=1 ttl=64 time=3.591 ms
64 bytes from 192.168.1.22: icmp_seq=2 ttl=64 time=1.501 ms
64 bytes from 192.168.1.22: icmp_seq=3 ttl=64 time=1.637 ms
64 bytes from 192.168.1.22: icmp_seq=4 ttl=64 time=1.649 ms
64 bytes from 192.168.1.22: icmp_seq=5 ttl=64 time=1.738 ms
64 bytes from 192.168.1.22: icmp_seq=6 ttl=64 time=1.533 ms
64 bytes from 192.168.1.22: icmp_seq=7 ttl=64 time=1.795 ms
64 bytes from 192.168.1.22: icmp_seq=8 ttl=64 time=1.754 ms
64 bytes from 192.168.1.22: icmp_seq=9 ttl=64 time=1.649 ms

Thats all, soon GUI version.

This procedure works also with Elite model, which have WiFi stick with this RT chipset :)

Link Megaupload
Code:
http://www.megaupload.com/?d=D177X01F
 

JaMeVu

Registered
Messages
12
azbox stopped anwering.. just on vfd ''booting'' after usb updated with this e2 .bin file.. what is the solution ?
 

Doctor Who

Registered
Messages
81
NodiSa said:
SD and HD channels works scrambled.
scrambled channel works!!!
CA support Fully Fixed.

new driver em8634dvb.ko attached ...
It is necessary to unpack the new file and FTP to transfer the location

lib/modules/2.6.22.19-19-the_ripper/extra

Comfortable viewing of scrambled channels ...

Regards

Download Link

Code:
http://www.megaupload.com/?d=X1QDRTO3
 

aguda

Registered
Messages
2,879
A little more, come:
Scrambled channels working!

Originally Posted by NodiSa
SD and HD channels works scrambled.
scrambled channel works!!!
CA support Fully Fixed.

new driver em8634dvb.ko attached ...
It is necessary to unpack the new file and FTP to transfer the location
lib/modules/2.6.22.19-19-the_ripper/extra

Comfortable viewing of scrambled channels ...

Regards
 
Last edited:

aguda

Registered
Messages
2,879
azbox hd elite ENIGMA2 CCCAM FAST ZAPPING

[ame="http://www.youtube.com/watch?v=odL0X7-f9eM"]YouTube - azbox hd elite ENIGMA2 CCCAM FAST ZAPPING[/ame]​
 

underscore

Registered
Messages
19
Very beautiful image,thank to all developers for this present on azbox.

I have installed the image with no errors,but i cannot put any setting inside.Im using E2 setting like DM800.is it right?

If not what should i need to use?
 
Top