Go Back   Techwatch Support Forums: Digital & Satellite TV, FTA, Cable, Computers, Mobile Phones, Apple and General Tech Forums > Tech Forums > UK Cable > Cable TV Chat



Cable TV Chat Discuss all aspects of the cable tv world

Reply
 
LinkBack Thread Tools
Old 31-10-09, 04:56 PM   #71 (permalink)
Junior Member
 
Join Date: May 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: 3_7 funcard fix here

can any body help me make a fix for my fun card or atmega i am using infinity usb phoenix using a usb a to b cable
niceday is offline   Reply With Quote
Old 31-10-09, 05:01 PM   #72 (permalink)
Senior Member
 
Join Date: Feb 2007
Location: Belfast
Posts: 323
Thanks: 23
Thanked 56 Times in 50 Posts
Default Re: 3_7 funcard fix here

I also have the avrstudio, I loaded up one of the last fixes and was trying to gey my bounds about the program and how to use it...

I do think it is important to understand some of the commands from nagra even though it may not be neccessary for the fix but it gives us some sort of grounding to move forward.
timetrex is offline   Reply With Quote
Old 31-10-09, 05:40 PM   #73 (permalink)
'The Don'
 
dannyt0812's Avatar
 
Join Date: Oct 2008
Location: Stockport
Posts: 392
Thanks: 62
Thanked 73 Times in 64 Posts
Default Re: 3_7 funcard fix here

From what I have seen so far the card is resetting itself becuase of a timing issue. It is timing itself out and thats why it is resettig. So as said earlier there is no problem with communication but the amount of time the card is given to respond. It looks as if the 3.7 is asking for a response from the card alot quicker than 3.6 is.

Could be barking completely up the wrong tree so if I am please let me no lol
__________________
Good things come to those who wait........ so be patient!
dannyt0812 is offline   Reply With Quote
Old 31-10-09, 06:01 PM   #74 (permalink)
666
SEARCH FFS
 
666's Avatar
 
Join Date: May 2008
Posts: 1,327
Thanks: 165
Thanked 241 Times in 192 Posts
Default Re: 3_7 funcard fix here

Quote:
Originally Posted by Tesla View Post
I do tend to go for 'sexy' coding lol. Any fix is a good fix and if you get into this in any detail you will find there is always more than one way to end up with the same result.
5 ways so far
__________________
All information is for educational purposes only, hacking is illegal
666 is offline   Reply With Quote
Old 31-10-09, 06:25 PM   #75 (permalink)
Senior Member
 
Join Date: Feb 2007
Location: Belfast
Posts: 323
Thanks: 23
Thanked 56 Times in 50 Posts
Default Re: 3_7 funcard fix here

was having a good read at stuntguy guide and what I found intresting was this

The NAD is used to route messages. The upper nibble of the NAD is defined
as the target address, and the lower nibble is defined as the source address.
In the NagraVision system, only two addresses are defined: Address 1 is the
receiver, and address 2 is the smartcard. Although 4 bits appear to be available for addressing, in reality, only the lower 3 bits of each nibble are available for addresses. The upper bit of each nibble is reserved for Vpp control requests. Since the NagraVision system doesn't use these bits, they won't be discussed here. Actually, it's also interesting to note that the smartcarts don't do any sanity checking on the NAD...they just assume that whatever NAD they received was the correct one and swap its nibbles when they
send a response.

What if the Nad is incorrect, Messages not getting routed correctly or wrong? Thus causing repeated IFS requests, it just seams that communication is an isuue and things seemed to be wired up wrong.
timetrex is offline   Reply With Quote
Old 31-10-09, 06:48 PM   #76 (permalink)
Senior Member
 
Join Date: May 2008
Posts: 337
Thanks: 16
Thanked 126 Times in 69 Posts
Default Re: 3_7 funcard fix here

@ SunRise - maybe but with nagra3 just around the corner its probably the last post of this type????

@ timetrex - The 3.7 problem I repeat is nothing to do with any commands or response to commands. I am not saying that a understanding of the command structure is wasted learning, its just not applicable to this problem.

@ PaddyBhoy - Back to basics, the fun/atmega cards run a simulation of of a nagra1 card, it has enough code to respond to the IRD (Integrated Reciever Decoder 'your box') in a way which will fool the IRD into thinking it is dealing with a osc card. The card has a avr prossesor at90s8515 funcard and atmega163/161 for the atmega. This means that all the code for these cards are the respective AVR code, for the fun card you need to obtain the prune source code, for the atmega you need to obtain the redneck source code. This source code is editable in a text editor or AVRstudio, when chages to the source code is made you assemble the code which produces the necessary HEX file which is the file you load onto your card.
__________________
Without Prejudice all information is for educational purposes only.
Tesla is offline   Reply With Quote
The Following User Says Thank You to Tesla For This Useful Post:
PaddyBhoy (31-10-09)
Old 31-10-09, 07:50 PM   #77 (permalink)
Member
 
