Any chances to get a kernel pre 4.4.8 for Raspberry Pi ?
There are issues with DVB over USB starting from 4.4.8:
I personally had those DVB Stream continuity issues on my actual (non-OSMC) system and I’m using the 4.4.50 ATM. While I started the compilation on my pi0, I’m afraid that the result will not work. I tried to modify the build.sh script:
test $1 == rbp1 && VERSION=“4.9.29” && REV=“11” && FLAGS_INITRAMFS=$(($INITRAMFS_BUILD + $INITRAMFS_EMBED)) && IMG_TYPE=“zImage”
to
test $1 == rbp1 && VERSION=“4.4.0” && REV=“13” && FLAGS_INITRAMFS=$(($INITRAMFS_BUILD + $INITRAMFS_EMBED)) && IMG_TYPE=“zImage”
but ran into patch/build issues.
Thanks!