[Kernel-packages] [Bug 1921345] Re: Support MIPI camera through Intel IPU6

2021-12-27 Thread You-Sheng Yang
** Changed in: hwe-next
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1921345

Title:
  Support MIPI camera through Intel IPU6

Status in HWE Next:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux-firmware package in Ubuntu:
  Won't Fix
Status in linux-oem-5.13 package in Ubuntu:
  Invalid
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Won't Fix
Status in linux-firmware source package in Focal:
  Fix Released
Status in linux-oem-5.10 source package in Focal:
  Fix Released
Status in linux-oem-5.13 source package in Focal:
  Fix Released
Status in linux-oem-5.14 source package in Focal:
  Invalid
Status in linux-firmware source package in Hirsute:
  Won't Fix
Status in linux source package in Jammy:
  Invalid
Status in linux-firmware source package in Jammy:
  Won't Fix
Status in linux-oem-5.13 source package in Jammy:
  Invalid
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  There are new platforms with MIPI camera based on Intel IPU6(Imaging
  Processing Unit version 6) currently unsupported in Ubuntu.

  [Fix]

  Intel IPU6 can be enabled by integration of following kernel driver,
  firmware, userspace HAL libraries as well as a GStreamer source element:

* https://github.com/intel/ipu6-drivers
* https://github.com/intel/ipu6-camera-bins
* https://github.com/intel/ipu6-camera-hal
* https://github.com/intel/icamerasrc

  This patchset took kernel patches from intel/ipu6-drivers.

  [Test Case]

  With kernel/firmware properly installed, the hardware should be ready for
  further development:

$ dmesg | grep ipu
intel-ipu6 intel-ipu: enabling device ( -> 0002)
intel-ipu6 intel-ipu: Device 0x9a19 (rev: 0x1)
intel-ipu6 intel-ipu: physical base address 0x605400
intel-ipu6 intel-ipu: mapped as: 0x97793328
intel-ipu6 intel-ipu: IPU in secure mode
intel-ipu6 intel-ipu: IPC reset done
intel-ipu6 intel-ipu: cpd file name: intel/ipu6_fw.bin
intel-ipu6 intel-ipu: FW version: 20201222
intel-ipu6 intel-ipu: Sending BOOT_LOAD to CSE
intel-ipu6 intel-ipu: Sending AUTHENTICATE_RUN to CSE
intel-ipu6 intel-ipu: CSE authenticate_run done
intel-ipu6 intel-ipu: IPU driver version 1.0
intel-ipu6-psys intel-ipu6-psys0: pkg_dir entry count:8
intel-ipu6-psys intel-ipu6-psys0: psys probe minor: 0
intel-ipu6-isys intel-ipu6-isys0: bind ov01a1s 20-0036 nlanes is 1
  port is 1
intel-ipu6-isys intel-ipu6-isys0: All sensor registration completed.
intel-ipu6-isys intel-ipu6-isys0: stream on ov01a1s 20-0036

  There should be nearly 24 video4linux devices created under /dev.

  [Where problems could occur]

  MIPI camera through Intel IPU6 takes also firmware blobs loaded in
  runtime from user space, addtional softwares are also required to
  fully enable it for oridinary use. The exposed video devices are hidden
  from general users and a relay daemon+v4l2loopback is used to enable
  use from existing applications.

  >From kernel's point of view, there is still a known issue that it takes
  root priviledge to access these devices.

  [Other Info]

  So far Intel has no plan to commit this driver to upstream yet, so it's
  only nominated for oem-5.10. It will only be nominated to generic
  kernels when the plan/requirements have changed.

  The original driver Kconfig would disable VIDEO_IPU3_CIO2, but that's
  reverted to avoid unnecessary changes to existing users.

  == original bug description ==

  The Intel imaging processing unit version 6, found in Intel SoCs and
  used for capturing images and video from a camera sensor is enabled by
  integration of following kernel driver, firmware, userspace HAL
  libraries as well as a GStreamer source element:

    * https://github.com/intel/ipu6-drivers
    * https://github.com/intel/ipu6-camera-bins
    * https://github.com/intel/ipu6-camera-hal
    * https://github.com/intel/icamerasrc

  With all components properly installed, the hardware should be ready
  for further development:

    intel-ipu6 intel-ipu: enabling device ( -> 0002)
    intel-ipu6 intel-ipu: Device 0x9a19 (rev: 0x1)
    intel-ipu6 intel-ipu: physical base address 0x605400
    intel-ipu6 intel-ipu: mapped as: 0x97793328
    intel-ipu6 intel-ipu: IPU in secure mode
    intel-ipu6 intel-ipu: IPC reset done
    intel-ipu6 intel-ipu: cpd file name: intel/ipu6_fw.bin
    intel-ipu6 intel-ipu: FW version: 20201222
    intel-ipu6 intel-ipu: Sending BOOT_LOAD to CSE
    intel-ipu6 intel-ipu: Sending AUTHENTICATE_RUN to CSE
    intel-ipu6 intel-ipu: CSE authenticate_run done
    intel-ipu6 intel-ipu: IPU driver version 1.0
    intel-ipu6-psys intel-ipu6-psys0: pkg_dir entry count:8
    

[Kernel-packages] [Bug 1955882] Re: MT7921[14c3:7961] ASPM is disabled and it affects power consumption

2021-12-27 Thread AceLan Kao
** Description changed:

  [Impact]
+ MT7921 is disabled by default, and it affects the power consumption.
  
  [Fix]
+ MTK pointed out we need this commit which is included in v5.16-rc1
+bf3747ae2e25 mt76: mt7921: enable aspm by default
  
  [Test]
+ Verified on Dell machines with MT7921 wifi card.
  
  [Where problems could occur]
+ Enable device ASPM is always risky, but MT7921 is a rather new device,
+ and MTK submitted the patch at June, so it should be safe to enable ASPM
+ on this new device and there is no follow up fixes commit after ASPM is 
enabled.

** Tags added: oem-priority originate-from-1945427 somerville

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

Title:
  MT7921[14c3:7961] ASPM is disabled and it affects power consumption

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  [Impact]
  MT7921 is disabled by default, and it affects the power consumption.

  [Fix]
  MTK pointed out we need this commit which is included in v5.16-rc1
 bf3747ae2e25 mt76: mt7921: enable aspm by default

  [Test]
  Verified on Dell machines with MT7921 wifi card.

  [Where problems could occur]
  Enable device ASPM is always risky, but MT7921 is a rather new device,
  and MTK submitted the patch at June, so it should be safe to enable ASPM
  on this new device and there is no follow up fixes commit after ASPM is 
enabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955882/+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 1955882] [NEW] MT7921[14c3:7961] ASPM is disabled and it affects power consumption

2021-12-27 Thread AceLan Kao
Public bug reported:

[Impact]

[Fix]

[Test]

[Where problems could occur]

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: AceLan Kao (acelankao)
 Status: In Progress

** Affects: linux-oem-5.14 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux (Ubuntu Focal)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-5.14 (Ubuntu Focal)
 Importance: Undecided
 Assignee: AceLan Kao (acelankao)
 Status: In Progress

** Affects: linux (Ubuntu Jammy)
 Importance: Undecided
 Assignee: AceLan Kao (acelankao)
 Status: In Progress

** Affects: linux-oem-5.14 (Ubuntu Jammy)
 Importance: Undecided
 Status: Invalid

** Also affects: linux (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.14 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Focal)
   Status: New => Invalid

** Changed in: linux-oem-5.14 (Ubuntu Jammy)
   Status: New => Invalid

** Changed in: linux-oem-5.14 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => AceLan Kao (acelankao)

** Changed in: linux-oem-5.14 (Ubuntu Focal)
 Assignee: (unassigned) => AceLan Kao (acelankao)

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

Title:
  MT7921[14c3:7961] ASPM is disabled and it affects power consumption

Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  [Impact]

  [Fix]

  [Test]

  [Where problems could occur]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1955882/+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 1955383] Re: Support Intel IPU6 MIPI camera on Alder Lake platforms

2021-12-27 Thread You-Sheng Yang
SRU: https://lists.ubuntu.com/archives/kernel-
team/2021-December/126813.html (oem-5.14)

** Description changed:

+ == kernel driver SRU ==
+ 
+ [SRU Justification]
+ 
+ [Impact]
+ 
+ To support Intel IPU6 MIPI camera on Alder Lake platforms.
+ 
+ [Fix]
+ 
+ Initial support for Intel IPU6 MIPI camera on Tiger Lake platforms has
+ been addressed by bug 1921345 and 1939539. They are backported from
+ https://github.com/intel/ipu6-drivers.
+ 
+ Further works to enable IPU6 camera on Alder Lake platforms depend on a
+ few more fixes from same ipu6-drivers repository, as well as an extra
+ https://github.com/intel/ivsc-driver for Intel Vision Sensing
+ Controller(IVSC).
+ 
+ [Test Case]
+ 
+ This depends on an integral of enablement components inclusive of the
+ kernel drivers that are being proposed, firmware, updates for the
+ userspace camera hardware abstration layer library and a gstreamer
+ element as what we have for Tiger Lake platforms.
+ 
+ [Where problems could occur]
+ 
+ It's confirmed Intel IPU6 MIPI camera doesn't support suspend at
+ streaming.
+ 
+ [Other Info]
+ 
+ Jammy is planned, but yet the support for 5.15 kernel is not yet started
+ from Intel side.
+ 
+ == linux-firmware SRU ==
+ 
+ [SRU Justification]
+ 
+ [Impact]
+ 
+ Intel IPU6 MIPI camera on Alder Lake platform takes a different fw blob.
+ 
+ [Fix]
+ 
+ While Intel has no intention to upstream IPU6 driver before kernel
+ camera is out, it's available in
+ https://github.com/intel/ipu6-camera-bins commit e60fae2b5128 from its
+ main branch.
+ 
+ [Test Case]
+ 
+ This would take both kernel and firmware fixes, as well as updates for
+ the userspace middleware, gstreamer element plugin, to enable the device.
+ With all of them in position, one should be able to browse camera with
+ legacy camera apps like cheese.
+ 
+ [Where problems could occur]
+ 
+ It's confirmed Intel IPU6 MIPI camera doesn't support suspend at
+ streaming.
+ 
+ == original bug report ==
+ 
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
- --- 
+ ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
-  
+ 
  DistributionChannelDescriptor:
-  # This is the distribution channel descriptor for the OEM CDs
-  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
-  canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
+  # This is the distribution channel descriptor for the OEM CDs
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
-  linux-restricted-modules-5.14.0-2013-oem N/A
-  linux-backports-modules-5.14.0-2013-oem  N/A
-  linux-firmware   1.187.23+staging.38
+  linux-restricted-modules-5.14.0-2013-oem N/A
+  linux-backports-modules-5.14.0-2013-oem  N/A
+  linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in 

[Kernel-packages] [Bug 1948958] Re: No Wi-fi device found

2021-12-27 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  No Wi-fi device found

Status in linux package in Ubuntu:
  Expired

Bug description:
  P14s Gen 2 running 20.04.3 doesn't find Wi-Fi and only ethernet works. Tested 
fine on 21.4 and 21.10 however devices need to be on LTS.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  rishi   869 F pulseaudio
   /dev/snd/controlC0:  rishi   869 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-10-27 (1 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  IwConfig:
   lono wireless extensions.
   
   enp0s31f6  no wireless extensions.
  MachineType: LENOVO 20VX0011UK
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-27-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-27-generic N/A
   linux-backports-modules-5.11.0-27-generic  N/A
   linux-firmware 1.187.16
  Tags:  focal
  Uname: Linux 5.11.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/07/2021
  dmi.bios.release: 1.43
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N34ET43W (1.43 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20VX0011UK
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.35
  dmi.modalias: 
dmi:bvnLENOVO:bvrN34ET43W(1.43):bd09/07/2021:br1.43:efr1.35:svnLENOVO:pn20VX0011UK:pvrThinkPadP14sGen2i:rvnLENOVO:rn20VX0011UK:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad P14s Gen 2i
  dmi.product.name: 20VX0011UK
  dmi.product.sku: LENOVO_MT_20VX_BU_Think_FM_ThinkPad P14s Gen 2i
  dmi.product.version: ThinkPad P14s Gen 2i
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1948958/+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 1949532] Re: ubuntu_ltp_controllers tests failing on Impish ($cgroup_name already mounted or mount point busy)

2021-12-27 Thread Po-Hsu Lin
This is failing on impish oracle now.

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

Title:
  ubuntu_ltp_controllers tests failing on Impish ($cgroup_name already
  mounted or mount point busy)

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Impish:
  Confirmed

Bug description:
  Almost half of the ubuntu_ltp_controllers tests (142 out of 198) are
  failing due to the general pattern 'cgroup_name already mounted or
  mount point busy' causing the tests to fail.

  e.g.
  mount: /dev/cgroup: ltp_cgroup already mounted or mount point busy.
  cgroup_fj_function2_memory 1 TBROK: mount -t cgroup -o memory ltp_cgroup 
/dev/cgroup failed

  From investigation it seems there could be an issue with the
  transition to cgroup-v2. There have been rumors on the ltp mailing
  list that one of these days the tests could break due to the
  transition. Switching to cgroup-v2, likely due to a systemd update,
  could cause these tests to break due to different mount and cgroup
  hierarchy semantics.

  I could only reproduce a subset of the new failures we are seeing, but
  after setting systemd.unified_cgroup_hierarchy=0 on the kernel command
  line which sets cgroup back to v1, a lot of the failures I could
  produce went away.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1949532/+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 1955845] Missing required logs.

2021-12-27 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1955845

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  i915 :00:02.0: [drm] GPU HANG: ecode 12:1:859b, in gnome-shell

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  i915 driver problem

  I get constant GPU HANGS which render de computer unusable. The only solution 
I have found is to boot with the nomodeset flag, but this prevents the HDMI 
port from working.
  I'm using Ubuntu 21.10 Kernel 5.16.0rc6 (same problem with all other pervious 
kernels)
  Linux squid 5.16.0-051600rc6-generic #202112192330 SMP PREEMPT Sun Dec 19 
23:34:42 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1955845/+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 1955845] Re: i915 0000:00:02.0: [drm] GPU HANG: ecode 12:1:859ffffb, in gnome-shell

2021-12-27 Thread Brian Murray
** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  i915 :00:02.0: [drm] GPU HANG: ecode 12:1:859b, in gnome-shell

Status in linux package in Ubuntu:
  New

Bug description:
  i915 driver problem

  I get constant GPU HANGS which render de computer unusable. The only solution 
I have found is to boot with the nomodeset flag, but this prevents the HDMI 
port from working.
  I'm using Ubuntu 21.10 Kernel 5.16.0rc6 (same problem with all other pervious 
kernels)
  Linux squid 5.16.0-051600rc6-generic #202112192330 SMP PREEMPT Sun Dec 19 
23:34:42 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1955845/+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 1955845] [NEW] i915 0000:00:02.0: [drm] GPU HANG: ecode 12:1:859ffffb, in gnome-shell

2021-12-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

i915 driver problem

I get constant GPU HANGS which render de computer unusable. The only solution I 
have found is to boot with the nomodeset flag, but this prevents the HDMI port 
from working.
I'm using Ubuntu 21.10 Kernel 5.16.0rc6 (same problem with all other pervious 
kernels)
Linux squid 5.16.0-051600rc6-generic #202112192330 SMP PREEMPT Sun Dec 19 
23:34:42 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

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


** Tags: bot-comment
-- 
i915 :00:02.0: [drm] GPU HANG: ecode 12:1:859b, in gnome-shell
https://bugs.launchpad.net/bugs/1955845
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 1951784] Re: Can't read/write SD card after running CPU offline test in 5.11.0 and 5.13.0

2021-12-27 Thread Kai-Heng Feng
** Changed in: linux (Ubuntu)
 Assignee: Kai-Heng Feng (kaihengfeng) => (unassigned)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-signed-hwe-5.11 in Ubuntu.
https://bugs.launchpad.net/bugs/1951784

Title:
  Can't read/write SD card after running CPU offline test in 5.11.0 and
  5.13.0

Status in linux package in Ubuntu:
  Triaged
Status in linux-signed-hwe-5.11 package in Ubuntu:
  New
Status in linux-signed-hwe-5.13 package in Ubuntu:
  New

Bug description:
  [Summary]
  I'm reviewing SRU testing on Dell XPS 13 7390(201906-27131) and mediacard 
test always fails.
  I found that after CPU offline test, I can't read/write SD card.
  After checking dmesg, I got those error msgs.
  [  232.577510] __common_interrupt: 7.34 No irq handler for vector
  [  234.354327] mmc0: error -110 doing runtime resume

  I found the same issue on Dell Precision 3551(202002-27718) and Dell
  Precision 5530(201807-26342) in 5.13.0-21 and 5.11.0-36

  Before I didn't think it's a bug since I re-run mediacard test then
  it's pass. But this cycle there are more systems failed to the test, I
  just started digging into that.

  [Step to reproduce]
  1. install ubuntu-20.04.2/ubuntu-21.10/ubuntu-21.04
  2. sudo apt update; sudo apt dist-upgrade -y
  3. run cpu offline test via checkbox-cli or execute following command
     for ((i=1;i<=$(nproc --all) -1;i++));do sudo chcpu -d $i;sudo chcpu -e $i; 
done;
     cd $mount_point_of_sd_card
     sudo dd if=/dev/urandom of=test bs=1M count=10

  [Expected result]
  Can read/write SD card.

  [Actual result]
  Can't read/write SD card.

  [Failure rate]
  5/5

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.11.0-41-generic 5.11.0-41.45~20.04.1
  ProcVersionSignature: Ubuntu 5.11.0-41.45~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Mon Nov 22 01:28:59 2021
  InstallationDate: Installed on 2020-08-03 (475 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-5.11
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1951784/+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 1955854] Status changed to Confirmed

2021-12-27 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => 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/1955854

Title:
  After update to linux kernel 5.13.0-22-generic, cannot power off,
  cannot reboot, and cannot sleep PC.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm running Kubuntu 21.10 on a Lenovo Ideapad 320, dual booting with
  Windows 10.

  After installing the kernel update to 5.13.0-22-generic, shutting
  down, rebooting, sleeping, etc all fail in the same manner; the
  display shuts off, but the power remains on (the LED powerlight
  doesn't go off if powering off, flash if sleeping, etc). Disabling
  acpi doesn't appear to do anything.

  Booting into 5.13.0-21-generic (the previous kernel) restores all
  functionality.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-21-generic 5.13.0-21.21
  ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
  Uname: Linux 5.13.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  bernard1098 F pulseaudio
   /dev/snd/controlC0:  bernard1098 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Tue Dec 28 11:39:40 2021
  InstallationDate: Installed on 2021-10-12 (76 days ago)
  InstallationMedia: Kubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  MachineType: LENOVO 80XV
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-21-generic 
root=UUID=45b83ce7-1891-465e-9203-35ce1c1a973d ro
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-21-generic N/A
   linux-backports-modules-5.13.0-21-generic  N/A
   linux-firmware 1.201.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to impish on 2021-10-15 (73 days ago)
  dmi.bios.date: 10/29/2018
  dmi.bios.release: 1.24
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5PCN24WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40700WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 320-15AST
  dmi.ec.firmware.release: 1.24
  dmi.modalias: 
dmi:bvnLENOVO:bvr5PCN24WW:bd10/29/2018:br1.24:efr1.24:svnLENOVO:pn80XV:pvrLenovoideapad320-15AST:rvnLENOVO:rnLNVNB161216:rvrSDK0J40700WIN:cvnLENOVO:ct10:cvrLenovoideapad320-15AST:skuLENOVO_MT_80XV_BU_idea_FM_ideapad320-15AST:
  dmi.product.family: ideapad 320-15AST
  dmi.product.name: 80XV
  dmi.product.sku: LENOVO_MT_80XV_BU_idea_FM_ideapad 320-15AST
  dmi.product.version: Lenovo ideapad 320-15AST
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1955854/+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 1955854] [NEW] After update to linux kernel 5.13.0-22-generic, cannot power off, cannot reboot, and cannot sleep PC.

2021-12-27 Thread Bernard Helyer
Public bug reported:

I'm running Kubuntu 21.10 on a Lenovo Ideapad 320, dual booting with
Windows 10.

After installing the kernel update to 5.13.0-22-generic, shutting down,
rebooting, sleeping, etc all fail in the same manner; the display shuts
off, but the power remains on (the LED powerlight doesn't go off if
powering off, flash if sleeping, etc). Disabling acpi doesn't appear to
do anything.

