[Kernel-packages] [Bug 1913809] Re: internal webcams of HP Elite X2 G2 not supported

2021-10-12 Thread Kieran Bingham
If this device uses an IPU3 we have a chance to support it with the new CIO2 IPU3 layers in the kernel - but it likely needs confirmation on the Sensors and will certainly require kernel updates (as well as updates to libcamera if the sensor is not yet supported). If someone wants to work through

[Kernel-packages] [Bug 1831482] Re: VIMC module not available (CONFIG_VIDEO_VIMC not set)

2019-09-16 Thread Kieran Bingham
Tested on bionic proposed kernel by manually installing the dpkgs. modprobe vim2m modprobe vivid modprobe vimc kbingham@Q:$ uname -a Linux Q 4.15.0-63-generic #72-Ubuntu SMP Fri Sep 6 10:12:25 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux kbingham@Q:$ lsv4l2 video0: HP Wide Vision FHD Camera: HP W

[Kernel-packages] [Bug 1831482] Re: VIMC module not available (CONFIG_VIDEO_VIMC not set)

2019-09-11 Thread Kieran Bingham
If I'm expected to test this on Bionic, how do I do that using EnableProposed on my Disco release? Or can someone point me to the relevant kernel debs to manually install and test please? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1831482] Re: VIMC module not available (CONFIG_VIDEO_VIMC not set)

2019-09-06 Thread Kieran Bingham
confirmed the 5.0.0-28-generic kernel from proposed works and provides VIMC functionality. Thanks ** Tags removed: verification-needed-disco ** Tags added: verification-done-disco -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux

[Kernel-packages] [Bug 1831482] Re: VIMC module not available (CONFIG_VIDEO_VIMC not set)

2019-08-13 Thread Kieran Bingham
Has the fix been picked up by the linux-stable trees? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1831482 Title: VIMC module not available (CONFIG_VIDEO_VIMC not set) Status in

[Kernel-packages] [Bug 1831482] Re: VIMC module not available (CONFIG_VIDEO_VIMC not set)

2019-07-31 Thread Kieran Bingham
Thanks I'm running the 5.2 kernel that you built now and confirm it has VIMC support. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1831482 Title: VIMC module not available

[Kernel-packages] [Bug 1831482] Re: VIMC module not available (CONFIG_VIDEO_VIMC not set)

2019-07-02 Thread Kieran Bingham
for reference, CONFIG_VIDEO_VIMC was added in v4.11-rc5-253-gf2fe89061d79, which made it into Linux v4.12 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1831482 Title: VIMC module not

[Kernel-packages] [Bug 1831482] Re: VIMC module not available (CONFIG_VIDEO_VIMC not set)

2019-06-03 Thread Kieran Bingham
Log files are irrelevant. This is not a bug in the running kernel, just an issue with the kernel config used to build the modules. Issue changed to confirmed. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1831482] [NEW] VIMC module not available (CONFIG_VIDEO_VIMC not set)

2019-06-03 Thread Kieran Bingham
Public bug reported: The Multimedia VIMC module provides a test interface for the linux-media media controller framework. This is useful for automated tests, and development of multimedia frameworks. Other components similar to this such as VIVID (CONFIG_VIDEO_VIVID=m) are enabled, but VIMC is

[Kernel-packages] [Bug 1800446] Re: kidle_inject constantly running

2019-02-15 Thread Kieran Bingham
Also affected me after upgrading from 18.04 to 18.10. The real pain point is that it locks my CPU frequency at 800MHz, and doesn't 'unlock' it even after removing the intel_powerclamp module. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed

[Kernel-packages] [Bug 1812114] Re: Dell 7275 integrated webcam not detected

2019-01-27 Thread Kieran Bingham
As well as a kernel driver, this platform also needs user space support to enable the camera. We are developing an open framework to support the IPU3 (and other complex camera systems) at https://www.libcamera.org/ but this is still very much a work in (active) progress and young in it's