Closed hinricht closed 1 year ago
Unlikely to fix but can you uninstall and then try installing using the latest script with icamerasrc-git included and ivsc-driver removed? I'm wondering what would show up in the installation logs this time.
I tried again (Kernel 6.3.5-2-MANJARO) with latet changes from today (8f2b062a1515009063f3aaaaff0478430d4db82e), and now the install.sh script runs perfectly. After reboot I get this:
I also added ./icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib/udev/rules.d/70-ipu6-psys.rules
to /etc/udev/rules.d/70-ipu6-psys.rules
following the advice of https://github.com/stefanpartheym/archlinux-ipu6-webcam/pull/22#issuecomment-1587014417 (since I also have a X1 Carbon 10th gen). I rebooted, but that didn't help neither.
Don't need to add the udev rule manually if you used the latest.
Man why is it always Manjaro xd I gotta install Manjaro and find it out myself
@hinricht dunno what to do with you case. It's working perfectly with my fresh install of Manjaro 22.1. Check out https://github.com/stefanpartheym/archlinux-ipu6-webcam/issues/26#issuecomment-1615873036 for the complete environment and logs.
I would say at the first glance that your laptop might be using a camera that requires another branch of ipu6-drivers (https://github.com/intel/ipu6-drivers/tree/ccg_plat_adlp) but then https://github.com/stefanpartheym/archlinux-ipu6-webcam/pull/22#issuecomment-1587014417 literally has the same laptop and managed to get the camera working. So yeah, no bloody idea.
Hey @elhossary If you don't mind, could you give us your laptop model and environment?
Let me try in Linux 6.3 in a bit.
Edit: works on 6.3.5-2-MANJARO
too so idek
@striczkof I have Alder lake X1 carbon 10 gen running Arch with kernel 6.3.9
@striczkof I have Alder lake X1 carbon 10 gen running Arch with kernel 6.3.9
Thanks!
So it's neither a hardware issue (literally same laptop) nor Manjaro issue (running on my Manjaro installation right now) so idk lol Lemme sleep then I figure this out tomorrow
See my comment at https://github.com/stefanpartheym/archlinux-ipu6-webcam/issues/26#issuecomment-1618251977 that I'm actually using manjaro-sway with Wayland, if this makes a difference.
@striczkof I saw your comment at
https://github.com/stefanpartheym/archlinux-ipu6-webcam/issues/26#issuecomment-1623003943
and gave your PR branch a try. Unfortunatly, I didn't succeed.
Here's the log from install.sh after using uninstall.sh
:
Which is basically the same as before. I don't know how to proceed, happy to provide more details if needed.
I really don't get why it's trying to get the wrong device instead of OV01A10. Can't really think of anything other than doing a fresh install or so.
If you haven't tried already, uninstall every single package related to the camera then try installing again. Trying to think of something else that might be affecting it.
WAIT! @hinricht can you show me what comes out of sudo modprobe -c | grep v4l2loopback
?
After that, try also reloading v4l2loopback sudo modprobe -r v4l2loopback && sudo modprobe v4l2loopback
and get the config again with modprobe -c
Edit: I'm wrong, it should be OV2740
$ sudo modprobe -c | grep v4l2loopback
options v4l2loopback exclusive_caps=1 card_label="Virtual Camera"
options v4l2loopback exclusive_caps=1
~ $ sudo modprobe -r v4l2loopback && sudo modprobe v4l2loopback
modprobe: FATAL: Module v4l2loopback is in use.
~ $ sudo systemctl stop v4l2-relayd.service
~ $ sudo modprobe -r v4l2loopback && sudo modprobe v4l2loopback
~ $ sudo modprobe -c | grep v4l2loopback
options v4l2loopback exclusive_caps=1 card_label="Virtual Camera"
options v4l2loopback exclusive_caps=1
I tried starting the v4l2-relayd.service
afterwards and tested using the test.sh
script but it still doesn't work, with the same output as I pasted above.
@hinricht can you show me what comes out of these commands?
pacman -Q | grep "ipu6\|ivsc\|hal"
@striczkof Sure, here we go:
$ pacman -Q | grep "ipu6\|ivsc\|hal"
intel-ipu6-dkms-git r103.8e410803b-1
intel-ipu6ep-camera-bin r44.276859f-1
intel-ipu6ep-camera-hal-git-fix r56.884b81a-1
intel-ivsc-firmware r8.29c5eff-1
khal 0.11.1-1
Btw, thank you so much for taking care of my edge case (as it seems) !
@hinricht literally the same versions as mine :/
No worries mate. Ye, yours is an edge case. You can prolly solve it by just reinstalling Manjaro but I am genuinely interested on why your installation is not working and do something about it if possible to help others too.
Reinstalling is not really an option for me at this moment... Besides that I'm happy to provide as much details as neccessary, just let me know.
After a while I ran test.sh
again (still using your unmodified add_workarounds
branch), and now I get a different result at least (and the Internal data flow error
is gone):
I also tried with kernel versions 6.3.12-1-MANJARO
and 6.4.2-3-MANJARO
but the results were the same.
It keeps getting the wrong device, even though it's supposed to get OV01A10. This literally happened to me months ago before I found this script and I don't even know how that fixed itself other than reinstalling my Arch.
It either has to be the HAL or the IPU6 drivers messing up. What comes out of this?: lsmod | grep "ivsc\|ipu\|ov"
$ lsmod | grep "ivsc\|ipu\|ov"
intel_ipu6_isys 167936 0
videobuf2_dma_contig 28672 1 intel_ipu6_isys
videobuf2_v4l2 40960 1 intel_ipu6_isys
videobuf2_common 86016 4 videobuf2_dma_contig,videobuf2_v4l2,intel_ipu6_isys,videobuf2_memops
intel_ipu6_psys 126976 0
intel_ipu6 139264 2 intel_ipu6_isys,intel_ipu6_psys
ov2740 28672 0
v4l2_fwnode 32768 2 intel_ipu6_isys,ov2740
v4l2_async 28672 3 v4l2_fwnode,intel_ipu6_isys,ov2740
videodev 372736 7 v4l2_async,v4l2_fwnode,videobuf2_v4l2,v4l2loopback,intel_ipu6_isys,ov2740
mc 86016 6 v4l2_async,videodev,videobuf2_v4l2,intel_ipu6_isys,videobuf2_common,ov2740
Btw, I don't remember if I added this udev rule myself or if it is placed there by the installation process, hope I didn't mess it up:
$ cat 70-ipu6-psys.rules
# This rule makes the Intel IPU6 sensor accessible to members of group "video",\n
# allowing icamerasrc to be used as an unprivileged user.\n
SUBSYSTEM=="intel-ipu6-psys",GROUP="video",MODE="0660"
Doesn't matter if you added it yourself since it's literally the same as the one added by icamerasrc PKGBUILD. And even then, it's only to let you use the camera as non-root. Not at that stage yet lol
Your modules check out with mine. So your laptop has OV2740 which is supported and the one that the HAL should get. This is mine:
So now we need to figure up what causes the HAL to keep grabbing the wrong device.
Another idea. Try running this with hopes that it will give us more errors to work on: GST_DEBUG="*:2" sudo -E LANG=C gst-launch-1.0 icamerasrc ! video/x-raw,format=NV12,width=1280,height=720 ! videoconvert ! fakesink
Then after running the tests. Check this one out sudo dmesg | grep ipu6
Last question, does your webcam have an LED indicator? Does it light up when you boot up your PC? Mine does.
$ GST_DEBUG="*:2" sudo -E LANG=C gst-launch-1.0 icamerasrc ! video/x-raw,format=NV12,width=1280,height=720 ! videoconvert ! fakesink
[sudo] password for varac:
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE eExposure time range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE gain range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE eExposure time range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE gain range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE eExposure time range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE gain range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE eExposure time range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE gain range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE eExposure time range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE gain range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE eExposure time range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE gain range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE eExposure time range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE gain range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE eExposure time range failed
[07-12 06:48:21.348] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.348] CamHAL[ERR] Parse AE gain range failed
[07-12 06:48:21.349] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.349] CamHAL[ERR] Parse AE eExposure time range failed
[07-12 06:48:21.349] CamHAL[ERR] Malformed ET range in exposure time range configuration
[07-12 06:48:21.349] CamHAL[ERR] Parse AE gain range failed
Setting pipeline to PAUSED ...
[07-12 06:48:21.698] CamHAL[INF] aiqb file name ov13b10.aiqb
[07-12 06:48:21.698] CamHAL[ERR] there is no aiqb file:ov13b10
[07-12 06:48:21.698] CamHAL[INF] aiqb file name ov13b10.aiqb
[07-12 06:48:21.698] CamHAL[ERR] there is no aiqb file:ov13b10
[07-12 06:48:21.698] CamHAL[INF] aiqb file name ov8856.aiqb
[07-12 06:48:21.698] CamHAL[ERR] there is no aiqb file:ov8856
[07-12 06:48:21.698] CamHAL[INF] aiqb file name ov8856.aiqb
[07-12 06:48:21.698] CamHAL[ERR] there is no aiqb file:ov8856
[07-12 06:48:21.698] CamHAL[INF] aiqb file name ov01a10.aiqb
[07-12 06:48:21.699] CamHAL[INF] aiqb file name ov01a10.aiqb
[07-12 06:48:21.699] CamHAL[INF] aiqb file name ov01a10.aiqb
[07-12 06:48:21.699] CamHAL[INF] aiqb file name ov01a10.aiqb
[07-12 06:48:21.699] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
[07-12 06:48:21.700] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
[07-12 06:48:21.700] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
[07-12 06:48:21.701] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
[07-12 06:48:21.701] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
[07-12 06:48:21.701] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
[07-12 06:48:21.701] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
[07-12 06:48:21.701] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
[07-12 06:48:21.701] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
[07-12 06:48:21.701] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
[07-12 06:48:21.701] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
[07-12 06:48:21.701] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
[07-12 06:48:21.701] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb
[07-12 06:48:21.702] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb
[07-12 06:48:21.702] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb
[07-12 06:48:21.703] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb
[07-12 06:48:21.703] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb
[07-12 06:48:21.703] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb
[07-12 06:48:21.703] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb
[07-12 06:48:21.704] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb
[07-12 06:48:21.704] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb
[07-12 06:48:21.705] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb
[07-12 06:48:21.705] CamHAL[INF] aiqb file name ov01a1s.aiqb
[07-12 06:48:21.706] CamHAL[INF] aiqb file name ov01a1s.aiqb
[07-12 06:48:21.706] CamHAL[ERR] Failed to find DevName for cameraId: 0, get video node: ov13b10 , devname: /dev/v4l-subdev1
[07-12 06:48:21.709] CamHAL[ERR] MediaControl init failed
0:00:00.442305712 2742 0x56421f034980 ERROR icamerasrc gstcamerasrc.cpp:2845:gst_camerasrc_start: CameraId=0 failed to open libcamhal device.
0:00:00.480721225 2742 0x56421f034980 WARN CamBaseSrc gstcambasesrc.cpp:4192:gst_cam_base_src_activate_push:<camerasrc0> Failed to start in push mode
0:00:00.480736222 2742 0x56421f034980 WARN GST_PADS gstpad.c:1146:gst_pad_set_active:<camerasrc0:src> Failed to activate pad
Failed to set pipeline to PAUSED.
Setting pipeline to NULL ...
Freeing pipeline ...
~ $ sudo dmesg | grep ipu6
[ 1.788687] intel-ipu6 0000:00:05.0: enabling device (0000 -> 0002)
[ 1.788890] intel-ipu6 0000:00:05.0: Device 0x465d (rev: 0x4)
[ 1.788915] intel-ipu6 0000:00:05.0: physical base address 0x603c000000
[ 1.788917] intel-ipu6 0000:00:05.0: mapped as: 0x00000000bc9005bf
[ 1.788986] intel-ipu6 0000:00:05.0: IPU in secure mode
[ 1.788988] intel-ipu6 0000:00:05.0: IPU secure touch = 0x0
[ 1.788989] intel-ipu6 0000:00:05.0: IPU camera mask = 0xff
[ 1.805471] intel-ipu6 0000:00:05.0: IPC reset done
[ 1.805474] intel-ipu6 0000:00:05.0: cpd file name: intel/ipu6ep_fw.bin
[ 1.805506] intel-ipu6 0000:00:05.0: Direct firmware load for intel/ipu6ep_fw.bin failed with error -2
[ 1.805509] intel-ipu6 0000:00:05.0: Requesting signed firmware failed
[ 1.805532] intel-ipu6: probe of 0000:00:05.0 failed with error -2
So it looks like the firmware fails in the first place.
Last question, does your webcam have an LED indicator? Does it light up when you boot up your PC? Mine does.
I really don't know, at least no LED does light up during boot / after powering on.
TBH I'm having pretty similar issues (XPS 9320)
It worked when this script was still quite new, now it doesn't anymore (I had removed it because of hibernation not working at the time)
Here is the info that I think might be relevant / useful
I'm running 6.4.3-zen1-2-zen
under vanilla arch. Something that might be related is that reinstalling linux-zen
(same issue with the normal kernel) complains about some modules differing from the ones shipped with the kernel
I also have an indicator led, as mentioned by @striczkof, which does not light up when restarting v4l2-relayd.service
This seems related:
https://github.com/intel/ipu6-drivers/issues/38#issuecomment-1320982931
I tried it, but it didn't work for me, same test.sh output as @hinricht , tried several kernals, including standard linux and linux-lts, and linux-zen on arch / garuda
Host: 21CB007GPB ThinkPad X1 Carbon Gen 10
Hey everyone, sorry for disappearing. I keep forgetting to drop an answer because I literally have no idea what could be causing it. Can't do much help until next week because my XPS 9320's screen keeps blacking out when I open the lid too far and it won't get fixed until Monday. (Probably ribbon issue)
By the way. I just like to add that this exact issue, with @alba4k logs was literally the same that I experienced before I gave up trying to install it and did a fresh reinstall months after my last attempt with this script, where it worked first try.
My idea is that if you try to install the drivers and stuff in some other way before this one. There might be leftover files or symlink. They would then need to be manually removed if the uninstallation keeps missing them.
Another idea is that there might be some package that is interacting somehow but extremely unlikely.
Gotta come up with better ideas later once I can use my laptop again without crying after the screen turns black for the nth time and have to close and reopen the lid again lol
Hey, though it might be left overs too, tried with a fresh install of garuda-sway and garuda-i3, both failed with the same test.sh results, though different dmesg output due to wayland vs X.
Would try with vanilla arch, but it would take some time, so last resort.
If there is anything I can do to help, let me know. Brand new X1 Carbon, so no problem reinstalling or installing anything, since there is nothing I need on it yet.
So the error appears when you modprobe intel_ipu6
-- you can see it if you have dmesg -w
open when you modprobe, using the files from https://github.com/intel/ipu6-drivers/issues/38#issuecomment-1320982931 above makes the load work and no longer give the signed firmware error, however, if you try to build camera-hal after that, it will fail to build due to a missing method, presumably because the branch in that comment is not Adler Lake-P.
So, the error seems to come from the files shipped by intel/ipu4-camera-bins either not being signed correctly, or maybe Adler-Lake-P is different from Adler Lake
dmesg has Requesting signed firmware failed
[ 1.645288] intel_ipu6: loading out-of-tree module taints kernel. [ 1.645295] intel_ipu6: module verification failed: signature and/or required key missing - tainting kernel [ 1.646998] intel-ipu6 0000:00:05.0: enabling device (0000 -> 0002) [ 1.647180] intel-ipu6 0000:00:05.0: Device 0x465d (rev: 0x2) [ 1.647199] intel-ipu6 0000:00:05.0: physical base address 0x603c000000 [ 1.647201] intel-ipu6 0000:00:05.0: mapped as: 0x0000000022a35e41 [ 1.647263] intel-ipu6 0000:00:05.0: IPU in secure mode [ 1.647266] intel-ipu6 0000:00:05.0: IPU secure touch = 0x0 [ 1.647268] intel-ipu6 0000:00:05.0: IPU camera mask = 0xff [ 1.662632] intel-ipu6 0000:00:05.0: IPC reset done [ 1.662636] intel-ipu6 0000:00:05.0: cpd file name: intel/ipu6ep_fw.bin [ 1.662669] intel-ipu6 0000:00:05.0: Direct firmware load for intel/ipu6ep_fw.bin failed with error -2 [ 1.662672] intel-ipu6 0000:00:05.0: Requesting signed firmware failed [ 1.662673] intel-ipu6: probe of 0000:00:05.0 failed with error -2
Test shows ov13b10, instead of ov2740, aiqb is looking for wrong file name
[07-22 10:00:40.280] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.280] CamHAL[ERR] Parse AE eExposure time range failed [07-22 10:00:40.280] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.280] CamHAL[ERR] Parse AE gain range failed [07-22 10:00:40.281] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.281] CamHAL[ERR] Parse AE eExposure time range failed [07-22 10:00:40.281] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.281] CamHAL[ERR] Parse AE gain range failed [07-22 10:00:40.281] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.281] CamHAL[ERR] Parse AE eExposure time range failed [07-22 10:00:40.281] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.281] CamHAL[ERR] Parse AE gain range failed [07-22 10:00:40.281] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.281] CamHAL[ERR] Parse AE eExposure time range failed [07-22 10:00:40.281] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.281] CamHAL[ERR] Parse AE gain range failed [07-22 10:00:40.281] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.281] CamHAL[ERR] Parse AE eExposure time range failed [07-22 10:00:40.281] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.281] CamHAL[ERR] Parse AE gain range failed [07-22 10:00:40.282] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.282] CamHAL[ERR] Parse AE eExposure time range failed [07-22 10:00:40.282] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.282] CamHAL[ERR] Parse AE gain range failed [07-22 10:00:40.282] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.282] CamHAL[ERR] Parse AE eExposure time range failed [07-22 10:00:40.282] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.282] CamHAL[ERR] Parse AE gain range failed [07-22 10:00:40.282] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.282] CamHAL[ERR] Parse AE eExposure time range failed [07-22 10:00:40.282] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.282] CamHAL[ERR] Parse AE gain range failed [07-22 10:00:40.284] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.284] CamHAL[ERR] Parse AE eExposure time range failed [07-22 10:00:40.284] CamHAL[ERR] Malformed ET range in exposure time range configuration [07-22 10:00:40.284] CamHAL[ERR] Parse AE gain range failed Setting pipeline to PAUSED ... [07-22 10:00:40.644] CamHAL[INF] aiqb file name ov13b10.aiqb [07-22 10:00:40.644] CamHAL[ERR] there is no aiqb file:ov13b10 [07-22 10:00:40.644] CamHAL[INF] aiqb file name ov13b10.aiqb [07-22 10:00:40.644] CamHAL[ERR] there is no aiqb file:ov13b10 [07-22 10:00:40.644] CamHAL[INF] aiqb file name ov8856.aiqb [07-22 10:00:40.644] CamHAL[ERR] there is no aiqb file:ov8856 [07-22 10:00:40.644] CamHAL[INF] aiqb file name ov8856.aiqb [07-22 10:00:40.644] CamHAL[ERR] there is no aiqb file:ov8856 [07-22 10:00:40.644] CamHAL[INF] aiqb file name ov01a10.aiqb [07-22 10:00:40.645] CamHAL[INF] aiqb file name ov01a10.aiqb [07-22 10:00:40.645] CamHAL[INF] aiqb file name ov01a10.aiqb [07-22 10:00:40.645] CamHAL[INF] aiqb file name ov01a10.aiqb [07-22 10:00:40.645] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [07-22 10:00:40.645] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [07-22 10:00:40.645] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [07-22 10:00:40.646] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [07-22 10:00:40.646] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [07-22 10:00:40.647] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [07-22 10:00:40.647] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [07-22 10:00:40.647] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [07-22 10:00:40.647] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [07-22 10:00:40.647] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [07-22 10:00:40.647] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [07-22 10:00:40.647] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [07-22 10:00:40.647] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb [07-22 10:00:40.647] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb [07-22 10:00:40.647] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb [07-22 10:00:40.648] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb [07-22 10:00:40.648] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb [07-22 10:00:40.649] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb [07-22 10:00:40.649] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb [07-22 10:00:40.649] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb [07-22 10:00:40.649] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb [07-22 10:00:40.650] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb [07-22 10:00:40.650] CamHAL[INF] aiqb file name ov01a1s.aiqb [07-22 10:00:40.650] CamHAL[INF] aiqb file name ov01a1s.aiqb [07-22 10:00:40.651] CamHAL[ERR] Failed to find DevName for cameraId: 0, get video node: ov13b10 , devname: /dev/v4l-subdev1 [07-22 10:00:40.653] CamHAL[ERR] MediaControl init failed Failed to set pipeline to PAUSED. Setting pipeline to NULL ... Freeing pipeline ...
dkms status has "original module exists"
ipu6-drivers/r103.8e410803b, 6.4.4-zen1-1-zen, x86_64: installed (original_module exists) v4l2loopback/r10.cae2954, 6.4.4-zen1-1-zen, x86_64: installed
I don't see the ipu6 devices
Virtual Camera (platform:v4l2loopback-000): /dev/video0
Otherwise, everything else looks normal
options v4l2loopback exclusive_caps=1 card_label="Virtual Camera"
intel-ipu6-dkms-git r103.8e410803b-1 intel-ipu6ep-camera-bin r44.276859f-1 intel-ipu6ep-camera-hal-git-fix r56.884b81a-1 intel-ivsc-firmware r8.29c5eff-1
intel_ipu6_isys 180224 0 videobuf2_dma_contig 28672 1 intel_ipu6_isys videobuf2_v4l2 40960 1 intel_ipu6_isys videobuf2_common 90112 4 videobuf2_dma_contig,videobuf2_v4l2,intel_ipu6_isys,videobuf2_memops ov2740 24576 0 intel_ipu6_psys 131072 0 v4l2_fwnode 36864 2 intel_ipu6_isys,ov2740 v4l2_async 28672 3 v4l2_fwnode,intel_ipu6_isys,ov2740 videodev 385024 7 v4l2_async,v4l2_fwnode,videobuf2_v4l2,v4l2loopback,intel_ipu6_isys,ov2740 intel_ipu6 143360 2 intel_ipu6_isys,intel_ipu6_psys mc 90112 6 v4l2_async,videodev,videobuf2_v4l2,intel_ipu6_isys,videobuf2_common,ov2740
● v4l2-relayd.service - v4l2-relay daemon service Loaded: loaded (/usr/lib/systemd/system/v4l2-relayd.service; enabled; preset: disabled) Drop-In: /etc/systemd/system/v4l2-relayd.service.d └─override.conf Active: active (running) since Sat 2023-07-22 09:57:11 CEST; 19min ago Process: 8205 ExecCondition=/usr/bin/test -n ${VIDEOSRC} (code=exited, status=0/SUCCESS) Process: 8207 ExecCondition=/usr/bin/test -n $FORMAT (code=exited, status=0/SUCCESS) Process: 8209 ExecCondition=/usr/bin/test -n $WIDTH (code=exited, status=0/SUCCESS) Process: 8210 ExecCondition=/usr/bin/test -n $HEIGHT (code=exited, status=0/SUCCESS) Process: 8211 ExecCondition=/usr/bin/test -n $FRAMERATE (code=exited, status=0/SUCCESS) Process: 8212 ExecCondition=/usr/bin/test -n ${CARD_LABEL} (code=exited, status=0/SUCCESS) Main PID: 8213 (v4l2-relayd) Tasks: 5 (limit: 38098) Memory: 14.2M CPU: 107ms CGroup: /system.slice/v4l2-relayd.service └─8213 /usr/bin/v4l2-relayd -i icamerasrc -o "appsrc name=appsrc caps=video/x-raw> Jul 22 09:57:11 local systemd[1]: Starting v4l2-relay daemon service... Jul 22 09:57:11 local systemd[1]: Started v4l2-relay daemon service.
I got rid of the "original module exists" by uninstalling, deleting /var/lib/dkms and reinstalling
Don't think the original module exists matter here as my working DKMS module is saying ipu6-drivers/r103.8e410803b, 6.4.6-arch1-1, x86_64: installed (original_module exists)
. Plus on working systems all DKMSed modules fail anyway due to the lack of keys, trying to figure out a way to fix that so I can lockdown my kernel.
Sorry guys I am really running out of ideas here if it fails to work on fresh installs too. Just need more data and people with same issues. Seriously, I literally had the same issue and exact errors before and I have no bloody idea how it got fixed.
The Malformed Extraterrestrial has claimed another victim in #33 .
@alba4k @dmytri @hinricht would it be possible for you guys to describe your Arch/Manjaro installation processes? I will try taking a look at it once again with the new data from the new victim being available lol
Standard arch install (Wiki) + secure boot. Linux zen
The install is not the issue as everything worked fine initially, I then un installed the driver
ye same case on @MrTrukiny 's install. My guess is some package is breaking it because his install was initially fine then an upgrade broke it. We got to pinpoint that package.
I think I might install EOS tonight and see if I manage to break my installation with eos-upgrade
Just in case it might be useful, pacman -Q > pkgs.txt
however, a lot of this will be duplicate across installations anyway.
LET'S FUCKING GO!
@dmytri @alba4k @hinricht I just managed to replicate it! Many thanks to @MrTrukiny for that eos-update --yay
command, I think we have the offending packages already!
Although it's already 11pm here and I got a class to attend tomorrow so I'm gonna read through this and see what's what whilst I'm in the campus. For now, here is the probably useful data:
I installed EOS fresh, pulled my latest PR branch and installed it, reboot, LED lights up, then confirmed the camera working on Firefox.
Then I ran eos-update --yay
, camera still working, then I restarted and LED still lights up.
BOOM! Camera no worky no more. Just black screen when I tried out WebRTC on Firefox. test.sh shows the same, although the Malformed ET error is gone, prolly because Intel has just added OV13B10 driver or something. The output is still long (listing all available files) and of course no window popped out.
Laptop: Dell XPS 13 Plus 9320 with Intel i7-1260P OS: EndeavourOS Cassini Nova 03-2023 R3 Kernel: 6.4.8.arch1-1 (worked), 6.4.9-arch1-1 (after update and reboot) DE: Xfce 4.18
``` :: Synchronizing package databases... endeavouros downloading... core downloading... extra downloading... multilib downloading... :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Package (62) Old Version New Version Net Change Download Size extra/alsa-card-profiles 1:0.3.76-2 1:0.3.77-1 0.00 MiB 0.03 MiB endeavouros/eos-apps-info 1.7-2 23-3 0.00 MiB 0.30 MiB endeavouros/eos-bash-shared 23-22.5 23-22.7 0.00 MiB 0.05 MiB endeavouros/eos-update-notifier 23-8 23-10 0.00 MiB 0.02 MiB extra/firefox 116.0.1-1 116.0.2-1 0.01 MiB 62.14 MiB extra/fuse-common 3.15.1-1 3.16.1-1 0.00 MiB 0.00 MiB extra/fuse3 3.15.1-1 3.16.1-1 0.00 MiB 0.12 MiB extra/gst-plugin-pipewire 1:0.3.76-2 1:0.3.77-1 0.00 MiB 0.05 MiB extra/gtkmm3 3.24.7-1 3.24.8-1 0.03 MiB 1.43 MiB extra/gvfs 1.50.5-1 1.50.6-1 0.03 MiB 0.97 MiB extra/gvfs-afc 1.50.5-1 1.50.6-1 0.00 MiB 0.04 MiB extra/gvfs-gphoto2 1.50.5-1 1.50.6-1 0.00 MiB 0.04 MiB extra/gvfs-mtp 1.50.5-1 1.50.6-1 0.00 MiB 0.04 MiB extra/gvfs-nfs 1.50.5-1 1.50.6-1 0.00 MiB 0.02 MiB extra/gvfs-smb 1.50.5-1 1.50.6-1 0.00 MiB 0.03 MiB extra/imagemagick 7.1.1.15-1 7.1.1.15-2 0.09 MiB 8.17 MiB extra/intel-ucode 20230613-1 20230808-1 0.04 MiB 5.90 MiB core/libinih 56-1 57-1 0.00 MiB 0.02 MiB extra/libjpeg-turbo 2.1.5.1-1 3.0.0-1 0.47 MiB 0.52 MiB core/libldap 2.6.4-2 2.6.6-1 0.00 MiB 0.27 MiB extra/libpipewire 1:0.3.76-2 1:0.3.77-1 0.00 MiB 0.37 MiB extra/libproxy 0.5.3-1 0.5.3-2 0.00 MiB 0.03 MiB core/linux 6.4.8.arch1-1 6.4.9.arch1-1 -0.07 MiB 125.44 MiB core/linux-firmware 20230625.ee91452d-5 20230804.7be2766d-2 2.30 MiB 155.73 MiB core/linux-firmware-whence 20230625.ee91452d-5 20230804.7be2766d-2 0.02 MiB 0.03 MiB core/linux-headers 6.4.8.arch1-1 6.4.9.arch1-1 0.02 MiB 29.41 MiB core/perl 5.36.1-2 5.38.0-1 3.18 MiB 20.26 MiB extra/perl-clone 0.46-1 0.46-2 0.00 MiB 0.01 MiB extra/perl-encode-locale 1.05-10 1.05-11 0.00 MiB 0.01 MiB extra/perl-error 0.17029-4 0.17029-5 0.00 MiB 0.02 MiB extra/perl-file-listing 6.16-1 6.16-2 0.00 MiB 0.01 MiB extra/perl-html-parser 3.81-1 3.81-2 0.15 MiB 0.15 MiB extra/perl-html-tagset 3.20-13 3.20-14 0.00 MiB 0.01 MiB extra/perl-http-cookies 6.10-3 6.10-4 0.00 MiB 0.02 MiB extra/perl-http-daemon 6.16-1 6.16-2 0.00 MiB 0.02 MiB extra/perl-http-date 6.05-6 6.06-1 0.00 MiB 0.01 MiB extra/perl-http-message 6.44-1 6.44-2 0.00 MiB 0.07 MiB extra/perl-http-negotiate 6.01-11 6.01-12 0.00 MiB 0.01 MiB extra/perl-io-html 1.004-3 1.004-4 0.00 MiB 0.01 MiB extra/perl-libwww 6.67-1 6.67-2 -0.01 MiB 0.13 MiB extra/perl-locale-gettext 1.07-13 1.07-14 0.06 MiB 0.04 MiB extra/perl-lwp-mediatypes 6.04-3 6.04-4 0.00 MiB 0.02 MiB extra/perl-mailtools 2.21-6 2.21-7 0.00 MiB 0.06 MiB extra/perl-net-http 6.23-1 6.23-2 0.00 MiB 0.02 MiB extra/perl-timedate 2.33-4 2.33-5 0.00 MiB 0.03 MiB extra/perl-try-tiny 0.31-2 0.31-3 0.00 MiB 0.02 MiB extra/perl-uri 5.19-1 5.19-2 0.00 MiB 0.08 MiB extra/perl-www-robotrules 6.02-11 6.02-12 0.00 MiB 0.01 MiB extra/perl-xml-parser 2.46-4 2.46-5 0.22 MiB 0.24 MiB extra/perl-xml-writer 0.900-1 0.900-2 0.00 MiB 0.02 MiB extra/pipewire 1:0.3.76-2 1:0.3.77-1 0.00 MiB 0.63 MiB extra/pipewire-alsa 1:0.3.76-2 1:0.3.77-1 0.00 MiB 0.00 MiB extra/pipewire-audio 1:0.3.76-2 1:0.3.77-1 0.03 MiB 1.11 MiB extra/pipewire-jack 1:0.3.76-2 1:0.3.77-1 0.00 MiB 0.15 MiB extra/pipewire-pulse 1:0.3.76-2 1:0.3.77-1 0.00 MiB 0.16 MiB extra/qt5-base 5.15.10+kde+r145-1 5.15.10+kde+r147-1 0.00 MiB 13.08 MiB core/systemd 254-1 254.1-1 0.02 MiB 7.62 MiB core/systemd-libs 254-1 254.1-1 0.00 MiB 1.06 MiB core/systemd-resolvconf 254-1 254.1-1 0.00 MiB 0.00 MiB core/systemd-sysvcompat 254-1 254.1-1 0.00 MiB 0.01 MiB extra/xdg-dbus-proxy 0.1.4-1 0.1.5-1 0.00 MiB 0.02 MiB extra/xfconf 4.18.1-1 4.18.1-2 0.00 MiB 0.18 MiB Total Download Size: 436.48 MiB Total Installed Size: 915.47 MiB Net Upgrade Size: 6.61 MiB :: Retrieving packages... linux-firmware-20230804.7be2766d-2-any downloading... linux-6.4.9.arch1-1-x86_64 downloading... firefox-116.0.2-1-x86_64 downloading... linux-headers-6.4.9.arch1-1-x86_64 downloading... perl-5.38.0-1-x86_64 downloading... qt5-base-5.15.10+kde+r147-1-x86_64 downloading... imagemagick-7.1.1.15-2-x86_64 downloading... systemd-254.1-1-x86_64 downloading... intel-ucode-20230808-1-any downloading... gtkmm3-3.24.8-1-x86_64 downloading... pipewire-audio-1:0.3.77-1-x86_64 downloading... systemd-libs-254.1-1-x86_64 downloading... gvfs-1.50.6-1-x86_64 downloading... pipewire-1:0.3.77-1-x86_64 downloading... libjpeg-turbo-3.0.0-1-x86_64 downloading... libpipewire-1:0.3.77-1-x86_64 downloading... eos-apps-info-23-3-any downloading... libldap-2.6.6-1-x86_64 downloading... perl-xml-parser-2.46-5-x86_64 downloading... xfconf-4.18.1-2-x86_64 downloading... pipewire-pulse-1:0.3.77-1-x86_64 downloading... pipewire-jack-1:0.3.77-1-x86_64 downloading... perl-html-parser-3.81-2-x86_64 downloading... perl-libwww-6.67-2-any downloading... fuse3-3.16.1-1-x86_64 downloading... perl-uri-5.19-2-any downloading... perl-http-message-6.44-2-any downloading... perl-mailtools-2.21-7-any downloading... eos-bash-shared-23-22.7-any downloading... gst-plugin-pipewire-1:0.3.77-1-x86_64 downloading... gvfs-mtp-1.50.6-1-x86_64 downloading... gvfs-gphoto2-1.50.6-1-x86_64 downloading... gvfs-afc-1.50.6-1-x86_64 downloading... perl-locale-gettext-1.07-14-x86_64 downloading... perl-timedate-2.33-5-any downloading... linux-firmware-whence-20230804.7be2766d-2-any downloading... libproxy-0.5.3-2-x86_64 downloading... alsa-card-profiles-1:0.3.77-1-x86_64 downloading... gvfs-smb-1.50.6-1-x86_64 downloading... xdg-dbus-proxy-0.1.5-1-x86_64 downloading... eos-update-notifier-23-10-any downloading... perl-net-http-6.23-2-any downloading... perl-error-0.17029-5-any downloading... perl-http-cookies-6.10-4-any downloading... perl-xml-writer-0.900-2-any downloading... gvfs-nfs-1.50.6-1-x86_64 downloading... perl-lwp-mediatypes-6.04-4-any downloading... perl-try-tiny-0.31-3-any downloading... perl-http-daemon-6.16-2-any downloading... libinih-57-1-x86_64 downloading... perl-io-html-1.004-4-any downloading... perl-http-negotiate-6.01-12-any downloading... perl-www-robotrules-6.02-12-any downloading... perl-html-tagset-3.20-14-any downloading... perl-encode-locale-1.05-11-any downloading... perl-clone-0.46-2-x86_64 downloading... perl-file-listing-6.16-2-any downloading... perl-http-date-6.06-1-any downloading... systemd-sysvcompat-254.1-1-x86_64 downloading... pipewire-alsa-1:0.3.77-1-x86_64 downloading... systemd-resolvconf-254.1-1-x86_64 downloading... fuse-common-3.16.1-1-x86_64 downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Running pre-transaction hooks... (1/2) Remove DKMS modules ==> dkms remove --no-depmod ipu6-drivers/r131.c3b762b27 -k 6.4.8-arch1-1 ==> dkms remove --no-depmod v4l2loopback/r10.cae2954 -k 6.4.8-arch1-1 ==> depmod 6.4.8-arch1-1 (2/2) Removing kernel... :: kernel-install removing kernel 6.4.8-arch1-1 :: Processing package changes... upgrading alsa-card-profiles... upgrading libldap... upgrading systemd-libs... upgrading libjpeg-turbo... upgrading systemd... upgrading libproxy... upgrading xdg-dbus-proxy... upgrading perl... upgrading eos-bash-shared... upgrading eos-apps-info... upgrading eos-update-notifier... upgrading libpipewire... upgrading pipewire... upgrading pipewire-audio... upgrading pipewire-jack... upgrading firefox... upgrading fuse-common... upgrading fuse3... upgrading gst-plugin-pipewire... upgrading gtkmm3... upgrading gvfs... upgrading gvfs-afc... upgrading gvfs-gphoto2... upgrading gvfs-mtp... upgrading gvfs-nfs... upgrading gvfs-smb... upgrading imagemagick... upgrading intel-ucode... upgrading libinih... upgrading linux... upgrading linux-firmware-whence... upgrading linux-firmware... upgrading linux-headers... upgrading perl-clone... upgrading perl-encode-locale... upgrading perl-error... upgrading perl-timedate... upgrading perl-http-date... upgrading perl-file-listing... upgrading perl-html-tagset... upgrading perl-io-html... upgrading perl-lwp-mediatypes... upgrading perl-uri... upgrading perl-http-message... upgrading perl-html-parser... upgrading perl-http-cookies... upgrading perl-http-daemon... upgrading perl-http-negotiate... upgrading perl-net-http... upgrading perl-try-tiny... upgrading perl-www-robotrules... upgrading perl-libwww... upgrading perl-locale-gettext... upgrading perl-mailtools... upgrading perl-xml-parser... upgrading perl-xml-writer... upgrading pipewire-alsa... upgrading pipewire-pulse... upgrading qt5-base... upgrading systemd-resolvconf... upgrading systemd-sysvcompat... upgrading xfconf... :: Running post-transaction hooks... ( 1/21) Creating system user accounts... ( 2/21) Updating journal message catalog... ( 3/21) Reloading system manager configuration... ( 4/21) Updating udev hardware database... ( 5/21) Applying kernel sysctl settings... ( 6/21) Creating temporary files... ( 7/21) Reloading device manager configuration... ( 8/21) Arming ConditionNeedsUpdate... ( 9/21) Updating module dependencies... (10/21) Install DKMS modules ==> dkms install --no-depmod ipu6-drivers/r131.c3b762b27 -k 6.4.9-arch1-1 ==> dkms install --no-depmod v4l2loopback/r10.cae2954 -k 6.4.9-arch1-1 ==> depmod 6.4.9-arch1-1 (11/21) Running kernel-install... Running kernel-install for 6.4.9-arch1-1 dracut: Executing: /usr/bin/dracut --no-hostonly --force /efi/34376a49f7f14339a01591a4c15882e7/6.4.9-arch1-1/initrd-fallback 6.4.9-arch1-1 dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found! dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found! dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found! dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found! dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! dracut: dracut module 'nbd' depends on 'network', which can't be installed dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! dracut: memstrack is not available dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found! dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found! dracut: *** Including module: systemd *** dracut: *** Including module: systemd-initrd *** dracut: *** Including module: modsign *** dracut: *** Including module: i18n *** dracut: *** Including module: btrfs *** dracut: *** Including module: crypt *** dracut: *** Including module: dm *** dracut: Skipping udev rule: 64-device-mapper.rules dracut: Skipping udev rule: 60-persistent-storage-dm.rules dracut: Skipping udev rule: 55-dm.rules dracut: *** Including module: kernel-modules *** dracut: *** Including module: kernel-modules-extra *** libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.9-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.9-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x55b1e75150d0 path=/lib/modules/6.4.9-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.9-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.9-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x55b1e75150d0 path=/lib/modules/6.4.9-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists dracut: *** Including module: lvm *** dracut: Skipping udev rule: 64-device-mapper.rules dracut: Skipping udev rule: 56-lvm.rules dracut: Skipping udev rule: 60-persistent-storage-lvm.rules dracut: *** Including module: mdraid *** dracut: Skipping udev rule: 64-md-raid.rules dracut: *** Including module: nvdimm *** dracut: *** Including module: qemu *** dracut: *** Including module: qemu-net *** dracut: *** Including module: lunmask *** dracut: *** Including module: resume *** dracut: *** Including module: rootfs-block *** dracut: *** Including module: terminfo *** dracut: *** Including module: udev-rules *** dracut: Skipping udev rule: 40-redhat.rules dracut: Skipping udev rule: 50-firmware.rules dracut: Skipping udev rule: 50-udev.rules dracut: Skipping udev rule: 91-permissions.rules dracut: Skipping udev rule: 80-drivers-modprobe.rules dracut: *** Including module: virtiofs *** dracut: *** Including module: dracut-systemd *** dracut: *** Including module: usrmount *** dracut: *** Including module: base *** dracut: *** Including module: fs-lib *** dracut: *** Including module: shutdown *** dracut: *** Including modules done *** dracut: *** Installing kernel module dependencies *** dracut: *** Installing kernel module dependencies done *** dracut: *** Resolving executable dependencies *** dracut: *** Resolving executable dependencies done *** dracut: *** Hardlinking files *** dracut: Mode: real dracut: Method: memcmp dracut: Files: 2018 dracut: Linked: 8 files dracut: Compared: 0 xattrs dracut: Compared: 443 files dracut: Saved: 1.42 MiB dracut: Duration: 0.013925 seconds dracut: *** Hardlinking files done *** dracut: *** Generating early-microcode cpio image *** dracut: *** Constructing AuthenticAMD.bin *** dracut: *** Using microcode found in '/boot/intel-ucode.img' *** dracut: *** Store current command line parameters *** dracut: *** Stripping files *** dracut: *** Stripping files done *** dracut: *** Creating image file '/efi/34376a49f7f14339a01591a4c15882e7/6.4.9-arch1-1/initrd-fallback' *** dracut: *** Creating initramfs image file '/efi/34376a49f7f14339a01591a4c15882e7/6.4.9-arch1-1/initrd-fallback' done *** dracut: Executing: /usr/bin/dracut --hostonly --no-hostonly-cmdline -f /efi/34376a49f7f14339a01591a4c15882e7/6.4.9-arch1-1/initrd 6.4.9-arch1-1 dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found! dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found! dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found! dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found! dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! dracut: memstrack is not available dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found! dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found! dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found! dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found! dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found! dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found! dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! dracut: memstrack is not available dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found! dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found! dracut: *** Including module: systemd *** dracut: *** Including module: systemd-initrd *** dracut: *** Including module: i18n *** dracut: *** Including module: kernel-modules *** dracut: *** Including module: kernel-modules-extra *** libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.9-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.9-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x55e7646f90d0 path=/lib/modules/6.4.9-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.9-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.9-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x55e7646f90d0 path=/lib/modules/6.4.9-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.9-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.9-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x55e7646f90d0 path=/lib/modules/6.4.9-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists dracut: *** Including module: rootfs-block *** dracut: *** Including module: terminfo *** dracut: *** Including module: udev-rules *** dracut: Skipping udev rule: 40-redhat.rules dracut: Skipping udev rule: 50-firmware.rules dracut: Skipping udev rule: 50-udev.rules dracut: Skipping udev rule: 91-permissions.rules dracut: Skipping udev rule: 80-drivers-modprobe.rules dracut: Skipping udev rule: 70-persistent-net.rules dracut: *** Including module: dracut-systemd *** dracut: *** Including module: usrmount *** dracut: *** Including module: base *** dracut: *** Including module: fs-lib *** dracut: *** Including module: shutdown *** dracut: *** Including modules done *** dracut: *** Installing kernel module dependencies *** dracut: *** Installing kernel module dependencies done *** dracut: *** Resolving executable dependencies *** dracut: *** Resolving executable dependencies done *** dracut: *** Hardlinking files *** dracut: Mode: real dracut: Method: memcmp dracut: Files: 789 dracut: Linked: 2 files dracut: Compared: 0 xattrs dracut: Compared: 37 files dracut: Saved: 356.65 KiB dracut: Duration: 0.004403 seconds dracut: *** Hardlinking files done *** dracut: *** Generating early-microcode cpio image *** dracut: *** Using microcode found in '/boot/intel-ucode.img' *** dracut: *** Store current command line parameters *** dracut: *** Stripping files *** dracut: *** Stripping files done *** dracut: *** Creating image file '/efi/34376a49f7f14339a01591a4c15882e7/6.4.9-arch1-1/initrd' *** dracut: *** Creating initramfs image file '/efi/34376a49f7f14339a01591a4c15882e7/6.4.9-arch1-1/initrd' done *** (12/21) Reloading system bus configuration... (13/21) Warn about old perl modules (14/21) Check if user should be informed about rebooting after certain system package upgrades. (15/21) Updating GIO module cache... (16/21) Compiling GSettings XML schema files... (17/21) Updating icon theme caches... (18/21) Reloading GVFS config... (19/21) Checking which packages need to be rebuilt (20/21) Updating systemd-boot Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/efi/EFI/systemd/systemd-bootx64.efi". Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/efi/EFI/BOOT/BOOTX64.EFI". (21/21) Updating the desktop file MIME type cache... :: [1mSearching AUR for updates...[0m -> Packages not in AUR: intel-ipu6ep-camera-bin-fix intel-ipu6ep-camera-hal-git-fix v4l2-relayd v4l2loopback-dkms-git-fix -> intel-ivsc-firmware: local (r10.10c214f-1) is newer than AUR (r2.764bd6e-1) there is nothing to do ```
```
[ 0.000000] Linux version 6.4.8-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Thu, 03 Aug 2023 16:02:01 +0000
[ 0.000000] Command line: initrd=\34376a49f7f14339a01591a4c15882e7\6.4.8-arch1-1\initrd nvme_load=YES nowatchdog rw root=UUID=bc95103b-cd1a-41cd-99cd-b1255a3bd2e2 systemd.machine_id=34376a49f7f14339a01591a4c15882e7
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[ 0.000000] signal: max sigframe size: 3632
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000057cb5fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000057cb6000-0x000000005cd10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000005cd11000-0x000000005d571fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000005d572000-0x000000005d7fefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000005d7ff000-0x000000005d7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005d800000-0x0000000065ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000066400000-0x00000000665fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000066e00000-0x00000000707fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f9000000-0x00000000f9ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000088f7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.7 by Dell
[ 0.000000] efi: ACPI=0x5d7fe000 ACPI 2.0=0x5d7fe014 SMBIOS=0x58806000 TPMFinalLog=0x5d4ab000 ESRT=0x5879e718 MEMATTR=0x52822018 RNG=0x5d747f18 INITRD=0x52819118 TPMEventLog=0x527e1018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem109: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[ 0.000000] efi: Remove mem110: MMIO range=[0xf9000000-0xf9ffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xf9000000-0xf9ffffff] reserved
[ 0.000000] efi: Remove mem112: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.4 present.
[ 0.000000] DMI: Dell Inc. XPS 9320/0CW9KM, BIOS 2.4.0 06/12/2023
[ 0.000000] tsc: Detected 2500.000 MHz processor
[ 0.000000] tsc: Detected 2496.000 MHz TSC
[ 0.000003] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000005] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000010] last_pfn = 0x88f800 max_arch_pfn = 0x400000000
[ 0.000013] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000548] last_pfn = 0x5d800 max_arch_pfn = 0x400000000
[ 0.006124] esrt: Reserving ESRT space from 0x000000005879e718 to 0x000000005879e778.
[ 0.006137] Using GB pages for direct mapping
[ 0.006138] Incomplete global flushes, disabling PCID
[ 0.006384] Secure boot disabled
[ 0.006384] RAMDISK: [mem 0x50992000-0x51842fff]
[ 0.006386] ACPI: Early table checksum verification disabled
[ 0.006390] ACPI: RSDP 0x000000005D7FE014 000024 (v02 DELL )
[ 0.006394] ACPI: XSDT 0x000000005D758188 000124 (v01 DELL Dell Inc 00000002 01000013)
[ 0.006401] ACPI: FACP 0x000000005D7F0000 000114 (v06 DELL Dell Inc 00000002 01000013)
[ 0.006406] ACPI: DSDT 0x000000005D77B000 07159F (v02 DELL Dell Inc 00000002 01000013)
[ 0.006409] ACPI: FACS 0x000000005D4DB000 000040
[ 0.006412] ACPI: SSDT 0x000000005D7FC000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
[ 0.006415] ACPI: SSDT 0x000000005D7F6000 005C55 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
[ 0.006418] ACPI: SSDT 0x000000005D7F1000 0047BE (v02 DptfTb DptfTabl 00001000 INTL 20200717)
[ 0.006420] ACPI: HPET 0x000000005D7EF000 000038 (v01 DELL Dell Inc 00000002 01000013)
[ 0.006423] ACPI: APIC 0x000000005D7EE000 0001DC (v05 DELL Dell Inc 00000002 01000013)
[ 0.006425] ACPI: MCFG 0x000000005D7ED000 00003C (v01 DELL Dell Inc 00000002 01000013)
[ 0.006428] ACPI: SSDT 0x000000005D779000 0013DF (v02 DELL DellRtd3 00001000 INTL 20200717)
[ 0.006430] ACPI: SSDT 0x000000005D776000 002D0A (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
[ 0.006433] ACPI: SSDT 0x000000005D774000 00132D (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
[ 0.006435] ACPI: SSDT 0x000000005D766000 00D39F (v02 INTEL TcssSsdt 00001000 INTL 20200717)
[ 0.006438] ACPI: SSDT 0x000000005D765000 000150 (v02 INTEL IpuSsdt 00001000 INTL 20200717)
[ 0.006441] ACPI: NHLT 0x000000005D764000 0002F1 (v00 DELL Dell Inc 00000002 01000013)
[ 0.006443] ACPI: SSDT 0x000000005D762000 00107C (v02 DELL UsbCTabl 00001000 INTL 20200717)
[ 0.006446] ACPI: LPIT 0x000000005D761000 0000CC (v01 DELL Dell Inc 00000002 01000013)
[ 0.006448] ACPI: WSMT 0x000000005D760000 000028 (v01 DELL Dell Inc 00000002 01000013)
[ 0.006451] ACPI: SSDT 0x000000005D75F000 000B44 (v02 DELL PtidDevc 00001000 INTL 20200717)
[ 0.006453] ACPI: SSDT 0x000000005D75C000 002357 (v02 DELL TbtTypeC 00000000 INTL 20200717)
[ 0.006456] ACPI: DBGP 0x000000005D75B000 000034 (v01 DELL Dell Inc 00000002 01000013)
[ 0.006459] ACPI: DBG2 0x000000005D75A000 000054 (v00 DELL Dell Inc 00000002 01000013)
[ 0.006462] ACPI: BOOT 0x000000005D759000 000028 (v01 DELL CBX3 00000002 01000013)
[ 0.006464] ACPI: MSDM 0x000000005D7FD000 000055 (v03 DELL CBX3 06222004 AMI 00010013)
[ 0.006466] ACPI: SSDT 0x000000005D757000 00060E (v02 DELL Tpm2Tabl 00001000 INTL 20200717)
[ 0.006468] ACPI: TPM2 0x000000005D756000 00004C (v04 DELL Dell Inc 00000002 01000013)
[ 0.006470] ACPI: DMAR 0x000000005D755000 0000A0 (v02 INTEL Dell Inc 00000002 01000013)
[ 0.006472] ACPI: SSDT 0x000000005D754000 00091C (v02 DELL xh_Dell_ 00000000 INTL 20200717)
[ 0.006474] ACPI: SSDT 0x000000005D750000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
[ 0.006477] ACPI: SSDT 0x000000005D74C000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
[ 0.006479] ACPI: SSDT 0x000000005D74B000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
[ 0.006481] ACPI: PHAT 0x000000005D74A000 0007F8 (v01 DELL Dell Inc 00000005 MSFT 0100000D)
[ 0.006483] ACPI: BGRT 0x000000005D749000 000038 (v01 DELL Dell Inc 00000002 01000013)
[ 0.006485] ACPI: FPDT 0x000000005D748000 000034 (v01 DELL Dell Inc 00000002 01000013)
[ 0.006486] ACPI: Reserving FACP table memory at [mem 0x5d7f0000-0x5d7f0113]
[ 0.006488] ACPI: Reserving DSDT table memory at [mem 0x5d77b000-0x5d7ec59e]
[ 0.006488] ACPI: Reserving FACS table memory at [mem 0x5d4db000-0x5d4db03f]
[ 0.006489] ACPI: Reserving SSDT table memory at [mem 0x5d7fc000-0x5d7fc38b]
[ 0.006490] ACPI: Reserving SSDT table memory at [mem 0x5d7f6000-0x5d7fbc54]
[ 0.006490] ACPI: Reserving SSDT table memory at [mem 0x5d7f1000-0x5d7f57bd]
[ 0.006491] ACPI: Reserving HPET table memory at [mem 0x5d7ef000-0x5d7ef037]
[ 0.006491] ACPI: Reserving APIC table memory at [mem 0x5d7ee000-0x5d7ee1db]
[ 0.006492] ACPI: Reserving MCFG table memory at [mem 0x5d7ed000-0x5d7ed03b]
[ 0.006492] ACPI: Reserving SSDT table memory at [mem 0x5d779000-0x5d77a3de]
[ 0.006493] ACPI: Reserving SSDT table memory at [mem 0x5d776000-0x5d778d09]
[ 0.006494] ACPI: Reserving SSDT table memory at [mem 0x5d774000-0x5d77532c]
[ 0.006494] ACPI: Reserving SSDT table memory at [mem 0x5d766000-0x5d77339e]
[ 0.006495] ACPI: Reserving SSDT table memory at [mem 0x5d765000-0x5d76514f]
[ 0.006495] ACPI: Reserving NHLT table memory at [mem 0x5d764000-0x5d7642f0]
[ 0.006496] ACPI: Reserving SSDT table memory at [mem 0x5d762000-0x5d76307b]
[ 0.006496] ACPI: Reserving LPIT table memory at [mem 0x5d761000-0x5d7610cb]
[ 0.006497] ACPI: Reserving WSMT table memory at [mem 0x5d760000-0x5d760027]
[ 0.006497] ACPI: Reserving SSDT table memory at [mem 0x5d75f000-0x5d75fb43]
[ 0.006498] ACPI: Reserving SSDT table memory at [mem 0x5d75c000-0x5d75e356]
[ 0.006499] ACPI: Reserving DBGP table memory at [mem 0x5d75b000-0x5d75b033]
[ 0.006499] ACPI: Reserving DBG2 table memory at [mem 0x5d75a000-0x5d75a053]
[ 0.006500] ACPI: Reserving BOOT table memory at [mem 0x5d759000-0x5d759027]
[ 0.006500] ACPI: Reserving MSDM table memory at [mem 0x5d7fd000-0x5d7fd054]
[ 0.006501] ACPI: Reserving SSDT table memory at [mem 0x5d757000-0x5d75760d]
[ 0.006501] ACPI: Reserving TPM2 table memory at [mem 0x5d756000-0x5d75604b]
[ 0.006502] ACPI: Reserving DMAR table memory at [mem 0x5d755000-0x5d75509f]
[ 0.006503] ACPI: Reserving SSDT table memory at [mem 0x5d754000-0x5d75491b]
[ 0.006503] ACPI: Reserving SSDT table memory at [mem 0x5d750000-0x5d753ae9]
[ 0.006504] ACPI: Reserving SSDT table memory at [mem 0x5d74c000-0x5d74f9d9]
[ 0.006504] ACPI: Reserving SSDT table memory at [mem 0x5d74b000-0x5d74b143]
[ 0.006505] ACPI: Reserving PHAT table memory at [mem 0x5d74a000-0x5d74a7f7]
[ 0.006506] ACPI: Reserving BGRT table memory at [mem 0x5d749000-0x5d749037]
[ 0.006506] ACPI: Reserving FPDT table memory at [mem 0x5d748000-0x5d748033]
[ 0.007042] No NUMA configuration found
[ 0.007042] Faking a node at [mem 0x0000000000000000-0x000000088f7fffff]
[ 0.007045] NODE_DATA(0) allocated [mem 0x88f7fb000-0x88f7fffff]
[ 0.007079] Zone ranges:
[ 0.007080] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.007081] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.007083] Normal [mem 0x0000000100000000-0x000000088f7fffff]
[ 0.007084] Device empty
[ 0.007085] Movable zone start for each node
[ 0.007085] Early memory node ranges
[ 0.007086] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.007087] node 0: [mem 0x0000000000100000-0x0000000057cb5fff]
[ 0.007088] node 0: [mem 0x000000005d7ff000-0x000000005d7fffff]
[ 0.007088] node 0: [mem 0x0000000100000000-0x000000088f7fffff]
[ 0.007090] Initmem setup node 0 [mem 0x0000000000001000-0x000000088f7fffff]
[ 0.007094] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.007121] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.009393] On node 0, zone DMA32: 23369 pages in unavailable ranges
[ 0.046047] On node 0, zone Normal: 10240 pages in unavailable ranges
[ 0.046059] On node 0, zone Normal: 2048 pages in unavailable ranges
[ 0.046122] Reserving Intel graphics memory at [mem 0x6c800000-0x707fffff]
[ 0.048072] ACPI: PM-Timer IO Port: 0x1808
[ 0.048079] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.048081] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.048081] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.048082] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.048083] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.048083] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.048084] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.048084] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.048085] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.048086] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.048086] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.048087] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.048087] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.048088] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.048088] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.048089] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.048089] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.048090] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.048090] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.048091] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.048091] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.048092] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.048092] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.048093] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.048211] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.048214] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.048215] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.048219] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.048219] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.048226] e820: update [mem 0x527ac000-0x527d1fff] usable ==> reserved
[ 0.048233] TSC deadline timer available
[ 0.048233] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[ 0.048244] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.048245] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.048246] PM: hibernation: Registered nosave memory: [mem 0x527ac000-0x527d1fff]
[ 0.048247] PM: hibernation: Registered nosave memory: [mem 0x57cb6000-0x5cd10fff]
[ 0.048248] PM: hibernation: Registered nosave memory: [mem 0x5cd11000-0x5d571fff]
[ 0.048248] PM: hibernation: Registered nosave memory: [mem 0x5d572000-0x5d7fefff]
[ 0.048249] PM: hibernation: Registered nosave memory: [mem 0x5d800000-0x65ffffff]
[ 0.048250] PM: hibernation: Registered nosave memory: [mem 0x66000000-0x663fffff]
[ 0.048250] PM: hibernation: Registered nosave memory: [mem 0x66400000-0x665fffff]
[ 0.048251] PM: hibernation: Registered nosave memory: [mem 0x66600000-0x66dfffff]
[ 0.048251] PM: hibernation: Registered nosave memory: [mem 0x66e00000-0x707fffff]
[ 0.048252] PM: hibernation: Registered nosave memory: [mem 0x70800000-0xfed1ffff]
[ 0.048252] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[ 0.048253] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff]
[ 0.048254] [mem 0x70800000-0xfed1ffff] available for PCI devices
[ 0.048255] Booting paravirtualized kernel on bare hardware
[ 0.048256] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.052764] setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[ 0.053243] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[ 0.053247] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[ 0.053249] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.053266] Kernel command line: initrd=\34376a49f7f14339a01591a4c15882e7\6.4.8-arch1-1\initrd nvme_load=YES nowatchdog rw root=UUID=bc95103b-cd1a-41cd-99cd-b1255a3bd2e2 systemd.machine_id=34376a49f7f14339a01591a4c15882e7
[ 0.053313] Unknown kernel command line parameters "nvme_load=YES", will be passed to user space.
[ 0.055797] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.057046] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.057186] Fallback order for Node 0: 0
[ 0.057189] Built 1 zonelists, mobility grouping on. Total pages: 8157668
[ 0.057190] Policy zone: Normal
[ 0.057349] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.057357] software IO TLB: area num 16.
[ 0.107712] Memory: 32356896K/33149268K available (16384K kernel code, 2120K rwdata, 12768K rodata, 3344K init, 3992K bss, 792112K reserved, 0K cma-reserved)
[ 0.107800] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.107821] ftrace: allocating 47552 entries in 186 pages
[ 0.113079] ftrace: allocated 186 pages with 5 groups
[ 0.113132] Dynamic Preempt: full
[ 0.113158] rcu: Preemptible hierarchical RCU implementation.
[ 0.113158] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[ 0.113159] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.113160] Trampoline variant of Tasks RCU enabled.
[ 0.113160] Rude variant of Tasks RCU enabled.
[ 0.113160] Tracing variant of Tasks RCU enabled.
[ 0.113161] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.113161] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.114974] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[ 0.115402] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.115985] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.116011] Console: colour dummy device 80x25
[ 0.116012] printk: console [tty0] enabled
[ 0.116039] ACPI: Core revision 20230331
[ 0.116296] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.116297] APIC: Switch to symmetric I/O mode setup
[ 0.116298] DMAR: Host address width 39
[ 0.116298] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.116303] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[ 0.116304] DMAR: DRHD base: 0x000000fed92000 flags: 0x0
[ 0.116307] DMAR: dmar1: reg_base_addr fed92000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.116308] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.116311] DMAR: dmar2: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ 0.116313] DMAR: RMRR base: 0x0000006c000000 end: 0x000000707fffff
[ 0.116315] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 2
[ 0.116316] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.116317] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.121615] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.121616] x2apic enabled
[ 0.121680] Switched APIC routing to cluster x2apic.
[ 0.136043] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[ 0.136050] Calibrating delay loop (skipped), value calculated using timer frequency.. 4993.00 BogoMIPS (lpj=8320000)
[ 0.136052] pid_max: default: 32768 minimum: 301
[ 0.138289] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[ 0.138299] landlock: Up and running.
[ 0.138300] Yama: becoming mindful.
[ 0.138304] LSM support for eBPF active
[ 0.138376] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.138415] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.138613] CPU0: Thermal monitoring enabled (TM1)
[ 0.138615] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.138719] process: using mwait in idle threads
[ 0.138721] CET detected: Indirect Branch Tracking enabled
[ 0.138722] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.138723] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.138725] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.138727] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.138728] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.138728] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.138729] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.138730] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.139380] Freeing SMP alternatives memory: 40K
[ 0.139380] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-1260P (family: 0x6, model: 0x9a, stepping: 0x3)
[ 0.139380] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.139380] cblist_init_generic: Setting shift to 4 and lim to 1.
[ 0.139380] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.139380] cblist_init_generic: Setting shift to 4 and lim to 1.
[ 0.139380] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.139380] cblist_init_generic: Setting shift to 4 and lim to 1.
[ 0.139380] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.139380] core: cpu_core PMU driver:
[ 0.139380] ... version: 5
[ 0.139380] ... bit width: 48
[ 0.139380] ... generic registers: 8
[ 0.139380] ... value mask: 0000ffffffffffff
[ 0.139380] ... max period: 00007fffffffffff
[ 0.139380] ... fixed-purpose events: 4
[ 0.139380] ... event mask: 0001000f000000ff
[ 0.139380] Estimated ratio of average max frequency by base frequency (times 1024): 1556
[ 0.139380] rcu: Hierarchical SRCU implementation.
[ 0.139380] rcu: Max phase no-delay instances is 1000.
[ 0.139380] smp: Bringing up secondary CPUs ...
[ 0.139380] x86: Booting SMP configuration:
[ 0.139380] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8
[ 0.023469] core: cpu_atom PMU driver: PEBS-via-PT
[ 0.023469] ... version: 5
[ 0.023469] ... bit width: 48
[ 0.023469] ... generic registers: 6
[ 0.023469] ... value mask: 0000ffffffffffff
[ 0.023469] ... max period: 00007fffffffffff
[ 0.023469] ... fixed-purpose events: 3
[ 0.023469] ... event mask: 000000070000003f
[ 0.150075] #9 #10 #11 #12 #13 #14 #15
[ 0.164594] smp: Brought up 1 node, 16 CPUs
[ 0.164594] smpboot: Max logical packages: 1
[ 0.164594] smpboot: Total of 16 processors activated (79903.00 BogoMIPS)
[ 0.166973] devtmpfs: initialized
[ 0.166973] x86/mm: Memory block size: 128MB
[ 0.167098] ACPI: PM: Registering ACPI NVS region [mem 0x5cd11000-0x5d571fff] (8785920 bytes)
[ 0.167098] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.167098] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.167098] pinctrl core: initialized pinctrl subsystem
[ 0.167098] PM: RTC time: 12:26:28, date: 2023-08-17
[ 0.167098] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.169455] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.169711] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.170031] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.170043] audit: initializing netlink subsys (disabled)
[ 0.170053] audit: type=2000 audit(1692275188.033:1): state=initialized audit_enabled=0 res=1
[ 0.170053] thermal_sys: Registered thermal governor 'fair_share'
[ 0.170053] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.170053] thermal_sys: Registered thermal governor 'step_wise'
[ 0.170053] thermal_sys: Registered thermal governor 'user_space'
[ 0.170053] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.170053] cpuidle: using governor ladder
[ 0.170053] cpuidle: using governor menu
[ 0.170053] Simple Boot Flag at 0x47 set to 0x80
[ 0.170053] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.170053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.170053] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[ 0.170053] PCI: not using MMCONFIG
[ 0.170053] PCI: Using configuration type 1 for base access
[ 0.170053] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.170053] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.172723] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.172724] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.172725] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.172726] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.172800] ACPI: Added _OSI(Module Device)
[ 0.172800] ACPI: Added _OSI(Processor Device)
[ 0.172800] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.172800] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.254235] ACPI: 17 ACPI AML tables successfully acquired and loaded
[ 0.277245] ACPI: Dynamic OEM Table Load:
[ 0.277254] ACPI: SSDT 0xFFFF9E14C1F1F000 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
[ 0.277940] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[ 0.280154] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.280155] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.281327] ACPI: Dynamic OEM Table Load:
[ 0.281331] ACPI: SSDT 0xFFFF9E14C1FB0C00 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
[ 0.282147] ACPI: Dynamic OEM Table Load:
[ 0.282151] ACPI: SSDT 0xFFFF9E14C1FFB800 0005E4 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
[ 0.283030] ACPI: Dynamic OEM Table Load:
[ 0.283034] ACPI: SSDT 0xFFFF9E14C1FF9800 0004BA (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
[ 0.284086] ACPI: Dynamic OEM Table Load:
[ 0.284092] ACPI: SSDT 0xFFFF9E14C1FF4000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
[ 0.285367] ACPI: Dynamic OEM Table Load:
[ 0.285372] ACPI: SSDT 0xFFFF9E14C1FF0000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
[ 0.286496] ACPI: Dynamic OEM Table Load:
[ 0.286501] ACPI: SSDT 0xFFFF9E14C2400000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
[ 0.287645] ACPI: Dynamic OEM Table Load:
[ 0.287649] ACPI: SSDT 0xFFFF9E14C1FBE000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
[ 0.293295] ACPI: EC: EC started
[ 0.293296] ACPI: EC: interrupt blocked
[ 0.296122] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.296123] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC used to handle transactions
[ 0.296124] ACPI: Interpreter enabled
[ 0.296173] ACPI: PM: (supports S0 S4 S5)
[ 0.296174] ACPI: Using IOAPIC for interrupt routing
[ 0.297242] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[ 0.298554] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
[ 0.298562] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.298563] PCI: Ignoring E820 reservations for host bridge windows
[ 0.299698] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.304011] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
[ 0.307965] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[ 0.319703] ACPI: \_SB_.PC00.TBT0: New power resource
[ 0.319752] ACPI: \_SB_.PC00.TBT1: New power resource
[ 0.319796] ACPI: \_SB_.PC00.D3C_: New power resource
[ 0.557655] ACPI: \PIN_: New power resource
[ 0.557899] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[ 0.557904] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.559853] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.563674] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[ 0.563675] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.568177] PCI host bridge to bus 0000:00
[ 0.568178] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.568179] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.568180] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.568181] pci_bus 0000:00: root bus resource [mem 0x70800000-0xbfffffff window]
[ 0.568182] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ 0.568183] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.568257] pci 0000:00:00.0: [8086:4621] type 00 class 0x060000
[ 0.568594] pci 0000:00:02.0: [8086:46a6] type 00 class 0x030000
[ 0.568602] pci 0000:00:02.0: reg 0x10: [mem 0x603d000000-0x603dffffff 64bit]
[ 0.568608] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[ 0.568611] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[ 0.568626] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.568628] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[ 0.568633] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.568658] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[ 0.568659] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[ 0.568663] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[ 0.568664] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[ 0.568763] pci 0000:00:04.0: [8086:461d] type 00 class 0x118000
[ 0.568776] pci 0000:00:04.0: reg 0x10: [mem 0x603e180000-0x603e19ffff 64bit]
[ 0.568976] pci 0000:00:05.0: [8086:465d] type 00 class 0x048000
[ 0.568983] pci 0000:00:05.0: reg 0x10: [mem 0x603c000000-0x603cffffff 64bit]
[ 0.568997] pci 0000:00:05.0: enabling Extended Tags
[ 0.569139] pci 0000:00:06.0: [8086:464d] type 01 class 0x060400
[ 0.569270] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.569326] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[ 0.569380] pci 0000:00:07.0: [8086:466e] type 01 class 0x060400
[ 0.569380] pci 0000:00:07.0: Overriding RP PIO Log Size to 4
[ 0.569380] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.569380] pci 0000:00:07.0: PTM enabled (root), 4ns granularity
[ 0.569380] pci 0000:00:07.2: [8086:462f] type 01 class 0x060400
[ 0.569380] pci 0000:00:07.2: Overriding RP PIO Log Size to 4
[ 0.569380] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
[ 0.569380] pci 0000:00:07.2: PTM enabled (root), 4ns granularity
[ 0.569380] pci 0000:00:08.0: [8086:464f] type 00 class 0x088000
[ 0.569380] pci 0000:00:08.0: reg 0x10: [mem 0x603e1e5000-0x603e1e5fff 64bit]
[ 0.569380] pci 0000:00:0d.0: [8086:461e] type 00 class 0x0c0330
[ 0.569380] pci 0000:00:0d.0: reg 0x10: [mem 0x603e1c0000-0x603e1cffff 64bit]
[ 0.569380] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[ 0.569380] pci 0000:00:0d.2: [8086:463e] type 00 class 0x0c0340
[ 0.569380] pci 0000:00:0d.2: reg 0x10: [mem 0x603e140000-0x603e17ffff 64bit]
[ 0.569380] pci 0000:00:0d.2: reg 0x18: [mem 0x603e1e4000-0x603e1e4fff 64bit]
[ 0.569380] pci 0000:00:0d.2: supports D1 D2
[ 0.569380] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.569380] pci 0000:00:0d.3: [8086:466d] type 00 class 0x0c0340
[ 0.569380] pci 0000:00:0d.3: reg 0x10: [mem 0x603e100000-0x603e13ffff 64bit]
[ 0.569380] pci 0000:00:0d.3: reg 0x18: [mem 0x603e1e3000-0x603e1e3fff 64bit]
[ 0.569380] pci 0000:00:0d.3: supports D1 D2
[ 0.569380] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.569380] pci 0000:00:12.0: [8086:51fc] type 00 class 0x070000
[ 0.569380] pci 0000:00:12.0: reg 0x10: [mem 0x603e1b0000-0x603e1bffff 64bit]
[ 0.569380] pci 0000:00:12.0: PME# supported from D0 D3hot
[ 0.569380] pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330
[ 0.569380] pci 0000:00:14.0: reg 0x10: [mem 0x603e1a0000-0x603e1affff 64bit]
[ 0.569380] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.569380] pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000
[ 0.569380] pci 0000:00:14.2: reg 0x10: [mem 0x603e1d8000-0x603e1dbfff 64bit]
[ 0.569380] pci 0000:00:14.2: reg 0x18: [mem 0x603e1e2000-0x603e1e2fff 64bit]
[ 0.569380] pci 0000:00:14.3: [8086:51f0] type 00 class 0x028000
[ 0.569380] pci 0000:00:14.3: reg 0x10: [mem 0x603e1d4000-0x603e1d7fff 64bit]
[ 0.569380] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[ 0.569380] pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000
[ 0.569380] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.579834] pci 0000:00:15.1: [8086:51e9] type 00 class 0x0c8000
[ 0.580628] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.584120] pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000
[ 0.584143] pci 0000:00:16.0: reg 0x10: [mem 0x603e1df000-0x603e1dffff 64bit]
[ 0.584232] pci 0000:00:16.0: PME# supported from D3hot
[ 0.585263] pci 0000:00:1e.0: [8086:51a8] type 00 class 0x078000
[ 0.586048] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.590096] pci 0000:00:1e.3: [8086:51ab] type 00 class 0x0c8000
[ 0.590890] pci 0000:00:1e.3: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.594363] pci 0000:00:1f.0: [8086:5182] type 00 class 0x060100
[ 0.594726] pci 0000:00:1f.3: [8086:51c8] type 00 class 0x040100
[ 0.594783] pci 0000:00:1f.3: reg 0x10: [mem 0x603e1d0000-0x603e1d3fff 64bit]
[ 0.594857] pci 0000:00:1f.3: reg 0x20: [mem 0x603e000000-0x603e0fffff 64bit]
[ 0.594998] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.595321] pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500
[ 0.595347] pci 0000:00:1f.4: reg 0x10: [mem 0x603e1dc000-0x603e1dc0ff 64bit]
[ 0.595374] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.595605] pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000
[ 0.595624] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 0.596060] pci 0000:01:00.0: [144d:a80a] type 00 class 0x010802
[ 0.596075] pci 0000:01:00.0: reg 0x10: [mem 0x8c200000-0x8c203fff 64bit]
[ 0.596302] pci 0000:00:06.0: PCI bridge to [bus 01]
[ 0.596305] pci 0000:00:06.0: bridge window [mem 0x8c200000-0x8c2fffff]
[ 0.596332] pci 0000:00:07.0: PCI bridge to [bus 02-40]
[ 0.596335] pci 0000:00:07.0: bridge window [mem 0x80000000-0x8c1fffff]
[ 0.596338] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[ 0.596363] pci 0000:00:07.2: PCI bridge to [bus 41-7f]
[ 0.596366] pci 0000:00:07.2: bridge window [mem 0x72000000-0x7e1fffff]
[ 0.596369] pci 0000:00:07.2: bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[ 0.959615] Low-power S0 idle used by default for system suspend
[ 0.970252] ACPI: EC: interrupt unblocked
[ 0.970253] ACPI: EC: event unblocked
[ 0.970265] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.970266] ACPI: EC: GPE=0x6e
[ 0.970267] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC initialization complete
[ 0.970268] ACPI: \_SB_.PC00.LPCB.ECDV: EC: Used to handle transactions and events
[ 0.970336] iommu: Default domain type: Translated
[ 0.970336] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.970336] SCSI subsystem initialized
[ 0.970336] libata version 3.00 loaded.
[ 0.970336] ACPI: bus type USB registered
[ 0.970336] usbcore: registered new interface driver usbfs
[ 0.970336] usbcore: registered new interface driver hub
[ 0.970336] usbcore: registered new device driver usb
[ 0.970336] pps_core: LinuxPPS API ver. 1 registered
[ 0.970336] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
``` Setting pipeline to PAUSED ... [08-17 22:54:51.44] CamHAL[INF] aiqb file name ov13b10.aiqb [08-17 22:54:51.44] CamHAL[INF] aiqb file name ov13b10.aiqb [08-17 22:54:51.45] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0. [08-17 22:54:51.45] CamHAL[INF] aiqb file name ov13b10.aiqb [08-17 22:54:51.45] CamHAL[INF] aiqb file name ov13b10.aiqb [08-17 22:54:51.45] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0. [08-17 22:54:51.45] CamHAL[INF] aiqb file name ov8856.aiqb [08-17 22:54:51.45] CamHAL[INF] aiqb file name ov8856.aiqb [08-17 22:54:51.45] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.45] CamHAL[INF] aiqb file name ov8856.aiqb [08-17 22:54:51.45] CamHAL[INF] aiqb file name ov8856.aiqb [08-17 22:54:51.45] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.45] CamHAL[INF] aiqb file name ov01a10.aiqb [08-17 22:54:51.45] CamHAL[INF] aiqb file name ov01a10.aiqb [08-17 22:54:51.46] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0. [08-17 22:54:51.46] CamHAL[INF] aiqb file name ov01a10.aiqb [08-17 22:54:51.46] CamHAL[INF] aiqb file name ov01a10.aiqb [08-17 22:54:51.46] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0. [08-17 22:54:51.46] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [08-17 22:54:51.46] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [08-17 22:54:51.46] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0. [08-17 22:54:51.46] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [08-17 22:54:51.46] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [08-17 22:54:51.46] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.46] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [08-17 22:54:51.46] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [08-17 22:54:51.46] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.46] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [08-17 22:54:51.46] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [08-17 22:54:51.47] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0. [08-17 22:54:51.47] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [08-17 22:54:51.47] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [08-17 22:54:51.47] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.47] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [08-17 22:54:51.47] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [08-17 22:54:51.47] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.47] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb [08-17 22:54:51.47] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb [08-17 22:54:51.47] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.47] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb [08-17 22:54:51.47] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb [08-17 22:54:51.47] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.47] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb [08-17 22:54:51.47] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb [08-17 22:54:51.47] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.47] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb [08-17 22:54:51.47] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb [08-17 22:54:51.47] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.47] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb [08-17 22:54:51.47] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb [08-17 22:54:51.48] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.48] CamHAL[INF] aiqb file name ov01a1s.aiqb [08-17 22:54:51.48] CamHAL[INF] aiqb file name ov01a1s.aiqb [08-17 22:54:51.48] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.48] CamHAL[INF] aiqb file name OV08A10_YHUT_ADL.aiqb [08-17 22:54:51.48] CamHAL[INF] aiqb file name OV08A10_YHUT_ADL.aiqb [08-17 22:54:51.48] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.48] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.48] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.48] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.48] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.48] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.48] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.48] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.49] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.49] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.49] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.49] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.49] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.49] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.49] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.49] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.49] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.49] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.49] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.49] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.49] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.49] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.49] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb [08-17 22:54:51.49] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.49] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.49] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.49] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.49] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.49] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.49] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.49] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.49] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.49] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.49] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.50] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.50] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.50] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.50] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.50] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.50] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.50] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.50] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.50] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.50] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.50] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.50] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.50] CamHAL[INF] aiqb file name AR0234_TGL_10bitsFailed to set pipeline to PAUSED. .aiqb [08-17 22:54:51.50] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.50] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.50] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb [08-17 22:54:51.50] CamHAL[ERR] invalid media format, default value used. [08-17 22:54:51.50] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0. [08-17 22:54:51.50] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0. [08-17 22:54:51.50] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0. [08-17 22:54:51.50] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0. Setting pipeline to NULL ... Freeing pipeline ... ```
```
[ 0.000000] microcode: updated early: 0x429 -> 0x42c, date = 2023-04-18
[ 0.000000] Linux version 6.4.9-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Tue, 08 Aug 2023 22:14:05 +0000
[ 0.000000] Command line: initrd=\34376a49f7f14339a01591a4c15882e7\6.4.9-arch1-1\initrd nvme_load=YES nowatchdog rw root=UUID=bc95103b-cd1a-41cd-99cd-b1255a3bd2e2 systemd.machine_id=34376a49f7f14339a01591a4c15882e7
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000057cb5fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000057cb6000-0x000000005cd10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000005cd11000-0x000000005d571fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000005d572000-0x000000005d7fefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000005d7ff000-0x000000005d7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005d800000-0x0000000065ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000066400000-0x00000000665fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000066e00000-0x00000000707fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f9000000-0x00000000f9ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000088f7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.7 by Dell
[ 0.000000] efi: ACPI=0x5d7fe000 ACPI 2.0=0x5d7fe014 SMBIOS=0x58806000 TPMFinalLog=0x5d4ab000 ESRT=0x5879e718 MEMATTR=0x52822018 RNG=0x5d747f18 INITRD=0x5281a218 TPMEventLog=0x527e1018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem110: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[ 0.000000] efi: Remove mem111: MMIO range=[0xf9000000-0xf9ffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xf9000000-0xf9ffffff] reserved
[ 0.000000] efi: Remove mem113: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.4 present.
[ 0.000000] DMI: Dell Inc. XPS 9320/0CW9KM, BIOS 2.4.0 06/12/2023
[ 0.000000] tsc: Detected 2500.000 MHz processor
[ 0.000000] tsc: Detected 2496.000 MHz TSC
[ 0.000006] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000008] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000013] last_pfn = 0x88f800 max_arch_pfn = 0x400000000
[ 0.000017] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000719] last_pfn = 0x5d800 max_arch_pfn = 0x400000000
[ 0.006904] esrt: Reserving ESRT space from 0x000000005879e718 to 0x000000005879e778.
[ 0.006917] Using GB pages for direct mapping
[ 0.006917] Incomplete global flushes, disabling PCID
[ 0.007186] Secure boot disabled
[ 0.007186] RAMDISK: [mem 0x4fa1c000-0x51087fff]
[ 0.007191] ACPI: Early table checksum verification disabled
[ 0.007194] ACPI: RSDP 0x000000005D7FE014 000024 (v02 DELL )
[ 0.007197] ACPI: XSDT 0x000000005D758188 000124 (v01 DELL Dell Inc 00000002 01000013)
[ 0.007203] ACPI: FACP 0x000000005D7F0000 000114 (v06 DELL Dell Inc 00000002 01000013)
[ 0.007208] ACPI: DSDT 0x000000005D77B000 07159F (v02 DELL Dell Inc 00000002 01000013)
[ 0.007210] ACPI: FACS 0x000000005D4DB000 000040
[ 0.007213] ACPI: SSDT 0x000000005D7FC000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
[ 0.007215] ACPI: SSDT 0x000000005D7F6000 005C55 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
[ 0.007218] ACPI: SSDT 0x000000005D7F1000 0047BE (v02 DptfTb DptfTabl 00001000 INTL 20200717)
[ 0.007221] ACPI: HPET 0x000000005D7EF000 000038 (v01 DELL Dell Inc 00000002 01000013)
[ 0.007224] ACPI: APIC 0x000000005D7EE000 0001DC (v05 DELL Dell Inc 00000002 01000013)
[ 0.007226] ACPI: MCFG 0x000000005D7ED000 00003C (v01 DELL Dell Inc 00000002 01000013)
[ 0.007229] ACPI: SSDT 0x000000005D779000 0013DF (v02 DELL DellRtd3 00001000 INTL 20200717)
[ 0.007231] ACPI: SSDT 0x000000005D776000 002D0A (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
[ 0.007234] ACPI: SSDT 0x000000005D774000 00132D (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
[ 0.007237] ACPI: SSDT 0x000000005D766000 00D39F (v02 INTEL TcssSsdt 00001000 INTL 20200717)
[ 0.007239] ACPI: SSDT 0x000000005D765000 000150 (v02 INTEL IpuSsdt 00001000 INTL 20200717)
[ 0.007242] ACPI: NHLT 0x000000005D764000 0002F1 (v00 DELL Dell Inc 00000002 01000013)
[ 0.007244] ACPI: SSDT 0x000000005D762000 00107C (v02 DELL UsbCTabl 00001000 INTL 20200717)
[ 0.007247] ACPI: LPIT 0x000000005D761000 0000CC (v01 DELL Dell Inc 00000002 01000013)
[ 0.007250] ACPI: WSMT 0x000000005D760000 000028 (v01 DELL Dell Inc 00000002 01000013)
[ 0.007252] ACPI: SSDT 0x000000005D75F000 000B44 (v02 DELL PtidDevc 00001000 INTL 20200717)
[ 0.007255] ACPI: SSDT 0x000000005D75C000 002357 (v02 DELL TbtTypeC 00000000 INTL 20200717)
[ 0.007257] ACPI: DBGP 0x000000005D75B000 000034 (v01 DELL Dell Inc 00000002 01000013)
[ 0.007260] ACPI: DBG2 0x000000005D75A000 000054 (v00 DELL Dell Inc 00000002 01000013)
[ 0.007262] ACPI: BOOT 0x000000005D759000 000028 (v01 DELL CBX3 00000002 01000013)
[ 0.007265] ACPI: MSDM 0x000000005D7FD000 000055 (v03 DELL CBX3 06222004 AMI 00010013)
[ 0.007268] ACPI: SSDT 0x000000005D757000 00060E (v02 DELL Tpm2Tabl 00001000 INTL 20200717)
[ 0.007270] ACPI: TPM2 0x000000005D756000 00004C (v04 DELL Dell Inc 00000002 01000013)
[ 0.007273] ACPI: DMAR 0x000000005D755000 0000A0 (v02 INTEL Dell Inc 00000002 01000013)
[ 0.007276] ACPI: SSDT 0x000000005D754000 00091C (v02 DELL xh_Dell_ 00000000 INTL 20200717)
[ 0.007278] ACPI: SSDT 0x000000005D750000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
[ 0.007281] ACPI: SSDT 0x000000005D74C000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
[ 0.007283] ACPI: SSDT 0x000000005D74B000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
[ 0.007286] ACPI: PHAT 0x000000005D74A000 0007F8 (v01 DELL Dell Inc 00000005 MSFT 0100000D)
[ 0.007289] ACPI: BGRT 0x000000005D749000 000038 (v01 DELL Dell Inc 00000002 01000013)
[ 0.007291] ACPI: FPDT 0x000000005D748000 000034 (v01 DELL Dell Inc 00000002 01000013)
[ 0.007293] ACPI: Reserving FACP table memory at [mem 0x5d7f0000-0x5d7f0113]
[ 0.007295] ACPI: Reserving DSDT table memory at [mem 0x5d77b000-0x5d7ec59e]
[ 0.007296] ACPI: Reserving FACS table memory at [mem 0x5d4db000-0x5d4db03f]
[ 0.007296] ACPI: Reserving SSDT table memory at [mem 0x5d7fc000-0x5d7fc38b]
[ 0.007297] ACPI: Reserving SSDT table memory at [mem 0x5d7f6000-0x5d7fbc54]
[ 0.007298] ACPI: Reserving SSDT table memory at [mem 0x5d7f1000-0x5d7f57bd]
[ 0.007298] ACPI: Reserving HPET table memory at [mem 0x5d7ef000-0x5d7ef037]
[ 0.007299] ACPI: Reserving APIC table memory at [mem 0x5d7ee000-0x5d7ee1db]
[ 0.007300] ACPI: Reserving MCFG table memory at [mem 0x5d7ed000-0x5d7ed03b]
[ 0.007301] ACPI: Reserving SSDT table memory at [mem 0x5d779000-0x5d77a3de]
[ 0.007301] ACPI: Reserving SSDT table memory at [mem 0x5d776000-0x5d778d09]
[ 0.007302] ACPI: Reserving SSDT table memory at [mem 0x5d774000-0x5d77532c]
[ 0.007303] ACPI: Reserving SSDT table memory at [mem 0x5d766000-0x5d77339e]
[ 0.007304] ACPI: Reserving SSDT table memory at [mem 0x5d765000-0x5d76514f]
[ 0.007304] ACPI: Reserving NHLT table memory at [mem 0x5d764000-0x5d7642f0]
[ 0.007305] ACPI: Reserving SSDT table memory at [mem 0x5d762000-0x5d76307b]
[ 0.007306] ACPI: Reserving LPIT table memory at [mem 0x5d761000-0x5d7610cb]
[ 0.007307] ACPI: Reserving WSMT table memory at [mem 0x5d760000-0x5d760027]
[ 0.007307] ACPI: Reserving SSDT table memory at [mem 0x5d75f000-0x5d75fb43]
[ 0.007308] ACPI: Reserving SSDT table memory at [mem 0x5d75c000-0x5d75e356]
[ 0.007309] ACPI: Reserving DBGP table memory at [mem 0x5d75b000-0x5d75b033]
[ 0.007309] ACPI: Reserving DBG2 table memory at [mem 0x5d75a000-0x5d75a053]
[ 0.007310] ACPI: Reserving BOOT table memory at [mem 0x5d759000-0x5d759027]
[ 0.007311] ACPI: Reserving MSDM table memory at [mem 0x5d7fd000-0x5d7fd054]
[ 0.007312] ACPI: Reserving SSDT table memory at [mem 0x5d757000-0x5d75760d]
[ 0.007312] ACPI: Reserving TPM2 table memory at [mem 0x5d756000-0x5d75604b]
[ 0.007313] ACPI: Reserving DMAR table memory at [mem 0x5d755000-0x5d75509f]
[ 0.007314] ACPI: Reserving SSDT table memory at [mem 0x5d754000-0x5d75491b]
[ 0.007315] ACPI: Reserving SSDT table memory at [mem 0x5d750000-0x5d753ae9]
[ 0.007315] ACPI: Reserving SSDT table memory at [mem 0x5d74c000-0x5d74f9d9]
[ 0.007316] ACPI: Reserving SSDT table memory at [mem 0x5d74b000-0x5d74b143]
[ 0.007317] ACPI: Reserving PHAT table memory at [mem 0x5d74a000-0x5d74a7f7]
[ 0.007318] ACPI: Reserving BGRT table memory at [mem 0x5d749000-0x5d749037]
[ 0.007318] ACPI: Reserving FPDT table memory at [mem 0x5d748000-0x5d748033]
[ 0.007865] No NUMA configuration found
[ 0.007865] Faking a node at [mem 0x0000000000000000-0x000000088f7fffff]
[ 0.007868] NODE_DATA(0) allocated [mem 0x88f7fb000-0x88f7fffff]
[ 0.007901] Zone ranges:
[ 0.007901] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.007903] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.007904] Normal [mem 0x0000000100000000-0x000000088f7fffff]
[ 0.007905] Device empty
[ 0.007906] Movable zone start for each node
[ 0.007907] Early memory node ranges
[ 0.007907] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.007908] node 0: [mem 0x0000000000100000-0x0000000057cb5fff]
[ 0.007909] node 0: [mem 0x000000005d7ff000-0x000000005d7fffff]
[ 0.007910] node 0: [mem 0x0000000100000000-0x000000088f7fffff]
[ 0.007913] Initmem setup node 0 [mem 0x0000000000001000-0x000000088f7fffff]
[ 0.007916] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.007931] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.009446] On node 0, zone DMA32: 23369 pages in unavailable ranges
[ 0.045743] On node 0, zone Normal: 10240 pages in unavailable ranges
[ 0.045755] On node 0, zone Normal: 2048 pages in unavailable ranges
[ 0.045812] Reserving Intel graphics memory at [mem 0x6c800000-0x707fffff]
[ 0.047751] ACPI: PM-Timer IO Port: 0x1808
[ 0.047757] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.047759] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.047759] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.047760] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.047761] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.047761] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.047762] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.047762] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.047763] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.047763] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.047764] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.047764] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.047765] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.047765] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.047766] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.047767] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.047767] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.047768] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.047768] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.047769] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.047769] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.047770] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.047770] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.047771] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.047890] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.047892] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.047894] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.047897] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.047898] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.047905] e820: update [mem 0x527ac000-0x527d1fff] usable ==> reserved
[ 0.047912] TSC deadline timer available
[ 0.047913] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[ 0.047924] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.047926] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.047927] PM: hibernation: Registered nosave memory: [mem 0x527ac000-0x527d1fff]
[ 0.047928] PM: hibernation: Registered nosave memory: [mem 0x57cb6000-0x5cd10fff]
[ 0.047929] PM: hibernation: Registered nosave memory: [mem 0x5cd11000-0x5d571fff]
[ 0.047929] PM: hibernation: Registered nosave memory: [mem 0x5d572000-0x5d7fefff]
[ 0.047930] PM: hibernation: Registered nosave memory: [mem 0x5d800000-0x65ffffff]
[ 0.047931] PM: hibernation: Registered nosave memory: [mem 0x66000000-0x663fffff]
[ 0.047931] PM: hibernation: Registered nosave memory: [mem 0x66400000-0x665fffff]
[ 0.047932] PM: hibernation: Registered nosave memory: [mem 0x66600000-0x66dfffff]
[ 0.047932] PM: hibernation: Registered nosave memory: [mem 0x66e00000-0x707fffff]
[ 0.047933] PM: hibernation: Registered nosave memory: [mem 0x70800000-0xfed1ffff]
[ 0.047933] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[ 0.047934] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff]
[ 0.047935] [mem 0x70800000-0xfed1ffff] available for PCI devices
[ 0.047936] Booting paravirtualized kernel on bare hardware
[ 0.047938] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.052344] setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[ 0.052835] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[ 0.052839] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[ 0.052841] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.052858] Kernel command line: initrd=\34376a49f7f14339a01591a4c15882e7\6.4.9-arch1-1\initrd nvme_load=YES nowatchdog rw root=UUID=bc95103b-cd1a-41cd-99cd-b1255a3bd2e2 systemd.machine_id=34376a49f7f14339a01591a4c15882e7
[ 0.052908] Unknown kernel command line parameters "nvme_load=YES", will be passed to user space.
[ 0.055351] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.056589] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.056734] Fallback order for Node 0: 0
[ 0.056737] Built 1 zonelists, mobility grouping on. Total pages: 8157668
[ 0.056738] Policy zone: Normal
[ 0.056909] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.056918] software IO TLB: area num 16.
[ 0.106459] Memory: 32348972K/33149268K available (16384K kernel code, 2120K rwdata, 12776K rodata, 3348K init, 3988K bss, 800036K reserved, 0K cma-reserved)
[ 0.106551] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.106572] ftrace: allocating 47559 entries in 186 pages
[ 0.111840] ftrace: allocated 186 pages with 5 groups
[ 0.111894] Dynamic Preempt: full
[ 0.111920] rcu: Preemptible hierarchical RCU implementation.
[ 0.111921] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[ 0.111921] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.111922] Trampoline variant of Tasks RCU enabled.
[ 0.111923] Rude variant of Tasks RCU enabled.
[ 0.111923] Tracing variant of Tasks RCU enabled.
[ 0.111923] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.111924] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.113791] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[ 0.114220] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.114804] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.114831] Console: colour dummy device 80x25
[ 0.114833] printk: console [tty0] enabled
[ 0.114860] ACPI: Core revision 20230331
[ 0.115125] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.115126] APIC: Switch to symmetric I/O mode setup
[ 0.115127] DMAR: Host address width 39
[ 0.115128] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.115133] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[ 0.115134] DMAR: DRHD base: 0x000000fed92000 flags: 0x0
[ 0.115137] DMAR: dmar1: reg_base_addr fed92000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.115138] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.115142] DMAR: dmar2: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ 0.115143] DMAR: RMRR base: 0x0000006c000000 end: 0x000000707fffff
[ 0.115145] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 2
[ 0.115146] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.115147] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.120423] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.120425] x2apic enabled
[ 0.120488] Switched APIC routing to cluster x2apic.
[ 0.134856] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[ 0.134864] Calibrating delay loop (skipped), value calculated using timer frequency.. 4993.00 BogoMIPS (lpj=8320000)
[ 0.134922] CPU0: Thermal monitoring enabled (TM1)
[ 0.134923] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.135033] process: using mwait in idle threads
[ 0.135036] CET detected: Indirect Branch Tracking enabled
[ 0.135037] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.135038] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.135041] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.135043] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.135044] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.135044] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.135046] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.135047] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.135058] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.135059] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.135059] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.135060] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.135061] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.135062] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.135062] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[ 0.138194] Freeing SMP alternatives memory: 40K
[ 0.138194] pid_max: default: 32768 minimum: 301
[ 0.138194] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[ 0.138194] landlock: Up and running.
[ 0.138194] Yama: becoming mindful.
[ 0.138194] LSM support for eBPF active
[ 0.138194] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.138194] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.138194] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-1260P (family: 0x6, model: 0x9a, stepping: 0x3)
[ 0.138194] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.138194] cblist_init_generic: Setting shift to 4 and lim to 1.
[ 0.138194] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.138194] cblist_init_generic: Setting shift to 4 and lim to 1.
[ 0.138194] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.138194] cblist_init_generic: Setting shift to 4 and lim to 1.
[ 0.138194] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.138194] core: cpu_core PMU driver:
[ 0.138194] ... version: 5
[ 0.138194] ... bit width: 48
[ 0.138194] ... generic registers: 8
[ 0.138194] ... value mask: 0000ffffffffffff
[ 0.138194] ... max period: 00007fffffffffff
[ 0.138194] ... fixed-purpose events: 4
[ 0.138194] ... event mask: 0001000f000000ff
[ 0.138194] signal: max sigframe size: 3632
[ 0.138194] Estimated ratio of average max frequency by base frequency (times 1024): 1556
[ 0.138194] rcu: Hierarchical SRCU implementation.
[ 0.138194] rcu: Max phase no-delay instances is 1000.
[ 0.138194] smp: Bringing up secondary CPUs ...
[ 0.138194] x86: Booting SMP configuration:
[ 0.138194] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8
[ 0.023464] core: cpu_atom PMU driver: PEBS-via-PT
[ 0.023464] ... version: 5
[ 0.023464] ... bit width: 48
[ 0.023464] ... generic registers: 6
[ 0.023464] ... value mask: 0000ffffffffffff
[ 0.023464] ... max period: 00007fffffffffff
[ 0.023464] ... fixed-purpose events: 3
[ 0.023464] ... event mask: 000000070000003f
[ 0.164972] #9 #10 #11 #12 #13 #14 #15
[ 0.180178] smp: Brought up 1 node, 16 CPUs
[ 0.180178] smpboot: Max logical packages: 1
[ 0.180178] smpboot: Total of 16 processors activated (79903.00 BogoMIPS)
[ 0.182452] devtmpfs: initialized
[ 0.182452] x86/mm: Memory block size: 128MB
[ 0.182586] ACPI: PM: Registering ACPI NVS region [mem 0x5cd11000-0x5d571fff] (8785920 bytes)
[ 0.182586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.182586] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.182586] pinctrl core: initialized pinctrl subsystem
[ 0.182586] PM: RTC time: 12:31:49, date: 2023-08-17
[ 0.182586] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.185009] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.185272] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.185589] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.185595] audit: initializing netlink subsys (disabled)
[ 0.185599] audit: type=2000 audit(1692275508.049:1): state=initialized audit_enabled=0 res=1
[ 0.185599] thermal_sys: Registered thermal governor 'fair_share'
[ 0.185599] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.185599] thermal_sys: Registered thermal governor 'step_wise'
[ 0.185599] thermal_sys: Registered thermal governor 'user_space'
[ 0.185599] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.185599] cpuidle: using governor ladder
[ 0.185599] cpuidle: using governor menu
[ 0.185599] Simple Boot Flag at 0x47 set to 0x80
[ 0.185599] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.185599] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.185599] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[ 0.185599] PCI: not using MMCONFIG
[ 0.185599] PCI: Using configuration type 1 for base access
[ 0.185599] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.185599] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.185599] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.185599] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.185599] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.185599] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.185599] ACPI: Added _OSI(Module Device)
[ 0.185599] ACPI: Added _OSI(Processor Device)
[ 0.185599] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.185599] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.266828] ACPI: 17 ACPI AML tables successfully acquired and loaded
[ 0.290062] ACPI: Dynamic OEM Table Load:
[ 0.290062] ACPI: SSDT 0xFFFF8C08C1F0AE00 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
[ 0.290062] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[ 0.290062] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.290062] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.291030] ACPI: Dynamic OEM Table Load:
[ 0.291035] ACPI: SSDT 0xFFFF8C08C1F65400 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
[ 0.291528] ACPI: Dynamic OEM Table Load:
[ 0.291528] ACPI: SSDT 0xFFFF8C08C1FAA000 0005E4 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
[ 0.291528] ACPI: Dynamic OEM Table Load:
[ 0.291528] ACPI: SSDT 0xFFFF8C08C1FAF800 0004BA (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
[ 0.291528] ACPI: Dynamic OEM Table Load:
[ 0.291528] ACPI: SSDT 0xFFFF8C08C1FA6000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
[ 0.295116] ACPI: Dynamic OEM Table Load:
[ 0.295122] ACPI: SSDT 0xFFFF8C08C253C000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
[ 0.296267] ACPI: Dynamic OEM Table Load:
[ 0.296272] ACPI: SSDT 0xFFFF8C08C253E000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
[ 0.297418] ACPI: Dynamic OEM Table Load:
[ 0.297423] ACPI: SSDT 0xFFFF8C08C2546000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
[ 0.303036] ACPI: EC: EC started
[ 0.303037] ACPI: EC: interrupt blocked
[ 0.306150] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.306152] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC used to handle transactions
[ 0.306153] ACPI: Interpreter enabled
[ 0.306202] ACPI: PM: (supports S0 S4 S5)
[ 0.306203] ACPI: Using IOAPIC for interrupt routing
[ 0.307282] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[ 0.308590] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
[ 0.308598] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.308599] PCI: Ignoring E820 reservations for host bridge windows
[ 0.309733] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.314009] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
[ 0.317978] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[ 0.331537] ACPI: \_SB_.PC00.TBT0: New power resource
[ 0.331537] ACPI: \_SB_.PC00.TBT1: New power resource
[ 0.331537] ACPI: \_SB_.PC00.D3C_: New power resource
[ 0.586474] ACPI: \PIN_: New power resource
[ 0.586721] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[ 0.586726] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.588649] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.592475] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[ 0.592476] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.596988] PCI host bridge to bus 0000:00
[ 0.596989] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.596991] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.596992] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.596993] pci_bus 0000:00: root bus resource [mem 0x70800000-0xbfffffff window]
[ 0.596994] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ 0.596995] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.597071] pci 0000:00:00.0: [8086:4621] type 00 class 0x060000
[ 0.597417] pci 0000:00:02.0: [8086:46a6] type 00 class 0x030000
[ 0.597425] pci 0000:00:02.0: reg 0x10: [mem 0x603d000000-0x603dffffff 64bit]
[ 0.597430] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[ 0.597434] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[ 0.597448] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.597449] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[ 0.597451] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.597477] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[ 0.597478] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[ 0.597482] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[ 0.597482] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[ 0.597582] pci 0000:00:04.0: [8086:461d] type 00 class 0x118000
[ 0.597595] pci 0000:00:04.0: reg 0x10: [mem 0x603e180000-0x603e19ffff 64bit]
[ 0.597795] pci 0000:00:05.0: [8086:465d] type 00 class 0x048000
[ 0.597803] pci 0000:00:05.0: reg 0x10: [mem 0x603c000000-0x603cffffff 64bit]
[ 0.597816] pci 0000:00:05.0: enabling Extended Tags
[ 0.597970] pci 0000:00:06.0: [8086:464d] type 01 class 0x060400
[ 0.598099] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.598154] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[ 0.598773] pci 0000:00:07.0: [8086:466e] type 01 class 0x060400
[ 0.598810] pci 0000:00:07.0: Overriding RP PIO Log Size to 4
[ 0.598869] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.598894] pci 0000:00:07.0: PTM enabled (root), 4ns granularity
[ 0.599588] pci 0000:00:07.2: [8086:462f] type 01 class 0x060400
[ 0.599625] pci 0000:00:07.2: Overriding RP PIO Log Size to 4
[ 0.599683] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
[ 0.599708] pci 0000:00:07.2: PTM enabled (root), 4ns granularity
[ 0.600456] pci 0000:00:08.0: [8086:464f] type 00 class 0x088000
[ 0.600463] pci 0000:00:08.0: reg 0x10: [mem 0x603e1e5000-0x603e1e5fff 64bit]
[ 0.600625] pci 0000:00:0d.0: [8086:461e] type 00 class 0x0c0330
[ 0.600634] pci 0000:00:0d.0: reg 0x10: [mem 0x603e1c0000-0x603e1cffff 64bit]
[ 0.600675] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[ 0.601055] pci 0000:00:0d.2: [8086:463e] type 00 class 0x0c0340
[ 0.601065] pci 0000:00:0d.2: reg 0x10: [mem 0x603e140000-0x603e17ffff 64bit]
[ 0.601071] pci 0000:00:0d.2: reg 0x18: [mem 0x603e1e4000-0x603e1e4fff 64bit]
[ 0.601102] pci 0000:00:0d.2: supports D1 D2
[ 0.601103] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.601188] pci 0000:00:0d.3: [8086:466d] type 00 class 0x0c0340
[ 0.601197] pci 0000:00:0d.3: reg 0x10: [mem 0x603e100000-0x603e13ffff 64bit]
[ 0.601204] pci 0000:00:0d.3: reg 0x18: [mem 0x603e1e3000-0x603e1e3fff 64bit]
[ 0.601234] pci 0000:00:0d.3: supports D1 D2
[ 0.601235] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.601503] pci 0000:00:12.0: [8086:51fc] type 00 class 0x070000
[ 0.601524] pci 0000:00:12.0: reg 0x10: [mem 0x603e1b0000-0x603e1bffff 64bit]
[ 0.601528] pci 0000:00:12.0: PME# supported from D0 D3hot
[ 0.601528] pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330
[ 0.601528] pci 0000:00:14.0: reg 0x10: [mem 0x603e1a0000-0x603e1affff 64bit]
[ 0.601528] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.601528] pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000
[ 0.601528] pci 0000:00:14.2: reg 0x10: [mem 0x603e1d8000-0x603e1dbfff 64bit]
[ 0.601528] pci 0000:00:14.2: reg 0x18: [mem 0x603e1e2000-0x603e1e2fff 64bit]
[ 0.601528] pci 0000:00:14.3: [8086:51f0] type 00 class 0x028000
[ 0.601528] pci 0000:00:14.3: reg 0x10: [mem 0x603e1d4000-0x603e1d7fff 64bit]
[ 0.601528] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[ 0.601528] pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000
[ 0.601528] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.605288] pci 0000:00:15.1: [8086:51e9] type 00 class 0x0c8000
[ 0.606083] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.609601] pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000
[ 0.609624] pci 0000:00:16.0: reg 0x10: [mem 0x603e1df000-0x603e1dffff 64bit]
[ 0.609713] pci 0000:00:16.0: PME# supported from D3hot
[ 0.610746] pci 0000:00:1e.0: [8086:51a8] type 00 class 0x078000
[ 0.614862] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.618194] pci 0000:00:1e.3: [8086:51ab] type 00 class 0x0c8000
[ 0.618194] pci 0000:00:1e.3: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.618194] pci 0000:00:1f.0: [8086:5182] type 00 class 0x060100
[ 0.618194] pci 0000:00:1f.3: [8086:51c8] type 00 class 0x040100
[ 0.618194] pci 0000:00:1f.3: reg 0x10: [mem 0x603e1d0000-0x603e1d3fff 64bit]
[ 0.618194] pci 0000:00:1f.3: reg 0x20: [mem 0x603e000000-0x603e0fffff 64bit]
[ 0.618194] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.618194] pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500
[ 0.618194] pci 0000:00:1f.4: reg 0x10: [mem 0x603e1dc000-0x603e1dc0ff 64bit]
[ 0.618194] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.618194] pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000
[ 0.618194] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 0.624886] pci 0000:01:00.0: [144d:a80a] type 00 class 0x010802
[ 0.624901] pci 0000:01:00.0: reg 0x10: [mem 0x8c200000-0x8c203fff 64bit]
[ 0.625127] pci 0000:00:06.0: PCI bridge to [bus 01]
[ 0.625130] pci 0000:00:06.0: bridge window [mem 0x8c200000-0x8c2fffff]
[ 0.625156] pci 0000:00:07.0: PCI bridge to [bus 02-40]
[ 0.625160] pci 0000:00:07.0: bridge window [mem 0x80000000-0x8c1fffff]
[ 0.625163] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[ 0.625187] pci 0000:00:07.2: PCI bridge to [bus 41-7f]
[ 0.625191] pci 0000:00:07.2: bridge window [mem 0x72000000-0x7e1fffff]
[ 0.625194] pci 0000:00:07.2: bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[ 1.146352] Low-power S0 idle used by default for system suspend
[ 1.161529] ACPI: EC: interrupt unblocked
[ 1.161529] ACPI: EC: event unblocked
[ 1.161529] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 1.161529] ACPI: EC: GPE=0x6e
[ 1.161529] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC initialization complete
[ 1.161529] ACPI: \_SB_.PC00.LPCB.ECDV: EC: Used to handle transactions and events
[ 1.161586] iommu: Default domain type: Translated
[ 1.161586] iommu: DMA domain TLB invalidation policy: lazy mode
[ 1.161666] SCSI subsystem initialized
[ 1.161672] libata version 3.00 loaded.
[ 1.161672] ACPI: bus type USB registered
[ 1.161672] usbcore: registered new interface driver usbfs
[ 1.161672] usbcore: registered new interface driver hub
[ 1.161672] usbcore: registered new device driver usb
[ 1.161672] pps_core: LinuxPPS API ver. 1 registered
[ 1.161672] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
``` Virtual Camera (platform:v4l2loopback-000): /dev/video0 ```
```
Aug 17 22:26:08 test-xps9320 systemd[1]: Starting v4l2-relay daemon service...
Aug 17 22:26:08 test-xps9320 systemd[1]: Started v4l2-relay daemon service.
Aug 17 22:26:08 test-xps9320 (sh)[37210]: v4l2-relayd.service: Referenced but unset environment variable evaluates to an empty string: SPLASHSRC
Aug 17 22:26:08 test-xps9320 sh[37212]: grep: /sys/devices/virtual/video4linux/*/name: No such file or directory
Aug 17 22:26:08 test-xps9320 (sh)[37210]: g_source_remove: assertion 'tag > 0' failed
Aug 17 22:26:08 test-xps9320 (sh)[37210]: g_source_remove: assertion 'tag > 0' failed
Aug 17 22:26:08 test-xps9320 (sh)[37210]: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed
Aug 17 22:26:08 test-xps9320 (sh)[37210]: gst_object_unref: assertion 'object != NULL' failed
Aug 17 22:26:08 test-xps9320 (sh)[37210]: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed
Aug 17 22:26:08 test-xps9320 (sh)[37210]: gst_object_unref: assertion 'object != NULL' failed
Aug 17 22:26:08 test-xps9320 systemd[1]: v4l2-relayd.service: Deactivated successfully.
Aug 17 22:26:08 test-xps9320 systemd[1]: v4l2-relayd.service: Scheduled restart job, restart counter is at 1.
Aug 17 22:26:08 test-xps9320 systemd[1]: Starting v4l2-relay daemon service...
Aug 17 22:26:08 test-xps9320 systemd[1]: Started v4l2-relay daemon service.
Aug 17 22:26:08 test-xps9320 (sh)[37230]: v4l2-relayd.service: Referenced but unset environment variable evaluates to an empty string: SPLASHSRC
Aug 17 22:26:08 test-xps9320 sh[37233]: grep: /sys/devices/virtual/video4linux/*/name: No such file or directory
Aug 17 22:26:08 test-xps9320 (sh)[37230]: g_source_remove: assertion 'tag > 0' failed
Aug 17 22:26:08 test-xps9320 (sh)[37230]: g_source_remove: assertion 'tag > 0' failed
Aug 17 22:26:08 test-xps9320 (sh)[37230]: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed
Aug 17 22:26:08 test-xps9320 (sh)[37230]: gst_object_unref: assertion 'object != NULL' failed
Aug 17 22:26:08 test-xps9320 (sh)[37230]: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed
Aug 17 22:26:08 test-xps9320 (sh)[37230]: gst_object_unref: assertion 'object != NULL' failed
Aug 17 22:26:08 test-xps9320 systemd[1]: v4l2-relayd.service: Deactivated successfully.
Aug 17 22:26:08 test-xps9320 systemd[1]: v4l2-relayd.service: Scheduled restart job, restart counter is at 2.
Aug 17 22:26:08 test-xps9320 systemd[1]: Starting v4l2-relay daemon service...
Aug 17 22:26:08 test-xps9320 systemd[1]: Started v4l2-relay daemon service.
Aug 17 22:26:08 test-xps9320 (sh)[37252]: v4l2-relayd.service: Referenced but unset environment variable evaluates to an empty string: SPLASHSRC
Aug 17 22:26:08 test-xps9320 sh[37254]: grep: /sys/devices/virtual/video4linux/*/name: No such file or directory
Aug 17 22:26:09 test-xps9320 (sh)[37252]: g_source_remove: assertion 'tag > 0' failed
Aug 17 22:26:09 test-xps9320 (sh)[37252]: g_source_remove: assertion 'tag > 0' failed
Aug 17 22:26:09 test-xps9320 (sh)[37252]: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed
Aug 17 22:26:09 test-xps9320 (sh)[37252]: gst_object_unref: assertion 'object != NULL' failed
Aug 17 22:26:09 test-xps9320 (sh)[37252]: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed
Aug 17 22:26:09 test-xps9320 (sh)[37252]: gst_object_unref: assertion 'object != NULL' failed
Aug 17 22:26:09 test-xps9320 systemd[1]: v4l2-relayd.service: Deactivated successfully.
Aug 17 22:26:09 test-xps9320 systemd[1]: v4l2-relayd.service: Scheduled restart job, restart counter is at 3.
Aug 17 22:26:09 test-xps9320 systemd[1]: Starting v4l2-relay daemon service...
Aug 17 22:26:09 test-xps9320 systemd[1]: Started v4l2-relay daemon service.
Aug 17 22:26:09 test-xps9320 (sh)[37272]: v4l2-relayd.service: Referenced but unset environment variable evaluates to an empty string: SPLASHSRC
Aug 17 22:26:09 test-xps9320 sh[37275]: grep: /sys/devices/virtual/video4linux/*/name: No such file or directory
Aug 17 22:26:09 test-xps9320 (sh)[37272]: g_source_remove: assertion 'tag > 0' failed
Aug 17 22:26:09 test-xps9320 (sh)[37272]: g_source_remove: assertion 'tag > 0' failed
Aug 17 22:26:09 test-xps9320 (sh)[37272]: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed
Aug 17 22:26:09 test-xps9320 (sh)[37272]: gst_object_unref: assertion 'object != NULL' failed
Aug 17 22:26:09 test-xps9320 (sh)[37272]: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed
Aug 17 22:26:09 test-xps9320 (sh)[37272]: gst_object_unref: assertion 'object != NULL' failed
Aug 17 22:26:09 test-xps9320 systemd[1]: v4l2-relayd.service: Deactivated successfully.
Aug 17 22:26:09 test-xps9320 systemd[1]: v4l2-relayd.service: Scheduled restart job, restart counter is at 4.
Aug 17 22:26:09 test-xps9320 systemd[1]: Starting v4l2-relay daemon service...
Aug 17 22:26:09 test-xps9320 systemd[1]: Started v4l2-relay daemon service.
Aug 17 22:26:09 test-xps9320 (sh)[37292]: v4l2-relayd.service: Referenced but unset environment variable evaluates to an empty string: SPLASHSRC
Aug 17 22:26:09 test-xps9320 sh[37294]: grep: /sys/devices/virtual/video4linux/*/name: No such file or directory
Aug 17 22:26:09 test-xps9320 (sh)[37292]: g_source_remove: assertion 'tag > 0' failed
Aug 17 22:26:09 test-xps9320 (sh)[37292]: g_source_remove: assertion 'tag > 0' failed
Aug 17 22:26:09 test-xps9320 (sh)[37292]: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed
Aug 17 22:26:09 test-xps9320 (sh)[37292]: gst_object_unref: assertion 'object != NULL' failed
Aug 17 22:26:09 test-xps9320 (sh)[37292]: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed
Aug 17 22:26:09 test-xps9320 (sh)[37292]: gst_object_unref: assertion 'object != NULL' failed
Aug 17 22:26:09 test-xps9320 systemd[1]: v4l2-relayd.service: Deactivated successfully.
Aug 17 22:26:09 test-xps9320 systemd[1]: v4l2-relayd.service: Scheduled restart job, restart counter is at 5.
Aug 17 22:26:09 test-xps9320 systemd[1]: v4l2-relayd.service: Start request repeated too quickly.
Aug 17 22:26:09 test-xps9320 systemd[1]: v4l2-relayd.service: Failed with result 'start-limit-hit'.
Aug 17 22:26:09 test-xps9320 systemd[1]: Failed to start v4l2-relay daemon service.
-- Boot a6dd892cbec24927a3552c786c46ab54 --
Aug 17 22:26:32 test-xps9320 systemd[1]: Starting v4l2-relay daemon service...
Aug 17 22:26:33 test-xps9320 systemd[1]: Started v4l2-relay daemon service.
Aug 17 22:26:33 test-xps9320 (sh)[710]: v4l2-relayd.service: Referenced but unset environment variable evaluates to an empty string: SPLASHSRC
Aug 17 22:27:12 test-xps9320 v4l2-relayd[710]: Registering meta implementation 'GstCamerasrcMeta' without init function
Aug 17 22:31:35 test-xps9320 systemd[1]: Stopping v4l2-relay daemon service...
Aug 17 22:31:35 test-xps9320 systemd[1]: v4l2-relayd.service: Deactivated successfully.
Aug 17 22:31:35 test-xps9320 systemd[1]: Stopped v4l2-relay daemon service.
Aug 17 22:31:35 test-xps9320 systemd[1]: v4l2-relayd.service: Consumed 4.977s CPU time.
-- Boot 95576edd4fbe4b3ba1aec56d5689979e --
Aug 17 22:31:54 test-xps9320 systemd[1]: Starting v4l2-relay daemon service...
Aug 17 22:31:54 test-xps9320 systemd[1]: Started v4l2-relay daemon service.
Aug 17 22:31:54 test-xps9320 (sh)[658]: v4l2-relayd.service: Referenced but unset environment variable evaluates to an empty string: SPLASHSRC
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.219] CamHAL[INF] aiqb file name ov13b10.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.220] CamHAL[INF] aiqb file name ov13b10.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.220] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.220] CamHAL[INF] aiqb file name ov13b10.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.220] CamHAL[INF] aiqb file name ov13b10.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.220] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.220] CamHAL[INF] aiqb file name ov8856.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.220] CamHAL[INF] aiqb file name ov8856.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.221] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.221] CamHAL[INF] aiqb file name ov8856.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.221] CamHAL[INF] aiqb file name ov8856.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.221] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.221] CamHAL[INF] aiqb file name ov01a10.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.221] CamHAL[INF] aiqb file name ov01a10.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.222] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.222] CamHAL[INF] aiqb file name ov01a10.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.222] CamHAL[INF] aiqb file name ov01a10.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.222] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.222] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.222] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.223] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.223] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.223] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.223] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.223] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.223] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.223] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.223] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.223] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.223] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.223] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.224] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.224] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.224] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.224] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.224] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.224] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.224] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.225] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.225] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.225] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.225] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.225] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.226] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.226] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.226] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.226] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.226] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.226] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.226] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.227] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.227] CamHAL[INF] aiqb file name ov01a1s.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.227] CamHAL[INF] aiqb file name ov01a1s.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.227] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.227] CamHAL[INF] aiqb file name OV08A10_YHUT_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.227] CamHAL[INF] aiqb file name OV08A10_YHUT_ADL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.228] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.229] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:26 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:26.230] CamHAL[ERR] Failed to find DevName for cameraId: 0, get video node: ov13b10 , devname: /dev/v4l-subdev1
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:26.233] CamHAL[ERR] MediaControl init failed
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.120] CamHAL[INF] aiqb file name ov13b10.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.120] CamHAL[INF] aiqb file name ov13b10.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.120] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.120] CamHAL[INF] aiqb file name ov13b10.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.120] CamHAL[INF] aiqb file name ov13b10.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.120] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.120] CamHAL[INF] aiqb file name ov8856.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.120] CamHAL[INF] aiqb file name ov8856.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[INF] aiqb file name ov8856.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[INF] aiqb file name ov8856.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[INF] aiqb file name ov01a10.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[INF] aiqb file name ov01a10.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[INF] aiqb file name ov01a10.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[INF] aiqb file name ov01a10.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.121] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.122] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.123] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.123] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.123] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.123] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.123] CamHAL[INF] aiqb file name ov01a1s.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.123] CamHAL[INF] aiqb file name ov01a1s.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name OV08A10_YHUT_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name OV08A10_YHUT_ADL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.125] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.126] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[ERR] invalid media format, default value used.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
Aug 17 22:32:27 test-xps9320 sh[658]: [08-17 22:32:27.127] CamHAL[INF]
night xd
so the led does light up for you?
yup it does in both cases
just in case it matters, my camera still works in my main arch installation
Im gonna reinstall EOS and fully update my system before installing the camera for the first time just to check tomorrow
it does not for me
Interesting, did it light up on Windows and when you used to have it working?
Yes it used to light up.
I have never had windows installed on this laptop, so I can't exactly tell you about that, but I would expect that to work
Then that's weird because I swear it lighted up after I rebooted only to find a broken install, let me check again
@alba4k okay now it doesn't light up anymore.
Lights up and works before rebooting after upgrade, lights up and doesn't work after reboot, doesn't light up after second reboot.
Thoughts?
EDIT: Ignore above, lights up again somehow. Can you install my latest PR branch 'hal_bin_fix' on #35 again and see how it goes for you?
Another edit: In case its relevant, here is my dmesg output in my main Arch installation with working camera
``` [ 7.434819] intel-ipu6 0000:00:05.0: enabling device (0000 -> 0002) [ 7.434969] intel-ipu6 0000:00:05.0: Device 0x465d (rev: 0x2) [ 7.434980] intel-ipu6 0000:00:05.0: physical base address 0x603c000000 [ 7.434982] intel-ipu6 0000:00:05.0: mapped as: 0x000000000369dca8 [ 7.435076] intel-ipu6 0000:00:05.0: Unable to set secure mode [ 7.435077] intel-ipu6 0000:00:05.0: IPU in non-secure mode [ 7.435079] intel-ipu6 0000:00:05.0: IPU secure touch = 0x0 [ 7.435081] intel-ipu6 0000:00:05.0: IPU camera mask = 0xff [ 7.436663] intel-ipu6 0000:00:05.0: Skip ipc reset for non-secure mode [ 7.436665] intel-ipu6 0000:00:05.0: IPC reset done [ 7.436666] intel-ipu6 0000:00:05.0: cpd file name: intel/ipu6ep_fw.bin [ 7.441403] intel-ipu6 0000:00:05.0: FW version: 20230102 [ 7.444081] intel-ipu6 0000:00:05.0: IPU6-v3 driver version 1.0 [ 7.513878] intel-ipu6-psys intel-ipu6-psys0: pkg_dir entry count:8 [ 7.513994] intel-ipu6-psys intel-ipu6-psys0: psys probe minor: 0 [ 17.081271] intel-ipu6-isys intel-ipu6-isys0: bind ov01a10 16-0036 nlanes is 1 port is 2 [ 17.081458] intel-ipu6-isys intel-ipu6-isys0: All sensor registration completed. [ 1471.278805] intel-ipu6-isys intel-ipu6-isys0: stream on ov01a10 16-0036 [ 1475.427938] intel-ipu6-isys intel-ipu6-isys0: stream off ov01a10 16-0036 [ 1477.488464] intel-ipu6-isys intel-ipu6-isys0: stream on ov01a10 16-0036 [ 1479.855088] intel-ipu6-isys intel-ipu6-isys0: stream off ov01a10 16-0036 ```
The issue https://github.com/intel/ipu6-drivers/issues/65 might be slightly related, showing the same error on dmesg boot. What we can do for now is, maybe read the ipu6-driver source code and see the exact point where that error message is outputted. I'm doing that later ig
BTW Completely unrelated, just noticed this
How the hell did I type \ there, its on the complete opposite side of the keyboard when compared to ?
Anyway, back to our issue. I installed your pr using -as
OBS now sees a ton of ipu6, and a VIrtual Camera (which is the only one which makes something appear on the scene, a black square)
For context, I also have a 9320 with an i7-1260P
That's new. Does the LED light up at least since the kernel loads the firmware now in your dmesg?
Also, I have reinstalled EOS, with internet so fully updated already, installed the packages with the script, then even ran eos-update --yay
for good measure and the camera is still working after multiple reboots. So now, I honestly think there are offending packages in my first EOS install that broke the stack. I'm gonnna reinstall the kernel and see if that breaks it.
The led never lights up
Then that's weird. Literally the first instance of this, but I will try installing OBS in my now broken EOS camera stack and see if it appears too.
By the way, I managed to break my EndeavourOS camera stack by literally just reinstalling linux and linux-headers then reboot. What the fuck could possibly cause it?
``` warning: linux-6.4.10.arch1-1 is up to date -- reinstalling warning: linux-headers-6.4.10.arch1-1 is up to date -- reinstalling resolving dependencies... looking for conflicting packages... Package (2) Old Version New Version Net Change Download Size core/linux 6.4.10.arch1-1 6.4.10.arch1-1 0.00 MiB 125.53 MiB core/linux-headers 6.4.10.arch1-1 6.4.10.arch1-1 0.00 MiB 29.79 MiB Total Download Size: 155.32 MiB Total Installed Size: 285.13 MiB Net Upgrade Size: 0.00 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... linux-6.4.10.arch1-1-x86_64 downloading... linux-headers-6.4.10.arch1-1-x86_64 downloading... error: failed retrieving file 'linux-6.4.10.arch1-1-x86_64.pkg.tar.zst' from mirror.aarnet.edu.au : The requested URL returned error: 404 error: failed retrieving file 'linux-headers-6.4.10.arch1-1-x86_64.pkg.tar.zst' from mirror.aarnet.edu.au : The requested URL returned error: 404 checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Running pre-transaction hooks... (1/1) Remove upgraded DKMS modules ==> dkms remove --no-depmod ipu6-drivers/r131.c3b762b27 -k 6.4.10-arch1-1 ==> dkms remove --no-depmod v4l2loopback/r10.cae2954 -k 6.4.10-arch1-1 :: Processing package changes... reinstalling linux... reinstalling linux-headers... :: Running post-transaction hooks... (1/6) Arming ConditionNeedsUpdate... (2/6) Updating module dependencies... (3/6) Install DKMS modules ==> dkms install --no-depmod v4l2loopback/r10.cae2954 -k 6.4.10-arch1-1 ==> dkms install --no-depmod ipu6-drivers/r131.c3b762b27 -k 6.4.10-arch1-1 ==> depmod 6.4.10-arch1-1 (4/6) Running kernel-install... :: kernel-install installing kernel 6.4.10-arch1-1 dracut: Executing: /usr/bin/dracut --no-hostonly --force /efi/a4eb782afbbd4fd6a2f0a115ed410757/6.4.10-arch1-1/initrd-fallback 6.4.10-arch1-1 dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found! dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found! dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found! dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found! dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found! dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! dracut: memstrack is not available dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found! dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found! dracut: *** Including module: systemd *** dracut: *** Including module: systemd-initrd *** dracut: *** Including module: modsign *** dracut: *** Including module: i18n *** dracut: *** Including module: btrfs *** dracut: *** Including module: crypt *** dracut: *** Including module: dm *** dracut: Skipping udev rule: 64-device-mapper.rules dracut: Skipping udev rule: 60-persistent-storage-dm.rules dracut: Skipping udev rule: 55-dm.rules dracut: *** Including module: kernel-modules *** dracut: *** Including module: kernel-modules-extra *** libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.10-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.10-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x55de680b80d0 path=/lib/modules/6.4.10-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.10-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.10-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x55de680b80d0 path=/lib/modules/6.4.10-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists dracut: *** Including module: lvm *** dracut: Skipping udev rule: 64-device-mapper.rules dracut: Skipping udev rule: 56-lvm.rules dracut: Skipping udev rule: 60-persistent-storage-lvm.rules dracut: *** Including module: mdraid *** dracut: Skipping udev rule: 64-md-raid.rules dracut: *** Including module: nvdimm *** dracut: *** Including module: qemu *** dracut: *** Including module: qemu-net *** dracut: *** Including module: lunmask *** dracut: *** Including module: resume *** dracut: *** Including module: rootfs-block *** dracut: *** Including module: terminfo *** dracut: *** Including module: udev-rules *** dracut: Skipping udev rule: 40-redhat.rules dracut: Skipping udev rule: 50-firmware.rules dracut: Skipping udev rule: 50-udev.rules dracut: Skipping udev rule: 91-permissions.rules dracut: Skipping udev rule: 80-drivers-modprobe.rules dracut: *** Including module: virtiofs *** dracut: *** Including module: dracut-systemd *** dracut: *** Including module: usrmount *** dracut: *** Including module: base *** dracut: *** Including module: fs-lib *** dracut: *** Including module: shutdown *** dracut: *** Including modules done *** dracut: *** Installing kernel module dependencies *** dracut: *** Installing kernel module dependencies done *** dracut: *** Resolving executable dependencies *** dracut: *** Resolving executable dependencies done *** dracut: *** Hardlinking files *** dracut: Mode: real dracut: Method: sha256 dracut: Files: 2023 dracut: Linked: 8 files dracut: Compared: 0 xattrs dracut: Compared: 450 files dracut: Saved: 1.42 MiB dracut: Duration: 0.018466 seconds dracut: *** Hardlinking files done *** dracut: *** Generating early-microcode cpio image *** dracut: *** Constructing AuthenticAMD.bin *** dracut: *** Using microcode found in '/boot/intel-ucode.img' *** dracut: *** Store current command line parameters *** dracut: *** Stripping files *** dracut: *** Stripping files done *** dracut: *** Creating image file '/efi/a4eb782afbbd4fd6a2f0a115ed410757/6.4.10-arch1-1/initrd-fallback' *** dracut: *** Creating initramfs image file '/efi/a4eb782afbbd4fd6a2f0a115ed410757/6.4.10-arch1-1/initrd-fallback' done *** dracut: Executing: /usr/bin/dracut --hostonly --no-hostonly-cmdline -f /efi/a4eb782afbbd4fd6a2f0a115ed410757/6.4.10-arch1-1/initrd 6.4.10-arch1-1 dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found! dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found! dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found! dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found! dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! dracut: memstrack is not available dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found! dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found! dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found! dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found! dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found! dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found! dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! dracut: memstrack is not available dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found! dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found! dracut: *** Including module: systemd *** dracut: *** Including module: systemd-initrd *** dracut: *** Including module: i18n *** dracut: *** Including module: kernel-modules *** dracut: *** Including module: kernel-modules-extra *** libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.10-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.10-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x55e1fde3c0d0 path=/lib/modules/6.4.10-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.10-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.10-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x55e1fde3c0d0 path=/lib/modules/6.4.10-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.10-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.10-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x55e1fde3c0d0 path=/lib/modules/6.4.10-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists dracut: *** Including module: rootfs-block *** dracut: *** Including module: terminfo *** dracut: *** Including module: udev-rules *** dracut: Skipping udev rule: 40-redhat.rules dracut: Skipping udev rule: 50-firmware.rules dracut: Skipping udev rule: 50-udev.rules dracut: Skipping udev rule: 91-permissions.rules dracut: Skipping udev rule: 80-drivers-modprobe.rules dracut: Skipping udev rule: 70-persistent-net.rules dracut: *** Including module: dracut-systemd *** dracut: *** Including module: usrmount *** dracut: *** Including module: base *** dracut: *** Including module: fs-lib *** dracut: *** Including module: shutdown *** dracut: *** Including modules done *** dracut: *** Installing kernel module dependencies *** dracut: *** Installing kernel module dependencies done *** dracut: *** Resolving executable dependencies *** dracut: *** Resolving executable dependencies done *** dracut: *** Hardlinking files *** dracut: Mode: real dracut: Method: sha256 dracut: Files: 774 dracut: Linked: 1 files dracut: Compared: 0 xattrs dracut: Compared: 40 files dracut: Saved: 690 B dracut: Duration: 0.003168 seconds dracut: *** Hardlinking files done *** dracut: *** Generating early-microcode cpio image *** dracut: *** Using microcode found in '/boot/intel-ucode.img' *** dracut: *** Store current command line parameters *** dracut: *** Stripping files *** dracut: *** Stripping files done *** dracut: *** Creating image file '/efi/a4eb782afbbd4fd6a2f0a115ed410757/6.4.10-arch1-1/initrd' *** dracut: *** Creating initramfs image file '/efi/a4eb782afbbd4fd6a2f0a115ed410757/6.4.10-arch1-1/initrd' done *** (5/6) Check if user should be informed about rebooting after certain system package upgrades. (6/6) Checking which packages need to be rebuilt ```
My hypothesis is that that libkmod warnings might be related but idk
Edit: okay, now my main Arch installation somehow got 8 /dev/video* IPU6 devices too, yet the virtual camera is still working
``` ipu6 (PCI:pci:pci0000:00): /dev/video1 /dev/video2 /dev/video3 /dev/video4 /dev/video5 /dev/video6 /dev/video7 /dev/video8 ipu6 (pci:pci0000:00): /dev/media0 Virtual Camera (platform:v4l2loopback-000): /dev/video0 ```
@alba4k do you use dracut?
nope
Also during todays kernel update I got this
(Unable to get information related to the file XYZ)
I have already uninstalled using the uninstall script
Those show up too in my daily drive Arch Linux installation even though my camera works.
Also, @alba4k do you use kernel-install? (please say yes, i'm gonna jump off a cliff if you don't xd)
In EndeavourOS, reinstalling the kernel itself, triggering kernel-install is enough to break the stack permanently yet reinstalling linux-headers just to trigger DKMS reinstalls does not.
``` warning: linux-6.4.12.arch1-1 is up to date -- reinstalling resolving dependencies... looking for conflicting packages... Package (1) Old Version New Version Net Change core/linux 6.4.12.arch1-1 6.4.12.arch1-1 0.00 MiB Total Installed Size: 125.56 MiB Net Upgrade Size: 0.00 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... reinstalling linux... :: Running post-transaction hooks... (1/5) Arming ConditionNeedsUpdate... (2/5) Updating module dependencies... (3/5) Running kernel-install... :: kernel-install installing kernel 6.4.12-arch1-1 dracut: Executing: /usr/bin/dracut --no-hostonly --force /efi/0dc24d105e0c43d0a6a4e27b94fac3a4/6.4.12-arch1-1/initrd-fallback 6.4.12-arch1-1 dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found! dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found! dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found! dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found! dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found! dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! dracut: memstrack is not available dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found! dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found! dracut: *** Including module: systemd *** dracut: *** Including module: systemd-initrd *** dracut: *** Including module: modsign *** dracut: *** Including module: i18n *** dracut: *** Including module: btrfs *** dracut: *** Including module: crypt *** dracut: *** Including module: dm *** dracut: Skipping udev rule: 64-device-mapper.rules dracut: Skipping udev rule: 60-persistent-storage-dm.rules dracut: Skipping udev rule: 55-dm.rules dracut: *** Including module: kernel-modules *** dracut: *** Including module: kernel-modules-extra *** libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.12-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.12-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x56521bc9c0d0 path=/lib/modules/6.4.12-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.12-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.12-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x56521bc9c0d0 path=/lib/modules/6.4.12-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists dracut: *** Including module: lvm *** dracut: Skipping udev rule: 64-device-mapper.rules dracut: Skipping udev rule: 56-lvm.rules dracut: Skipping udev rule: 60-persistent-storage-lvm.rules dracut: *** Including module: mdraid *** dracut: Skipping udev rule: 64-md-raid.rules dracut: *** Including module: nvdimm *** dracut: *** Including module: qemu *** dracut: *** Including module: qemu-net *** dracut: *** Including module: lunmask *** dracut: *** Including module: resume *** dracut: *** Including module: rootfs-block *** dracut: *** Including module: terminfo *** dracut: *** Including module: udev-rules *** dracut: Skipping udev rule: 40-redhat.rules dracut: Skipping udev rule: 50-firmware.rules dracut: Skipping udev rule: 50-udev.rules dracut: Skipping udev rule: 91-permissions.rules dracut: Skipping udev rule: 80-drivers-modprobe.rules dracut: *** Including module: virtiofs *** dracut: *** Including module: dracut-systemd *** dracut: *** Including module: usrmount *** dracut: *** Including module: base *** dracut: *** Including module: fs-lib *** dracut: *** Including module: shutdown *** dracut: *** Including modules done *** dracut: *** Installing kernel module dependencies *** dracut: *** Installing kernel module dependencies done *** dracut: *** Resolving executable dependencies *** dracut: *** Resolving executable dependencies done *** dracut: *** Hardlinking files *** dracut: Mode: real dracut: Method: sha256 dracut: Files: 2023 dracut: Linked: 8 files dracut: Compared: 0 xattrs dracut: Compared: 448 files dracut: Saved: 1.42 MiB dracut: Duration: 0.025968 seconds dracut: *** Hardlinking files done *** dracut: *** Generating early-microcode cpio image *** dracut: *** Constructing AuthenticAMD.bin *** dracut: *** Using microcode found in '/boot/intel-ucode.img' *** dracut: *** Store current command line parameters *** dracut: *** Stripping files *** dracut: *** Stripping files done *** dracut: *** Creating image file '/efi/0dc24d105e0c43d0a6a4e27b94fac3a4/6.4.12-arch1-1/initrd-fallback' *** dracut: *** Creating initramfs image file '/efi/0dc24d105e0c43d0a6a4e27b94fac3a4/6.4.12-arch1-1/initrd-fallback' done *** dracut: Executing: /usr/bin/dracut --hostonly --no-hostonly-cmdline -f /efi/0dc24d105e0c43d0a6a4e27b94fac3a4/6.4.12-arch1-1/initrd 6.4.12-arch1-1 dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found! dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found! dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found! dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found! dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! dracut: memstrack is not available dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found! dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found! dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found! dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found! dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found! dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found! dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! dracut: memstrack is not available dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found! dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found! dracut: *** Including module: systemd *** dracut: *** Including module: systemd-initrd *** dracut: *** Including module: i18n *** dracut: *** Including module: kernel-modules *** dracut: *** Including module: kernel-modules-extra *** libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.12-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.12-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x5562eb5920d0 path=/lib/modules/6.4.12-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.12-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.12-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x5562eb5920d0 path=/lib/modules/6.4.12-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists libkmod: kmod_module_new_from_path: kmod_module 'intel_vsc' already exists with different path: new-path='/lib/modules/6.4.12-arch1-1//updates/dkms/intel_vsc.ko.zst' old-path='/usr/lib/modules/6.4.12-arch1-1/updates/dkms/intel_vsc.ko.zst' libkmod: kmod_module_parse_depline: ctx=0x5562eb5920d0 path=/lib/modules/6.4.12-arch1-1//updates/dkms/intel_vsc.ko.zst error=File exists dracut: *** Including module: rootfs-block *** dracut: *** Including module: terminfo *** dracut: *** Including module: udev-rules *** dracut: Skipping udev rule: 40-redhat.rules dracut: Skipping udev rule: 50-firmware.rules dracut: Skipping udev rule: 50-udev.rules dracut: Skipping udev rule: 91-permissions.rules dracut: Skipping udev rule: 80-drivers-modprobe.rules dracut: Skipping udev rule: 70-persistent-net.rules dracut: *** Including module: dracut-systemd *** dracut: *** Including module: usrmount *** dracut: *** Including module: base *** dracut: *** Including module: fs-lib *** dracut: *** Including module: shutdown *** dracut: *** Including modules done *** dracut: *** Installing kernel module dependencies *** dracut: *** Installing kernel module dependencies done *** dracut: *** Resolving executable dependencies *** dracut: *** Resolving executable dependencies done *** dracut: *** Hardlinking files *** dracut: Mode: real dracut: Method: sha256 dracut: Files: 774 dracut: Linked: 1 files dracut: Compared: 0 xattrs dracut: Compared: 34 files dracut: Saved: 690 B dracut: Duration: 0.001782 seconds dracut: *** Hardlinking files done *** dracut: *** Generating early-microcode cpio image *** dracut: *** Using microcode found in '/boot/intel-ucode.img' *** dracut: *** Store current command line parameters *** dracut: *** Stripping files *** dracut: *** Stripping files done *** dracut: *** Creating image file '/efi/0dc24d105e0c43d0a6a4e27b94fac3a4/6.4.12-arch1-1/initrd' *** dracut: *** Creating initramfs image file '/efi/0dc24d105e0c43d0a6a4e27b94fac3a4/6.4.12-arch1-1/initrd' done *** (4/5) Check if user should be informed about rebooting after certain system package upgrades. (5/5) Checking which packages need to be rebuilt ```
yeaa sorry I don't even know what that is
I will try reinstalling the kernel to confirm, but I don't think it's being used, sorryyy
Welp, hypothesis out of the window ig. You should try uninstalling all dkms packages you have, then nuke /lib/modules/CURRENT_VERSION/updates/dkms
. I will try that as well in a moment after installing a simple Arch installation again
I'm trying to get my webcam working on
First, the installation failed during compiling
icamerasrc-git
but I got it succeeding following these instructions patching icamerasrc-git, and I could succeed with the install script. Here's the installation log:install.sh log
```console Sync Explicit (1): linux61-headers-6.1.31-1 warning: linux61-headers-6.1.31-1 is up to date -- skipping there is nothing to do # Build and install package: intel-ipu6-dkms-git ~/work/webcam/archlinux-ipu6-webcam/intel-ipu6-dkms-git ~/work/webcam/archlinux-ipu6-webcam ==> Making package: intel-ipu6-dkms-git-fix r100.8c02a846d-1 (Do 01 Jun 2023 21:42:05 CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating ipu6-drivers git repo... ==> Validating source files with sha256sums... ipu6-drivers ... Skipped ==> Extracting sources... -> Creating working copy of ipu6-drivers git repo... Reset branch 'makepkg' ==> Starting prepare()... Cloning into 'ivsc-driver'... ==> Starting pkgver()... ==> WARNING: A package has already been built, installing existing package... ==> Installing package intel-ipu6-dkms-git-fix with pacman -U... warning: intel-ipu6-dkms-git-fix-r100.8c02a846d-1 is up to date -- reinstalling loading packages... resolving dependencies... looking for conflicting packages... Packages (1) intel-ipu6-dkms-git-fix-r100.8c02a846d-1 Total Installed Size: 1,45 MiB Net Upgrade Size: 0,00 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Running pre-transaction hooks... (1/1) Remove upgraded DKMS modules ==> dkms remove --no-depmod ipu6-drivers/r100.8c02a846d -k 6.1.31-1-MANJARO ==> dkms remove --no-depmod ipu6-drivers/r100.8c02a846d -k 6.3.5-1-MANJARO :: Processing package changes... reinstalling intel-ipu6-dkms-git-fix... :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Install DKMS modules ==> dkms install --no-depmod ipu6-drivers/r100.8c02a846d -k 6.1.31-1-MANJARO Module version for ov2740.ko.zst exactly matches what is already found in kernel 6.1.31-1-MANJARO. DKMS will not replace this module. You may override by specifying --force. Module version for hi556.ko.zst exactly matches what is already found in kernel 6.1.31-1-MANJARO. DKMS will not replace this module. You may override by specifying --force. ==> dkms install --no-depmod ipu6-drivers/r100.8c02a846d -k 6.3.5-1-MANJARO Module version for ov2740.ko.zst exactly matches what is already found in kernel 6.3.5-1-MANJARO. DKMS will not replace this module. You may override by specifying --force. Module version for hi556.ko.zst exactly matches what is already found in kernel 6.3.5-1-MANJARO. DKMS will not replace this module. You may override by specifying --force. ==> depmod 6.1.31-1-MANJARO ==> depmod 6.3.5-1-MANJARO ~/work/webcam/archlinux-ipu6-webcam => SUCCESS # Install dependency for intel-ipu6ep-camera-hal-git AUR Explicit (1): intel-ipu6ep-camera-bin-r32.0797f74-1 :: [1mPKGBUILD up to date, skipping download: ipu6-camera-bin[0m 1 ipu6-camera-bin (Build Files Exist) ==> Packages to cleanBuild? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> 1 ipu6-camera-bin (Build Files Exist) ==> Diffs to show? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> ==> Making package: ipu6-camera-bin r32.0797f74-1 (Do 01 Jun 2023 21:42:26 CEST) ==> Retrieving sources... -> Updating ipu6-camera-bins git repo... ==> Validating source files with sha256sums... ipu6-camera-bins ... Skipped :: [1m(1/1) Parsing SRCINFO: ipu6-camera-bin[0m ==> Making package: ipu6-camera-bin r32.0797f74-1 (Do 01 Jun 2023 21:42:27 CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating ipu6-camera-bins git repo... ==> Validating source files with sha256sums... ipu6-camera-bins ... Skipped ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Creating working copy of ipu6-camera-bins git repo... Cloning into 'ipu6-camera-bins'... done. ==> Starting pkgver()... ==> Updated version: ipu6-camera-bin r44.276859f-1 ==> Sources are ready. -> ipu6-camera-bin-r44.276859f-1 already made -- skipping build ==> Making package: ipu6-camera-bin r44.276859f-1 (Do 01 Jun 2023 21:42:30 CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Starting pkgver()... ==> Sources are ready. warning: intel-ipu6ep-camera-bin-r44.276859f-1 is up to date -- reinstalling loading packages... resolving dependencies... looking for conflicting packages... Packages (1) intel-ipu6ep-camera-bin-r44.276859f-1 Total Installed Size: 13,39 MiB Net Upgrade Size: 0,00 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... reinstalling intel-ipu6ep-camera-bin... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => SUCCESS # Build and install package: intel-ipu6ep-camera-hal-git ~/work/webcam/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git ~/work/webcam/archlinux-ipu6-webcam ==> Making package: intel-ipu6ep-camera-hal-git-fix r56.884b81a-1 (Do 01 Jun 2023 21:42:31 CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating ipu6-camera-hal git repo... ==> Validating source files with sha256sums... ipu6-camera-hal ... Skipped ==> Extracting sources... -> Creating working copy of ipu6-camera-hal git repo... Reset branch 'makepkg' ==> Starting pkgver()... ==> WARNING: A package has already been built, installing existing package... ==> Installing package intel-ipu6ep-camera-hal-git-fix with pacman -U... warning: intel-ipu6ep-camera-hal-git-fix-r56.884b81a-1 is up to date -- reinstalling loading packages... resolving dependencies... looking for conflicting packages... Packages (1) intel-ipu6ep-camera-hal-git-fix-r56.884b81a-1 Total Installed Size: 13,79 MiB Net Upgrade Size: 0,00 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... reinstalling intel-ipu6ep-camera-hal-git-fix... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ~/work/webcam/archlinux-ipu6-webcam => SUCCESS # Build and install package: v4l2-looback-dkms-git ~/work/webcam/archlinux-ipu6-webcam/v4l2-looback-dkms-git ~/work/webcam/archlinux-ipu6-webcam ==> Making package: v4l2loopback-dkms-git-fix r10.f94def5-1 (Do 01 Jun 2023 21:42:32 CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating v4l2loopback git repo... ==> Validating source files with md5sums... v4l2loopback ... Skipped ==> Extracting sources... -> Creating working copy of v4l2loopback git repo... Reset branch 'makepkg' ==> Starting prepare()... patching file v4l2loopback.c patching file v4l2loopback.c patching file dkms.conf ==> Starting pkgver()... ==> WARNING: A package has already been built, installing existing package... ==> Installing package v4l2loopback-dkms-git-fix with pacman -U... warning: v4l2loopback-dkms-git-fix-r10.f94def5-1 is up to date -- reinstalling loading packages... resolving dependencies... looking for conflicting packages... Packages (1) v4l2loopback-dkms-git-fix-r10.f94def5-1 Total Installed Size: 0,23 MiB Net Upgrade Size: 0,00 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Running pre-transaction hooks... (1/1) Remove upgraded DKMS modules ==> dkms remove --no-depmod v4l2loopback/r10.f94def5 -k 6.1.31-1-MANJARO ==> dkms remove --no-depmod v4l2loopback/r10.f94def5 -k 6.3.5-1-MANJARO :: Processing package changes... reinstalling v4l2loopback-dkms-git-fix... :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Install DKMS modules ==> dkms install --no-depmod v4l2loopback/r10.f94def5 -k 6.1.31-1-MANJARO ==> dkms install --no-depmod v4l2loopback/r10.f94def5 -k 6.3.5-1-MANJARO ==> depmod 6.1.31-1-MANJARO ==> depmod 6.3.5-1-MANJARO ~/work/webcam/archlinux-ipu6-webcam => SUCCESS # Build and install package: v4l2-relayd ~/work/webcam/archlinux-ipu6-webcam/v4l2-relayd ~/work/webcam/archlinux-ipu6-webcam ==> Making package: v4l2-relayd r42.6fd6b6a-1 (Do 01 Jun 2023 21:42:41 CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating v4l2-relayd git repo... ==> Validating source files with sha256sums... v4l2-relayd ... Skipped ==> Extracting sources... -> Creating working copy of v4l2-relayd git repo... Reset branch 'makepkg' ==> Starting pkgver()... ==> WARNING: A package has already been built, installing existing package... ==> Installing package v4l2-relayd with pacman -U... warning: v4l2-relayd-r42.6fd6b6a-1 is up to date -- reinstalling loading packages... resolving dependencies... looking for conflicting packages... Packages (1) v4l2-relayd-r42.6fd6b6a-1 Total Installed Size: 0,02 MiB Net Upgrade Size: 0,00 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Running pre-transaction hooks... (1/1) etckeeper: pre-transaction commit [master 2cfa246] saving uncommitted changes in /etc prior to pacman run Author: VaracBut after reboot the
test.sh
script failed withERROR: from element /GstPipeline:pipeline0/Gstcamerasrc:camerasrc0: src pad: Internal data flow error.
test.sh log
```console [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE eExposure time range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE gain range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE eExposure time range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE gain range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE eExposure time range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE gain range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE eExposure time range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE gain range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE eExposure time range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE gain range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE eExposure time range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE gain range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE eExposure time range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE gain range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE eExposure time range failed [06-01 21:43:22.856] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.856] CamHAL[ERR] Parse AE gain range failed [06-01 21:43:22.857] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.857] CamHAL[ERR] Parse AE eExposure time range failed [06-01 21:43:22.857] CamHAL[ERR] Malformed ET range in exposure time range configuration [06-01 21:43:22.857] CamHAL[ERR] Parse AE gain range failed Setting pipeline to PAUSED ... [06-01 21:43:23.136] CamHAL[INF] aiqb file name ov13b10.aiqb [06-01 21:43:23.136] CamHAL[ERR] there is no aiqb file:ov13b10 [06-01 21:43:23.136] CamHAL[INF] aiqb file name ov13b10.aiqb [06-01 21:43:23.136] CamHAL[ERR] there is no aiqb file:ov13b10 [06-01 21:43:23.136] CamHAL[INF] aiqb file name ov8856.aiqb [06-01 21:43:23.136] CamHAL[ERR] there is no aiqb file:ov8856 [06-01 21:43:23.136] CamHAL[INF] aiqb file name ov8856.aiqb [06-01 21:43:23.136] CamHAL[ERR] there is no aiqb file:ov8856 [06-01 21:43:23.136] CamHAL[INF] aiqb file name ov01a10.aiqb [06-01 21:43:23.136] CamHAL[INF] aiqb file name ov01a10.aiqb [06-01 21:43:23.136] CamHAL[INF] aiqb file name ov01a10.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name ov01a10.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb [06-01 21:43:23.137] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb [06-01 21:43:23.138] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb [06-01 21:43:23.138] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb [06-01 21:43:23.138] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb [06-01 21:43:23.138] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb [06-01 21:43:23.138] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb [06-01 21:43:23.138] CamHAL[INF] aiqb file name ov01a1s.aiqb [06-01 21:43:23.138] CamHAL[INF] aiqb file name ov01a1s.aiqb [06-01 21:43:23.138] CamHAL[ERR] Failed to find DevName for cameraId: 0, get video node: ov13b10 , devname: /dev/v4l-subdev1 Pipeline is live and does not need PREROLL ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClock ERROR: from element /GstPipeline:pipeline0/Gstcamerasrc:camerasrc0: src pad: Internal data flow error. Additional debug info: gstcambasesrc.cpp(3143): gst_cam_base_src_loop (): /GstPipeline:pipeline0/Gstcamerasrc:camerasrc0: streaming task paused, reason not-negotiated (-4) [06-01 21:43:23.143] CamHAL[ERR] Get entity fail for calling getEntityById [06-01 21:43:23.143] CamHAL[ERR] Get entity fail for calling getEntityById [06-01 21:43:23.143] CamHAL[ERR] setup Link ov13b10 [-1:0] ==> Intel IPU6 CSI-2 [-1x0] enable 1 failed. [06-01 21:43:23.143] CamHAL[ERR] set MediaCtlConf McLink failed: ret = -1 [06-01 21:43:23.143] CamHAL[ERR] set up mediaCtl failed [06-01 21:43:23.143] CamHAL[ERR] @configure Device Configure failed [06-01 21:43:23.143] CamHAL[ERR] failed to config streams. Execution ended after 0:00:00.003083925 Setting pipeline to NULL ... Freeing pipeline ... ```I also tried with kernel 6.3.5-1 with the same error. What am I missing ?