Author Topic: AzBox HD Tutorials  (Read 24070 times)

0 Members and 2 Guests are viewing this topic.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: AzBox HD Tutorials
« Reply #45 on: January 15, 2010, 04:34:40 PM »
 Easy Softcam Install - Tarball (Fille and Tutorial)



Easy Softcam Install - Tarball

created and tested on azbox elite HD

current softcams:
-gCam
-incubusCamd
-mbox
-mgcamd
-multiCas
-newcs

copy azsoftcams_240309_bh.tar.gz (using ftp client)
Code: You are not allowed to view links. Register or Login
Source code

/tmp
with telnet or putty to the login box:
Code: You are not allowed to view links. Register or Login
Source code

login: root
passwort: azbox
go to tmp:
Code: You are not allowed to view links. Register or Login

Source code

cd /tmp/
and then:
Code: You are not allowed to view links. Register or Login
Source code

tar -zxf azsoftcams_240309_bh.tar.gz -C /EMU/
adjust the desired softcam-config and reboot

now you should softcams select, start, stop

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: AzBox HD Tutorials
« Reply #46 on: January 15, 2010, 04:37:09 PM »
UPDATE SOFTWARE FROM RECEIVER MENU


To update Set Top Box from Menu, you should go to Menu (Press button Home) and go to Settings > System Information menu

1) Internet

You can update the firmware through the Internet.
1) Make sure that the digital receiver is connected to the internet before running the firmware upgrade.
2) Press the OK button, and the Update List will be shown.
3) Select the software that you want to install.
4) After finish the download of new software, the receiver will be rebooted automatically to upgrade your firmware.
5) Please wait for the installation.
6) After installation, the receiver will be rebooted again. Now you can use the receiver with upgraded version.
!!!! IN ANY CASE POWER OFF OR REBOOT DURING THE UPDATE PROCESS!!!!

2) Using a USB Storage
If you have a USB memory stick, you can update the firmware from it by performing the following steps:
1) Download a new firmware from the Azbox web site. (Format of software should be patch.bin)
2) Copy the firmware file to your USB memory stick.
3) Insert the USB memory stick into the USB port of the digital receiver.
4) Select the Settings > System Information > Firmware Upgrade menu, then the files in the USB memory are listed.
5) Place the highlight bar on the right firmware version and press the OK button.
6) The receiver will be rebooted automatically to upgrade your firmware.
7) Please wait for the installation.
After installation, the receiver will be rebooted again.
Now you can use the receiver with upgraded version.
!!!! IN ANY CASE POWER OFF OR REBOOT DURING THE UPDATE PROCESS!!!!

IMPORTANT NOTE

Your USB memory must be formatted in the FAT file system. Otherwise, the digital receiver cannot recognize your USB memory. In addition, the digital receiver can only recognize files and directories which are named with only alphabetic, numeric and underscore letters. If there is a file or folder named with other letters, the digital receiver cannot recognize not only it but also its subsequent files and folders.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: AzBox HD Tutorials
« Reply #47 on: January 15, 2010, 04:38:28 PM »
[Tuto] Full backup of Azbox configuration
To perform a full backup easily of the folders /PLUGINS and /DISK2 without loosing the access right (no more need to perform chmod 755).

Connect via telnet to Azbox and type the following command:
Code: You are not allowed to view links. Register or Login
cd /
tar -cvzf /tmp/bckPLUGINS.tgz /PLUGINS
tar -cvzf /tmp/bckDISK2.tgz /DISK2
Perform a FTP transfer of the following two files to your PC:

/tmp/bckPLUGINS.tgz
/tmp/bckDISK2.tgz

Don't leave the files in the /tmp folder since it will be erased at your next Azbox reboot!

To restaure the full configuration of your Azbox (for exemple after a firmware upgrade):

First check that FTP is enabled on your Azbox:
Press Home -> 11. Settings -> Network Service -> FTP and check that it is active (otherwhise press OK to enable it).

Via FTP transfer place back the files bckPLUGINS.tgz and bckDISK2.tgz in the /tmp folder of your Azbox.

Connect with telnet to your Azbox:
Code: You are not allowed to view links. Register or Login
cd /
tar -xvzf /tmp/bckDISK2.tgz
tar -xvzf /tmp/bckPLUGINS.tgz

vfd_display -td210 REBOOT

The last command: "vfd_display -td210 REBOOT" will reboot your Azbox (reboot is mandatory).

Important:

Only perform a full backup of your configuration when your system is working properly, if you already have problems (perhaps due to a corrupted files) it is useless to perform a full backup / restore, it is too late. Because you will place back corrupted files so your problem will not be fixed.

Pr2

P.S.: Monkus draw my attention on his own tools: "monkus openxcas tools 1.5" which allow you to perform also a full backup. Google is your friend to find it

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: AzBox HD Tutorials
« Reply #48 on: January 16, 2010, 12:03:24 PM »
azbox-Mbox,newcs(server) zu diablo cccam,newcamd,Gbox(client)

EDIT: sollte dann in der newcs.xml ungefähr so aussehn:
Code: You are not allowed to view links. Register or Login
<newcamdserver>
<enabled>Yes</enabled>

<name>newcs</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>AZBOX</name>
<password>AZBOX</password>
<hostname>localhost</hostname>
<au>on</au>
<spider>No</spider>
<rate>2</rate>
</user>
<user>
<name>DIABLO</name>
<password>DIABLO</password>
<hostname>localhost</hostname>
<au>on</au>
<spider>No</spider>
<rate>2</rate>
</user>

</newcamdserver>

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: AzBox HD Tutorials
« Reply #49 on: January 18, 2010, 07:24:12 PM »
Come_Installare_Cccam_su_AzBox.zip
Azbox HD CCcam Installation Per Video!!!

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: AzBox HD Tutorials
« Reply #50 on: January 31, 2010, 10:29:31 PM »
Wlan AZBox-Fritzbox einrichten pdf.(thanks bigball40)

Offline zsolt1983

  • Jr. Member
  • **
  • Posts: 6
Re: AzBox HD Tutorials
« Reply #51 on: April 05, 2010, 11:43:10 AM »
hi There, I would like to buy a new reciver.
But i'm not sure if I can buy AZBOX PREMIUM HD ?? all the above mentioned tutorilas are compatible with the AZBOX PREMIUM HD model?
Thax .
plese send me a PM.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: AzBox HD Tutorials
« Reply #52 on: April 05, 2010, 11:52:52 AM »
Quote from: zsolt1983
hi There, I would like to buy a new reciver.
But i'm not sure if I can buy AZBOX PREMIUM HD ?? all the above mentioned tutorilas are compatible with the AZBOX PREMIUM HD model?
Thax .
plese send me a PM.
a025 yes

Offline zsolt1983

  • Jr. Member
  • **
  • Posts: 6
Re: AzBox HD Tutorials
« Reply #53 on: April 05, 2010, 11:54:35 AM »
I would appreciate your recommendations wich AZ box should I buy. I would like to watch HD content like discoweryHD spectrum Nat.Geog. HD and mostly dokumentary content.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: AzBox HD Tutorials
« Reply #54 on: April 05, 2010, 12:18:11 PM »
AZBox HD Elite Linux PVR

Features:
Quote
 * Linux operating system
  * PVR (recording) externally via USB 2.0
  * LAN connection for software / channel list update etz
  * NG RACE GoGo list (online station list update)
  * Webradio
  * Support video portals such as YouTube and others
  * Audio & Music Portals
  * RSS-Feeds
  * SIGMA processor SMP 8634 LF
  * 16 MB Flash Memory
  * 256 KB EEPROM
  * SD 256 MB RAM

Main functions:

  * Smart Tuner Support
  * DVB-S2 / S from the factory
  * DVB-T2 / T, DVB-C2 / C, ISDB-T optional
  * GO GO list function (Intelligent Channel sorting)
  * MPEG4 HD and fully DVB Compatible
  * 8 digit display
  * 5 Front control buttons


Personal Video Recorder:

  * Time Shift Function (pause and play live TV, time-recording of broadcasts)
  * Streaming Receiver (Audio / Video and Radio)
  * Video On Demand


Internet access:

  * RJ45 LAN connection
  * Web Interface for remote control of the receiver
  * Update on the Internet via USB and a serial interface
  * Web Browser
  * RSS News Reader
  * E-mail client (POP only)


Media Player:

  * Audio: MP3, WAV, AIFF, WMA, Ogg Vobis
  * Images: JPEG, BMP, TIFF, GIF, PNG
  * Video: MPEG1, MPEG2, MPEG4, DivX, XviD, MKV, AVI SSF (including subtitle support)
  * Video-Audio Aüflösung: MPEG-2/MPEG-4 Part 10 AVC/H.264 HD, [email protected] 1920x1080 @ 50Hz (MPEG-2 transport stream specification ISO/IEC13818)
  * Input: max 90 MB / s
  * Aspect Ratio: 4:3, Letterbox, 16:9, Pan & Scan


In / Out connectors

  * 2 X CI
  * 1 x Smartcard Reader
  * 1 x USB 2.0 (Rear)
  * HDD LAN via Samba
  * Optical Dolby Digital Output
  * HDMI connection with HDCP
  * Scart TV / VIDEO
  * YUV / Component output
  * UHF connector
  * RS 232

Physical characteristics:

  * Size: 320x220x65mm
  * Operating temperature: 0 ° C ~ 60 ° C
  * Storage temperature: -20 ° C ~ 75 ° C
  * Power supply: 90 VAC ~ 240 VAC Power Switch
  * 40 Watt max power
  * Internal security
