Hi guys, I just got a new Precision 5490 and installed Manjaro. Everything works flawlessly except for the Webcam. It is not recognized at all. Following I’ll give some info:
Currently running this kernel:
uname -r
6.10.6-10-MANJARO
Looking at the config of the kernel CONFIG_VIDEO_INTEL_IPU6=m
is present.
Also the correct firmware seems to be installed:
pacman -Ql linux-firmware | grep ipu6
linux-firmware /usr/lib/firmware/intel/ipu/ipu6_fw.bin
linux-firmware /usr/lib/firmware/intel/ipu/ipu6ep_fw.bin
linux-firmware /usr/lib/firmware/intel/ipu/ipu6epadln_fw.bin
linux-firmware /usr/lib/firmware/intel/ipu/ipu6epmtl_fw.bin
linux-firmware /usr/lib/firmware/intel/ipu/ipu6se_fw.bin
and the modules are correctly loaded:
lsmod | grep ipu
intel_ipu6_isys 143360 0
videobuf2_dma_contig 28672 1 intel_ipu6_isys
videobuf2_v4l2 40960 1 intel_ipu6_isys
videobuf2_common 94208 4 videobuf2_dma_contig,videobuf2_v4l2,intel_ipu6_isys,videobuf2_memops
intel_ipu6 86016 1 intel_ipu6_isys
v4l2_fwnode 32768 2 ov01a10,intel_ipu6_isys
ipu_bridge 24576 2 intel_ipu6,intel_ipu6_isys
v4l2_async 32768 3 v4l2_fwnode,ov01a10,intel_ipu6_isys
videodev 393216 5 v4l2_async,v4l2_fwnode,videobuf2_v4l2,ov01a10,intel_ipu6_isys
mc 90112 6 v4l2_async,videodev,videobuf2_v4l2,ov01a10,intel_ipu6_isys,videobuf2_common
But the system still does not recognize the webcam:
v4l2-ctl --all
Cannot open device /dev/video0, exiting.
LIBCAMERA_LOG_LEVELS=0 cam --list
[0:23:11.884255620] [13906] DEBUG IPAModule ipa_module.cpp:334 ipa_ipu3.so: IPA module /usr/lib/libcamera/ipa_ipu3.so is signed
[0:23:11.884312228] [13906] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/usr/lib/libcamera/ipa_ipu3.so'
[0:23:11.884343475] [13906] DEBUG IPAModule ipa_module.cpp:334 ipa_vimc.so: IPA module /usr/lib/libcamera/ipa_vimc.so is signed
[0:23:11.884356069] [13906] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/usr/lib/libcamera/ipa_vimc.so'
[0:23:11.884377909] [13906] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
[0:23:11.884383572] [13906] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
[0:23:11.884408592] [13906] INFO Camera camera_manager.cpp:313 libcamera v0.3.1
[0:23:11.884637030] [13907] DEBUG Camera camera_manager.cpp:69 Starting camera manager
[0:23:11.884992642] [13907] DEBUG Camera camera_manager.cpp:134 Found registered pipeline handler 'vimc'
[0:23:11.885012709] [13907] DEBUG Camera camera_manager.cpp:134 Found registered pipeline handler 'uvcvideo'
[0:23:11.885030152] [13907] DEBUG Camera camera_manager.cpp:134 Found registered pipeline handler 'ipu3'
Available cameras:
The only error I could find is this one:
dmesg | grep ipu
[ 5.485317] intel-ipu6 0000:00:05.0: enabling device (0000 -> 0002)
[ 16.828678] pci 0000:00:05.0: deferred probe pending: intel-ipu6: IPU6 bridge init failed
[ 356.695761] intel-ipu6 0000:00:05.0: IPU6 in secure mode touch 0x80000000 mask 0x0
[ 356.696286] ipu6_buttress_ipc_reset: 14 callbacks suppressed
[ 356.696290] intel-ipu6 0000:00:05.0: Unexpected CSR 0x0
I am at my wits end and I hope some of you can lend a hand here. Thanks in advance!