Booting into 5.13.0-21-generic (the previous kernel) restores all
functionality.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: linux-image-5.13.0-21-generic 5.13.0-21.21
ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
Uname: Linux 5.13.0-21-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  bernard1098 F pulseaudio
 /dev/snd/controlC0:  bernard1098 F pulseaudio
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Tue Dec 28 11:39:40 2021
InstallationDate: Installed on 2021-10-12 (76 days ago)
InstallationMedia: Kubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
MachineType: LENOVO 80XV
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-21-generic 
root=UUID=45b83ce7-1891-465e-9203-35ce1c1a973d ro
RelatedPackageVersions:
 linux-restricted-modules-5.13.0-21-generic N/A
 linux-backports-modules-5.13.0-21-generic  N/A
 linux-firmware 1.201.3
SourcePackage: linux
UpgradeStatus: Upgraded to impish on 2021-10-15 (73 days ago)
dmi.bios.date: 10/29/2018
dmi.bios.release: 1.24
dmi.bios.vendor: LENOVO
dmi.bios.version: 5PCN24WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40700WIN
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 320-15AST
dmi.ec.firmware.release: 1.24
dmi.modalias: 
dmi:bvnLENOVO:bvr5PCN24WW:bd10/29/2018:br1.24:efr1.24:svnLENOVO:pn80XV:pvrLenovoideapad320-15AST:rvnLENOVO:rnLNVNB161216:rvrSDK0J40700WIN:cvnLENOVO:ct10:cvrLenovoideapad320-15AST:skuLENOVO_MT_80XV_BU_idea_FM_ideapad320-15AST:
dmi.product.family: ideapad 320-15AST
dmi.product.name: 80XV
dmi.product.sku: LENOVO_MT_80XV_BU_idea_FM_ideapad 320-15AST
dmi.product.version: Lenovo ideapad 320-15AST
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug impish

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

Title:
  After update to linux kernel 5.13.0-22-generic, cannot power off,
  cannot reboot, and cannot sleep PC.

Status in linux package in Ubuntu:
  New

