DVB bug in recent kernels
by pchristy from LinuxQuestions.org on (#6EYKX)
This may affect other modules as well....
A while back, my DVB Pi-hat (Sony cxd2880) stopped working. I found this in dmesg:
Code:dmesg | grep cxd2880
[ 3.628383] failing symbol_get of non-GPLONLY symbol cxd2880_attach.
[ 3.628412] DVB: Unable to find symbol cxd2880_attach()
[ 3.628419] cxd2880_spi: cxd2880_spi_probe: cxd2880_attach failedGoogling for it, I found this:
https://lore.kernel.org/stable/20230...d-d6bc@gregkh/
I think its been around longer than they realise, but at least they are now aware. There is a list of devices affected in that thread - about 130 of them!
Just a "heads up" for anyone having a similar issue.
The only solution at present is to revert to a (much) earlier kernel...
--
Pete
A while back, my DVB Pi-hat (Sony cxd2880) stopped working. I found this in dmesg:
Code:dmesg | grep cxd2880
[ 3.628383] failing symbol_get of non-GPLONLY symbol cxd2880_attach.
[ 3.628412] DVB: Unable to find symbol cxd2880_attach()
[ 3.628419] cxd2880_spi: cxd2880_spi_probe: cxd2880_attach failedGoogling for it, I found this:
https://lore.kernel.org/stable/20230...d-d6bc@gregkh/
I think its been around longer than they realise, but at least they are now aware. There is a list of devices affected in that thread - about 130 of them!
Just a "heads up" for anyone having a similar issue.
The only solution at present is to revert to a (much) earlier kernel...
--
Pete