[linux-dvb] Leadtek Winfast DTV Dongle Gold

2008-03-05 Thread Jarryd Beck
I just bought a Leadtek Winfast DTV Dongle Gold, I thought it would be the same as the DTV Dongle, but apparently it's not, it's a new model fresh of the production line about a month ago. Of course it doesn't work following the instructions for the older model, I even recompiled the kernel so it

Re: [linux-dvb] Leadtek Winfast DTV Dongle Gold

2008-03-07 Thread Jarryd Beck
It looks like there is a driver, it's just not official yet, I'll try that and see what happens. On Fri, Mar 7, 2008 at 1:57 PM, Jarryd Beck [EMAIL PROTECTED] wrote: It appears that the driver is the AF9015 which is unsupported at the moment. Quite a few devices appear to use this driver

Re: [linux-dvb] Leadtek Winfast DTV Dongle Gold

2008-03-07 Thread Jarryd Beck
It appears that the driver is the AF9015 which is unsupported at the moment. Quite a few devices appear to use this driver, is anyone planning on supporting it anytime soon? Looks like I'll be returning this one anyway, I'll get one that I know works. On Thu, Mar 6, 2008 at 2:28 PM, Jarryd Beck

[linux-dvb] NXP 18211HDC1 tuner

2008-03-09 Thread Jarryd Beck
Would someone be interested in writing tuner drivers for the NXP 18211HDC1 tuner? I recently bought the Winfast DTV Dongle Gold which uses an AF9015 chip and the NXP tuner. I've managed to get it working up to the point of needing the tuner, after that nothing works. I have no idea how to write

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-10 Thread Jarryd Beck
the values in the tda182171_config struct. Jarryd. On Mon, Mar 10, 2008 at 3:28 PM, Michael Krufky [EMAIL PROTECTED] wrote: On Mon, Mar 10, 2008 at 12:46 PM, Michael Krufky [EMAIL PROTECTED] wrote: Jarryd Beck wrote: Would someone be interested in writing tuner drivers for the NXP

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-10 Thread Jarryd Beck
You can update af9015-tree to master level easily: hg pull -u http://linuxtv.org/hg/v4l-dvb hg merge Thanks, that worked well. Also if I could somehow get this working with the right code, I don't know how to set up the values in the tda182171_config struct. Take USB-sniffs

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-10 Thread Jarryd Beck
On Tue, Mar 11, 2008 at 12:38 AM, Michael Krufky [EMAIL PROTECTED] wrote: Jarryd Beck wrote: I think that the tda18271 driver will work with your tuner, but we may need to make some small adjustments. If you look in tda18271-fe.c , you'll find the code that autodetects between

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-11 Thread Jarryd Beck
Can you take logs with vendor WHQL driver and sent for further analysis? http://www.afatech.com/EN/support.aspx Antti -- http://palosaari.fi For some reason windows didn't like that driver. When I used the installer nothing happened, and when I used device manager it said this folder

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-11 Thread Jarryd Beck
One thing I can say -- the Linux tda18271 driver should be able to detect your tuner at 0xC0 (0x60) as a tda18271c1 -- It's worth a try, and could certainly be possible that the driver *may* work as-is, although I suspect that some tweaking will be needed. Regards, Mike I changed

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-11 Thread Jarryd Beck
Also when I plugged it in, it sat there for about 10 seconds before finishing loading (dmesg printed another 5 lines about the device after about 10 seconds), but still no tuning. Can I see those five lines? ;-) While you're at it, you may as well include dmesg from the point

Re: [linux-dvb] Implementing support for multi-channel

2008-03-12 Thread Jarryd Beck
2008/3/12 Ben Backx [EMAIL PROTECTED]: Hello, I was wondering if there's some info to find on how to implement (and test) multi-channel receiving? It's possible, because dvb uses streams and the driver is currently capable to filter one channel, but how can I implement the support of

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-12 Thread Jarryd Beck
Jarryd, I've analyzed the snoop that you've taken of the windows driver, and I conclude that the driver is basically doing exactly the same that the linux driver would do. The only thing that I cannot verify is whether or not the tda18211 uses the same table values as the

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-12 Thread Jarryd Beck
On Thu, Mar 13, 2008 at 7:54 AM, Michael Krufky [EMAIL PROTECTED] wrote: On Wed, Mar 12, 2008 at 4:36 PM, Jarryd Beck [EMAIL PROTECTED] wrote: Jarryd, I've analyzed the snoop that you've taken of the windows driver, and I conclude that the driver

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-12 Thread Jarryd Beck
On Thu, Mar 13, 2008 at 8:09 AM, [EMAIL PROTECTED] wrote: Jarryd Beck wrote: On Thu, Mar 13, 2008 at 7:54 AM, Michael Krufky [EMAIL PROTECTED] wrote: On Wed, Mar 12, 2008 at 4:36 PM, Jarryd Beck [EMAIL PROTECTED] wrote: Jarryd, I've analyzed

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-12 Thread Jarryd Beck
On Thu, Mar 13, 2008 at 8:14 AM, [EMAIL PROTECTED] wrote: Jarryd Beck wrote: On Thu, Mar 13, 2008 at 8:09 AM, [EMAIL PROTECTED] wrote: Jarryd Beck wrote: On Thu, Mar 13, 2008 at 7:54 AM, Michael Krufky [EMAIL PROTECTED] wrote: On Wed, Mar 12, 2008 at 4:36 PM, Jarryd

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-12 Thread Jarryd Beck
On Thu, Mar 13, 2008 at 10:11 AM, Antti Palosaari [EMAIL PROTECTED] wrote: Jarryd Beck wrote: On Thu, Mar 13, 2008 at 8:14 AM, [EMAIL PROTECTED] wrote: Then, please turn ON debug, repeat your tests, and post again with dmesg. I am not familiar with the af9015 driver, but for tda18271

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-13 Thread Jarryd Beck
On Thu, Mar 13, 2008 at 1:20 PM, Jarryd Beck [EMAIL PROTECTED] wrote: On Thu, Mar 13, 2008 at 10:11 AM, Antti Palosaari [EMAIL PROTECTED] wrote: Jarryd Beck wrote: On Thu, Mar 13, 2008 at 8:14 AM, [EMAIL PROTECTED] wrote: Then, please turn ON debug, repeat your tests, and post

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-13 Thread Jarryd Beck
On Fri, Mar 14, 2008 at 11:13 AM, Antti Palosaari [EMAIL PROTECTED] wrote: Jarryd Beck wrote: I found the problem, the driver I had set .no_reconnect = 1 in af9015_properties, the one in af9015_new didn't. So after I changed that I tried again, it still didn't work. I enabled debugging

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-13 Thread Jarryd Beck
On Fri, Mar 14, 2008 at 2:19 PM, Michael Krufky [EMAIL PROTECTED] wrote: Jarryd Beck wrote: On Fri, Mar 14, 2008 at 11:13 AM, Antti Palosaari [EMAIL PROTECTED] wrote: Jarryd Beck wrote: I found the problem, the driver I had set .no_reconnect = 1 in af9015_properties, the one

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-13 Thread Jarryd Beck
On Fri, Mar 14, 2008 at 2:22 PM, Jarryd Beck [EMAIL PROTECTED] wrote: On Fri, Mar 14, 2008 at 2:19 PM, Michael Krufky [EMAIL PROTECTED] wrote: Jarryd Beck wrote: On Fri, Mar 14, 2008 at 11:13 AM, Antti Palosaari [EMAIL PROTECTED] wrote: Jarryd Beck wrote: I found

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-15 Thread Jarryd Beck
On Sat, Mar 15, 2008 at 5:32 AM, Antti Palosaari [EMAIL PROTECTED] wrote: forgot attach patch... Antti Palosaari wrote: Michael Krufky wrote: 4.3 is not close enough to 3.8. If you don't know how to set the demod to 3.8, then we can do some hacks to make it work, but signal

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-15 Thread Jarryd Beck
Michael's patch didn't produce any interesting dmesg output. I included dmesg for plugging in and tuning with antti's patch. Jarryd. Just realised I didn't have debug enabled for Michael's patch. When tuning I got lots of this: tda18271_set_standby_mode: sm = 0, sm_lt = 0, sm_xt = 0

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-15 Thread Jarryd Beck
On Sun, Mar 16, 2008 at 1:22 AM, Antti Palosaari [EMAIL PROTECTED] wrote: Jarryd Beck wrote: Michael's patch didn't produce any interesting dmesg output. I included dmesg for plugging in and tuning with antti's patch. First errors came from same situation as earlier, no_reconnect

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-15 Thread Jarryd Beck
On Sun, Mar 16, 2008 at 11:08 AM, Antti Palosaari [EMAIL PROTECTED] wrote: Jarryd Beck wrote: On Sun, Mar 16, 2008 at 1:22 AM, Antti Palosaari [EMAIL PROTECTED] wrote: Frequency control values of the demodulator seems to be ok now. Also adc and coeff looks correct. It is hard to say

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-15 Thread Jarryd Beck
On Sun, Mar 16, 2008 at 11:37 AM, Antti Palosaari [EMAIL PROTECTED] wrote: Jarryd Beck wrote: Here's the first frequency it tuned to, as you can see the one you set auto on is still auto, it didn't seem to autodetect anything. It was the same for all the other frequencies as well

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-15 Thread Jarryd Beck
On Sun, Mar 16, 2008 at 11:47 AM, Michael Krufky [EMAIL PROTECTED] wrote: Antti Palosaari wrote: I have no idea how to debug more. Without device it is rather hard to test many things. It will help a little if we know is tuner locked. Mike, is it easy to add debug writing for tuner to

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-15 Thread Jarryd Beck
On Sun, Mar 16, 2008 at 12:39 PM, Antti Palosaari [EMAIL PROTECTED] wrote: Jarryd Beck wrote: You won't believe this, but it worked. I think every time I tried both patches together I left .no_reconnect in. I tried it again with both patches applied, no other modifications, and it worked

Re: [linux-dvb] NXP 18211HDC1 tuner

2008-03-15 Thread Jarryd Beck
On Sun, Mar 16, 2008 at 1:04 PM, Michael Krufky [EMAIL PROTECTED] wrote: Jarryd Beck wrote: On Sun, Mar 16, 2008 at 11:47 AM, Michael Krufky [EMAIL PROTECTED] wrote: Antti Palosaari wrote: I have no idea how to debug more. Without device it is rather hard to test many things

Re: [linux-dvb] New unsupported device

2008-03-16 Thread Jarryd Beck
On Mon, Mar 17, 2008 at 4:26 AM, insomniac [EMAIL PROTECTED] wrote: Hi to everyone on the list, this is my first post on the mailing list. I landed here after a lot of searching for a working driver for my DVB-T USB stick. I bought a Pinnacle PCTV Nano Stick (code: 73e) with HD

Re: [linux-dvb] New unsupported device

2008-03-17 Thread Jarryd Beck
On Mon, Mar 17, 2008 at 9:48 PM, insomniac [EMAIL PROTECTED] wrote: On Mon, 17 Mar 2008 10:41:47 +0100 insomniac [EMAIL PROTECTED] wrote: Patched and recompiled the modules. Now plugging in the usb stick triggers the loading of the related kernel modules. The one error I get in dmesg