Bug description:
  I'm running Kubuntu 21.10 on a Lenovo Ideapad 320, dual booting with
  Windows 10.

  After installing the kernel update to 5.13.0-22-generic, shutting
  down, rebooting, sleeping, etc all fail in the same manner; the
  display shuts off, but the power remains on (the LED powerlight
  doesn't go off if powering off, flash if sleeping, etc). Disabling
  acpi doesn't appear to do anything.

  Booting into 5.13.0-21-generic (the previous kernel) restores all
  functionality.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-21-generic 5.13.0-21.21
  ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
  Uname: Linux 5.13.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  bernard1098 F pulseaudio
   /dev/snd/controlC0:  bernard1098 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Tue Dec 28 11:39:40 2021
  InstallationDate: Installed on 2021-10-12 (76 days ago)
  InstallationMedia: Kubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  MachineType: LENOVO 80XV
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-21-generic 
root=UUID=45b83ce7-1891-465e-9203-35ce1c1a973d ro
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-21-generic N/A
   linux-backports-modules-5.13.0-21-generic  N/A
   linux-firmware 1.201.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to impish on 2021-10-15 (73 days ago)
  dmi.bios.date: 10/29/2018
  dmi.bios.release: 1.24
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5PCN24WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40700WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 320-15AST
  dmi.ec.firmware.release: 1.24
  dmi.modalias: 
dmi:bvnLENOVO:bvr5PCN24WW:bd10/29/2018:br1.24:efr1.24:svnLENOVO:pn80XV:pvrLenovoideapad320-15AST:rvnLENOVO:rnLNVNB161216:rvrSDK0J40700WIN:cvnLENOVO:ct10:cvrLenovoideapad320-15AST:skuLENOVO_MT_80XV_BU_idea_FM_ideapad320-15AST:
  

[Kernel-packages] [Bug 1863627] Re: Intel Dual Band Wireless AC 9560 [8086:9df0] subsystem id [8086:0034] kernel oops in __iwl_mvm_mac_stop

2021-12-27 Thread Bug Watch Updater
** Changed in: linux
   Status: Incomplete => Fix Released

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

Title:
  Intel Dual Band Wireless AC 9560 [8086:9df0] subsystem id [8086:0034]
  kernel oops in __iwl_mvm_mac_stop

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When booting, i always get this oops:

  
  [   31.477399] iwlwifi :00:14.3: RF_KILL bit toggled to disable radio.
  [   31.477400] iwlwifi :00:14.3: reporting RF_KILL (radio disabled)
  [   31.490515] [ cut here ]
  [   31.490516] UMAC scan UID 0 status was not cleaned
  [   31.490540] WARNING: CPU: 3 PID: 954 at 
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c:1434 
__iwl_mvm_mac_stop+0x129/0x130 [iwlmvm]
  [   31.490540] Modules linked in: cmac nvidia_modeset(PO) snd_usb_audio 
snd_usbmidi_lib bnep aufs uvcvideo videobuf2_vmalloc videobuf2_memops overlay 
videobuf2_v4l2 videobuf2_common videodev mc btusb btrtl btbcm btintel bluetooth 
ecdh_generic ecc bbswitch(OE) binfmt_misc nls_iso8859_1 sof_pci_dev 
snd_sof_intel_hda_common snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc 
snd_sof x86_pkg_temp_thermal snd_sof_xtensa_dsp intel_powerclamp snd_soc_skl 
snd_soc_hdac_hda snd_hda_codec_hdmi snd_hda_ext_core coretemp snd_soc_skl_ipc 
snd_soc_sst_ipc iwlmvm snd_soc_sst_dsp kvm_intel snd_soc_acpi_intel_match 
snd_soc_acpi mac80211 kvm snd_soc_core snd_hda_codec_realtek snd_compress 
irqbypass ac97_bus snd_hda_codec_generic libarc4 nvidia(PO) snd_pcm_dmaengine 
intel_cstate mei_hdcp intel_rapl_msr snd_seq_midi snd_seq_midi_event 
snd_rawmidi snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_pcm 
iwlwifi intel_rapl_perf thinkpad_acpi joydev input_leds 
processor_thermal_device idma64 nvram
  [   31.490556]  intel_rapl_common ucsi_acpi mei_me serio_raw ledtrig_audio 
typec_ucsi ipmi_devintf intel_wmi_thunderbolt wmi_bmof snd_seq_device 
ipmi_msghandler cfg80211 mei virt_dma intel_soc_dts_iosf intel_pch_thermal 
typec snd_timer snd int3403_thermal soundcore int340x_thermal_zone 
int3400_thermal mac_hid acpi_thermal_rel acpi_pad sch_fq_codel parport_pc ppdev 
lp parport ip_tables x_tables autofs4 dm_crypt hid_generic usbhid hid i915 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel i2c_algo_bit drm_kms_helper 
syscopyarea aesni_intel sysfillrect sysimgblt fb_sys_fops aes_x86_64 
crypto_simd drm cryptd glue_helper nvme psmouse e1000e i2c_i801 sdhci_pci 
nvme_core thunderbolt cqhci intel_lpss_pci sdhci intel_lpss wmi 
pinctrl_cannonlake video pinctrl_intel [last unloaded: nvidia_modeset]
  [   31.490571] CPU: 3 PID: 954 Comm: kworker/3:3 Tainted: P   OE 
5.3.0-29-generic #31-Ubuntu
  [   31.490572] Hardware name: LENOVO 20N3S1HU00/20N3S1HU00, BIOS N2IET77W 
(1.55 ) 10/17/2019
  [   31.490587] Workqueue: events cfg80211_rfkill_sync_work [cfg80211]
  [   31.490591] RIP: 0010:__iwl_mvm_mac_stop+0x129/0x130 [iwlmvm]
  [   31.490592] Code: 9b 04 00 00 74 0e 42 c7 84 a3 ec 1d 00 00 00 00 00 00 eb 
c0 44 89 e6 48 c7 c7 20 65 24 c2 c6 05 41 9b 04 00 01 e8 02 7d c9 e0 <0f> 0b eb 
d8 0f 1f 00 0f 1f 44 00 00 55 48 89 e5 41 57 41 56 41 55
  [   31.490592] RSP: 0018:b8e0c0febc48 EFLAGS: 00010286
  [   31.490593] RAX:  RBX: 937ac5bf1e28 RCX: 
0006
  [   31.490594] RDX: 0007 RSI: 0082 RDI: 
937acc2d7440
  [   31.490594] RBP: b8e0c0febc58 R08: 0498 R09: 
0004
  [   31.490594] R10:  R11: 0001 R12: 

  [   31.490595] R13: 937ac5bf1e90 R14: 937ac5bf1e28 R15: 
937ac5bf3290
  [   31.490595] FS:  () GS:937acc2c() 
knlGS:
  [   31.490596] CS:  0010 DS:  ES:  CR0: 80050033
  [   31.490596] CR2: 5597e8a3b4e8 CR3: 00038d00a001 CR4: 
003606e0
  [   31.490597] Call Trace:
  [   31.490601]  iwl_mvm_mac_stop+0xed/0x110 [iwlmvm]
  [   31.490616]  drv_stop+0x39/0x100 [mac80211]
  [   31.490625]  ieee80211_stop_device+0x46/0x50 [mac80211]
  [   31.490632]  ieee80211_do_stop+0x583/0x810 [mac80211]
  [   31.490639]  ieee80211_stop+0x1a/0x20 [mac80211]
  [   31.490641]  __dev_close_many+0xa5/0x120
  [   31.490641]  dev_close_many+0x91/0x150
  [   31.490642]  dev_close.part.0+0x4a/0x70
  [   31.490643]  dev_close+0x18/0x20
  [   31.490649]  cfg80211_shutdown_all_interfaces+0x77/0xd0 [cfg80211]
  [   31.490653]  cfg80211_rfkill_sync_work+0x2b/0x40 [cfg80211]
  [   31.490655]  process_one_work+0x1db/0x380
  [   31.490656]  worker_thread+0x4d/0x400
  [   31.490657]  kthread+0x104/0x140
  [   31.490658]  ? process_one_work+0x380/0x380
  [   31.490659]  ? kthread_park+0x80/0x80
  [   31.490660]  ret_from_fork+0x1f/0x40
  [   31.490661] ---[ end trace 78f4dd0c5ace42be ]---
  [   34.559852] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps 

[Kernel-packages] [Bug 1863627]

2021-12-27 Thread golan.ben.ami
Hi,
1. The sha1 you added doesn't tell the FW file. The full dmesg does show, but I 
can't find it.
2. This is a different bug. we have a fix for it on FW API 69 which will be 
part of 5.17. 

If this bug doesn't repro please close it.

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

Title:
  Intel Dual Band Wireless AC 9560 [8086:9df0] subsystem id [8086:0034]
  kernel oops in __iwl_mvm_mac_stop

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When booting, i always get this oops:

  
  [   31.477399] iwlwifi :00:14.3: RF_KILL bit toggled to disable radio.
  [   31.477400] iwlwifi :00:14.3: reporting RF_KILL (radio disabled)
  [   31.490515] [ cut here ]
  [   31.490516] UMAC scan UID 0 status was not cleaned
  [   31.490540] WARNING: CPU: 3 PID: 954 at 
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c:1434 
__iwl_mvm_mac_stop+0x129/0x130 [iwlmvm]
  [   31.490540] Modules linked in: cmac nvidia_modeset(PO) snd_usb_audio 
snd_usbmidi_lib bnep aufs uvcvideo videobuf2_vmalloc videobuf2_memops overlay 
videobuf2_v4l2 videobuf2_common videodev mc btusb btrtl btbcm btintel bluetooth 
ecdh_generic ecc bbswitch(OE) binfmt_misc nls_iso8859_1 sof_pci_dev 
snd_sof_intel_hda_common snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc 
snd_sof x86_pkg_temp_thermal snd_sof_xtensa_dsp intel_powerclamp snd_soc_skl 
snd_soc_hdac_hda snd_hda_codec_hdmi snd_hda_ext_core coretemp snd_soc_skl_ipc 
snd_soc_sst_ipc iwlmvm snd_soc_sst_dsp kvm_intel snd_soc_acpi_intel_match 
snd_soc_acpi mac80211 kvm snd_soc_core snd_hda_codec_realtek snd_compress 
irqbypass ac97_bus snd_hda_codec_generic libarc4 nvidia(PO) snd_pcm_dmaengine 
intel_cstate mei_hdcp intel_rapl_msr snd_seq_midi snd_seq_midi_event 
snd_rawmidi snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_pcm 
iwlwifi intel_rapl_perf thinkpad_acpi joydev input_leds 
processor_thermal_device idma64 nvram
  [   31.490556]  intel_rapl_common ucsi_acpi mei_me serio_raw ledtrig_audio 
typec_ucsi ipmi_devintf intel_wmi_thunderbolt wmi_bmof snd_seq_device 
ipmi_msghandler cfg80211 mei virt_dma intel_soc_dts_iosf intel_pch_thermal 
typec snd_timer snd int3403_thermal soundcore int340x_thermal_zone 
int3400_thermal mac_hid acpi_thermal_rel acpi_pad sch_fq_codel parport_pc ppdev 
lp parport ip_tables x_tables autofs4 dm_crypt hid_generic usbhid hid i915 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel i2c_algo_bit drm_kms_helper 
syscopyarea aesni_intel sysfillrect sysimgblt fb_sys_fops aes_x86_64 
crypto_simd drm cryptd glue_helper nvme psmouse e1000e i2c_i801 sdhci_pci 
nvme_core thunderbolt cqhci intel_lpss_pci sdhci intel_lpss wmi 
pinctrl_cannonlake video pinctrl_intel [last unloaded: nvidia_modeset]
  [   31.490571] CPU: 3 PID: 954 Comm: kworker/3:3 Tainted: P   OE 
5.3.0-29-generic #31-Ubuntu
  [   31.490572] Hardware name: LENOVO 20N3S1HU00/20N3S1HU00, BIOS N2IET77W 
(1.55 ) 10/17/2019
  [   31.490587] Workqueue: events cfg80211_rfkill_sync_work [cfg80211]
  [   31.490591] RIP: 0010:__iwl_mvm_mac_stop+0x129/0x130 [iwlmvm]
  [   31.490592] Code: 9b 04 00 00 74 0e 42 c7 84 a3 ec 1d 00 00 00 00 00 00 eb 
c0 44 89 e6 48 c7 c7 20 65 24 c2 c6 05 41 9b 04 00 01 e8 02 7d c9 e0 <0f> 0b eb 
d8 0f 1f 00 0f 1f 44 00 00 55 48 89 e5 41 57 41 56 41 55
  [   31.490592] RSP: 0018:b8e0c0febc48 EFLAGS: 00010286
  [   31.490593] RAX:  RBX: 937ac5bf1e28 RCX: 
0006
  [   31.490594] RDX: 0007 RSI: 0082 RDI: 
937acc2d7440
  [   31.490594] RBP: b8e0c0febc58 R08: 0498 R09: 
0004
  [   31.490594] R10:  R11: 0001 R12: 

  [   31.490595] R13: 937ac5bf1e90 R14: 937ac5bf1e28 R15: 
937ac5bf3290
  [   31.490595] FS:  () GS:937acc2c() 
knlGS:
  [   31.490596] CS:  0010 DS:  ES:  CR0: 80050033
  [   31.490596] CR2: 5597e8a3b4e8 CR3: 00038d00a001 CR4: 
003606e0
  [   31.490597] Call Trace:
  [   31.490601]  iwl_mvm_mac_stop+0xed/0x110 [iwlmvm]
  [   31.490616]  drv_stop+0x39/0x100 [mac80211]
  [   31.490625]  ieee80211_stop_device+0x46/0x50 [mac80211]
  [   31.490632]  ieee80211_do_stop+0x583/0x810 [mac80211]
  [   31.490639]  ieee80211_stop+0x1a/0x20 [mac80211]
  [   31.490641]  __dev_close_many+0xa5/0x120
  [   31.490641]  dev_close_many+0x91/0x150
  [   31.490642]  dev_close.part.0+0x4a/0x70
  [   31.490643]  dev_close+0x18/0x20
  [   31.490649]  cfg80211_shutdown_all_interfaces+0x77/0xd0 [cfg80211]
  [   31.490653]  cfg80211_rfkill_sync_work+0x2b/0x40 [cfg80211]
  [   31.490655]  process_one_work+0x1db/0x380
  [   31.490656]  worker_thread+0x4d/0x400
  [   31.490657]  kthread+0x104/0x140
  [   31.490658]  ? process_one_work+0x380/0x380
  [   31.490659]  ? 

[Kernel-packages] [Bug 1863627]

2021-12-27 Thread L.Bonnaud
This bug no longer exists.

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

Title:
  Intel Dual Band Wireless AC 9560 [8086:9df0] subsystem id [8086:0034]
  kernel oops in __iwl_mvm_mac_stop

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When booting, i always get this oops:

  
  [   31.477399] iwlwifi :00:14.3: RF_KILL bit toggled to disable radio.
  [   31.477400] iwlwifi :00:14.3: reporting RF_KILL (radio disabled)
  [   31.490515] [ cut here ]
  [   31.490516] UMAC scan UID 0 status was not cleaned
  [   31.490540] WARNING: CPU: 3 PID: 954 at 
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c:1434 
__iwl_mvm_mac_stop+0x129/0x130 [iwlmvm]
  [   31.490540] Modules linked in: cmac nvidia_modeset(PO) snd_usb_audio 
snd_usbmidi_lib bnep aufs uvcvideo videobuf2_vmalloc videobuf2_memops overlay 
videobuf2_v4l2 videobuf2_common videodev mc btusb btrtl btbcm btintel bluetooth 
ecdh_generic ecc bbswitch(OE) binfmt_misc nls_iso8859_1 sof_pci_dev 
snd_sof_intel_hda_common snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc 
snd_sof x86_pkg_temp_thermal snd_sof_xtensa_dsp intel_powerclamp snd_soc_skl 
snd_soc_hdac_hda snd_hda_codec_hdmi snd_hda_ext_core coretemp snd_soc_skl_ipc 
snd_soc_sst_ipc iwlmvm snd_soc_sst_dsp kvm_intel snd_soc_acpi_intel_match 
snd_soc_acpi mac80211 kvm snd_soc_core snd_hda_codec_realtek snd_compress 
irqbypass ac97_bus snd_hda_codec_generic libarc4 nvidia(PO) snd_pcm_dmaengine 
intel_cstate mei_hdcp intel_rapl_msr snd_seq_midi snd_seq_midi_event 
snd_rawmidi snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_pcm 
iwlwifi intel_rapl_perf thinkpad_acpi joydev input_leds 
processor_thermal_device idma64 nvram
  [   31.490556]  intel_rapl_common ucsi_acpi mei_me serio_raw ledtrig_audio 
typec_ucsi ipmi_devintf intel_wmi_thunderbolt wmi_bmof snd_seq_device 
ipmi_msghandler cfg80211 mei virt_dma intel_soc_dts_iosf intel_pch_thermal 
typec snd_timer snd int3403_thermal soundcore int340x_thermal_zone 
int3400_thermal mac_hid acpi_thermal_rel acpi_pad sch_fq_codel parport_pc ppdev 
lp parport ip_tables x_tables autofs4 dm_crypt hid_generic usbhid hid i915 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel i2c_algo_bit drm_kms_helper 
syscopyarea aesni_intel sysfillrect sysimgblt fb_sys_fops aes_x86_64 
crypto_simd drm cryptd glue_helper nvme psmouse e1000e i2c_i801 sdhci_pci 
nvme_core thunderbolt cqhci intel_lpss_pci sdhci intel_lpss wmi 
pinctrl_cannonlake video pinctrl_intel [last unloaded: nvidia_modeset]
  [   31.490571] CPU: 3 PID: 954 Comm: kworker/3:3 Tainted: P   OE 
5.3.0-29-generic #31-Ubuntu
  [   31.490572] Hardware name: LENOVO 20N3S1HU00/20N3S1HU00, BIOS N2IET77W 
(1.55 ) 10/17/2019
  [   31.490587] Workqueue: events cfg80211_rfkill_sync_work [cfg80211]
  [   31.490591] RIP: 0010:__iwl_mvm_mac_stop+0x129/0x130 [iwlmvm]
  [   31.490592] Code: 9b 04 00 00 74 0e 42 c7 84 a3 ec 1d 00 00 00 00 00 00 eb 
c0 44 89 e6 48 c7 c7 20 65 24 c2 c6 05 41 9b 04 00 01 e8 02 7d c9 e0 <0f> 0b eb 
d8 0f 1f 00 0f 1f 44 00 00 55 48 89 e5 41 57 41 56 41 55
  [   31.490592] RSP: 0018:b8e0c0febc48 EFLAGS: 00010286
  [   31.490593] RAX:  RBX: 937ac5bf1e28 RCX: 
0006
  [   31.490594] RDX: 0007 RSI: 0082 RDI: 
937acc2d7440
  [   31.490594] RBP: b8e0c0febc58 R08: 0498 R09: 
0004
  [   31.490594] R10:  R11: 0001 R12: 

  [   31.490595] R13: 937ac5bf1e90 R14: 937ac5bf1e28 R15: 
937ac5bf3290
  [   31.490595] FS:  () GS:937acc2c() 
knlGS:
  [   31.490596] CS:  0010 DS:  ES:  CR0: 80050033
  [   31.490596] CR2: 5597e8a3b4e8 CR3: 00038d00a001 CR4: 
003606e0
  [   31.490597] Call Trace:
  [   31.490601]  iwl_mvm_mac_stop+0xed/0x110 [iwlmvm]
  [   31.490616]  drv_stop+0x39/0x100 [mac80211]
  [   31.490625]  ieee80211_stop_device+0x46/0x50 [mac80211]
  [   31.490632]  ieee80211_do_stop+0x583/0x810 [mac80211]
  [   31.490639]  ieee80211_stop+0x1a/0x20 [mac80211]
  [   31.490641]  __dev_close_many+0xa5/0x120
  [   31.490641]  dev_close_many+0x91/0x150
  [   31.490642]  dev_close.part.0+0x4a/0x70
  [   31.490643]  dev_close+0x18/0x20
  [   31.490649]  cfg80211_shutdown_all_interfaces+0x77/0xd0 [cfg80211]
  [   31.490653]  cfg80211_rfkill_sync_work+0x2b/0x40 [cfg80211]
  [   31.490655]  process_one_work+0x1db/0x380
  [   31.490656]  worker_thread+0x4d/0x400
  [   31.490657]  kthread+0x104/0x140
  [   31.490658]  ? process_one_work+0x380/0x380
  [   31.490659]  ? kthread_park+0x80/0x80
  [   31.490660]  ret_from_fork+0x1f/0x40
  [   31.490661] ---[ end trace 78f4dd0c5ace42be ]---
  [   34.559852] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow 
Control: Rx/Tx

  

[Kernel-packages] [Bug 1863627]

2021-12-27 Thread L.Bonnaud
> can you take latest [firmware] and update if still reproduces?

This bug is quite old, and I do not see this exact WARNING anymore.

What I see on my system today is the following error.  I am going to
open another bug report...

[246584.350533] iwlwifi :36:00.0: Microcode SW error detected. Restarting 
0x0.
[246584.350657] iwlwifi :36:00.0: Start IWL Error Log Dump:
[246584.350660] iwlwifi :36:00.0: Transport status: 0x004A, valid: 6
[246584.350665] iwlwifi :36:00.0: Loaded firmware version: 63.c04f3485.0 
cc-a0-63.ucode
[246584.350668] iwlwifi :36:00.0: 0x0071 | NMI_INTERRUPT_UMAC_FATAL
[246584.350672] iwlwifi :36:00.0: 0x22F0 | trm_hw_status0
[246584.350675] iwlwifi :36:00.0: 0x | trm_hw_status1
[246584.350677] iwlwifi :36:00.0: 0x004FAA7E | branchlink2
[246584.350680] iwlwifi :36:00.0: 0x00013218 | interruptlink1
[246584.350683] iwlwifi :36:00.0: 0x00013218 | interruptlink2
[246584.350685] iwlwifi :36:00.0: 0x000128F2 | data1
[246584.350687] iwlwifi :36:00.0: 0x1000 | data2
[246584.350690] iwlwifi :36:00.0: 0x | data3
[246584.350692] iwlwifi :36:00.0: 0x3F80002C | beacon time
[246584.350695] iwlwifi :36:00.0: 0x3092FFDE | tsf low
[246584.350697] iwlwifi :36:00.0: 0x0041 | tsf hi
[246584.350700] iwlwifi :36:00.0: 0x | time gp1
[246584.350702] iwlwifi :36:00.0: 0x98CA1CFD | time gp2
[246584.350705] iwlwifi :36:00.0: 0x0001 | uCode revision type
[246584.350707] iwlwifi :36:00.0: 0x003F | uCode version major
[246584.350710] iwlwifi :36:00.0: 0xC04F3485 | uCode version minor
[246584.350712] iwlwifi :36:00.0: 0x0340 | hw version
[246584.350714] iwlwifi :36:00.0: 0x00C89000 | board version
[246584.350717] iwlwifi :36:00.0: 0x800DFC0F | hcmd
[246584.350719] iwlwifi :36:00.0: 0x0002 | isr0
[246584.350722] iwlwifi :36:00.0: 0x0040 | isr1
[246584.350724] iwlwifi :36:00.0: 0x08F04002 | isr2
[246584.350727] iwlwifi :36:00.0: 0x00C37FCD | isr3
[246584.350729] iwlwifi :36:00.0: 0x | isr4
[246584.350731] iwlwifi :36:00.0: 0x0569001C | last cmd Id
[246584.350734] iwlwifi :36:00.0: 0x000128F2 | wait_event
[246584.350736] iwlwifi :36:00.0: 0x | l2p_control
[246584.350738] iwlwifi :36:00.0: 0x0020 | l2p_duration
[246584.350741] iwlwifi :36:00.0: 0x003F | l2p_mhvalid
[246584.350743] iwlwifi :36:00.0: 0x00CE | l2p_addr_match
[246584.350746] iwlwifi :36:00.0: 0x0009 | lmpm_pmg_sel
[246584.350748] iwlwifi :36:00.0: 0x | timestamp
[246584.350751] iwlwifi :36:00.0: 0x20AC | flow_handler
[246584.350795] iwlwifi :36:00.0: Start IWL Error Log Dump:
[246584.350798] iwlwifi :36:00.0: Transport status: 0x004A, valid: 7
[246584.350801] iwlwifi :36:00.0: 0x20003523 | ADVANCED_SYSASSERT
[246584.350804] iwlwifi :36:00.0: 0x | umac branchlink1
[246584.350806] iwlwifi :36:00.0: 0x8045541A | umac branchlink2
[246584.350808] iwlwifi :36:00.0: 0xC00845BC | umac interruptlink1
[246584.350811] iwlwifi :36:00.0: 0x | umac interruptlink2
[246584.350813] iwlwifi :36:00.0: 0x | umac data1
[246584.350816] iwlwifi :36:00.0: 0x98CA1CD7 | umac data2
[246584.350818] iwlwifi :36:00.0: 0x98CA1CF1 | umac data3
[246584.350820] iwlwifi :36:00.0: 0x003F | umac major
[246584.350823] iwlwifi :36:00.0: 0xC04F3485 | umac minor
[246584.350825] iwlwifi :36:00.0: 0x98CA1CF8 | frame pointer
[246584.350827] iwlwifi :36:00.0: 0xC0885E3C | stack pointer
[246584.350830] iwlwifi :36:00.0: 0x00AB019C | last host cmd
[246584.350832] iwlwifi :36:00.0: 0x | isr status reg
[246584.350847] iwlwifi :36:00.0: IML/ROM dump:
[246584.350849] iwlwifi :36:00.0: 0x0003 | IML/ROM error/state
[246584.350863] iwlwifi :36:00.0: 0x5963 | IML/ROM data1
[246584.350876] iwlwifi :36:00.0: 0x0080 | IML/ROM WFPM_AUTH_KEY_0
[246584.350885] iwlwifi :36:00.0: Fseq Registers:
[246584.350890] iwlwifi :36:00.0: 0x6000 | FSEQ_ERROR_CODE
[246584.350895] iwlwifi :36:00.0: 0x80290021 | FSEQ_TOP_INIT_VERSION
[246584.350901] iwlwifi :36:00.0: 0x00050008 | FSEQ_CNVIO_INIT_VERSION
[246584.350906] iwlwifi :36:00.0: 0xA503 | FSEQ_OTP_VERSION
[246584.350912] iwlwifi :36:00.0: 0x8003 | FSEQ_TOP_CONTENT_VERSION
[246584.350917] iwlwifi :36:00.0: 0x4552414E | FSEQ_ALIVE_TOKEN
[246584.350922] iwlwifi :36:00.0: 0x00100530 | FSEQ_CNVI_ID
[246584.350927] iwlwifi :36:00.0: 0x0532 | FSEQ_CNVR_ID
[246584.350933] iwlwifi :36:00.0: 0x00100530 | CNVI_AUX_MISC_CHIP
[246584.350940] iwlwifi :36:00.0: 0x0532 | CNVR_AUX_MISC_CHIP
[246584.350948] iwlwifi :36:00.0: 0x05B0905B | 
CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[246584.350955] iwlwifi :36:00.0: 0x025B | 
CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[246584.351119] iwlwifi :36:00.0: WRT: Collecting data: ini 

[Kernel-packages] [Bug 1863627]

2021-12-27 Thread L.Bonnaud
> What WIFI FW are you using?

>From the full dmesg output attached to this bug:

[3.886071] iwlwifi :02:00.0: loaded firmware version
50.3e391d3e.0 op_mode iwlmvm

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

Title:
  Intel Dual Band Wireless AC 9560 [8086:9df0] subsystem id [8086:0034]
  kernel oops in __iwl_mvm_mac_stop

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When booting, i always get this oops:

  
  [   31.477399] iwlwifi :00:14.3: RF_KILL bit toggled to disable radio.
  [   31.477400] iwlwifi :00:14.3: reporting RF_KILL (radio disabled)
  [   31.490515] [ cut here ]
  [   31.490516] UMAC scan UID 0 status was not cleaned
  [   31.490540] WARNING: CPU: 3 PID: 954 at 
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c:1434 
__iwl_mvm_mac_stop+0x129/0x130 [iwlmvm]
  [   31.490540] Modules linked in: cmac nvidia_modeset(PO) snd_usb_audio 
snd_usbmidi_lib bnep aufs uvcvideo videobuf2_vmalloc videobuf2_memops overlay 
videobuf2_v4l2 videobuf2_common videodev mc btusb btrtl btbcm btintel bluetooth 
ecdh_generic ecc bbswitch(OE) binfmt_misc nls_iso8859_1 sof_pci_dev 
snd_sof_intel_hda_common snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc 
snd_sof x86_pkg_temp_thermal snd_sof_xtensa_dsp intel_powerclamp snd_soc_skl 
snd_soc_hdac_hda snd_hda_codec_hdmi snd_hda_ext_core coretemp snd_soc_skl_ipc 
snd_soc_sst_ipc iwlmvm snd_soc_sst_dsp kvm_intel snd_soc_acpi_intel_match 
snd_soc_acpi mac80211 kvm snd_soc_core snd_hda_codec_realtek snd_compress 
irqbypass ac97_bus snd_hda_codec_generic libarc4 nvidia(PO) snd_pcm_dmaengine 
intel_cstate mei_hdcp intel_rapl_msr snd_seq_midi snd_seq_midi_event 
snd_rawmidi snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_pcm 
iwlwifi intel_rapl_perf thinkpad_acpi joydev input_leds 
processor_thermal_device idma64 nvram
  [   31.490556]  intel_rapl_common ucsi_acpi mei_me serio_raw ledtrig_audio 
typec_ucsi ipmi_devintf intel_wmi_thunderbolt wmi_bmof snd_seq_device 
ipmi_msghandler cfg80211 mei virt_dma intel_soc_dts_iosf intel_pch_thermal 
typec snd_timer snd int3403_thermal soundcore int340x_thermal_zone 
int3400_thermal mac_hid acpi_thermal_rel acpi_pad sch_fq_codel parport_pc ppdev 
lp parport ip_tables x_tables autofs4 dm_crypt hid_generic usbhid hid i915 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel i2c_algo_bit drm_kms_helper 
syscopyarea aesni_intel sysfillrect sysimgblt fb_sys_fops aes_x86_64 
crypto_simd drm cryptd glue_helper nvme psmouse e1000e i2c_i801 sdhci_pci 
nvme_core thunderbolt cqhci intel_lpss_pci sdhci intel_lpss wmi 
pinctrl_cannonlake video pinctrl_intel [last unloaded: nvidia_modeset]
  [   31.490571] CPU: 3 PID: 954 Comm: kworker/3:3 Tainted: P   OE 
5.3.0-29-generic #31-Ubuntu
  [   31.490572] Hardware name: LENOVO 20N3S1HU00/20N3S1HU00, BIOS N2IET77W 
(1.55 ) 10/17/2019
  [   31.490587] Workqueue: events cfg80211_rfkill_sync_work [cfg80211]
  [   31.490591] RIP: 0010:__iwl_mvm_mac_stop+0x129/0x130 [iwlmvm]
  [   31.490592] Code: 9b 04 00 00 74 0e 42 c7 84 a3 ec 1d 00 00 00 00 00 00 eb 
c0 44 89 e6 48 c7 c7 20 65 24 c2 c6 05 41 9b 04 00 01 e8 02 7d c9 e0 <0f> 0b eb 
d8 0f 1f 00 0f 1f 44 00 00 55 48 89 e5 41 57 41 56 41 55
  [   31.490592] RSP: 0018:b8e0c0febc48 EFLAGS: 00010286
  [   31.490593] RAX:  RBX: 937ac5bf1e28 RCX: 
0006
  [   31.490594] RDX: 0007 RSI: 0082 RDI: 
937acc2d7440
  [   31.490594] RBP: b8e0c0febc58 R08: 0498 R09: 
0004
  [   31.490594] R10:  R11: 0001 R12: 

  [   31.490595] R13: 937ac5bf1e90 R14: 937ac5bf1e28 R15: 
937ac5bf3290
  [   31.490595] FS:  () GS:937acc2c() 
knlGS:
  [   31.490596] CS:  0010 DS:  ES:  CR0: 80050033
  [   31.490596] CR2: 5597e8a3b4e8 CR3: 00038d00a001 CR4: 
003606e0
  [   31.490597] Call Trace:
  [   31.490601]  iwl_mvm_mac_stop+0xed/0x110 [iwlmvm]
  [   31.490616]  drv_stop+0x39/0x100 [mac80211]
  [   31.490625]  ieee80211_stop_device+0x46/0x50 [mac80211]
  [   31.490632]  ieee80211_do_stop+0x583/0x810 [mac80211]
  [   31.490639]  ieee80211_stop+0x1a/0x20 [mac80211]
  [   31.490641]  __dev_close_many+0xa5/0x120
  [   31.490641]  dev_close_many+0x91/0x150
  [   31.490642]  dev_close.part.0+0x4a/0x70
  [   31.490643]  dev_close+0x18/0x20
  [   31.490649]  cfg80211_shutdown_all_interfaces+0x77/0xd0 [cfg80211]
  [   31.490653]  cfg80211_rfkill_sync_work+0x2b/0x40 [cfg80211]
  [   31.490655]  process_one_work+0x1db/0x380
  [   31.490656]  worker_thread+0x4d/0x400
  [   31.490657]  kthread+0x104/0x140
  [   31.490658]  ? process_one_work+0x380/0x380
  [   31.490659]  ? kthread_park+0x80/0x80
  [   31.490660]  ret_from_fork+0x1f/0x40
  [   

[Kernel-packages] [Bug 1955847] [NEW] (nvidia-settings:3392): GLib-GObject-CRITICAL **: 22:15:47.935: g_object_unref: assertion 'G_IS_OBJECT (object)' failed ** Message: 22:15:48.068: PRIME: No offloa

2021-12-27 Thread mustafa kamal
Public bug reported:

(nvidia-settings:3392): GLib-GObject-CRITICAL **: 22:15:47.935: g_object_unref: 
assertion 'G_IS_OBJECT (object)' failed
** Message: 22:15:48.068: PRIME: No offloading required. Abort
** Message: 22:15:48.068: PRIME: is it supported? no


Package xorg-server was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-server.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-server' found
Error executing /usr/share/screen-resolution-extra/nvidia-polkit: Permission 
denied


ERROR: Unable to open X config file '/etc/X11/xorg.conf' for writing.


that is the output when i run nvidai-settings from the terminal the
first one is on lunch the 2nd is when i open the save config window and
the 3rd when i press save

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: nvidia-settings 470.57.01-0ubuntu3
ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19
Uname: Linux 5.13.0-22-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec 27 22:16:59 2021
ExecutablePath: /usr/bin/nvidia-settings
SourcePackage: nvidia-settings
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-settings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug impish

** Attachment added: "image of the output on the terminal"
   
https://bugs.launchpad.net/bugs/1955847/+attachment/5549844/+files/Screenshot%20from%202021-12-27%2022-16-30.png

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-settings in Ubuntu.
https://bugs.launchpad.net/bugs/1955847

Title:
  (nvidia-settings:3392): GLib-GObject-CRITICAL **: 22:15:47.935:
  g_object_unref: assertion 'G_IS_OBJECT (object)' failed ** Message:
  22:15:48.068: PRIME: No offloading required. Abort ** Message:
  22:15:48.068: PRIME: is it supported? no  WARNING:  Unable to parse
  X.Org version string.   WARNING:  Unable to parse X.Org version
  string.  Package xorg-server was not found in the pkg-config search
  path. Perhaps you should add the directory containing `xorg-server.pc'
  to the PKG_CONFIG_PATH environment variable No package 'xorg-server'
  found Error executing /usr/share/screen-resolution-extra/nvidia-
  polkit: Permission denied  ERROR: Unable to open X config file
  '/etc/X11/xorg.conf' for writing.   that is the output when i run
  nvidai-settings from the terminal the first one is on lunch the 2nd is
  when i open the save config window and the 3rd when i press save

Status in nvidia-settings package in Ubuntu:
  New

Bug description:
  (nvidia-settings:3392): GLib-GObject-CRITICAL **: 22:15:47.935: 
g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  ** Message: 22:15:48.068: PRIME: No offloading required. Abort
  ** Message: 22:15:48.068: PRIME: is it supported? no

  
  Package xorg-server was not found in the pkg-config search path.
  Perhaps you should add the directory containing `xorg-server.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'xorg-server' found
  Error executing /usr/share/screen-resolution-extra/nvidia-polkit: Permission 
denied


  ERROR: Unable to open X config file '/etc/X11/xorg.conf' for writing.


  
  that is the output when i run nvidai-settings from the terminal the first one 
is on lunch the 2nd is when i open the save config window and the 3rd when i 
press save

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: nvidia-settings 470.57.01-0ubuntu3
  ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19
  Uname: Linux 5.13.0-22-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec 27 22:16:59 2021
  ExecutablePath: /usr/bin/nvidia-settings
  SourcePackage: nvidia-settings
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/1955847/+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 1955383] ProcCpuinfoMinimal.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1955383/+attachment/5549796/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] acpidump.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1955383/+attachment/5549803/+files/acpidump.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] UdevDb.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1955383/+attachment/5549801/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] ProcEnviron.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1955383/+attachment/5549797/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] RfKill.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1955383/+attachment/5549800/+files/RfKill.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] ProcModules.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1955383/+attachment/5549799/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] ProcInterrupts.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1955383/+attachment/5549798/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] WifiSyslog.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1955383/+attachment/5549802/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] Lsusb-t.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1955383/+attachment/5549793/+files/Lsusb-t.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] IwConfig.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1955383/+attachment/5549789/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] Lsusb-v.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1955383/+attachment/5549794/+files/Lsusb-v.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] Lsusb.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1955383/+attachment/5549792/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] Lspci-vt.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1955383/+attachment/5549791/+files/Lspci-vt.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] ProcCpuinfo.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1955383/+attachment/5549795/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] CurrentDmesg.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1955383/+attachment/5549788/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] Lspci.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1955383/+attachment/5549790/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] CRDA.txt

