Hi ,

Abylai Ospan wrote:
> Dear Manu,
> 
> В Сбт, 29/09/2007 в 04:29 +0400, Manu Abraham пишет:
>> Hi folks,
>>
>> I have pushed out a tree containing support for the mentioned hardware.
>> Please note, support is still incomplete. Still much more to happen. 
>>
>> NOTE: Still in BETA stage.
>>
>> Please collect all your issues, will go through one by one. I can go through 
>> the issues one
>> by one only, so please bear with me.
>>
>> The hacked szap is here http://abraham.manu.googlepages.com/szap.c
> 
> I have downloaded latest hg clone http://linuxtv.org/hg/dvb-apps and 
> replacing szap.c. 
> 
> szap compiled successfully.
> 
> Also I have installed http://jusst.de/hg/multiproto tree (dvb-core.ko
> and another modules). My card (KNC TV STAR DVB-S) detected successfully:
> saa7146: found saa7146 @ mem f89a4000 (revision 1, irq 17) (0x1894,0x0016).
> saa7146 (0): dma buffer size 192512
> DVB: registering new adapter (KNC TV STAR DVB-S)
> adapter failed MAC signature check
> encoded MAC from EEPROM was
> ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff
> KNC1-1: MAC addr = 00:09:d6:65:9c:67
> DVB: registering frontend 1 (ST STV0299 DVB-S)...
> budget-av: ci interface initialised.
> budget-av: cam inserted B
> 
> but "hacked" szap won't work:

Ahh ..
The szap modification was older than a previous API update.

Just change the following line in szap.c

        } else if ((DVB_API_VERSION == 3) && (DVB_API_VERSION_MINOR == 1)){

to

        } else if ((DVB_API_VERSION == 3) && (DVB_API_VERSION_MINOR == 2)){


Please try whether it fixes.

Thanks,
Manu

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Reply via email to