Re: Mantis CAM not SMP safe / Activating CAM on Technisat Skystar HD2 (DVB-S2)

2011-12-16 Thread Ninja
Am 13.12.2011 22:30, schrieb Ninja: Am 12.12.2011 12:08, schrieb Marko Ristola: On 12/10/2011 01:57 AM, Ninja wrote: Hi, has anyone an idea how the SMP problems could be fixed? You could turn on Mantis Kernel module's debug messages. It could tell you the emitted interrupts. One risky thing

Re: Mantis CAM not SMP safe / Activating CAM on Technisat Skystar HD2 (DVB-S2)

2011-12-13 Thread Ninja
Am 12.12.2011 12:08, schrieb Marko Ristola: On 12/10/2011 01:57 AM, Ninja wrote: Hi, has anyone an idea how the SMP problems could be fixed? You could turn on Mantis Kernel module's debug messages. It could tell you the emitted interrupts. One risky thing with the Interrupt handler code is t

Re: Mantis CAM not SMP safe / Activating CAM on Technisat Skystar HD2 (DVB-S2)

2011-12-12 Thread Marko Ristola
On 12/10/2011 01:57 AM, Ninja wrote: Hi, has anyone an idea how the SMP problems could be fixed? You could turn on Mantis Kernel module's debug messages. It could tell you the emitted interrupts. One risky thing with the Interrupt handler code is that MANTIS_GPIF_STATUS is cleared, even thoug

Re: Mantis CAM not SMP safe / Activating CAM on Technisat Skystar HD2 (DVB-S2)

2011-12-09 Thread Ninja
Hi, has anyone an idea how the SMP problems could be fixed? I did some further investigation. When comparing the number of interrupts with all cores enabled and the interrupts with only one core enabled it seems like only the IRQ0 changed, the other IRQs and the total number stays quite the sa

Mantis CAM not SMP safe / Activating CAM on Technisat Skystar HD2 (DVB-S2)

2011-11-13 Thread Ninja
Hi, I'm using a Technisat Skystar HD2 (DVB-S2) with a CI Module under Ubuntu 11.04. As some people already noticed, the mantis_ca_init() is never called to initialize the CAM. Since s2-liplianin used almost the same code, I basically just put the mantis_ca_init back in, which is working quite

Mantis CAM not SMP safe / Activating CAM on Technisat Skystar HD2 (DVB-S2)

2011-11-13 Thread Ninja
Hi, I'm using a Technisat Skystar HD2 (DVB-S2) with a CI Module under Ubuntu 11.04. As some people already noticed, the mantis_ca_init() is never called to initialize the CAM. Since s2-liplianin used almost the same code, I basically just put the mantis_ca_init back in, which is working quite

Mantis CAM not SMP safe / Activating CAM on Technisat Skystar HD2 (DVB-S2)

2011-11-13 Thread Ninja
Hi, I'm using a Technisat Skystar HD2 (DVB-S2) with a CI Module under Ubuntu 11.04. As some people already noticed, the mantis_ca_init() is never called to initialize the CAM. Since s2-liplianin used almost the same code, I basically just put the mantis_ca_init back in, which is working quite