Re: m920x device: Genius TVGo DVB-T02Q

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, 2 Dec 2007 14:14:27 +0100"Román" <roman.pena.perez@xxxxxxxxx> 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 seethe daylight!
> > 2007/12/2, Aapo Tahkola <aet@xxxxxxxxxxxxxx>:> > 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 helps, there might be some problem with zl10353> > sending data to m9206. You can also use> > "cat /dev/dvb/adapter0/dvr0" to do quick checks.> >> >   I though the problem was what you said on your last point: cat> /dev/dvb/adapter0/dvr0 gives no byte, so usbsnoop and such are useless> tools at this point. Anyway I've tried them, but they gave me no> results.> >   On the other side, I'm embarrassed because I never thought of> running "lsusb -v" again, after the firmware was uploaded :-$. Thanks> for the tip! Below you'll find the result of that command. Correct me> if I'm wrong, but the problem might be I'm configuring the device for> bulk transfers, when it wants to do isochronous ones (also, what about> *MaxPacketSize* values?). Il try to play a little with that and post> the results...
You are correct.These parameters worked for me back in the days megasky used firmwarewith isoc transfer mode:		.stream = {			.type = USB_ISOC,			.count = 8,			.endpoint = 0x81,			.u = {				.isoc = {					.framesperurb = 1,					.framesize = 564,					.interval = 1,				}			}		},
You should know that m9206 isochronous mode might not play well withsome usb host controllers(VIA). I such cases you should be able to getit working by removing ehci_hcd module before plugging your device. Thisshould disable usb 2.0 support in most systems. usb 1.0 hubor even 2.0 hub might also help. You could also test this just to makesure the pid filters are working correctly.
-- Aapo Tahkola
_______________________________________________linux-dvb mailing listlinux-dvb@xxxxxxxxxxxxxxx://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux