-
Hi,
when I want to run
sudo python3 merged.py
or
sudo python3 bat.py
I got these errors (line number is different in bat.py) :
File "~/x120x/merged.py", line 5, in
import smbus
Module…
-
According to n6001 bmc user guide, in addition to
`sudo fpgainfo bmc`
the bmc cpld of n6001 supports other methods for telemetry reading:
![Screenshot 2024-10-01 162904](https://github.com/use…
-
Today I ran into an issue while implementing a PMBus interface on an Arduino every.
PMBus derrives from SMBus which uses I2C and ultimately TWI.
From System Management Bus Specification Version 3.…
-
This Linux driver does not expose the SMBus/I2C via the standard linux kernel features, so `ethtool --module-info` is not supported.
On the other hand, it seems the open source DPDK driver released…
-
**Describe the bug**
So I have the following devices:
1. CORSAIR DOMINATOR TITANIUM 64G
2. CORS iCUE LINK TITAN 360 White (3 RGB [fans] for the Radiator and 1 for the CPU)
3. NZXT H9 Elite White M…
-
I don't think this is a case of bad corsair naming (at least I hope not) driver in lsusb is usbhid.
```
$ sudo liquidctl list --debug
[DEBUG] (cli) (main): version: liquidctl v1.8.1
[DEBUG] (cli…
-
We implemented an xfcp based design to help bringing-up a custom PCB. While running various tests, we noticed that the I2C implementation is not compatible with the SMBUS spec, because we cannot issue…
-
Hi, I really like the project and where it is headed. As stated in the README, SMBUS mode is not currently supported
https://github.com/thanks4opensource/buck50/blob/e77172a73e2da7a10e4f371f3b2d3c1…
-
somewhere like this need to be modified
if rev == 2 or rev == 3:
bus = smbus.SMBus(1)
else:
bus = smbus.SMBus(0)
-
There were some errors using write_byte yesterday (from bmp085.py).
Not a major worry now - this issue is just for reporting further occurrences (need to copy error messages next time!).