AZBox HD Premium Linux PVR

Quote
*Linux operating system
  * PVR (recording) externally via USB 2.0
  * LAN connection for software / channel list update etz
  * NG RACE GoGo list (online station list update)
  * WebradioFeatures:

  * Linux operating system
  * PVR (recording) E-sata internally or externally via USB 2.0
  * WLAN (wireless Internet)
  * NG RACE GoGo list (online station list update)
  * Webradio
  * Support video portals such as YouTube and others
  * Audio & Music Portals
  * RSS-Feeds
  * SIGMA processor SMP 8634 LF
  * 32 MB Flash Memory
  * 256 KB EEPROM
  * SD RAM 256 MB


Main functions:

  * Smart Tuner Support
  * DVB-S2 tuner factory built
  * DVB-S2 / S, DVB-T2 / T
  * DVB-C2 / C, ISDB-T optional
  * GO GO list function (Intelligent Channel sorting)
  * MPEG4 HD and fully DVB Compatible
  * 11 digit VFD Display


Personal Video Recorder:

  * Time Shift Function (pause and play live TV, time-recording of broadcasts)
  * Streaming Receiver (Audio / Video and Radio)
  * Video On Demand


Internet access:

  * WLAN and RJ45 connection
  * Web Interface for remote control of the receiver
  * Update on the Internet via USB and a serial interface
  * Web Browser
  * RSS News Reader
  * E-mail client (POP only)


Media Player: Media Player:

  * Audio: MP3, WAV, AIFF, WMA, Ogg Vobis
  * Images: JPEG, BMP, TIFF, GIF, PNG
  * Video: MPEG1, MPEG2, MPEG4, DivX, XviD, MKV, AVI SSF (including subtitle support)
  * Video-Audio Aüflösung: MPEG-2/MPEG-4 Part 10 AVC/H.264 HD, [email protected] 1920x1080 @ 50Hz (MPEG-2 transport stream specification ISO/IEC13818)
  * Input: max 90 MB / s
  * Aspect Ratio: 4:3, Letterbox, 16:9, Pan & Scan


In / Out connectors

  * 2 slots for Common Interface
  * Smart Card Reader
  * 2 x USB 2.0 (rear and front panel)
  * HDD LAN via Samba
  * Internal hard drive can be installed
  * E-sata interface internally
  * Dolby Digital Out
  * HDMI connector
  * Scart connector
  * YUV / Component output
  * UHF connector


Physical characteristics:

  * Size: 340x220x65mm
  * Operating temperature: 0 ° C ~ 60 ° C
  * Storage temperature: -20 ° C ~ 75 ° C
  * Power supply: 90 VAC ~ 240 VAC Power Switch
  * 40 Watt max power
  * Internal security

  * Audio & Music Portals
  * RSS-Feeds
  * SIGMA processor SMP 8634 LF
  * 16 MB Flash Memory
  * 256 KB EEPROM
  * SD 256 MB RAM

Main functions:

  * Smart Tuner Support
  * DVB-S2 / S from the factory
  * DVB-T2 / T, DVB-C2 / C, ISDB-T optional
  * GO GO list function (Intelligent Channel sorting)
  * MPEG4 HD and fully DVB Compatible
  * 8 digit display
  * 5 Front control buttons


Personal Video Recorder:

  * Time Shift Function (pause and play live TV, time-recording of broadcasts)
  * Streaming Receiver (Audio / Video and Radio)
  * Video On Demand


Internet access:

  * RJ45 LAN connection
  * Web Interface for remote control of the receiver
  * Update on the Internet via USB and a serial interface
  * Web Browser
  * RSS News Reader
  * E-mail client (POP only)


Media Player:

  * Audio: MP3, WAV, AIFF, WMA, Ogg Vobis
  * Images: JPEG, BMP, TIFF, GIF, PNG
  * Video: MPEG1, MPEG2, MPEG4, DivX, XviD, MKV, AVI SSF (including subtitle support)
  * Video-Audio Aüflösung: MPEG-2/MPEG-4 Part 10 AVC/H.264 HD, [email protected] 1920x1080 @ 50Hz (MPEG-2 transport stream specification ISO/IEC13818)
  * Input: max 90 MB / s
  * Aspect Ratio: 4:3, Letterbox, 16:9, Pan & Scan


In / Out connectors

  * 2 X CI
  * 1 x Smartcard Reader
  * 1 x USB 2.0 (Rear)
  * HDD LAN via Samba
  * Optical Dolby Digital Output
  * HDMI connection with HDCP
  * Scart TV / VIDEO
  * YUV / Component output
  * UHF connector
  * RS 232

Physical characteristics:

  * Size: 320x220x65mm
  * Operating temperature: 0 ° C ~ 60 ° C
  * Storage temperature: -20 ° C ~ 75 ° C
  * Power supply: 90 VAC ~ 240 VAC Power Switch
  * 40 Watt max power
  * Internal security

Offline zsolt1983

  • Jr. Member
  • **
  • Posts: 6
Re: AzBox HD Tutorials
« Reply #55 on: April 05, 2010, 07:21:55 PM »
Quote from: antox
AZBox HD Premium Linux PVR

Quote
*Linux operating system
  * PVR (recording) externally via USB 2.0
  * LAN connection for software / channel list update etz
  * NG RACE GoGo list (online station list update)
  * WebradioFeatures:

  * Linux operating system
  * PVR (recording) E-sata internally or externally via USB 2.0
  * WLAN (wireless Internet)
  * NG RACE GoGo list (online station list update)
  * Webradio
  * Support video portals such as YouTube and others
  * Audio & Music Portals
  * RSS-Feeds
  * SIGMA processor SMP 8634 LF
  * 32 MB Flash Memory
  * 256 KB EEPROM
  * SD RAM 256 MB



THX man, So if I buy a AZBox HD Premium Linux PVR simply update to the custom FW and using the Aps I can upload codes to the reciver?
M I right?

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: AzBox HD Tutorials
« Reply #56 on: April 05, 2010, 07:35:57 PM »
 a025 all what you need...

Offline zsolt1983

  • Jr. Member
  • **
  • Posts: 6
Re: AzBox HD Tutorials
« Reply #57 on: April 05, 2010, 09:16:59 PM »
The thing looks realy complicated, but I will try to do my best.. a025 I hope I will not broke my reciver :(

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: AzBox HD Tutorials
« Reply #58 on: August 10, 2010, 12:27:10 PM »
Alternativni uvod za AZbox HD gorski 9.8.2010
Code: You are not allowed to view links. Register or Login
THX GORSKI

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: AzBox HD Tutorials
« Reply #59 on: October 25, 2010, 07:23:05 PM »
Official AZUp Manual [For Azbox HD]

To use the Manual correctly AZUp


We have 3 situations:
I) Your Official FW in AZBox and want to install the E2
II) E2 have installed and want to install the official FW
III) E2 have installed and want to install a new update on your AZBox E2


I) Your Official FW in AZBox and want to install the E2
Turns AZBox (Disconnects from the current or "Off the back button)
Insert the USB Stick into the USB port to rear AZBox patch.bin File (E2) (pre-formatted USB stick in FAT32)
Turns AZBox
Follow the instructions that come out on the screen (typical use)
1 minute after the restart AZBox
Do not remove the USB Stick!
Wait for the IP on the screen AZBox
On your PC open the latest version of AZUp
Enter the IP you see on the screen AZBox
Click the Update button
AZUp comprueva the action to perform, I mean that checks the file patch.bin (E2 or FW version Original)
AZUp create the necessary partitions, Create 3 partitions in the DOM and Formats
Then copy the kernel E2 in Flash (it takes about 2.5 min)
When leaving the message-remove usb stick and wait for reboot (Rebooting. .. msg on VFD) -
The USB stick bags and you have the E2 Installed



II) E2 have installed and want to install the official FW

Turns AZBox (Disconnects from the current or "Off the back button)
Insert the USB Stick into the USB port to rear AZBox patch.bin File (Official FW) (pre-formatted USB stick in FAT32)
Turns AZBox
Wait till you leave the IP on the screen AZBox
On your PC open the latest version of AZUp
Enter the IP you see on the screen AZBox
Click the Update button
AZUp comprueva the action to perform, I mean that checks the file patch.bin (E2 or FW version Original)
AZUp create 4 partitions in the DOM and Formats
then copy the Official Kernel in Flash (it takes about 2.5 min)
when you see the popup - first part of update is done, But dont remove from USB stick AZBOX - Do not remove the USB Stick!!
AZBox wait for the restart and when you're in the Setup Menu of the Official FW installed as usual




III) E2 have installed and want to upgrade to a newer Update your AZBox E2

Turns AZBox (Disconnects from the current or "Off the back button)
Insert the USB Stick into the USB port to rear AZBox patch.bin File (E2) (pre-formatted USB stick in FAT32)
Turns AZBox
Wait till you leave the IP on the screen AZBox
On your PC open the latest version of AZUp
Enter the IP you see on the screen AZBox
Click the Update button
AZUp comprueva the action to perform, I mean that checks the file patch.bin (E2 or FW version Original)
AZUp create 3 partitions in the DOM and Formats
Then copy the new kernel E2 in Flash (it takes about 2.5 min)
When leaving the message-remove usb stick and wait for reboot (Rebooting. .. msg on VFD) -
pushing out the USB stick, reboot and you have the New E2 Installed

Attention!
This manual is made by the author AZUp Program
Ignoring other than these manuals