Re: mantis crashes

2010-08-21 Thread Hans van den Bogert
Vidar Tyldum Hansen  tyldum.com> writes:

> So now I will revert to stock Lucid kernel and give your patch a go. But
> I have a feeling this has something might be some incompatibility or bug
> between the card and the motherboard (Asus P5N7A-VM). This, though is
> beyond me...
> 

Late reply, but
Probably is nvidia/bios/asus incompatibility, I used a M3N78-pro

No further luck getting this to work?

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


anysee e30 suspend->resume causes wrong profiling of card.

2010-04-22 Thread Hans van den Bogert
The anysee driver works correctly from cold boot and reinsertion of the device, 
however, after a suspend resume cycle (S3),  the device suddenly is initated as 
dvb-t as where it was dvb-c before. Yes this is a combo device, so dvb T and C, 
but why does the profiling in anysee.c not handle this case? Obviously the 
following snippet produces a false positive on warm boot and resume:


/* 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;
info("mine: case 2");
return 0;
}

I've looked through the rest of the code and by no means am I a developer but, 
isn't the problem that on warm boots the register of the anysee device doesn't 
hold the right value in combination with a combo device? because in all the 
other cases when profiling for different kind of device like the e30c the 
register is put in a different state before probing for the demuxer.

In the meantime I have commented out the above snippet, which results in a 
works-for-me. But it isn't a nice solution for the average/new linux user 
wanting to build a htpc with a anysee combo device.

Tested with ubuntu-lucid module, further tested/compiled with the HG repo.

ps I'm new with mailing lists, is this the right place to post for the anysee 
driver?
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: mantis crashes

2010-04-14 Thread hans van den Bogert
I have the exact same symptoms with a technisat cablestar HD2,
 also a twinhan clone like the terratec. 
Glad to know this isn't a broken hardware issue (that
is it seems highly unlikely we have the exact same problem 
for it to be a hardware malfunction ). 

Have used the .31 and .32 and .33 kernel in ubuntu under karmic and lucid.
With a own compiled mantis driver from intuxication and linuxtv mercurial repos.

So it kinda looks like this is a ubuntu thing? Or are there alternative 
conclusions?

 Hans

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html