Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-12-13 Thread Antti Palosaari
hi, Looks like it is almost working :) Román wrote: > .stream = { > .type = USB_ISOC, > .count = 6, > .endpoint = 0x81, > .u = { > .isoc = { > .framesperurb = 1, > .framesize = 564, > .interval

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-12-12 Thread Román
Hi, There are bad and good news. The bad ones are the device is not working properly yet. The -somewhat- good ones: I've got a few REAL bytes, from a real channel, through the stick. Still, I don't know what I'm doing right or wrong, so I'll share with you all what I've done to get here, to see i

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-12-02 Thread Aapo Tahkola
On Sun, 2 Dec 2007 14:14:27 +0100 "Román" <[EMAIL PROTECTED]> wrote: > Hi, Aapo, It's nice to hear from you ;-) Nice to hear from you too. And nice to see this device is about to see the daylight! > > 2007/12/2, Aapo Tahkola <[EMAIL PROTECTED]>: > > Hi, > > > > Here are some tips that might h

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-12-02 Thread Román
Hi, Aapo, It's nice to hear from you ;-) 2007/12/2, Aapo Tahkola <[EMAIL PROTECTED]>: > Hi, > > Here are some tips that might help: > - check that endpoint, buffersize and type match "lsusb -v" output and > usbsnoop logs if you are not sure what endpoint is being used (...) > If none of this h

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-12-01 Thread Aapo Tahkola
Hi, Here are some tips that might help: - check that endpoint, buffersize and type match "lsusb -v" output and usbsnoop logs if you are not sure what endpoint is being used - mess with pid filters(on/off) and use dvbsnoop or dvbstream(both are good for different types of debugging) to see what pid

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-12-01 Thread Román
Hi everybody, I need some help. It's the first time I try to hack a kernel module. Pere Blay and I are trying to get a Genius DVB-T device (TVGo t02q) working, and we're almost done (I think), but I'm stalled right now. As I didn't get any responses from Aapo, I was wondering if some of the more e

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-11-28 Thread Román
2007/11/28, Pere Blay <[EMAIL PROTECTED]>: > Hi, > > I've been away for a bit long But i'm very happy to see this nice > surprise when i'm back... a good firmware!! wonderful! i never thought > the parser could need some tuning, that was a very good work! > Thank you! But it wasn't that diffic

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-11-27 Thread Pere Blay
Hi, I've been away for a bit long But i'm very happy to see this nice surprise when i'm back... a good firmware!! wonderful! i never thought the parser could need some tuning, that was a very good work! I'm willing to test the firmware, i'll post results as soon as i try it. Regards, Pere Bl

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-11-26 Thread Román
Hi again, As I didn't get any replies yet, I'll try to keep this subject alive. Here are the two patches you need to apply to m920x.c and dvb-usb-ids.h to get the TVGo DVB-T02Q a step further (anyway, no tuning so far: I've finally tested it using a strong enough signal, with no success). As I s

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-11-19 Thread Román
rsation: [linux-dvb] m920x device: Genius TVGo DVB-T02Q http://www.linuxtv.org/pipermail/linux-dvb/2007-August/019856.html There is a problem in the perl script used to parse the snoopy logs (I've got it from the wiki). You need to add a plus sign to the regexp at the function write_bytes (lin

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-08-23 Thread Aapo Tahkola
On Wed, 15 Aug 2007 19:11:08 +0200 "Pere Blay" <[EMAIL PROTECTED]> wrote: > Hi again after a long time, > > I'm still here, and still decided to make this device work, slowly, > but advancing... > > I ventured myself into the dark reign of coding and re-designed the > patch that i initially appl

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-08-15 Thread CityK
Aapo Tahkola wrote: > I just fixed(hopefully) some problems with byte ordering of usb snoop > output. See http://www.linuxtv.org/wiki/index.php/M920x_parse . Just a note -- I have moved the article to: http://www.linuxtv.org/wiki/index.php/ULi_M920x_parse The naming scheme of the other M920x spe

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-08-15 Thread Aapo Tahkola
On Wed, 15 Aug 2007 19:11:08 +0200 "Pere Blay" <[EMAIL PROTECTED]> wrote: > Hi again after a long time, Hi. > > I'm still here, and still decided to make this device work, slowly, > but advancing... > > I ventured myself into the dark reign of coding and re-designed the > patch that i initiall

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-08-15 Thread Pere Blay
Hi again after a long time, I'm still here, and still decided to make this device work, slowly, but advancing... I ventured myself into the dark reign of coding and re-designed the patch that i initially applied, i think that this chance in a smarter way (but judge yourself, i'm not even a progra

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-06-27 Thread Aapo Tahkola
On Wed, 20 Jun 2007 18:09:50 +0200 "Pere Blay" <[EMAIL PROTECTED]> wrote: > well, i still can't even scan channels... i lack the > /dev/dvb/adapter0/frontend0 device (that's what 'scan' from dvb-utils > complains for... > > and actually that os what dmesg tells me in the output: > > > [ 297.47

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-06-20 Thread Pere Blay
well, i still can't even scan channels... i lack the /dev/dvb/adapter0/frontend0 device (that's what 'scan' from dvb-utils complains for... and actually that os what dmesg tells me in the output: [ 297.476000] dvb-usb: no frontend was attached by 'MSI Mega Sky 580 DVB-T USB2.0' (that was alrea

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-06-17 Thread Nick Andrew
On Fri, Jun 15, 2007 at 08:23:34AM +0200, Pere Blay wrote: > With the heap of logs that snoopypro kindly supplied me in some > ocassions i got an empty firmware and in some others a firmware with > size 1.1Kb, in all cases where i get a 1.1Kb firmware the command diff > told me that there are no di

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-06-14 Thread Pere Blay
Hi, At last i could get the firmware... I used Snoopypro in a computers friend and later on at min (with wine) in order to dump everything to text With the heap of logs that snoopypro kindly supplied me in some ocassions i got an empty firmware and in some others a firmware with size 1.1Kb, in

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-06-11 Thread Pere Blay
It is unlikely you can use other device's firmware. See http://www.linuxtv.org/wiki/index.php/M920x_firmware on how to retrieve new firmware. thanks! i'll have to borrow a bit of time from some friend's WXP box, i have no windows at home (everything running linux) and then it will take a while..

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-06-10 Thread Aapo Tahkola
On Fri, 8 Jun 2007 17:35:27 +0200 "Pere Blay" <[EMAIL PROTECTED]> wrote: > Hi! > > I recently purchased a Genius TVGo DVB-T02Q, a usb dvb-t device > > i found in this mail list that this device belongs to the m920x > family. The > > windows INF file makes reference to the m9207 chip, as fronte

[linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-06-08 Thread Pere Blay
Hi! I recently purchased a Genius TVGo DVB-T02Q, a usb dvb-t device i found in this mail list that this device belongs to the m920x family. The windows INF file makes reference to the m9207 chip, as frontends, someone pointed out in this mail list that it has got inside a Zarlink ZL10353 and MT