Dariqq
Dariqq
Same Issue with my SGO1 on Fedora39 with fedora kernel 6.7.3-200.fc39.x86_64. ``` kernel: ipu3-imgu: probe of 0000:00:05.0 failed with error -22 kernel: ipu3-imgu 0000:00:05.0: wait css idle timeout kernel: ipu3-imgu...
The patch from the [LKML](https://lore.kernel.org/lkml/[email protected]/) that is supposed to fix the ipu3 issue is now proposed for 6.7.12: https://lore.kernel.org/stable/[email protected]/ 6.8.3 : https://lore.kernel.org/stable/[email protected]/ So hopefully it should arrive at a stable...
Fedora updated me to `6.8.4-200.fc39.x86_64` today and cameras are working again.
thanks for the answers. With workaround I meant just running a service that runs "iptsd $(iptsd-find-hidraw)" ignoring the device changing problem. > I don't want to ship services that don't...
Hi, I also have a SGO1 currently running Fedora 40 using the default fedora kernel and didnt need any further things to set up the cameras except installing the extra...
Awesome, as I said the cheese/firefox snap probably has insufficient permissions to access the (libcamera) cameras. No idea how youd allow this yourself but a camera app not not having...
Hi, ~~Today my SGO1 with fedora updated the default kernel to `6.10.3-200.fc40` and trying to boot it results into the same issue.~~ ~~As the sgo1 uses ipu3 for cameras blacklisting...
Hi, Even when manually editing the Bootstrap.mak to no longer require `contrib` and use an external lua the `src/host/debug_prompt.c` has a ```c #include "../../contrib/lua/src/lua.c" ``` So that file and all...