Source: linux Severity: normal Tags: patch X-Debbugs-Cc: [email protected]
Dear Maintainer, please consider enabling the IPU3 and CIO2 kernel modules. They are needed for camera enablement, e.g. in the Surface device line among others. . I attached a prelimenary patch; once I built the kernel with this enabled I'll report back if this is sufficent. best, werdahias -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.11.2-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: OpenRC (via /run/openrc), PID 1: init LSM: AppArmor: enabled
commit 752b3e362bf4c40d93df8f43914725f81b200f5f Author: Matthias Geiger <[email protected]> Date: Tue Oct 29 23:41:34 2024 +0100 config/kernelarch-x86/config: Enable CIO2 and IPU3 kernel modules diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index f9598893de..5c19391a52 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -964,6 +964,16 @@ CONFIG_IPU_BRIDGE=m ## CONFIG_VIDEO_INTEL_IPU6=m +## +## file: drivers/media/pci/intel/ipu3/Kconfig +## +CONFIG_VIDEO_IPU3_CIO2=m + +## +## file: drivers/media/staging/media/ipu3/Kconfig +## +CONFIG_VIDEO_IPU3_IMGU=m + ## ## file: drivers/media/pci/intel/ivsc/Kconfig ##

