Posts by hbogert

    Dear lord, the bisecting is rather arcane, only to be made worse by debian/ubuntu's irritating default to just friggin' rebuild the WHOLE thing after each iteration.

    But, you came up with the 'modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules' one right?

    That's a red herring I guess. The problem is definitely with this one:

    c30411266fd67ea3c02a05c157231654d5a3bdc9 media: anysee: fix null-ptr-deref in anysee_master_xfer

    I'm no kernel developer, but the commit message states this is to fix a nullptr deref of msg[i].buf. If that's the intended behaviour, then why not check explicitly for msg.buff == NULL?

    Well, I reverted the patch and introduced my proposed NULL check, so:

    Lo and behold, it works again. Not sure if my NULL check is equivalently safe as the author of the patch intended. I'll try to get this upstreamed.

    Maybe this is a Anysee e30 *combo* edge case we're running into? Maybe the msg.len is actually 2 for other variants of the E30 and 1 for the combo?

    No idea how the device and the driver work with regards to initialization. Come to think, my only other linux kernel contribution was 15 years ago or something, I had to supply a patch for the E30C to get it working after suspend to ram.

    Yeah I'm hitting this. Mighty irritating. Previously I just loaded an old kernel and be done with it, but it's getting harder and harder to stay on such an older kernel.

    I'll try to debug somewhere this month. Haven't done a bisect with kernels yet, that'll be interesting. Anyone got an idea how to bisect this efficiently? VM in a VM with USB passthrough? It would really suck to do this manually.

    Does the project honor requests for kernel upgrades? Kernels between 5.10.x-5.10.80 introduced a regression regarding the IR receiver in common devices. Can we bump the kernel version and release LE 10.0.3 ? See this thread as well, IR Remote intermittently not working

    If this is not usually done, is it feasible for someone who hasn't built this project locally yet, to make my own version with a newer kernel?

    The wife is not happy, you know the drill.

    So is there also a way to get the more common behaviour of having Kodi just boot up as normal, and then having a tty on one of the consoles (like ctrl-alt-x) as well?

    Also, if you want to add a one-time kernel parameter like the "textmode" you say, can you do this without actually changing the config of syslinux on the filesystem?

    C'mon, I just explained ssh will not work with wifi problems. I'm just perplexed that local console access has been made so difficult to activate. If someone can explain this I'm willing to put this in a wiki.

    I can confirm this as well. The sync has never been really good, but it's even more hit and miss now. Some streams are fine, others are off by multiple hundreds of miliseconds.

    /edit
    I'm using the intel NUC with HDMI directly to the TV. So no extra receiver of any kind. I reset the playback configs to defaults in the GUI and only enabled the refresh rate change.
    I'll follow up with a debug log soon.