-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[BUG] unable to import smbus #8848
Comments
Confirm the system-tools addon is installed and enabled on LE12. |
I'm closing this ticket becuase LE does not provide/ship any Argon case-fan scripts in our images, so if there's a bug, it's the responsibiliy of the script author to investigate and resolve it, not ours. NB: ISTR there's a thread in the forum where someone is working on a proper Argon case add-on to support their features. |
It's the system-tools addon bug. |
Hi, maybe I didn't explain well. |
System-tools installed but smbus module not working |
ah, good catch, the python stuff shouldn't have gone to lib.private but remained in lib (libi2c can stay in lib.private, rpath of smbus.so needs to be adjusted to $ORIGIN/../lib.private) |
Should be a quick fix done in system-tools ? |
Just testing the fix |
Safe to install ? i mean if upgrade to le12 this fix will be present now ? |
Wait for tomorrow. Builders and mirrors need to get the changes. |
Installed le13 nightly where smbus should be fixed but seems the same problem as le12 release Libreelec:~ # python
|
Updated addons for LE13 have not been built yet |
Rpi 4
libreelec 12
Argon Fan script not working after upgrading from LE11 to LE12.
debugging the argon script says:
unable to import smbus and fails the startup service.
Traceback (most recent call last):
File "argononed.py", line 4, in
import smbus
Fan starts and never stops.
Reverting to LE11 all working fine.
The text was updated successfully, but these errors were encountered: