public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] tda1004x+saa7162+ PCTV 7010ix
@ 2008-09-25 15:13 Wieslaw Kierbedz
  2008-09-26  7:41 ` Wieslaw Kierbedz
  0 siblings, 1 reply; 3+ messages in thread
From: Wieslaw Kierbedz @ 2008-09-25 15:13 UTC (permalink / raw)
  To: linux-dvb

Hi.
I found, that Twinhan 6090 and my Pinnacle PCTV 7010ix have same components.

First I added definitions to Manu's driver.
saa716x_hybrid loaded successfully, udev created devices.

Now the questions.
How to check does it works without frontend?
Is tda1004x just usable?
I compiled and loaded it but it ignored my card.
Then, how to force tda1004x to load firmware, check devices and create 
device file?

I know, both drivers saa716x and tda1004x are very experimental.
But simply wait is a little to hard for me.

P.S. Extremaly lame. Don't shoot please.
-- 
WK

----------------------------------------------------------------------
Znajdź mieszkanie w Twoim regionie!
kliknij >>> http://link.interia.pl/f1f19


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-dvb] tda1004x+saa7162+ PCTV 7010ix
  2008-09-25 15:13 [linux-dvb] tda1004x+saa7162+ PCTV 7010ix Wieslaw Kierbedz
@ 2008-09-26  7:41 ` Wieslaw Kierbedz
  2008-09-26 17:07   ` [linux-dvb] Common carrier_width Igor M. Liplianin
  0 siblings, 1 reply; 3+ messages in thread
From: Wieslaw Kierbedz @ 2008-09-26  7:41 UTC (permalink / raw)
  To: linux-dvb

Wieslaw Kierbedz wrote:

> Is tda1004x just usable?
> I compiled and loaded it but it ignored my card.
> Then, how to force tda1004x to load firmware, check devices and create 
> device file?
I suppose I found.
There is only demodulator definition for saa716x_averhc82_zl10353.
To enable others I have to write saa716x_7010ix_tda1004x_config (for
example) code?
Has that some sens to adjust functions from other drivers?
saa7134-dvb td1316?

-- 
WK

----------------------------------------------------------------------
Znajdź mieszkanie w Twoim regionie!
kliknij >>> http://link.interia.pl/f1f19


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [linux-dvb]  Common carrier_width
  2008-09-26  7:41 ` Wieslaw Kierbedz
@ 2008-09-26 17:07   ` Igor M. Liplianin
  0 siblings, 0 replies; 3+ messages in thread
From: Igor M. Liplianin @ 2008-09-26 17:07 UTC (permalink / raw)
  To: linux-dvb

Would it be a common thing to implement calculation of carrier width?

static u32 carrier_width(u32 symbol_rate, fe_rolloff_t rolloff)
{
	u32 rlf;

	switch(rolloff) {
	case ROLLOFF_20:
		rlf = 20;
		break;
	case ROLLOFF_25:
		rlf = 25;
		break;
	default:
		rlf = 35;
		break;
	}

	return (symbol_rate  + (symbol_rate * rlf) / 100);
}


Igor

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-26 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-25 15:13 [linux-dvb] tda1004x+saa7162+ PCTV 7010ix Wieslaw Kierbedz
2008-09-26  7:41 ` Wieslaw Kierbedz
2008-09-26 17:07   ` [linux-dvb] Common carrier_width Igor M. Liplianin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox