Jan Čermák

Results 114 comments of Jan Čermák

> I looked at the log (attached) but cannot see anything that causes the freeze. Actually, there are undervoltage warnings all over the place: `kernel: hwmon hwmon3: Undervoltage detected!` As...

> I'm using a "Treqa CH-637". Its specs say it provides 45W PD on the USB-C output (DC 5V 3A, 9V 3A, 12V 3A, 15V 3A, 20V 2.25A). Actually, RPi...

What NVMe adapter are you using for the drive? If you have an M.2 drive enclosure, you can try taking the drive out and editing the `cmdline.txt` in the boot...

The branch is intentionally one commit behind the current `main` - the tests are currently broken there both locally and in CI, this way the tests pass. I can rebase...

The only change that could potentially cause it is the upstream kernel update. You say the system is running, can you get the host logs from the machine? Also can...

Can you also try OS 12.2? There's bunch of iwlwifi fixes in the updated kernel there, though I'm not sure any of those is related to the issue you are...

I don't _think_ this is an OS issue but you might be wiser after checking (most probably) MariaDB logs. Using the OS host shell or after updating to the latest...

That looks very much like some upstream kernel regression. What Intel NUC model is that exactly? Can you get boot log from the failed boot, ideally with some kernel stack...

You should be able to do this by adding a custom parser to the `on_message` of the MQTT client. This way you can extract shown page type (from `pageType` message...

There is no DKMS-like mechanism to install third-party drivers in HAOS, and we'd like to avoid using them in general, unless there is high demand for a particular driver. Thankfully,...