* [linux-dvb] Where to buy Anysee E30C in Europe ("Euroland")?
@ 2008-12-30 8:09 Martin Dauskardt
2008-12-30 10:02 ` Anders Eriksson
0 siblings, 1 reply; 7+ messages in thread
From: Martin Dauskardt @ 2008-12-30 8:09 UTC (permalink / raw)
To: linux-dvb
It looks like this box is the only DVB-C USB 2.0 device working with Linux.
I cannot find any distributor in Germany, so I am willing to order it from
other europe countrys where I can pay in Euro currency.
If anyone knows a respectable webshop in his country which can deliver it,
feel free to contact me directly.
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [linux-dvb] Where to buy Anysee E30C in Europe ("Euroland")?
2008-12-30 8:09 [linux-dvb] Where to buy Anysee E30C in Europe ("Euroland")? Martin Dauskardt
@ 2008-12-30 10:02 ` Anders Eriksson
2008-12-30 20:29 ` Antti Palosaari
0 siblings, 1 reply; 7+ messages in thread
From: Anders Eriksson @ 2008-12-30 10:02 UTC (permalink / raw)
To: Martin Dauskardt; +Cc: linux-dvb
Got one in sweden (Elgiganten, 1000 SEK iirc), but the card reader (CA/CI
thing) turned out to be unsupported. Reading the kernel sources for the driver,
i found a comment indicating that the CA/CI reader was not (yet) supported.
Luckily, Elgiganten had a free 30 day return policy, so I returned mine.
/Anders
md001@gmx.de said:
> It looks like this box is the only DVB-C USB 2.0 device working with Linux. I
> cannot find any distributor in Germany, so I am willing to order it from
> other europe countrys where I can pay in Euro currency.
> If anyone knows a respectable webshop in his country which can deliver it,
> feel free to contact me directly.
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [linux-dvb] Where to buy Anysee E30C in Europe ("Euroland")?
2008-12-30 10:02 ` Anders Eriksson
@ 2008-12-30 20:29 ` Antti Palosaari
2008-12-30 22:39 ` Anders Eriksson
0 siblings, 1 reply; 7+ messages in thread
From: Antti Palosaari @ 2008-12-30 20:29 UTC (permalink / raw)
To: Anders Eriksson, Martin Dauskardt; +Cc: linux-dvb
Anders Eriksson wrote:
> Got one in sweden (Elgiganten, 1000 SEK iirc), but the card reader (CA/CI
> thing) turned out to be unsupported. Reading the kernel sources for the driver,
> i found a comment indicating that the CA/CI reader was not (yet) supported.
Anysee have standard ISO 7816 card reader interface + SoftCAM in the
driver. I did not implemented card reader due to lack of time &
interest. It probably needs own driver module for card reader and there
is no very similar module that can be used of base of the mode. However
I did some protocol reverse-engineering and those results can be found from:
http://www.otit.fi/~crope/v4l-dvb/anysee_ca_iso7816_protocol.txt
Feel free to implement smart card reader module :)
> Luckily, Elgiganten had a free 30 day return policy, so I returned mine.
This device is rather common in Finland and Sweden. Also found from
Netherlands and Latvia.
regards
Antti
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [linux-dvb] Where to buy Anysee E30C in Europe ("Euroland")?
2008-12-30 20:29 ` Antti Palosaari
@ 2008-12-30 22:39 ` Anders Eriksson
2008-12-30 23:28 ` Antti Palosaari
0 siblings, 1 reply; 7+ messages in thread
From: Anders Eriksson @ 2008-12-30 22:39 UTC (permalink / raw)
To: Antti Palosaari; +Cc: linux-dvb, Martin Dauskardt
Hi Antti,
crope@iki.fi said:
> Anysee have standard ISO 7816 card reader interface + SoftCAM in the driver.
> I did not implemented card reader due to lack of time & interest. It
> probably needs own driver module for card reader and there is no very
> similar module that can be used of base of the mode.
Am I right in understanding that all information required to drive the driver
is available? No lack of specs? I was thinking that we mught want to forward
it to the gregkh. He once put up an offer to write drivers for any hw if specs
were provided.
> However I did some
> protocol reverse-engineering and those results can be found from: http://
> www.otit.fi/~crope/v4l-dvb/anysee_ca_iso7816_protocol.txt Feel free to
> implement smart card reader module :)
I'm afaraid that's beyond my skill level. :-(
> This device is rather common in Finland and Sweden. Also found from
> Netherlands and Latvia.
So, there should be some interest in getting it supported. Here in Sweden it's
the only DVB-C I've seen available on stores.
/Anders
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [linux-dvb] Where to buy Anysee E30C in Europe ("Euroland")?
2008-12-30 22:39 ` Anders Eriksson
@ 2008-12-30 23:28 ` Antti Palosaari
2008-12-30 23:54 ` Antti Palosaari
2008-12-31 13:56 ` Anders Eriksson
0 siblings, 2 replies; 7+ messages in thread
From: Antti Palosaari @ 2008-12-30 23:28 UTC (permalink / raw)
To: Anders Eriksson; +Cc: Martin Dauskardt, linux-dvb
Anders Eriksson wrote:
>
> Hi Antti,
>
> crope@iki.fi said:
>> Anysee have standard ISO 7816 card reader interface + SoftCAM in the driver.
>> I did not implemented card reader due to lack of time & interest. It
>> probably needs own driver module for card reader and there is no very
>> similar module that can be used of base of the mode.
>
> Am I right in understanding that all information required to drive the driver
> is available? No lack of specs? I was thinking that we mught want to forward
> it to the gregkh. He once put up an offer to write drivers for any hw if specs
> were provided.
No, there is no specs available. I did current driver by
reverse-engineering. Reverse-engineering USB-protocol is not usually
very bad task.
>
>> However I did some
>> protocol reverse-engineering and those results can be found from: http://
>> www.otit.fi/~crope/v4l-dvb/anysee_ca_iso7816_protocol.txt Feel free to
>> implement smart card reader module :)
>
> I'm afaraid that's beyond my skill level. :-(
>
>
>> This device is rather common in Finland and Sweden. Also found from
>> Netherlands and Latvia.
>
> So, there should be some interest in getting it supported. Here in Sweden it's
> the only DVB-C I've seen available on stores.
In Finland all DVB-T/C versions are sold (DVB-S/S2 version also exists,
but not in Finland)
http://hintaseuranta.fi/tuote.aspx/44704
http://hintaseuranta.fi/tuote.aspx/161489
http://hintaseuranta.fi/tuote.aspx/42648
regards
Antti
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [linux-dvb] Where to buy Anysee E30C in Europe ("Euroland")?
2008-12-30 23:28 ` Antti Palosaari
@ 2008-12-30 23:54 ` Antti Palosaari
2008-12-31 13:56 ` Anders Eriksson
1 sibling, 0 replies; 7+ messages in thread
From: Antti Palosaari @ 2008-12-30 23:54 UTC (permalink / raw)
To: Anders Eriksson; +Cc: Martin Dauskardt, linux-dvb
Antti Palosaari wrote:
> Anders Eriksson wrote:
>> So, there should be some interest in getting it supported. Here in Sweden it's
>> the only DVB-C I've seen available on stores.
>
> In Finland all DVB-T/C versions are sold (DVB-S/S2 version also exists,
> but not in Finland)
> http://hintaseuranta.fi/tuote.aspx/44704
> http://hintaseuranta.fi/tuote.aspx/161489
> http://hintaseuranta.fi/tuote.aspx/42648
I forget to version in question, E30C.
http://hintaseuranta.fi/tuote.aspx/52497
E30 Combo Plus is also available. It does have both DVB-T and DVB-C
receivers and it is slightly expensive than other models. E30 Combo does
work DVB-C mode by default, DVB-T mode can be selected using module
param. I wish if someone could implement multi frontend support...
Antti
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [linux-dvb] Where to buy Anysee E30C in Europe ("Euroland")?
2008-12-30 23:28 ` Antti Palosaari
2008-12-30 23:54 ` Antti Palosaari
@ 2008-12-31 13:56 ` Anders Eriksson
1 sibling, 0 replies; 7+ messages in thread
From: Anders Eriksson @ 2008-12-31 13:56 UTC (permalink / raw)
To: Antti Palosaari; +Cc: linux-dvb, Martin Dauskardt
crope@iki.fi said:
> >> Anysee have standard ISO 7816 card reader interface + SoftCAM in the driver.
> >> I did not implemented card reader due to lack of time & interest. It
> >> probably needs own driver module for card reader and there is no very
> >> similar module that can be used of base of the mode.
>
> > Am I right in understanding that all information required to drive the driver
> > is available? No lack of specs? I was thinking that we mught want to forward
> > it to the gregkh. He once put up an offer to write drivers for any hw if
> > specs were provided.
> No, there is no specs available. I did current driver by reverse-engineering.
> Reverse-engineering USB-protocol is not usually very bad task.
Hi Antti,
Any chance we can persuade you to create the driver? I'm on the ComHem Swedish
cable operator myself, and would be happy to assist with debugging etc.
Unfortunately, I have no idea where to start a usb reverse engineering task
myself as a solo activity. :-(
Regards,
/Anders
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-12-31 13:56 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-30 8:09 [linux-dvb] Where to buy Anysee E30C in Europe ("Euroland")? Martin Dauskardt
2008-12-30 10:02 ` Anders Eriksson
2008-12-30 20:29 ` Antti Palosaari
2008-12-30 22:39 ` Anders Eriksson
2008-12-30 23:28 ` Antti Palosaari
2008-12-30 23:54 ` Antti Palosaari
2008-12-31 13:56 ` Anders Eriksson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox