Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Fw: Re: Fw: Re: Skystar2 drivers



Date: Mon, 23 Jun 2003 22:47:52 +0200
From: Callisto Pili <vanguardia@tiscali.it>
To: gigyz <gigyz@aruba.it>
Subject: Re: [linux-dvb] Fw: Re: Skystar2 drivers


In una giornata di sole del Mon, 23 Jun 2003 22:37:49 +0200 e nel bel
mezzo di un esame l'impavido gigyz <gigyz@aruba.it> oso' rinchiudere a
chiave nell'aula gli studenti dicendo:

> thank you for your answer, i resolved problems today
> in skystar2.c there is an if (line 2269) that check revision number of
> flexcop chip and there are two rev: 1) FlexcopII = rev 130
> 2) FlexcopIIB= rev 195
> 
> so i change that if in order to accept also card with chip rev. 195
> and now it works perfectly. Bye
> 

hello gigyz, 
      you change in the skystar2.c source, the line 2269 with the new
value for your card:

      rev 130 = 0x82
      rev 195 = 0xC3

The exact modify is:(line 2269)

    if ( adapter->B2C2_revision != 0x82 )

with:

if ( (adapter->B2C2_revision != 0xC3 )&&(adapter->B2C2_revision != 0x82
))

and your card work correctly with Linux for the two version of the
cards.


A main italian Discussion is available on www.assitecforum.com (SkyStar2
section)

best regards,
      Callisto Pili.


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index