-
Notifications
You must be signed in to change notification settings - Fork 19
i2c_ljca
prevents resume-from hibernate
#32
Comments
I can confirm it on
I will be able to provide any details if you need some more. |
I confirm this issue and was able to address it by either Before hibernation, The camera or its related devices seem to fail to wake up. Or maybe the module fails to probe the camera again. This command gst-launch-1.0 icamerasrc buffer-count=7 ! \
videoflip method=horizontal-flip ! \
video/x-raw,format=NV12,width=1280,height=720 ! \
v4l2sink device=/dev/video1 fails with
My device is gst-launch-1.0 icamerasrc device-name=ov2740-uf buffer-count=7 ! \
videoflip method=horizontal-flip ! \
video/x-raw,format=NV12,width=1280,height=720 ! \
v4l2sink device=/dev/video1
I think this dmesg line is important:
If there is a way to bind back |
+1! |
This PR might help? |
I don't think it will because it's made to work on RealSense platforms anyway. I will try if I can remove the flag requirement and somehow make this working for the main driver. |
I believe to have run into this problem repeatedly, trying to get the IPU6 webcam to work on my Lenovo ThinkPad X1 Yoga G7 running Fedora 39. Back in August (on Fedora 38), I had to revert all changes and remove all added kernel mods for the problem to resolve. I'll quote an old reddit comment of mine:
Sadly, I filtered my
Yesterday I gave it another try. I installed the ipu6-drivers like recommended by Hans de Goede via
|
I upgraded kernel to 6.6.12 and managed to recompile the IPU6 drivers and others. Now, I'm getting the same Segmentation fault when I try to rmmod i2c_ljca, and nothing else helps either. It's worse! I had to uninstall them. I think I have to get a small USB webcam for now and wait... For our info, I've tried the main branch, not the latest release. |
Yup, this is the last time I am getting a Lenovo desktop and anything related to this useless webcam. |
is the camera still working well if
sorry, I just realize the issue is still here. |
The issue still exists/reproduced on |
The issue is still present and can be reproduced on Debian |
If I try to hibernate my machine while
i2c_ljca
is loaded, it freezes during resume.If I
rmmod i2c_ljca
before hibernating, it resumes just fine.Alternatively, if I
echo 0 > /sys/power/pm_async
before hibernating, then again it resumes just fine, even withi2c_ljca
loaded.I'm led to the conclusion there's a problem with the ljca drivers.
The text was updated successfully, but these errors were encountered: