ποιο image παιζει την diablo ?

warezaek

New member
5 January 2008
62
επειδη την αλλη βδομαδα θα εχω τον δεκτη ηθελα να μαθω με ποιο image παιζει σωστα η diablo light γιατι εχω διαβασει διαφορα στο net.
 
Δεν ειναι λιγο περιεργο αφου ο ιδιος ο δεκτης κανει τετοια να ειναι συμβατος με ενα τετοιο cam μην το αγορασεις αφου εχεις ειδη ενα διαμαντι!
 
επειδη την αλλη βδομαδα θα εχω τον δεκτη ηθελα να μαθω με ποιο image παιζει σωστα η diablo light γιατι εχω διαβασει διαφορα στο net.


κανενα
 
επειδη την αλλη βδομαδα θα εχω τον δεκτη ηθελα να μαθω με ποιο image παιζει σωστα η diablo light γιατι εχω διαβασει διαφορα στο net.
σαν τι διαβασες δηλαδη για πες και εμας να μαθουμε?και καπα7 εισαι συγουρος οτι δεν τι παιζει?
 
Re: Απάντηση: ποιο image παιζει την diablo ?

σαν τι διαβασες δηλαδη για πες και εμας να μαθουμε?και καπα7 εισαι συγουρος οτι δεν τι παιζει?





"keys out of date" σου λεει τιποτα αυτο

η μοντουλα ειναι δικη μου και την τεσταρα σε enigma 2



αυριο θα δοκιμασω σε Gemini:flipout:τωρα παω για ποτακι
καληνυχτα-bye-
 
Δεν ειναι λιγο περιεργο αφου ο ιδιος ο δεκτης κανει τετοια να ειναι συμβατος με ενα τετοιο cam μην το αγορασεις αφου εχεις ειδη ενα διαμαντι!
Τις extra "παροχές" του diablo, αν δεν κάνω λάθος, οι dreambox τις δίνουν μόνο με (παράνομο) διαδικτυακό τρόπο.
 
παραληψη μου, το diablo δεν σκεφτομαι να το παρω, το εχω 1 χρονο τωρα, τεσπα, βρηκα τι πρεπει να κανω για να παιξει, οταν εχω τον δεκτη στα χερια μου θα δοκιμασω, και βλεπουμε.
 
παραληψη μου, το diablo δεν σκεφτομαι να το παρω, το εχω 1 χρονο τωρα, τεσπα, βρηκα τι πρεπει να κανω για να παιξει, οταν εχω τον δεκτη στα χερια μου θα δοκιμασω, και βλεπουμε.


για πες μας φιλε πως γινετε να δοκιμασουμε
 
βρηκα αυτο :

Open /etc/modules.conf

Write In a new line:

options fpga alternate_image=1

Save it and reboot the box
 
και λιγο πιο αναλυτηκα, αυτο :

Grab a copy of Putty [free on the web], and connect to the ip address of your DM8000. connect in telnet mode, as the user 'root' you wont be asked for a password by default in many images.

now - youll be on a command prompt, similar to the command prompt in windows, ie the Linux Shell

now, type the following:
cd /
cd etc
vi modules.conf

VI, is an editor, but its a bit different to what you would be used of in notepad. and notepad does not make unix compataible files.
this is work learning.

using your arrow keys move your cursor to the last chararcter in the file, which is # if you have not made any edits.

Now press the 'i' key to put VI into insert mode - you will see that popup for a moment on the bottom line of VI. now press 'Return' to get a new line and type the new entry we need:

options fpga alternate_image=1

Ok, now press the 'ESC' key to escape from Insert mode, and then type ':wq' and press enter - this tells vi to write the changes and quit the editor.
[some other commands to play with are 'x' remove a characted, 'r' replace a character - eg rx will replace the character your cursor is over with x; 'd' will delete a full line; 'ESC' at all times will cancel all modes; ':q' will quite with no changes, and ':q!' will force quit with no changes.

If you have completed the process correctly, your file will look like this. - you can reboot the dreambox from the shell by simply typing 'reboot'; and get ready for the Daiblo to work



### This file is automatically generated by update-modules"
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modutils and read
# the manpage for update-modules.
#
options fpga alternate_image=1
~
~
~
 
ευχαριστω σεραφειμ,στο τελος με αυτα τον μπελα μας θα βρουμε,καθε μερα και κατι νεο βγαζουνε απο οτι διαβασα σε φορουμ τωρα η μοδα ειναι πλεον απο το συμπαν που ειναι ο δορυφορος,ρε γλεντια να δεις εκει τι μπορει να κανει η φορσε θα κανει σκαν και εκει λετε
loisir43.gif
 
και λιγο πιο αναλυτηκα, αυτο :

Grab a copy of Putty [free on the web], and connect to the ip address of your DM8000. connect in telnet mode, as the user 'root' you wont be asked for a password by default in many images.

now - youll be on a command prompt, similar to the command prompt in windows, ie the Linux Shell

now, type the following:
cd /
cd etc
vi modules.conf

VI, is an editor, but its a bit different to what you would be used of in notepad. and notepad does not make unix compataible files.
this is work learning.

using your arrow keys move your cursor to the last chararcter in the file, which is # if you have not made any edits.

Now press the 'i' key to put VI into insert mode - you will see that popup for a moment on the bottom line of VI. now press 'Return' to get a new line and type the new entry we need:

options fpga alternate_image=1

Ok, now press the 'ESC' key to escape from Insert mode, and then type ':wq' and press enter - this tells vi to write the changes and quit the editor.
[some other commands to play with are 'x' remove a characted, 'r' replace a character - eg rx will replace the character your cursor is over with x; 'd' will delete a full line; 'ESC' at all times will cancel all modes; ':q' will quite with no changes, and ':q!' will force quit with no changes.

If you have completed the process correctly, your file will look like this. - you can reboot the dreambox from the shell by simply typing 'reboot'; and get ready for the Daiblo to work



### This file is automatically generated by update-modules"
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modutils and read
# the manpage for update-modules.
#
options fpga alternate_image=1
~
~
~


τιποτα δεν καταφεραμε φιλε μου
 
ναι οντως, τιποτα, και εγω το δοκιμασα, καποια τα ανοιγε, μετα κολαγε και το παρατησα, κριμα