Chorus and NTL Ireland Keyroll - Discuss here

As suggested, try setting the Cams up to ignore the Nagra2 Emm/ECM streams.

Any pointers on how to do this m8? Just flitting by right now - will be investigating later tonight, :Cheers:
 
dreambox, starview, kryptview,are they all down in dublin ?
 
down everywhere m8. I am finally happy. I would rather have a dream challenge problem and no tv than 130 rubbish channels. :Biggrin2:
 
My dreambox, working up till yesterday has gone down today as well, suggestions on how to fix it would be appreciated:)
 
Okay, I tried reflashing the box, didn't solve it (and why would both boxes be affected at the same time anyway?) Then I tried uninstalling all the CAMs and reinstalling them one by one... When I installed the GBox CAM, the channels cleared in about 10 seconds. Funny thing is, they also started working on the 500 which I hadn't touched, which makes me feel like it was a coincidence, and the encryption just shifted or something at that time. It's been fine since apart from freezing once or twice - solved by restarting the CAM. I tried getting on here to let you know, but was getting 404 errors. nly now I copped I could press back and log in as normal... But that's another thing altogether.

Thanks all for the help and pointers!



If yours still works can you upload an image to test ? Ta.
 
Dublin city center off

~ Dublin City South down since 5pm mine and my 5 mates all off. ITs all gone peat thong
 
Yup, my starview down too.. tried manual, automatic scanning, key emu on and off, finds the channels and the programs alright, but with emu off just bad channel errors, with emu on, its just constantly updating.

Can someone post the latest codes just so i can check i have the right ones to start with please,

thanks....
 
Yup, my starview down too.. tried manual, automatic scanning, key emu on and off, finds the channels and the programs alright, but with emu off just bad channel errors, with emu on, its just constantly updating.

Can someone post the latest codes just so i can check i have the right ones to start with please,

thanks....

this is the dreambox forum and scanning wont do anything
 
just gat a call from a mate I herd some starviews are still clearing stations in Dublin
 
just gat a call from a mate I herd some starviews are still clearing stations in Dublin

someone in another forum posted this


"Yay! Been dealing with the same frustration as everyone else on n*l here but I've managed to get the box up again. Using your favourite FTP client download '/var/keys/keylist.txt' Edit the first two lines to add the codes listed on other forums for the Starview box (I don't believe the rules allow the posting of them here). Beware if you use notepad it will not save the files in the correct Unix format (it's got to do with how line returns are handled) try Notepad++ it even does code highlighting! I uploaded the file and rebooted et voila PM me if you want the file"
 
someone in another forum posted this


"Yay! Been dealing with the same frustration as everyone else on n*l here but I've managed to get the box up again. Using your favourite FTP client download '/var/keys/keylist.txt' Edit the first two lines to add the codes listed on other forums for the Starview box (I don't believe the rules allow the posting of them here). Beware if you use notepad it will not save the files in the correct Unix format (it's got to do with how line returns are handled) try Notepad++ it even does code highlighting! I uploaded the file and rebooted et voila PM me if you want the file"
all u r doing is updating the keys

the keyroll methord has changed

here it is


ROM7
DISASSEMBLY OF CODE:
------------------------------

0081: B6 01 lda $01 ; Load in A
0083: A4 08 and #$08 ; A= A and ...
0085: B8 AE eor $AE ; A= A xor ...
0087: B7 AE sta $AE ; Store A in...
0089: 17 01 bclr3 $01 ; Bit 3 <-- 0
008B: B6 01 lda $01 ; Load in A
008D: A4 08 and #$08 ; A= A and ...
008F: B8 B0 eor $B0 ; A= A xor ...
0091: B7 B0 sta $B0 ; Store A in...
0093: A6 26 lda #$26 ; Load in A
0095: CC 48 BB jmp FILTEROK ; 2


BYTES DUMP:
---------------------
0098: 00 00 00 00 00 00 00 00
00A0: 00 00 00 00 00 00 83 5F
00A8: 01 42 05 00 11 22 33 44
00B0: 55 66 77 42 85 00 11 22
00B8: 33 44 55 66 77

==========================================================================
ROM10
DISASSEMBLY OF CODE:
------------------------------

0081: B6 02 lda $02 ; Load in A
0083: 4E swapa ; Nibble exchange of A
0084: A4 10 and #$10 ; A= A and ...
0086: B8 AE eor $AE ; A= A xor ...
0088: B7 AE sta $AE ; Store A in...
008A: 9B sei ; I <-- 1
008B: 11 02 bclr0 $02 ; Bit 0 <-- 0
008D: 1E 02 bset7 $02 ; Bit 7 <-- 1
008F: B6 02 lda $02 ; Load in A
0091: 4E swapa ; Nibble exchange of A
0092: A4 18 and #$18 ; A= A and ...
0094: B8 B0 eor $B0 ; A= A xor ...
0096: B7 B0 sta $B0 ; Store A in...
0098: 1F 02 bclr7 $02 ; Bit 7 <-- 0
009A: 9A cli ; I <-- 0
009B: A6 26 lda #$26 ; Load in A
009D: CC 6B 01 jmp $6B01 ; Jump

BYTES DUMP:
---------------------
00A0: 00 00 00 00 00 00 83 5F
00A8: 01 42 05 00 11 22 33 44
00B0: 55 66 77 42 85 00 11 22
00B8: 33 44 55 66 77


