-
Hi,
My motherboard is Asus ROG STRIX Z790-I GAMING WIFI.
This motherboard only has 2 ram slots, but only slot 1 can be changed.
I found root cause, for my case, the script cannot recognize anot…
-
### Describe the bug
Hello, when running the journalctl -p err, journalctl -b command, some errors appear, such as:
set 03 13:04:29 bazzite kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performa…
ghost updated
2 months ago
-
There are two major smbus modules for Python, already:
* [smbus](https://github.com/pimoroni/py-smbus)
* [smbus2](https://github.com/kplindegaard/smbus2)
But these are using Linux kernel i2c modu…
-
My SMBus controller (SMBus PIIX4) is also lacking the I2C Block Read functionality, but I was able to get the check string using byte read:
```bash
$ i2cset -y 1 0x50 0x0b 0x04
$ i2cdump -y -r 0x…
-
缺少SMBus and PMBus 解码功能,希望添加。
-
### Describe the bug
Hello,
I found that raspberry pi 5 use the Synopsys designware i2c adapter, but it seems that this i2c adapter doesn't support SMBus process call, block process call and P…
-
Hi,
I need transpose this project:https://github.com/neuberfran/OpenElectrons_i2c/blob/master/OpenElectrons_i2c.py
from python to micropython, but I have issue:
![Captura de Tela 2019-06-04 a…
-
I'm trying to fuzz an [EDK II](https://github.com/tianocore/edk2) image. However, the "fast" system-mode snapshots seem to always trigger an assertion failure. Unfortunately, I can't share the compile…
-
I'v read the disclaimer about using SMBUS and problems it might cause. However, I saw OpenRGB has implemented this, recently, using a kernel extension ([macUSPCIO](https://github.com/ShadyNawara/macUS…
-
There are kernel i2c bus adapters that don't support generic I2C, but only support smbus operations. For example:
```
; i2cdetect -l | grep smbus
i2c-0 smbus SMBus I801 adapter at 5040 …