[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 this with this device, contact us on
the libcamera mailing list.
(https://lists.libcamera.org/listinfo/libcamera-devel) or #libcamera on
irc.oftc.net

Essentially you will be facing the same issues as experienced on the
Microsoft Surface range of devices, which has had a lot of community
involvement:

See :
  https://github.com/linux-surface/linux-surface/issues/91
and
  https://github.com/linux-surface/linux-surface/wiki/Camera-Support

** Bug watch added: github.com/linux-surface/linux-surface/issues #91
   https://github.com/linux-surface/linux-surface/issues/91

-- 
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/1913809

Title:
  internal webcams of HP Elite X2 G2 not supported

Status in libcamera package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Both internal webcams of my HP Elite X2 G2 work well in Windows, but don't 
work in Ubuntu 20.10 or Manjaro. The driver seems to be missing or 
misconfigured. According to linux-hardware.org, it's a "Xeon E3-1200 v5/E3-1500 
v5/6th Gen Core Processor Imaging Unit". Guvcview recognises the Cameras as 
"Intel IPU3 CIO2", but doesn't show an image.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  elis   6420 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.10
  InstallationDate: Installed on 2021-01-28 (0 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
   Bus 001 Device 004: ID 044e:1216 Alps Electric Co., Ltd 
   Bus 001 Device 002: ID 0424:2422 Microchip Technology, Inc. (formerly SMSC) 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP Elite x2 1012 G2
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-41-generic 
root=UUID=8e01b873-3dab-4fbf-86ce-04c4932b3c0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-41.46-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-41-generic N/A
   linux-backports-modules-5.8.0-41-generic  N/A
   linux-firmware1.190.3
  Tags:  groovy
  Uname: Linux 5.8.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 10/20/2020
  dmi.bios.release: 1.37
  dmi.bios.vendor: HP
  dmi.bios.version: P87 Ver. 01.37
  dmi.board.name: 82CA
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 50.72
  dmi.chassis.asset.tag: 5CG7272QT5
  dmi.chassis.type: 32
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 80.114
  dmi.modalias: 
dmi:bvnHP:bvrP87Ver.01.37:bd10/20/2020:br1.37:efr80.114:svnHP:pnHPElitex21012G2:pvr:rvnHP:rn82CA:rvrKBCVersion50.72:cvnHP:ct32:cvr:
  dmi.product.family: 103C_5336AN HP Elite x2
  dmi.product.name: HP Elite x2 1012 G2
  dmi.product.sku: Y5E21AV
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcamera/+bug/1913809/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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
video1: HP Wide Vision FHD Camera: HP I
video2: Raw Capture 0
video3: Raw Capture 1
video4: RGB/YUV Capture
video5: vivid-000-vid-cap
video6: vivid-000-vid-out
video7: vim2m


** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
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 linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Disco:
  Fix Committed
Status in linux source package in Eoan:
  Fix Released

Bug description:
  == SRU Justification ==
  VIMC is a virtual media controller that can emulate a real media device.
  This is useful for automated tests, and development of multimedia frameworks.

  == Fix ==
  Enable VIMC as a module in B/D/E kernel configs.

  == Test ==
  Test kernels could be found here:
  https://people.canonical.com/~phlin/kernel/lp-1831482-cfg-vimc/

  User has reported that the Eoan kernel works as expected.
  I have also smoke tested the B/D kernel to make sure the VIMC modules
  can be loaded properly.

  == Regression Potential ==
  Low, this patchset enables the VIMC module support, we might see some
  bug reports against this module in the future. However the acutal impact
  for a non-vimc user should be minimum.

  There is a null pointer deference issue was found while inserting the
  vimc module on some system (lp:1840028), it will be handled in that bug.


  == Original Bug report ==
  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 missing from the linux-modules packages:

  $ grep VIMC /boot/config-*
  /boot/config-4.15.0-32-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.17.9-041709-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.4-041804-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.7-041807-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-13-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-15-generic:# CONFIG_VIDEO_VIMC is not set

  Could this be enabled in future releases as a module please?

  I'm running Ubuntu 19.04, with Ubuntu 5.0.0-13.14-generic 5.0.6,
  however I believe this issue affects all current Ubuntu kernel
  releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831482/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 linux in Ubuntu.
https://bugs.launchpad.net/bugs/1831482

Title:
  VIMC module not available (CONFIG_VIDEO_VIMC not set)

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Disco:
  Fix Committed
Status in linux source package in Eoan:
  Fix Released

Bug description:
  == SRU Justification ==
  VIMC is a virtual media controller that can emulate a real media device.
  This is useful for automated tests, and development of multimedia frameworks.

  == Fix ==
  Enable VIMC as a module in B/D/E kernel configs.

  == Test ==
  Test kernels could be found here:
  https://people.canonical.com/~phlin/kernel/lp-1831482-cfg-vimc/

  User has reported that the Eoan kernel works as expected.
  I have also smoke tested the B/D kernel to make sure the VIMC modules
  can be loaded properly.

  == Regression Potential ==
  Low, this patchset enables the VIMC module support, we might see some
  bug reports against this module in the future. However the acutal impact
  for a non-vimc user should be minimum.

  There is a null pointer deference issue was found while inserting the
  vimc module on some system (lp:1840028), it will be handled in that bug.


  == Original Bug report ==
  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 missing from the linux-modules packages:

  $ grep VIMC /boot/config-*
  /boot/config-4.15.0-32-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.17.9-041709-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.4-041804-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.7-041807-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-13-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-15-generic:# CONFIG_VIDEO_VIMC is not set

  Could this be enabled in future releases as a module please?

  I'm running Ubuntu 19.04, with Ubuntu 5.0.0-13.14-generic 5.0.6,
  however I believe this issue affects all current Ubuntu kernel
  releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831482/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 in Ubuntu.
https://bugs.launchpad.net/bugs/1831482

Title:
  VIMC module not available (CONFIG_VIDEO_VIMC not set)

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Disco:
  Fix Committed
Status in linux source package in Eoan:
  Fix Released

Bug description:
  == SRU Justification ==
  VIMC is a virtual media controller that can emulate a real media device.
  This is useful for automated tests, and development of multimedia frameworks.

  == Fix ==
  Enable VIMC as a module in B/D/E kernel configs.

  == Test ==
  Test kernels could be found here:
  https://people.canonical.com/~phlin/kernel/lp-1831482-cfg-vimc/

  User has reported that the Eoan kernel works as expected.
  I have also smoke tested the B/D kernel to make sure the VIMC modules
  can be loaded properly.

  == Regression Potential ==
  Low, this patchset enables the VIMC module support, we might see some
  bug reports against this module in the future. However the acutal impact
  for a non-vimc user should be minimum.

  There is a null pointer deference issue was found while inserting the
  vimc module on some system (lp:1840028), it will be handled in that bug.


  == Original Bug report ==
  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 missing from the linux-modules packages:

  $ grep VIMC /boot/config-*
  /boot/config-4.15.0-32-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.17.9-041709-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.4-041804-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.7-041807-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-13-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-15-generic:# CONFIG_VIDEO_VIMC is not set

  Could this be enabled in future releases as a module please?

  I'm running Ubuntu 19.04, with Ubuntu 5.0.0-13.14-generic 5.0.6,
  however I believe this issue affects all current Ubuntu kernel
  releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831482/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress
Status in linux source package in Disco:
  In Progress
Status in linux source package in Eoan:
  In Progress

Bug description:
  == SRU Justification ==
  VIMC is a virtual media controller that can emulate a real media device.
  This is useful for automated tests, and development of multimedia frameworks.

  == Fix ==
  Enable VIMC as a module in B/D/E kernel configs.

  == Test ==
  Test kernels could be found here:
  https://people.canonical.com/~phlin/kernel/lp-1831482-cfg-vimc/

  User has reported that the Eoan kernel works as expected.
  I have also smoke tested the B/D kernel to make sure the VIMC modules
  can be loaded properly.

  == Regression Potential ==
  Low, this patchset just enable the VIMC module support.

  
  == Original Bug report ==
  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 missing from the linux-modules packages:

  $ grep VIMC /boot/config-*
  /boot/config-4.15.0-32-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.17.9-041709-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.4-041804-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.7-041807-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-13-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-15-generic:# CONFIG_VIDEO_VIMC is not set

  Could this be enabled in future releases as a module please?

  I'm running Ubuntu 19.04, with Ubuntu 5.0.0-13.14-generic 5.0.6,
  however I believe this issue affects all current Ubuntu kernel
  releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831482/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 (CONFIG_VIDEO_VIMC not set)

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress
Status in linux source package in Disco:
  In Progress
Status in linux source package in Eoan:
  In Progress

Bug description:
  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 missing from the linux-modules packages:

  $ grep VIMC /boot/config-*
  /boot/config-4.15.0-32-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.17.9-041709-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.4-041804-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.7-041807-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-13-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-15-generic:# CONFIG_VIDEO_VIMC is not set

  
  Could this be enabled in future releases as a module please?

  I'm running Ubuntu 19.04, with Ubuntu 5.0.0-13.14-generic 5.0.6,
  however I believe this issue affects all current Ubuntu kernel
  releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831482/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 available (CONFIG_VIDEO_VIMC not set)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 missing from the linux-modules packages:

  $ grep VIMC /boot/config-*
  /boot/config-4.15.0-32-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.17.9-041709-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.4-041804-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.7-041807-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-13-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-15-generic:# CONFIG_VIDEO_VIMC is not set

  
  Could this be enabled in future releases as a module please?

  I'm running Ubuntu 19.04, with Ubuntu 5.0.0-13.14-generic 5.0.6,
  however I believe this issue affects all current Ubuntu kernel
  releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831482/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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, 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 linux package in Ubuntu:
  Confirmed

Bug description:
  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 missing from the linux-modules packages:

  $ grep VIMC /boot/config-*
  /boot/config-4.15.0-32-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.17.9-041709-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.4-041804-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.7-041807-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-13-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-15-generic:# CONFIG_VIDEO_VIMC is not set

  
  Could this be enabled in future releases as a module please?

  I'm running Ubuntu 19.04, with Ubuntu 5.0.0-13.14-generic 5.0.6,
  however I believe this issue affects all current Ubuntu kernel
  releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831482/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 missing from the linux-modules packages:

$ grep VIMC /boot/config-*
/boot/config-4.15.0-32-generic:# CONFIG_VIDEO_VIMC is not set
/boot/config-4.17.9-041709-generic:# CONFIG_VIDEO_VIMC is not set
/boot/config-4.18.4-041804-generic:# CONFIG_VIDEO_VIMC is not set
/boot/config-4.18.7-041807-generic:# CONFIG_VIDEO_VIMC is not set
/boot/config-5.0.0-13-generic:# CONFIG_VIDEO_VIMC is not set
/boot/config-5.0.0-15-generic:# CONFIG_VIDEO_VIMC is not set


Could this be enabled in future releases as a module please?

I'm running Ubuntu 19.04, with Ubuntu 5.0.0-13.14-generic 5.0.6, however
I believe this issue affects all current Ubuntu kernel releases.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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 linux package in Ubuntu:
  New

Bug description:
  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 missing from the linux-modules packages:

  $ grep VIMC /boot/config-*
  /boot/config-4.15.0-32-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.17.9-041709-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.4-041804-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-4.18.7-041807-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-13-generic:# CONFIG_VIDEO_VIMC is not set
  /boot/config-5.0.0-15-generic:# CONFIG_VIDEO_VIMC is not set

  
  Could this be enabled in future releases as a module please?

  I'm running Ubuntu 19.04, with Ubuntu 5.0.0-13.14-generic 5.0.6,
  however I believe this issue affects all current Ubuntu kernel
  releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831482/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 to thermald in Ubuntu.
https://bugs.launchpad.net/bugs/1800446

Title:
  kidle_inject constantly running

Status in linux package in Ubuntu:
  Incomplete
Status in thermald package in Ubuntu:
  Confirmed

Bug description:
  Computer boots up fine, but as soon as any process causes a single
  spike in CPU, `kidle_inject` starts and it just won't stop.

  Even after 1 hour of idling, with low temperatures, no fan, it’s still
  making this computer unresponsive.

  I disabled `kidle_inject` process by creating a file `/etc/modprobe.d
  /blacklist-power.conf` with the following content:

  ```
  blacklist intel_powerclamp
  blacklist intel_rapl
  ``` 

  Then I restarted computer. Since then, my computer is not unresponsive
  anymore, and I use it to work all the time.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  williamivanski   5974 F pulseaudio
   /dev/snd/controlC1:  williamivanski   5974 F pulseaudio
  Date: Mon Oct 29 08:05:09 2018
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=1c6d4273-ae09-412d-9488-78ab7ba2fc4b
  InstallationDate: Installed on 2015-09-23 (1131 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LG Electronics 13Z940-G.BK71P1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-10-generic 
root=UUID=42b637c4-2da3-4c1a-a62d-b4beb93b8243 ro quiet splash vt.handoff=1
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-10-generic N/A
   linux-backports-modules-4.18.0-10-generic  N/A
   linux-firmware 1.175
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-10-23 (5 days ago)
  dmi.bios.date: 09/04/2014
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 13Z940FF
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: White Tip Mountain
  dmi.board.vendor: LG Electronics
  dmi.board.version: FAB3
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr13Z940FF:bd09/04/2014:svnLGElectronics:pn13Z940-G.BK71P1:pvr0.1:rvnLGElectronics:rnWhiteTipMountain:rvrFAB3:cvnLGElectronics:ct9:cvr0.1:
  dmi.product.family: Shark Bay ULT
  dmi.product.name: 13Z940-G.BK71P1
  dmi.product.sku: System SKUNumber
  dmi.product.version: 0.1
  dmi.sys.vendor: LG Electronics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1800446/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 development.

-- 
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/1812114

Title:
  Dell 7275 integrated webcam not detected

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Duel booting with Windows shows the hardware works out-of-the-box
  there. Windows device manager calls it 'Intel AVSteam Camera 2500' on
  'Intel HD Graphics 515'.

  It claims the attach path is video\ven_8086\subsys\06D61028

  Upgrading to the 18.04 HWE kernel hasn't changed things.

  syslog, lspci and lsusb attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rachael1424 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2017-07-01 (564 days ago)
  InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 044e:120f Alps Electric Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Latitude 7275
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=dbb9db13-e808-4c74-9929-04b7deb9c4c7 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-04-25 (266 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/12/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.4.1
  dmi.board.name: 0PDKYR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.4.1:bd09/12/2018:svnDellInc.:pnLatitude7275:pvr:rvnDellInc.:rn0PDKYR:rvrA00:cvnDellInc.:ct8:cvr:
  dmi.product.family: Latitude
  dmi.product.name: Latitude 7275
  dmi.product.sku: 06D6
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2017-07-01 (566 days ago)
  InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  Package: linux (not installed)
  Tags:  bionic
  Uname: Linux 5.0.0-05rc2-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to bionic on 2018-04-25 (267 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1812114/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp