Maximilian Luz

Results 703 comments of Maximilian Luz
trafficstars

Do you have an SQ1 or SQ2? Also at this point I think we need a dmesg log.

Okay, so might be a difference between SQ1 and SQ2. What about `cat /sys/kernel/debug/devices_deferred`?

That means that no devices (that have drivers) wait on other drivers to load. I can't seem to find any reference to pretty much anything GPU related in your dmesg...

Can you try and export the final/actual config with `zcat /proc/config.gz > config` or something like that? There seem to be a bunch of other devices missing as well... at...

Okay, so the config checks out... it kinda looks like everything with drivers built as modules doesn't work... Can you check if they're accessible (e.g. run `modinfo msm` or something...

So I guess it can't find any modules... the partitions are mounted properly? What about `ls -l /usr/lib/modules/`?

Okay, there should be a `kernel` directory with modules there... So I guess either something isn't mounted properly or whatever you used for installation missed some parts.

1) could possibly be fixed by https://github.com/linux-surface/grub/commit/55b95a388414a3d850e24fd2ae8fac100ffd9319. So you could try to use e.g. the pre-built grub from https://github.com/linux-surface/grub-image-aarch64/releases/tag/fedora-37-2 with your Ubuntu kernel. Alternatively, just use the image from 2)...

For the dev-kit see #43. As far as I understand, it's booting via ACPI with display support, but a DT will likely be required to get the GPU working. For...

@TimoRams Not on the SPX side, unfortunately. I'm not sure how far along webcam support is on the X13s (that could probably at least partially be adapted for the ARM-based...