Ga naar inhoud


ronald en newcamd


Aanbevolen berichten

Geplaatst:

@ therock

Als je ff met google zoekt op newcamd conax zullen er aardig wat sites te voor schijn komen.

btw de site namen mogen niet op deze forum geplaatst worden!


  • Reacties 37
  • Aangemaakt
  • Laatste reactie

Beste reacties in dit onderwerp

Beste reacties in dit onderwerp

Geplaatst:

Wie heeft er voor mij een kleine tip?

Ik heb CONAX.KEY en SOFTCAM.KEY naar VAR/KEYS, RSAKEYLIST naar VAR/SCCE en NEWCAMD naar VAR/BIN gekopieerd. Ik heb de rechten goedgezet middels CHMOD 755 ... De dreambox geherstart, maar ik zie in het emu menu (blauwe knop) nog geen newcamd staan.

Geplaatst:

@fabian

Dit klopt, je moet dit aanpassen in emulist.xml.

Maar wat je het beste kan doen is naar var/bin gaan en dan newcamd intikken.

Dan start newcamd handmatig en dan moet je het kunnen kijken.

Succes

Geplaatst:

Het probleem zit hem in dat libcrypto niet gevonden wordt.

 

Ronald, kun je bij de volgende image misschien /hdd/lib aan de library paths toevoegen?

 

Dan kunnen we dit soort dingen makkelijker patchen.

Geplaatst:

Is het niet mogelijk om de libcrypto zelf toe te voegen?

Ik heb de lib zelf gevonden op internet maar weet niet waar ik moet plaatsen.

Alvast bedankt mensen!

Geplaatst:

Ik heb nu hier op de DB newcamd op de ingetrokken Ronald image draaien. Via een hoop handwerk er in gekregen, zal even kijken of ik iets in mekaar kan draaien waar iedereen iets aan heeft.

 

Peter

Geplaatst:

Ja, met environment variabelen (moet je de CAM met de hand opstarten!) of met Ronaldd van een harddisk image.

Geplaatst:

Moet nu eea nog via telnet met hand opstarten en een andere taak afschieten das niet echt handig ;-) Maar ik ben al heel blij dat na een tijdje zwoegen dit toch zo gelukt is ;-)

 

Peter

Geplaatst:

Hoi de Drambox fans,

je kunt ook het geheugen vd machine dmv een usb (1.0 of 2.0) stick uitbreiden.

ik heb een goede ervaring mee.

 

 

 

 

USB Memory sticks 101

 

MrBandwidth

Australia

 

This tutorial will try to describe how to install a new or used USB-Stick on the DreamBox. If you follow the complete procedure, youre contents will be lost. It is advised to use cut and paste for the telnet command's.

 

Why using USB memory sticks on a DreamBox? Simple: your /var directory in the DreamBox contains vital information e.g. your keys from your smartcard. With a memory stick you can extend the /var directory size and store these vital information on the stick thus making them portable and keep your DreamBox "clean"

.

 

This tutorial is a guide for initialising a USB memory stick for you DB.

 

You will need:

Your DreamBox.

A USB memory stick

1.This is how you do it

 

First connect youre USB stick on your dreambox. (if not already done)

Power on dreambox

Check if USB stick is recognised ls /dev/scsi/host0/bus0/target0/lun0/disc

If this gives an error, Your device is not recognised and you cannot continue.

 

 

Clean disk pationing:

dd if=/dev/zero of=/dev/scsi/host0/bus0/target0/lun0/disc count=10

 

 

Shutdown enigma and let the DB go out. This is for 2 reasons:

To save enigma settings and to make sure that the stick is NOT mounted

 

 

Partition USB-Stick

sfdisk /dev/scsi/host0/bus0/target0/lun0/disc

 

 

Press enter 4 times. sfdisk is asking questions about how to create 1th, 2nd, 3th, 4th partition. Defaults are fine.

Now you get a warning 'no primary partition is marked bootable (active)' and a question if you want to write this to disk. Answer y to that question.

 

 

If everything is OK, you are back on the telnet prompt.

Make an ext3 filesystem on the stick (reiserfs is NOT recommended for small devices)

mke2fs -j /dev/scsi/host0/bus0/target0/lun0/part1

sync

 

 

Now reboot the dreambox again. And the stick should be mounted in /m/scsi

When dreambox is up, check if stick is mounted. If it is not mounted, start over again and read more careful.

 

 

cd /m/scsi

ls

You MUST see a directory called 'lost+found'. If you don't see that dir, you must start over again from the top.

 

 

If you want to mount /var on USB stick do the following commands, if you want to use the stick for other stuff skip them:

 

cp -a /var /m/scsi

touch /m/scsi/var/tmp/init

sync

 

 

Now reboot dreambox again and you should have a big /var filesystem

 

 

 

 

 

 

Deze komt uit Dreambox Net Australia <img src="/ubbthreads/images/graemlins/tongue.gif" alt="" />

 

 

suc6 <img src="/ubbthreads/images/graemlins/xyxthumbs.gif" alt="" />

grtm

Geplaatst:
Citaat:
Hoi de Drambox fans,
je kunt ook het geheugen vd machine dmv een usb (1.0 of 2.0) stick uitbreiden.
ik heb een goede ervaring mee.




USB Memory sticks 101

MrBandwidth
Australia

This tutorial will try to describe how to install a new or used USB-Stick on the DreamBox. If you follow the complete procedure, youre contents will be lost. It is advised to use cut and paste for the telnet command's.