2021-12-27 Thread You-Sheng Yang
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1955383/+attachment/5549787/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.14.0-2013-oem N/A
   linux-backports-modules-5.14.0-2013-oem  N/A
   linux-firmware   1.187.23+staging.38
  Tags: third-party-packages focal
  Uname: Linux 5.14.0-2013-oem x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/02/2021
  dmi.bios.release: 0.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.2.7
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
  dmi.product.family: XPS
  dmi.product.name: XPS 9320
  dmi.product.sku: 0AF3
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1955383] Re: Support Intel IPU6 MIPI camera on Alder Lake platforms

2021-12-27 Thread You-Sheng Yang
apport information

** Changed in: linux-oem-5.14 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-oem-5.14 (Ubuntu Focal)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

** Changed in: linux-oem-5.14 (Ubuntu Focal)
   Importance: Undecided => High

** Tags added: apport-collected focal third-party-packages

** Description changed:

  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.21
+ Architecture: amd64
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CasperMD5CheckResult: skip
+ Dependencies:
+  
+ DistributionChannelDescriptor:
+  # This is the distribution channel descriptor for the OEM CDs
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2021-12-20 (7 days ago)
+ InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
+ MachineType: Dell Inc. XPS 9320
+ Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
+ PackageArchitecture: all
+ ProcFB: 0 i915
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-5.14.0-2013-oem N/A
+  linux-backports-modules-5.14.0-2013-oem  N/A
+  linux-firmware   1.187.23+staging.38
+ Tags: third-party-packages focal
+ Uname: Linux 5.14.0-2013-oem x86_64
+ UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: N/A
+ _MarkForUpload: True
+ dmi.bios.date: 12/02/2021
+ dmi.bios.release: 0.2
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 0.2.7
+ dmi.board.vendor: Dell Inc.
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.7:bd12/02/2021:br0.2:svnDellInc.:pnXPS9320:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0AF3:
+ dmi.product.family: XPS
+ dmi.product.name: XPS 9320
+ dmi.product.sku: 0AF3
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1955383/+attachment/5549786/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-tentacool+X188
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-12-20 (7 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 9320
  Package: linux-firmware 1.187.23+staging.38 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.14.0-2013-oem 
root=UUID=f4ad7114-fc86-47d7-b750-86bd1560a5f6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.14.0-2013.13+lp1955383.1-oem 5.14.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   

[Kernel-packages] [Bug 1955383] Re: Support Intel IPU6 MIPI camera on Alder Lake platforms

2021-12-27 Thread You-Sheng Yang
Pushed test kernels for oem-5.14 and Jammy 5.15 (recompiled on Focal).
However, the jammy port doesn't bring up the camera successfully. To be
fixed.

[2.637019] intel-lpss :00:15.0: enabling device ( -> 0002)
[2.713033] intel-lpss :00:15.1: enabling device ( -> 0002)
[2.749152] intel-lpss :00:1e.0: enabling device ( -> 0002)
[2.769920] intel-lpss :00:1e.3: enabling device ( -> 0002)
[6.603991] intel-hid INTC1070:00: platform supports 5 button array
[6.630369] intel vsc not ready
[6.670757] intel-ipu6 intel-ipu: enabling device ( -> 0002)
[6.670957] intel-ipu6 intel-ipu: Device 0x465d (rev: 0x0)
[6.670980] intel-ipu6 intel-ipu: physical base address 0x605400
[6.670982] intel-ipu6 intel-ipu: mapped as: 0x36c6551f
[6.671061] intel-ipu6 intel-ipu: Unable to set secure mode
[6.671062] intel-ipu6 intel-ipu: IPU in non-secure mode
[6.671384] intel-ipu6 intel-ipu: Skip ipc reset for non-secure mode
[6.671385] intel-ipu6 intel-ipu: IPC reset done
[6.671386] intel-ipu6 intel-ipu: cpd file name: intel/ipu6ep_fw.bin
[6.673289] intel-ipu6 intel-ipu: FW version: 20211011
[6.686514] intel vsc not ready
[6.802722] intel-ipu6 intel-ipu: IPU driver version 1.0
[7.191790] intel-ipu6-psys intel-ipu6-psys0: pkg_dir entry count:8
[7.196100] intel-ipu6-psys intel-ipu6-psys0: psys probe minor: 0
[8.279709] intel-ipu6-isys intel-ipu6-isys0: isys port open ready failed -16
[8.279717] intel-ipu6-isys intel-ipu6-isys0: Device close failure: -16
[   10.283081] intel-ipu6-isys intel-ipu6-isys0: Device release time out -16
[   13.425831] intel-ipu6-isys intel-ipu6-isys0: Clearing old context
[   14.506911] intel-ipu6-isys intel-ipu6-isys0: isys port open ready failed -16
[   14.506916] intel-ipu6-isys intel-ipu6-isys0: Device close failure: -16
[   15.659493] intel vsc not ready
[   15.688684] intel vsc not ready
[   15.735681] intel vsc not ready
[   15.943350] intel-ipu6-isys intel-ipu6-isys0: bind ov01a10 3-0036 nlanes is 
1 port is 2
[   15.943728] intel-ipu6-isys intel-ipu6-isys0: All sensor registration 
completed.
...

** Attachment added: 
"dmesg.5.15.0-2014-generic.tributo.GD031010103.202109-29401.BIOS-0.2.7"
   
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1955383/+attachment/5549785/+files/dmesg.5.15.0-2014-generic.tributo.GD031010103.202109-29401.BIOS-0.2.7

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955383

Title:
  Support Intel IPU6 MIPI camera on Alder Lake platforms

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.14 source package in Focal:
  New
Status in linux source package in Jammy:
  Incomplete
Status in linux-firmware source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  This depends on following componenets:
  * ipu6ep firmware in 
https://github.com/intel/ipu6-camera-bins/commit/e60fae2b5128cf5b8b948b234dab28e58c93877d
  * Intel VSC fw version 1.2.3.439 (not yet available publicly)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955383/+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 1945221] Re: CPU frequency stuck at minimum value..again Ubuntu 20.04.3

