[linux-dvb] New unsupported device

2008-03-16 Thread insomniac
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 capabilities, and I discovered that it came on the market very recently (less than one

Re: [linux-dvb] New unsupported device

2008-03-16 Thread insomniac
The best way you can help is to either tell us what the windows drivers are, or open the device up and tell us what is written on both the tuner chip and the main chip. They are generally the two biggest chips on the board and they have writing on the top. Jarryd. I'm not sure about how to

Re: [linux-dvb] New unsupported device

2008-03-16 Thread insomniac
On Mon, 17 Mar 2008 03:09:09 +0200 Antti Palosaari [EMAIL PROTECTED] wrote: Tell me if you need more information, I'm very interested into make my card work and give back to the community all the support I can. Look driver .inf files, they usually reveals better information. Anyhow,

Re: [linux-dvb] New unsupported device

2008-03-16 Thread insomniac
On Mon, 17 Mar 2008 03:57:29 +0200 Antti Palosaari [EMAIL PROTECTED] wrote: I think it is not correct driver .inf file. inf-file you have is for Pinnacle PCTV 72e with product ID 0236 and lsusb you have has product ID 0237. You are right. Here is the correct (I think) .inf

Re: [linux-dvb] New unsupported device

2008-03-17 Thread insomniac
On Mon, 17 Mar 2008 04:31:51 +0200 Antti Palosaari [EMAIL PROTECTED] wrote: yes, thats correct. I made simple patch, you can test if it does something nasty. You can also look dib0700_devices.c file and try some changes. Patch can be applied towards current v4l-dvb-master. Patched and

Re: [linux-dvb] New unsupported device

2008-03-17 Thread insomniac
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 is dvb_core: exports duplicate symbol dvb_unregister_adapter (owned

Re: [linux-dvb] New unsupported device

2008-03-17 Thread insomniac
On Mon, 17 Mar 2008 13:42:14 +0100 Albert Comerma [EMAIL PROTECTED] wrote: If you speak french you can have a look here; http://www.louviaux.com-a.googlepages.com/tntpinnaclepctvdvb-t72e Yes, I do, I will take a look right now because I've been offline all the day. Antti Palosaari [EMAIL

Re: [linux-dvb] New unsupported device

2008-03-17 Thread insomniac
On Mon, 17 Mar 2008 13:42:14 +0100 Albert Comerma [EMAIL PROTECTED] wrote: wget http://www.barbak.org/v4l_for_72e_dongle.tar.bz2 tar xvjf v4l_for_72e_dongle.tar.bz2 cd v4l-dvb sudo cp firmware/dvb-usb-dib0700-1.10.fw /lib/firmware/ make all sudo make install Probably you will have to add

Re: [linux-dvb] New unsupported device

2008-03-17 Thread insomniac
On Mon, 17 Mar 2008 14:08:34 +0200 Antti Palosaari [EMAIL PROTECTED] wrote: yep, tuner is missing. It could be mt2266. Look other devices in the file patched and try if some of those will work. No one worked :-( Neither Albert's suggestions gave a solution for my USB stick, I'm crawling in

Re: [linux-dvb] New unsupported device

2008-03-17 Thread insomniac
On Mon, 17 Mar 2008 22:12:23 +0100 Albert Comerma [EMAIL PROTECTED] wrote: Could you post your dmesg? Sure. http://rafb.net/p/dmtrHD49.html -- Andrea Barberio [EMAIL PROTECTED] - LinuxC. [EMAIL PROTECTED] - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc

Re: [linux-dvb] New unsupported device

2008-03-17 Thread insomniac
On Mon, 17 Mar 2008 22:20:15 +0100 Albert Comerma [EMAIL PROTECTED] wrote: And your source? Sorry.. what do you mean with my source? -- Andrea Barberio [EMAIL PROTECTED] - LinuxC. [EMAIL PROTECTED] - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc 2818 A961

Re: [linux-dvb] New unsupported device

2008-03-17 Thread insomniac
On Mon, 17 Mar 2008 22:38:59 +0100 Albert Comerma [EMAIL PROTECTED] wrote: It would be very useful if you could open your device and have a look on what chips it has inside. Just to check that we are in the correct direction. It looks hard to open without breaking plastics. I tried today a

Re: [linux-dvb] New unsupported device

2008-03-17 Thread insomniac
On Mon, 17 Mar 2008 23:59:07 +0100 Albert Comerma [EMAIL PROTECTED] wrote: It's not clear that the patch worked with the differences of the source (it has a reference to the identifier matrix). I will try to add it just to check there's no problem with that. But tomorrw... Yes, they differ,

Re: [linux-dvb] dib7770 tunner

2008-03-18 Thread insomniac
On Tue, 18 Mar 2008 17:16:20 +0200 Antti Palosaari [EMAIL PROTECTED] wrote: dib7770 is 3 in 1 solution, usb-bridge + demodulator + tuner. You can try dib7070 tuner driver. STK7070P looks rather similar (but less integrated). If I'm not wrong, after taking a look at the sources, dib7070

Re: [linux-dvb] dib7770 tunner

2008-03-18 Thread insomniac
On Tue, 18 Mar 2008 16:38:12 +0100 insomniac [EMAIL PROTECTED] wrote: On Tue, 18 Mar 2008 17:16:20 +0200 Antti Palosaari [EMAIL PROTECTED] wrote: dib7770 is 3 in 1 solution, usb-bridge + demodulator + tuner. You can try dib7070 tuner driver. STK7070P looks rather similar (but less

Re: [linux-dvb] dib7770 tunner

2008-03-18 Thread insomniac
On Tue, 18 Mar 2008 18:15:27 +0200 Antti Palosaari [EMAIL PROTECTED] wrote: DVB: registering frontend 0 (DiBcom 7000PC)... mt2060 I2C read failed I don't understand how dib7070p_tuner_attach could call mt2060. Is there anything I can do to make you debug it? -- Andrea Barberio [EMAIL