[linux-dvb] Anysee E30 Combo Plus startup mode
Alexander Saers
alex at saers.com
Tue Aug 25 08:56:44 CEST 2009
Hello Benjamin
Thanx for the reply. Good to know that I'm not alone with the issue :-).
The idee to simply remove the dvb-t part from the code was something i have
thought of. However if you do that you need to build a custom kernel every
time a security update is released. This can be a real pain :)
However I came up with the following simple solution to the problem. I just
prevent the modules from being loaded. Just edit
/etc/modprobe.d/blacklist.conf and add the following at the end of it.
If you want dvb-c add this
blacklist zl10353
if you want dvb-t add this
blacklist tda10023
And then reboot the computer. Almost to simple :)
Br
Alexander
2009/8/24 Benjamin Larsson <banan at ludd.ltu.se>
> Alexander Saers wrote:
>
>> Hello
>>
>> I have a Anysee E30 Combo Plus USB device. It's capable of both DVB-C and
>> DVB-T. I currently use the device with ubuntu 9.04 64bit with mythtv. I have
>> problem with selction of mode for the device
>>
>> [...]
>
>>
>> Anyone experienced this problem? It would be nice to run DVB-C without
>> having to disconnect and connect hardware.
>>
>> Br
>> Alexander
>>
>
> I experience the same thing. Hacking the drivers does help.
>
>
> diff -r 46560e0b658e linux/drivers/media/dvb/dvb-usb/anysee.c
> --- a/linux/drivers/media/dvb/dvb-usb/anysee.c Fri Apr 24 20:27:44 2009
> +0300
> +++ b/linux/drivers/media/dvb/dvb-usb/anysee.c Sat Jul 11 12:08:29 2009
> +0200
> @@ -293,13 +293,6 @@ static int anysee_frontend_attach(struct
> return 0;
> }
>
> - /* Zarlink ZL10353 DVB-T demod inside of Samsung DNOS404ZH103A NIM
> */
> - adap->fe = dvb_attach(zl10353_attach, &anysee_zl10353_config,
> - &adap->dev->i2c_adap);
> - if (adap->fe != NULL) {
> - state->tuner = DVB_PLL_THOMSON_DTT7579;
> - return 0;
> - }
>
> /* for E30 Combo Plus DVB-T demodulator */
> if (dvb_usb_anysee_delsys) {
> @@ -321,13 +314,6 @@ static int anysee_frontend_attach(struct
> if (ret)
> return ret;
>
> - /* Zarlink ZL10353 DVB-T demod inside of Samsung DNOS404ZH103A NIM
> */
> - adap->fe = dvb_attach(zl10353_attach, &anysee_zl10353_config,
> - &adap->dev->i2c_adap);
> - if (adap->fe != NULL) {
> - state->tuner = DVB_PLL_THOMSON_DTT7579;
> - return 0;
> - }
>
> /* IO port E - E30C rev 0.4 board requires this */
> ret = anysee_write_reg(adap->dev, 0xb1, 0xa7);
>
>
> The issue is reported to the maintainer.
>
>
> MvH
> Benjamin Larsson
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.linuxtv.org/pipermail/linux-dvb/attachments/20090825/8bc3ebba/attachment.htm>
More information about the linux-dvb
mailing list