2021-12-27 Thread Rick T
I'm not sure what's needed to bisect the kernel?  What would I need to
do?

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

Title:
  CPU frequency stuck at minimum value..again Ubuntu 20.04.3

Status in thermald package in Ubuntu:
  In Progress

Bug description:
  
  I would really like to find out why my cpu's keep reverting back to a cpu 
powersave mode after I get a kernel update then reboot.

  I cleaned my laptops vent but this seems to happen whenever a new
  kernel is updated and installed.

  https://askubuntu.com/questions/1366090/ubuntu-20-04-3-lts-
  significant-throttling-of-
  intel-i7-processor?noredirect=1#comment2345549_1366090

  
  Description:Ubuntu 20.04.3 LTS
  Release:20.04

  
  Computer
  Summary
  Computer
  Processor   Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz
  Memory  16315MB (4407MB used)
  Machine TypeLaptop
  Operating SystemUbuntu 20.04.3 LTS
  User Name   rt (rt)
  Date/Time   Mon 30 Aug 2021 02:33:09 PM EDT
  Display
  Resolution  1920x1080 pixels
  OpenGL Renderer Mesa DRI Intel(R) HD Graphics 4600 (HSW GT2)
  X11 Vendor  The X.Org Foundation
  Audio Devices
  Audio Adapter   HDA-Intel - HDA Intel HDMI
  Audio Adapter   HDA-Intel - HDA Intel PCH
  Audio Adapter   USB-Audio - USB Audio Device
  Input Devices
  Power Button
  Sleep Button
  Lid Switch  
  Power Button
  AT Translated Set 2 keyboard
  USB Audio Device
  ETPS/2 Elantech Touchpad
  Logitech Anywhere MX
  Video Bus   
  HDA Intel PCH Mic   
  HDA Intel PCH Front Headphone   
  HDA Intel HDMI HDMI/DP,pcm:3
  HDA Intel HDMI HDMI/DP,pcm:7
  HDA Intel HDMI HDMI/DP,pcm:8
  HDA Intel HDMI HDMI/DP,pcm:9
  HDA Intel HDMI HDMI/DP,pcm:10   
  Printers (CUPS)
  OfficeJet_Pro_6978  Default
  SCSI Disks
  TSSTcorp CDDVDW SN-208DB
  ATA INTEL SSDMCEAC12
  ATA ST1000LM014-1EJ1
  Operating System
  Version
  Kernel  Linux 5.4.0-81-generic (x86_64)
  Version #91-Ubuntu SMP Thu Jul 15 19:09:17 UTC 2021
  C Library   GNU C Library / (Ubuntu GLIBC 2.31-0ubuntu9.2) 2.31
  DistributionUbuntu 20.04.3 LTS
  Current Session
  Computer Name   sys76
  User Name   rt (rt)
  Languageen_US.UTF-8 ()
  Home Directory  /home/rt
  Misc
  Uptime  20 minutes
  Load Average0.83, 1.37, 1.62
  Available entropy in /dev/random3649 bits (healthy)

  
  rt@sys76:~$ dpkg -l *freq* | grep ii
  rt@sys76:~$ 
  
  
  rt@sys76:~$ sudo turbostat --Summary --quiet --show 
Busy%,Bzy_MHz,PkgTmp,PkgWatt,GFXWatt,IRQ --interval 6
  
  Busy%   Bzy_MHz IRQ PkgTmp  PkgWatt GFXWatt
  2.95800 334747  2.160.01
  2.76800 306949  2.150.01
  5.85800 512248  2.730.01
  11.87   800 800847  3.410.04
  8.23800 577847  2.860.05
  
  rt@sys76:~$ lscpu
  Architecture:x86_64
  CPU op-mode(s):  32-bit, 64-bit
  Byte Order:  Little Endian
  Address sizes:   39 bits physical, 48 bits virtual
  CPU(s):  8
  On-line CPU(s) list: 0-7
  Thread(s) per core:  2
  Core(s) per socket:  4
  Socket(s):   1
  NUMA node(s):1
  Vendor ID:   GenuineIntel
  CPU family:  6
  Model:   60
  Model name:  Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz
  Stepping:3
  CPU MHz: 798.103
  CPU max MHz: 3400.
  CPU min MHz: 800.
  BogoMIPS:4788.65
  Virtualization:  VT-x
  L1d cache:   128 KiB
  L1i cache:   128 KiB
  L2 cache:1 MiB
  L3 cache:6 MiB
  NUMA node0 CPU(s):   0-7
  Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages
  Vulnerability L1tf:  Mitigation; PTE Inversion; VMX 
conditional cache flushes, SMT vulne
   rable
  Vulnerability Mds:   Mitigation; Clear CPU buffers; SMT 
vulnerable
  Vulnerability Meltdown:  Mitigation; PTI
  Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass 
disabled via prctl and seccomp
  Vulnerability Spectre v1:Mitigation; usercopy/swapgs barriers and 
__user pointer sanitizatio
   n
  Vulnerability Spectre v2:Mitigation; Full generic retpoline, IBPB 
conditional, IBRS_FW, STIB
   P conditional, RSB filling
  