Why using USB memory sticks on a DreamBox? Simple: your /var directory in the DreamBox contains vital information e.g. your keys from your smartcard. With a memory stick you can extend the /var directory size and store these vital information on the stick thus making them portable and keep your DreamBox "clean"
.

This tutorial is a guide for initialising a USB memory stick for you DB.

You will need:
Your DreamBox.
A USB memory stick
1.This is how you do it

First connect youre USB stick on your dreambox. (if not already done)
Power on dreambox
Check if USB stick is recognised ls /dev/scsi/host0/bus0/target0/lun0/disc
If this gives an error, Your device is not recognised and you cannot continue.


Clean disk pationing:
dd if=/dev/zero of=/dev/scsi/host0/bus0/target0/lun0/disc count=10


Shutdown enigma and let the DB go out. This is for 2 reasons:
To save enigma settings and to make sure that the stick is NOT mounted


Partition USB-Stick
sfdisk /dev/scsi/host0/bus0/target0/lun0/disc


Press enter 4 times. sfdisk is asking questions about how to create 1th, 2nd, 3th, 4th partition. Defaults are fine.
Now you get a warning 'no primary partition is marked bootable (active)' and a question if you want to write this to disk. Answer y to that question.


If everything is OK, you are back on the telnet prompt.
Make an ext3 filesystem on the stick (reiserfs is NOT recommended for small devices)
mke2fs -j /dev/scsi/host0/bus0/target0/lun0/part1
sync


Now reboot the dreambox again. And the stick should be mounted in /m/scsi
When dreambox is up, check if stick is mounted. If it is not mounted, start over again and read more careful.


cd /m/scsi
ls
You MUST see a directory called 'lost+found'. If you don't see that dir, you must start over again from the top.


If you want to mount /var on USB stick do the following commands, if you want to use the stick for other stuff skip them:

cp -a /var /m/scsi
touch /m/scsi/var/tmp/init
sync


Now reboot dreambox again and you should have a big /var filesystem






Deze komt uit Dreambox Net Australia <img src="/ubbthreads/images/graemlins/tongue.gif" alt="" />


suc6 <img src="/ubbthreads/images/graemlins/xyxthumbs.gif" alt="" />
grtm


Dit is oud en hoort niet in dit 'draadje' thuis <img src="/ubbthreads/images/graemlins/biggthumpdown.gif" alt="" />

VU+ Duo 4K SE DVB-S2X FBC, 320Gb Hdd,  VTi 15.0.3 Stable.
ChannelMaster 1.0m offset - Inverto Ultra Black Twin, 18"Act(RVS) + V-Box2
Wavefield T90, 12x Lnb (39East - 5West)
Maxim64 Multibeam 80cm 3x lnb (East 13, 19.2, 23.5)

Geplaatst:
Citaat:
Moet nu eea nog via telnet met hand opstarten en een andere taak afschieten das niet echt handig ;-) Maar ik ben al heel blij dat na een tijdje zwoegen dit toch zo gelukt is ;-)

Peter


Zou idd heel mooi zijn, ben al paar dagen met rdgd3 bezig om het draaiend te krijgen, maar op 1 of andere manier leest ie de k*y file niet goed. <img src="/ubbthreads/images/graemlins/frown.gif" alt="" />

VU+ Duo 4K SE DVB-S2X FBC, 320Gb Hdd,  VTi 15.0.3 Stable.
ChannelMaster 1.0m offset - Inverto Ultra Black Twin, 18"Act(RVS) + V-Box2
Wavefield T90, 12x Lnb (39East - 5West)
Maxim64 Multibeam 80cm 3x lnb (East 13, 19.2, 23.5)

Geplaatst:
Citaat:
Citaat:
Moet nu eea nog via telnet met hand opstarten en een andere taak afschieten das niet echt handig ;-) Maar ik ben al heel blij dat na een tijdje zwoegen dit toch zo gelukt is ;-)

Peter


Zou idd heel mooi zijn, ben al paar dagen met rdgd3 bezig om het draaiend te krijgen, maar op 1 of andere manier leest ie de k*y file niet goed. <img src="/ubbthreads/images/graemlins/frown.gif" alt="" />


Script om newcamd nu correct te starten in Ronald image werkt nu goed. Morgen nog even verder om het zo aan te passen dat als er daarna weer scam oid wordt gekozen newcamd ook weer netjes wordt gestopt. Zal hier snel wat posten

Peter
Geplaatst:

We wachten even met spanning af, dan staak ik even mijn project :P

Blij dat er toch nog anderen mee bezig zijn om newcamd in te voegen in de stabiele ronaldd image (laatste versie waar iedereen probs mee heeft).

VU+ Duo 4K SE DVB-S2X FBC, 320Gb Hdd,  VTi 15.0.3 Stable.
ChannelMaster 1.0m offset - Inverto Ultra Black Twin, 18"Act(RVS) + V-Box2
Wavefield T90, 12x Lnb (39East - 5West)
Maxim64 Multibeam 80cm 3x lnb (East 13, 19.2, 23.5)

Maak een account aan of log in om te reageren

Je moet een lid zijn om een reactie te kunnen achterlaten

Account aanmaken

Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!

Registreer een nieuwe account

Inloggen

Heb je reeds een account? Log hier in.

Nu inloggen
  • Wie is er online   0 leden

    • Er zijn geen geregistreerde gebruikers deze pagina aan het bekijken
×
×
  • Nieuwe aanmaken...