Maximilian Luz
Maximilian Luz
Quoting @jhaxhiaj from #7: > By default Linux boots in Exception Level 1 (Supervisor Level). > In order to enable KVM, Linux must execute in Exception Level 2 (Hypervisor Level)....
Support for audio, speakers, and microphones is currently missing. More investigation is required as to what needs to be done specifically. This issue may need to be split up once...
The `spi_hid` driver fails intermittently, preventing touch input from working. I am not sure whether this happens during probe or device open. As a workaround, the module or driver can...
Changing the CPU governor via `cpupower frequency-set -g ` sometimes causes the system to lock up.
Webcams seem to be connected via some SoC subsystem (Camera Sensor Interface, CSI). More investigation is required.
While the combined WiFi/modem firmware is already loaded properly and WiFi works, LTE at the very least needs testing as I have yet been unable to do so. It may...
There are various problems when `CONFIG_DRM_SIMPLEDRM` is used instead of `CONFIG_FB_SIMPLE`. This includes later failures with the `drm/msm` driver (need to be confirmed and explored further) and lesser issues, such...
During boot, the `gcc-sc8180x` clock controller causes a hard lock up. Current workarounds include building it as module (`CONFIG_SC_GCC_8180X=M`; note that it needs to be included in the initram) or...
The WiFi region defaults to US and does not respect the device's region of origin. Among other things, this leads to 2.4GHz band 12 not being available as this is...
When installing CUDA and `cumm` in a micromamba environment, `cumm` fails at runtime. ## Steps to reproduce: ```bash # set up new env micromamba create -n testenv -c conda-forge python=3.11...