[Kernel-packages] [Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-12-27 Thread Nikolaos Chachampis
Happy holidays to all!

Do we have any new information about this bug? Do we know what's causing it? 
More importantly, do we have any idea whether it's going to be fixed in an 
upcoming kernel? Or is our only option to downgrade? 
It's pretty sad that we can't use our laptop as an actual laptop.

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

Title:
  Ubuntu 20.04 freeze since kernel 5.11

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Since the last kernel update 5.11.0-25-generic, the system freezes in a few 
seconds or minutes, sometimes even on the login screen. 
  The machine is a recent dell latitude 7490. The graphics card is Intel 
Corporation UHD Graphics 620 (rev 07). No multiboot. No problem with the 
previous kernel 5.8.0-63.
  I had the same problem with fedora a few months ago, which forced me to 
switch to ubuntu without any problems so far.  
  Thanks for your help.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  plawrence   1996 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-06-21 (414 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 1bcf:2b96 Sunplus Innovation Technology Inc. 
Integrated_Webcam_HD
   Bus 001 Device 004: ID 0a5c:5834 Broadcom Corp. 5880
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Latitude 7490
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-25-generic 
root=UUID=01fd281b-07d7-45f2-846b-d5b79ed5d431 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-25-generic N/A
   linux-backports-modules-5.11.0-25-generic  N/A
   linux-firmware 1.187.15
  Tags:  focal
  Uname: Linux 5.11.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/23/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.19.0
  dmi.board.name: 0KP0FT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.19.0:bd02/23/2021:br1.19:svnDellInc.:pnLatitude7490:pvr:rvnDellInc.:rn0KP0FT:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Latitude
  dmi.product.name: Latitude 7490
  dmi.product.sku: 081C
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1939347/+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 1953554] Re: NETDEV WATCHDOG: waneth (ax88179_178a): transmit queue 0 timed out

2021-12-27 Thread Gustavo A . Díaz
Hi,

No replies about this?

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

Title:
  NETDEV WATCHDOG: waneth (ax88179_178a): transmit queue 0 timed out

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I am facing this problem in Focal with the USB 3.0 Ethernet Gigabit
  adapter "ASIX Electronics Corp. AX88179 Gigabit Ethernet" (waneth is
  the name I assigned to this ethernet connected to the cable
  modem/router):

  [ cut here ]
  [94104.121581] NETDEV WATCHDOG: waneth (ax88179_178a): transmit queue 0 timed 
out
  [94104.121606] WARNING: CPU: 2 PID: 217952 at net/sched/sch_generic.c:467 
dev_watchdog+0x24f/0x260
  [94104.121615] Modules linked in: binfmt_misc xt_recent nfnetlink 
nls_iso8859_1 dm_multipath scsi_dh_rdac scsi_dh_emc scsi_dh_alua 
snd_sof_pci_intel_apl snd_sof_intel_hda_common soundwire_intel 
soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda snd_sof_pci 
snd_sof_xtensa_dsp snd_sof soundwire_bus snd_soc_skl snd_soc_hdac_hda 
snd_hda_ext_core intel_rapl_msr snd_soc_sst_ipc intel_rapl_common 8814au(OE) 
mei_hdcp snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi intel_pmc_bxt 
snd_soc_core intel_telemetry_pltdrv intel_punit_ipc snd_compress 
intel_telemetry_core snd_hda_codec_hdmi x86_pkg_temp_thermal intel_powerclamp 
snd_hda_codec_realtek coretemp snd_hda_codec_generic ac97_bus ledtrig_audio 
snd_pcm_dmaengine kvm_intel snd_hda_intel kvm snd_intel_dspcfg 
snd_intel_sdw_acpi snd_hda_codec rapl intel_cstate snd_hda_core snd_hwdep 
snd_pcm snd_timer ax88179_178a cfg80211 efi_pstore mei_me usbnet ee1004 snd mii 
soundcore mei mac_hid bridge ip6t_REJECT nf_reject_ipv6 stp llc xt_hl
  [94104.121696] ip6t_rt ipt_REJECT nf_reject_ipv4 xt_LOG nf_log_syslog 
xt_limit xt_addrtype xt_tcpudp xt_MASQUERADE iptable_nat nf_nat xt_conntrack 
nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip6table_filter ip6_tables 
sch_fq_codel iptable_filter bpfilter msr ip_tables x_tables autofs4 btrfs 
blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy 
async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear 
uas usb_storage i915 i2c_algo_bit drm_kms_helper crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel syscopyarea sysfillrect sysimgblt fb_sys_fops cec rc_core 
aesni_intel crypto_simd i2c_i801 xhci_pci i2c_smbus cryptd r8169 realtek 
xhci_pci_renesas drm sdhci_pci ahci cqhci sdhci libahci video
  [94104.121771] CPU: 2 PID: 217952 Comm: PLUGIN[cgroups] Tainted: G OE 
5.13.0-22-generic #22~20.04.1-Ubuntu
  [94104.121775] Hardware name: GIGABYTE MZGLKDP-00/MZGLKDP-00, BIOS F1 
12/21/2017
  [94104.121777] RIP: 0010:dev_watchdog+0x24f/0x260
  [94104.121782] Code: c7 36 fd ff eb ab 4c 89 ff c6 05 60 f1 6e 01 01 e8 86 11 
fa ff 44 89 e9 4c 89 fe 48 c7 c7 20 9c ca 89 48 89 c2 e8 38 17 17 00 <0f> 0b eb 
8c 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 0f 1f 44 00 00
  [94104.121785] RSP: 0018:b515c0138e88 EFLAGS: 00010282
  [94104.121788] RAX:  RBX: 91214fc45e00 RCX: 
0027
  [94104.121790] RDX: 0027 RSI: dfff RDI: 
9124b05189c8
  [94104.121792] RBP: b515c0138eb8 R08: 9124b05189c0 R09: 
b515c0138c60
  [94104.121794] R10: 0001 R11: 0001 R12: 
0001
  [94104.121795] R13:  R14: 912154a7d480 R15: 
912154a7d000
  [94104.121797] FS: 7f74619e5700() GS:9124b050() 
knlGS:
  [94104.121800] CS: 0010 DS:  ES:  CR0: 80050033
  [94104.121802] CR2: 5635dd41b584 CR3: 00020592a000 CR4: 
00350ee0
  [94104.121805] Call Trace:
  [94104.121807] 
  [94104.121812] ? pfifo_fast_enqueue+0x150/0x150
  [94104.121816] call_timer_fn+0x2c/0x100
  [94104.121821] run_timer_softirq+0x3d7/0x480
  [94104.121824] ? perf_trace_softirq+0x9d/0xd0
  [94104.121829] __do_softirq+0xdd/0x29b
  [94104.121835] irq_exit_rcu+0xa4/0xb0
  [94104.121837] sysvec_apic_timer_interrupt+0x7c/0x90
  [94104.121841] 
  [94104.121843] asm_sysvec_apic_timer_interrupt+0x12/0x20
  [94104.121846] RIP: 0010:errseq_sample+0x2/0x10
  [94104.121850] Code: ff 48 d3 e2 48 f7 d2 48 21 d0 0f 01 ca 48 85 c0 0f 94 c0 
0f b6 c0 c3 b8 01 00 00 00 c3 b8 f2 ff ff ff c3 cc cc cc cc cc 8b 07  00 00 
00 00 f6 c4 10 0f 44 c2 c3 66 90 8b 17 31 c0 39 16 74 1b
  [94104.121853] RSP: 0018:b515c29cfb68 EFLAGS: 0286
  [94104.121855] RAX:  RBX: 91214298e500 RCX: 
0002
  [94104.121857] RDX: 0001 RSI: 0002 RDI: 
91218c293c88
  [94104.121859] RBP: b515c29cfba0 R08: 91221987a160 R09: 
9121e1e8c180
  [94104.121860] R10: 00746174 R11: 8196e1bd R12: 
91218c293a98
  [94104.121862] R13:  R14: 91214298e510 R15: 
91214298e500
  [94104.121869] ? do_dentry_open+0x44/0x370
  

[Kernel-packages] [Bug 1955790] Re: Got black screen when resume from s2idle with AMD dGPU

2021-12-27 Thread AceLan Kao
** Description changed:

  [Impact]
+ On Dell AIO with AMD dGPU platforms, it looks like AMD dGPU can't be waken up 
after s2idle and got black screen.
  
  [Fix]
+ AMD provides us 2 commits to fix this issue.
+ https://patchwork.freedesktop.org/patch/463002/
+ https://patchwork.freedesktop.org/series/98338/
  
  [Test]
+ Verified by AMD.
  
  [Where problems could occur]
+ It should be fine to reset the asic and set to the proper state while 
entering suspended.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1955790

Title:
  Got black screen when resume from s2idle with AMD dGPU

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  [Impact]
  On Dell AIO with AMD dGPU platforms, it looks like AMD dGPU can't be waken up 
after s2idle and got black screen.

  [Fix]
  AMD provides us 2 commits to fix this issue.
  https://patchwork.freedesktop.org/patch/463002/
  https://patchwork.freedesktop.org/series/98338/

  [Test]
  Verified by AMD.

  [Where problems could occur]
  It should be fine to reset the asic and set to the proper state while 
entering suspended.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955790/+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 1955790] [NEW] Got black screen when resume from s2idle with AMD dGPU

2021-12-27 Thread AceLan Kao
Public bug reported:

[Impact]
On Dell AIO with AMD dGPU platforms, it looks like AMD dGPU can't be waken up 
after s2idle and got black screen.

[Fix]
AMD provides us 2 commits to fix this issue.
https://patchwork.freedesktop.org/patch/463002/
https://patchwork.freedesktop.org/series/98338/

[Test]
Verified by AMD.

[Where problems could occur]
It should be fine to reset the asic and set to the proper state while entering 
suspended.

** Affects: hwe-next
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: AceLan Kao (acelankao)
 Status: In Progress

** Affects: linux-oem-5.14 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux (Ubuntu Focal)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-5.14 (Ubuntu Focal)
 Importance: Undecided
 Assignee: AceLan Kao (acelankao)
 Status: In Progress

** Affects: linux (Ubuntu Jammy)
 Importance: Undecided
 Assignee: AceLan Kao (acelankao)
 Status: In Progress

** Affects: linux-oem-5.14 (Ubuntu Jammy)
 Importance: Undecided
 Status: Invalid


** Tags: oem-priority originate-from-1948411 somerville

** Also affects: linux (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.14 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Focal)
   Status: New => Invalid

** Changed in: linux-oem-5.14 (Ubuntu Jammy)
   Status: New => Invalid

** Changed in: linux (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: linux-oem-5.14 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => AceLan Kao (acelankao)

** Changed in: linux-oem-5.14 (Ubuntu Focal)
 Assignee: (unassigned) => AceLan Kao (acelankao)

** Tags added: oem-priority originate-from-1948411 somerville

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

Title:
  Got black screen when resume from s2idle with AMD dGPU

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-oem-5.14 source package in Focal:
  In Progress
Status in linux source package in Jammy:
  In Progress
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  [Impact]
  On Dell AIO with AMD dGPU platforms, it looks like AMD dGPU can't be waken up 
after s2idle and got black screen.

  [Fix]
  AMD provides us 2 commits to fix this issue.
  https://patchwork.freedesktop.org/patch/463002/
  https://patchwork.freedesktop.org/series/98338/

  [Test]
  Verified by AMD.

  [Where problems could occur]
  It should be fine to reset the asic and set to the proper state while 
entering suspended.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1955790/+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