==========================================================================
ROM11
DISASSEMBLY OF CODE:
------------------------------

0081: B6 02 lda $02 ; Load in A
0083: 4E swapa ; Nibble exchange of A
0084: A4 10 and #$10 ; A= A and ...
0086: B8 AE eor $AE ; A= A xor ...
0088: B7 AE sta $AE ; Store A in...
008A: 9B sei ; I <-- 1
008B: 11 02 bclr0 $02 ; Bit 0 <-- 0
008D: 1E 02 bset7 $02 ; Bit 7 <-- 1
008F: B6 02 lda $02 ; Load in A
0091: 4E swapa ; Nibble exchange of A
0092: A4 18 and #$18 ; A= A and ...
0094: B8 AF eor $AF ; A= A xor ...
0096: B7 AF sta $AF ; Store A in...
0098: 1F 02 bclr7 $02 ; Bit 7 <-- 0
009A: 9A cli ; I <-- 0
009B: A6 26 lda #$26 ; Load in A
009D: CC 58 F5 jmp $58F5 ; Jump

BYTES DUMP:
---------------------
00A0: 00 00 00 00 00 00 83 5F
00A8: 01 42 05 00 11 22 33 44
00B0: 55 66 77 42 85 00 11 22
00B8: 33 44 55 66 77
 
Would it be possible to upload a modded image of dw2 with the new autoroll script. For all us noobs who can't manage to do it ourselfs.

Thanks guys
 
all u r doing is updating the keys

the keyroll methord has changed

here it is


ROM7
DISASSEMBLY OF CODE:
------------------------------

0081: B6 01 lda $01 ; Load in A
0083: A4 08 and #$08 ; A= A and ...
0085: B8 AE eor $AE ; A= A xor ...
0087: B7 AE sta $AE ; Store A in...
0089: 17 01 bclr3 $01 ; Bit 3 <-- 0
008B: B6 01 lda $01 ; Load in A
008D: A4 08 and #$08 ; A= A and ...
008F: B8 B0 eor $B0 ; A= A xor ...
0091: B7 B0 sta $B0 ; Store A in...
0093: A6 26 lda #$26 ; Load in A
0095: CC 48 BB jmp FILTEROK ; 2


BYTES DUMP:
---------------------
0098: 00 00 00 00 00 00 00 00
00A0: 00 00 00 00 00 00 83 5F
00A8: 01 42 05 00 11 22 33 44
00B0: 55 66 77 42 85 00 11 22
00B8: 33 44 55 66 77

==========================================================================
ROM10
DISASSEMBLY OF CODE:
------------------------------

0081: B6 02 lda $02 ; Load in A
0083: 4E swapa ; Nibble exchange of A
0084: A4 10 and #$10 ; A= A and ...
0086: B8 AE eor $AE ; A= A xor ...
0088: B7 AE sta $AE ; Store A in...
008A: 9B sei ; I <-- 1
008B: 11 02 bclr0 $02 ; Bit 0 <-- 0
008D: 1E 02 bset7 $02 ; Bit 7 <-- 1
008F: B6 02 lda $02 ; Load in A
0091: 4E swapa ; Nibble exchange of A
0092: A4 18 and #$18 ; A= A and ...
0094: B8 B0 eor $B0 ; A= A xor ...
0096: B7 B0 sta $B0 ; Store A in...
0098: 1F 02 bclr7 $02 ; Bit 7 <-- 0
009A: 9A cli ; I <-- 0
009B: A6 26 lda #$26 ; Load in A
009D: CC 6B 01 jmp $6B01 ; Jump

BYTES DUMP:
---------------------
00A0: 00 00 00 00 00 00 83 5F
00A8: 01 42 05 00 11 22 33 44
00B0: 55 66 77 42 85 00 11 22
00B8: 33 44 55 66 77


==========================================================================
ROM11
DISASSEMBLY OF CODE:
------------------------------

0081: B6 02 lda $02 ; Load in A
0083: 4E swapa ; Nibble exchange of A
0084: A4 10 and #$10 ; A= A and ...
0086: B8 AE eor $AE ; A= A xor ...
0088: B7 AE sta $AE ; Store A in...
008A: 9B sei ; I <-- 1
008B: 11 02 bclr0 $02 ; Bit 0 <-- 0
008D: 1E 02 bset7 $02 ; Bit 7 <-- 1
008F: B6 02 lda $02 ; Load in A
0091: 4E swapa ; Nibble exchange of A
0092: A4 18 and #$18 ; A= A and ...
0094: B8 AF eor $AF ; A= A xor ...
0096: B7 AF sta $AF ; Store A in...
0098: 1F 02 bclr7 $02 ; Bit 7 <-- 0
009A: 9A cli ; I <-- 0
009B: A6 26 lda #$26 ; Load in A
009D: CC 58 F5 jmp $58F5 ; Jump

BYTES DUMP:
---------------------
00A0: 00 00 00 00 00 00 83 5F
00A8: 01 42 05 00 11 22 33 44
00B0: 55 66 77 42 85 00 11 22
00B8: 33 44 55 66 77

so are the cams going to autoupdate or will I have to get out my ethernet cable?:)
 
Back
Top