-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DietPi v8.9.2 specific raspberrypi-sys-mods breaks loading of some drivers #5789
Comments
Which drivers do you mean in particular? We have a report that some LCD driver may not load correctly, leading to backlight sysfs entry (so backlight cannot be toggled). Yes please test whether downgrading the package solves it again. |
The driver that fails to load in my case is this specific NFC driver. |
I downgraded package
and this indeed solves the problem for me: after rebooting, the NFC driver now loads correctly. |
thanks for sharing. Confirmed this solution by another user on our forum. https://dietpi.com/forum/t/boot-problem-since-last-dietpi-upgrade/14538 |
- Raspberry Pi | Resolved an issue where some I2C and SPI device drivers were not loaded. Many thanks to @f-laurens and others for reporting this issue: #5789
I think I found it, please test: cd /tmp
curl -O https://dietpi.com/downloads/binaries/raspberrypi-sys-mods.deb
dpkg -i raspberrypi-sys-mods.deb
rm raspberrypi-sys-mods.deb |
This new version 2:20220915-dietpi2 indeed fixes the problem. |
Many thanks for the feedback 👍. |
- Raspberry Pi | Resolved an issue where some I2C and SPI device drivers were not loaded. Many thanks to @f-laurens and others for reporting this issue: MichaIng#5789
For some unknown reason, after updating from DietPi v8.8.1 to v8.9.2, some drivers do not load anymore on my Raspberry Pi
(no kernel error messages, the drivers just do not load).
I have kept same kernel version (5.15.32) so this is not a driver upgrade/rebuild issue.
My guess is that this might be related to the new DietPi specific version of
raspberrypi-sys-mods
...What would be the way to reinstall the standard (20220915) version of
raspberrypi-sys-mods
, in order to validate this?The text was updated successfully, but these errors were encountered: