You are not logged in.
Pages: 1
Ok so i got this laptop from work and it sort of works with Ubuntu (shipped with 18.04) on 20.04 the webcam would work after install this
sudo add-apt-repository ppa:oem-solutions-group/intel-ipu6
sudo apt install libcamhal-ipu6ep0
i tried to find the same package for arch
gb@archlinux ~]$ yay intel-ipu6
5 aur/intel-ipu6ep-camera-hal-git r48.8bad42c-1 (+1 0.87) (Installed: r52.3729289-1)
Intel IPU6 camera HAL (Alder Lake)
4 aur/intel-ipu6-dkms-git r74.c1fdd8a-1 (+1 0.87) (Installed: r69.d44f973-1)
Intel IPU6 camera drivers (DKMS)
3 aur/intel-ipu6ep-camera-bin r32.0797f74-1 (+2 0.96) (Installed: r42.4694ba7-1)
Intel IPU6 camera binaries (Alder Lake)
2 aur/intel-ipu6-camera-hal-git r40.5bc81d1-1 (+2 0.96)
Intel IPU6 camera HAL (Tiger Lake)
1 aur/intel-ipu6-camera-bin r32.0797f74-1 (+2 0.96)
Intel IPU6 camera binaries (Tiger Lake)
but installing these for my platform(alder lake) didnt change anything i also tried building from source https://github.com/intel/ipu6-drivers but also no effect.
any ideas?
Offline
gb@archlinux ~]$ sudo dmesg |grep -i ipu6
[ 7.727007] intel-ipu6 intel-ipu: enabling device (0000 -> 0002)
[ 7.727159] intel-ipu6 intel-ipu: Device 0x465d (rev: 0x6)
[ 7.727179] intel-ipu6 intel-ipu: physical base address 0x6078000000
[ 7.727180] intel-ipu6 intel-ipu: mapped as: 0x00000000fa63168e
[ 7.727440] intel-ipu6 intel-ipu: Unable to set secure mode
[ 7.727443] intel-ipu6 intel-ipu: IPU in non-secure mode
[ 7.727444] intel-ipu6 intel-ipu: IPU secure touch = 0x0
[ 7.727445] intel-ipu6 intel-ipu: IPU camera mask = 0xff
[ 7.727453] intel-ipu6 intel-ipu: Skip ipc reset for non-secure mode
[ 7.727454] intel-ipu6 intel-ipu: IPC reset done
[ 7.727454] intel-ipu6 intel-ipu: cpd file name: intel/ipu6ep_fw.bin
[ 7.731261] intel-ipu6 intel-ipu: FW version: 20220510
[ 7.732366] intel-ipu6 intel-ipu: IPU6-v3 driver version 1.0
[ 7.856804] intel-ipu6-psys intel-ipu6-psys0: pkg_dir entry count:8
[ 7.857018] intel-ipu6-psys intel-ipu6-psys0: psys probe minor: 0
[ 12.958497] i2c_smbus iwlwifi snd soundcore intel_lpss_pci intel_lpss mei_me cfg80211 idma64 btusb btrtl btbcm intel_ipu6_isys(OE) btintel videobuf2_dma_contig ljca(OE) videobuf2_memops btmtk cdc_ncm videobuf2_v4l2 bluetooth videobuf2_common cdc_ether intel_ish_ipc ecdh_generic intel_ishtp i915 thunderbolt usbnet intel_ipu6_psys(OE) mii intel_ipu6(OE) processor_thermal_device_pci processor_thermal_device processor_thermal_rfim drm_buddy processor_thermal_mbox ttm processor_thermal_rapl intel_rapl_common drm_display_helper cec intel_gtt igen6_edac ucsi_acpi typec_ucsi typec roles i2c_hid_acpi mei_vsc(OE) i2c_hid int3403_thermal int340x_thermal_zone ov01a10(OE) mei_csi(OE) mei_ace(OE) mei intel_vsc(OE) v4l2_fwnode v4l2_async video videodev mc wmi intel_skl_int3472_tps68470 tps68470_regulator clk_tps68470 intel_skl_int3472_discrete intel_hid sparse_keymap int3400_thermal acpi_thermal_rel acpi_tad acpi_pad rfkill vfat fat lzo_rle mac_hid usbh
Offline
[gb@archlinux ~]$ lsmod|grep ipu6
intel_ipu6_isys 159744 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 110592 0
intel_ipu6 131072 2 intel_ipu6_isys,intel_ipu6_psys
v4l2_fwnode 32768 2 ov01a10,intel_ipu6_isys
v4l2_async 32768 3 v4l2_fwnode,ov01a10,intel_ipu6_isys
videodev 319488 5 v4l2_async,videobuf2_v4l2,ov01a10,intel_ipu6_isys,videobuf2_common
Offline
ok found this https://github.com/stefanpartheym/archlinux-ipu6-webcam
i get a cam output in chrome but only there so far
Offline
https://bbs.archlinux.org/viewtopic.php?id=277462
You may also find https://www.phoronix.com/news/Greg-KH-N … cam-Laptop interesting.
Welcome to archlinux forums.
Last edited by Lone_Wolf (2023-01-23 11:58:22)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Pages: 1