السلام عليكم
ملاحظه: هذه عمليه خطره، قد تخسر جهازك الريسيفر، اذا اردت المتابعه فعليك المتابعه على مسؤوليتك الشخصيه.
هذه نسخه اوليه من التغييرات
قد تتغير الطريقه بالمستقبل

ارجو المعذره يجب علي استخدام اللغه الانجليزيه

Hi all
here i will describe the method i used to install enigma2 hot summer v2, and bring TP-Link wireless dongle to work on engima2

Please note that this is a risky operation, do it on your own responsibility
Please note that this tutorial will only help you installing Enigma2 on a USB stick and boot from it. if you want to permanently upload enigma2 to your receiver built-in flash, then this tutorial is not for you.

i will do my best to make things as simple as possible.

let's start:
this tutorial assumes you already have a PowerSat PO1000HDPVR reciever along with TP-Link TL-WN321G
and a wireless router with DHCP.
if you need help regarding set your wireless router as DHCP server, please google for that.


tools you need to get started
hardware:
Serial Cable (price around 2 JDs)

software:
putty (http://the.earth.li/~sgtatham/putty/.../x86/putty.exe)
AAF_Recovery_Tool_V4.1_av700
AAF Maxiboot_Installer_Setup_V07

how to download AAF tools?
open a new browser tab
open http://www.aaf-board.com/wbb2/login.php
login with
username:
nuaimat_bmn
password:
nuaimat_bmn

once logged in successfully open this url
http://www.aaf-board.com/wbb2/data****.php


WARNING: PLEASE DOWNLOAD EXACT VERSIONS not older/newer versions


click the diskette icon next to " AAF Atevio Tools/Anleitungen"


click on the button "AAF_Recovery_Tool_V4.1_av 700"

to download it, do the same for
"Maxiboot_Installer_Setup_ V07"

once finished downloading, you'll find two .rar files
extract them
inside
AAF_Recovery_Tool_V4.1_av700 folder
you'll find ART_final_en.rar
extract that too
it will give you 3 PDF files
open
AAF_ART3x_P1_en.pdf

follow the steps there BUT:
for powersat PO1000HDPVR
when you reach page 16
Maxi U-boot install

you'll have to check the checkbox next to "Load from USB Device"
Also don't forget to click on "Reseller-id" tab and set it to Powersat 1000

when successfully completed
and you reach page 22 in the pdf manual
click on Continue with E2 USB Installation

Please note, use ext2 not ext3 as filesystem type for new partitions

now when you reach Page 31
and maxiboot installer asks you for E2 image,
please use this modified image

download from here
http://dl.dropbox.com/u/1974408/AAF_...73_dhcp.tar.gz

now reboot your reciever to it's original software.
for me i have installed enigma2 on /dev/sda3 partition, if you installed it to other partition please modify commands below, instead of sda2 use your partition, instead of MINI2 use your mount point
example: sda2 -> MINI2
sda3 -> MINI3

using putty telnet to the reciever
login with username: root

mount the usb stick with:
mount -t ext2 /dev/sda2 /var/mnt/MINI2

you have to edit one file, that will let your router joins your wireless network
edit it with this command

vi /var/mnt/MINI2/etc/wpa_supplicant.conf

press i to enter edit mode on vi
press esc to enter command mode on vi
in insert mode use arrows and delete button on your keyboard to edit files
then after finishing your changes go to command mode and type
:wq!
to write changes and quit vi


what you should modify is:
ssid="nuaimat"
set it to your ssid name

and
psk=cf9dfb6e499fc5607cb63a7c24 e90e47e67458dd73ba267fe20f8bed a90cb21c
set it to your PSK that you can generate from http://www.wireshark.org/tools/wpa-psk.html

if you want to know what you should modify
please seach google for '/etc/wpa_supplicant.conf'



you're now ready to test it
reboot your receiver from the power button on the back
and quickly press up/down on the remote till you see USB 3 (because i installed it on sda3 it may be different in your case)
press ok

it may need two minutes to finish loading.
now go to
menu>AAF-Panel>Infos>Network

you should see rausb0 interface there, with an ip address
if it's not there
try pull your wireless stick from usb port and put it there again while enigma2 is running, wait for a minute then check network infos again



good luck