Re: Running Technisat DVB-S2 on ARM-NAS

2014-09-22 Thread Jan Tisje
Am 21.09.2014 um 22:45 schrieb Jannis: > Am 21.09.2014 um 19:28 schrieb JPT: >> Tommorrow I'll swap the sat cable just to make sure this isn't the cause. > > Hi Jan, > > Are we talking about this device: > http://www.linuxtv.org/wiki/index.php/Technisat_SkyStar_USB_HD Yes, exactly. > (You nev

Re: Running Technisat DVB-S2 on ARM-NAS

2014-09-21 Thread Jannis
Am 21.09.2014 um 19:28 schrieb JPT: > Tommorrow I'll swap the sat cable just to make sure this isn't the cause. Hi Jan, Are we talking about this device: http://www.linuxtv.org/wiki/index.php/Technisat_SkyStar_USB_HD (You never mentioned the actual model AFAIK)? If so, it has two LEDs. A red one

Re: Running Technisat DVB-S2 on ARM-NAS

2014-09-21 Thread JPT
> If I didn't remember wrong, that means allocated buffers are 8 * 32 * > 2048 = 524288 bytes. It sounds rather big for my taste. Probably even > wrong. IIRC USB2.0 frames are 1024 and there could be 1-3 frames. You > could use lsusb with all verbosity levels to see if it is > 1024/2048/3072. And s

Re: Running Technisat DVB-S2 on ARM-NAS

2014-09-21 Thread Antti Palosaari
On 09/21/2014 06:10 PM, JPT wrote: How my I find out more about the error -12? http://www.virtsync.com/c-error-codes-include-errno #define ENOMEM 12 /* Out of memory */ Likely allocating USB stream buffers fails. You could try request smaller buffers. Drop count to 1 and test. Drop fr

Re: Running Technisat DVB-S2 on ARM-NAS

2014-09-21 Thread JPT
>> How my I find out more about the error -12? > > http://www.virtsync.com/c-error-codes-include-errno > > #define ENOMEM 12 /* Out of memory */ > > Likely allocating USB stream buffers fails. You could try request > smaller buffers. Drop count to 1 and test. Drop framesperurb to 1 and >

Re: Running Technisat DVB-S2 on ARM-NAS

2014-09-21 Thread Antti Palosaari
On 09/21/2014 05:26 PM, JPT wrote: Hi, I want to turn my Netgear ReadyNAS RN104 into a VDR. I already run a self made kernel 3.16.3) and plain debian on it. For hardware and software details see http://natisbad.org/NAS3/ I recently compiled those DVB modules into the kernel. And after a lot o