Join Date: May 2008
Posts: 48
Thanks: 7
Thanked 1 Time in 1 Post
Default Re: 3_7 funcard fix here

Quote:
Originally Posted by Tesla View Post
@ SunRise - maybe but with nagra3 just around the corner its probably the last post of this type????

@ timetrex - The 3.7 problem I repeat is nothing to do with any commands or response to commands. I am not saying that a understanding of the command structure is wasted learning, its just not applicable to this problem.

@ PaddyBhoy - Back to basics, the fun/atmega cards run a simulation of of a nagra1 card, it has enough code to respond to the IRD (Integrated Reciever Decoder 'your box') in a way which will fool the IRD into thinking it is dealing with a osc card. The card has a avr prossesor at90s8515 funcard and atmega163/161 for the atmega. This means that all the code for these cards are the respective AVR code, for the fun card you need to obtain the prune source code, for the atmega you need to obtain the redneck source code. This source code is editable in a text editor or AVRstudio, when chages to the source code is made you assemble the code which produces the necessary HEX file which is the file you load onto your card.
cheers i will look at how the card is constructed within AVR as i now have the prune source
PaddyBhoy is offline   Reply With Quote
Old 31-10-09, 08:15 PM   #78 (permalink)
Underground Crew Member
 
TheCoder's Avatar
 
Join Date: May 2009
Location: Undrground
Posts: 2,112
Thanks: 15
Thanked 1,690 Times in 932 Posts
Default Re: 3_7 funcard fix here

AVRStudio is a fairly complex program as it contains a full Atmel core simulator as well as interfaces for various debugging interfaces from real processors (jtag-like things etc).

Mostly, when dealing with Funcard/ATMega cards, the majority of people would initially use the stand alone assembler that comes with one of the source card packages (cant remember which one it is). The assembler that comes with this package is a simple command line driven thing but there's usually a batch file to make building even easier.

AVRStudio is really only used for complex debugging sessions. In this particular case AVRStudio doesn't really have any advantage as the problem is not something that can be easily simulated.
TheCoder is offline   Reply With Quote
Old 31-10-09, 09:10 PM   #79 (permalink)
666
SEARCH FFS
 
666's Avatar
 
Join Date: May 2008
Posts: 1,327
Thanks: 165
Thanked 241 Times in 192 Posts
Default Re: 3_7 funcard fix here

Quote:
Originally Posted by Tesla View Post
@ SunRise - maybe but with nagra3 just around the corner its probably the last post of this type????

@ timetrex - The 3.7 problem I repeat is nothing to do with any commands or response to commands. I am not saying that a understanding of the command structure is wasted learning, its just not applicable to this problem.

@ PaddyBhoy - Back to basics, the fun/atmega cards run a simulation of of a nagra1 card, it has enough code to respond to the IRD (Integrated Reciever Decoder 'your box') in a way which will fool the IRD into thinking it is dealing with a osc card. The card has a avr prossesor at90s8515 funcard and atmega163/161 for the atmega. This means that all the code for these cards are the respective AVR code, for the fun card you need to obtain the prune source code, for the atmega you need to obtain the redneck source code. This source code is editable in a text editor or AVRstudio, when chages to the source code is made you assemble the code which produces the necessary HEX file which is the file you load onto your card.
agree, this will props be the last fix for the fun, ashamed to say i only took interest now.
__________________
All information is for educational purposes only, hacking is illegal
666 is offline   Reply With Quote
Old 31-10-09, 10:02 PM   #80 (permalink)
Member
 
Join Date: May 2008
Posts: 48
Thanks: 7
Thanked 1 Time in 1 Post
Default Re: 3_7 funcard fix here

Quote:
Originally Posted by 666 View Post
agree, this will props be the last fix for the fun, ashamed to say i only took interest now.
Aye one good thing has come about with this problem, rather than let someone else fix for me i'm determined to fix it myself.I have my box running on a mosc at the moment so it doesnot really effect me that much.
PaddyBhoy is offline   Reply With Quote
Reply

Bookmarks

« camid | Err4 »
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where is the ex-cw funcard fix? sassbs11 Cable TV Chat 10 05-12-09 12:11 AM
Funcard fix for Leeds mekonhead Cable TV Chat 55 26-09-09 02:26 PM
Buy funcard 1, funcard 4, or funcard 6? waqasahmed Cable TV Chat 5 06-09-09 02:31 PM
Which Fix needs to go onto a Prussian Galaxy 2 Funcard seanoasisoldham Cable TV Chat 4 07-12-08 04:16 PM
eurovox 2 firmware fix????? E*BAY elvis Eurovox 9 04-12-08 07:43 PM


All times are GMT +1. The time now is 04:14 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.