Hi again,
after quite some hours I have found out what probably is the cause
IRQ-sharing or some kind of IRQ-misconfiguring.
On this board all important things are using the same interrupt with the 0710 kernel
The graphics card, The Network Card and USB.I first disabled USB completely in the BIOS and it helped fixing the problem, but nothing works without USB, so I tried only disabling EHCI (USB 2.0) that worked partly - after the boot it was OK, but quite fast it did start stuttering again
So the solution I came up with is updating the kernel to 2.6.28.7 (the same EasyVDR is using) and it looks good. IRQ's are used different (see below) and replay is really smooth
I changed the Wiki for my Mainboard and noted it as not recommended.
Take a look at this, this are the interrups before Kernel upgrade :
Linuxmce# cat /proc/interrupts
CPU0 CPU1
0: 143 0 IO-APIC-edge timer
1: 4 170 IO-APIC-edge i8042
6: 1 4 IO-APIC-edge floppy
8: 1 6 IO-APIC-edge rtc
9: 0 1 IO-APIC-fasteoi acpi
12: 6 105 IO-APIC-edge i8042
14: 11 398 IO-APIC-edge ide0
16: 2484 444417 IO-APIC-fasteoi ohci_hcd:usb3, ohci_hcd:usb4, ohci_hcd:usb5, eth0, nvidia
17: 3923 217935 IO-APIC-fasteoi ohci_hcd:usb1, ohci_hcd:usb2, HDA Intel
18: 1 3 IO-APIC-fasteoi ehci_hcd:usb6
19: 0 0 IO-APIC-fasteoi ehci_hcd:usb7
20: 2137 172294 IO-APIC-fasteoi saa7146 (0)
NMI: 0 0
LOC: 197824 197923
ERR: 0
MIS: 0
After Kernel upgrade to 2.6.28.7 it looks like this :
# cat /proc/interrupts
CPU0 CPU1
0: 124 0 IO-APIC-edge timer
1: 0 16 IO-APIC-edge i8042
4: 84 8761 IO-APIC-edge
6: 0 5 IO-APIC-edge floppy
9: 0 0 IO-APIC-fasteoi acpi
12: 12 100 IO-APIC-edge i8042
14: 8 539 IO-APIC-edge ide0
15: 0 0 IO-APIC-edge ide1
16: 8399 1288367 IO-APIC-fasteoi ohci_hcd:usb2, ohci_hcd:usb4, HDA Intel
17: 0 6 IO-APIC-fasteoi ehci_hcd:usb1
18: 3898 516123 IO-APIC-fasteoi ohci_hcd:usb5, ohci_hcd:usb6, ohci_hcd:usb7, nvidia
19: 0 0 IO-APIC-fasteoi ehci_hcd:usb3
22: 0 3 IO-APIC-fasteoi ohci1394, ahci
508: 21497 3606180 PCI-MSI-edge eth0
511: 4546432 0 HPET_MSI-edge hpet2
NMI: 0 0 Non-maskable interrupts
LOC: 110 4546761 Local timer interrupts
RES: 534014 190887 Rescheduling interrupts
CAL: 9550 9215 Function call interrupts
TLB: 20053 4757 TLB shootdowns
SPU: 0 0 Spurious interrupts
ERR: 0
MIS: 0
Colin, how are your interrupts shared ?
Greetings
Viking