[Kernel-packages] [Bug 1876844] [NEW] Speed up the process of s3 resume

2020-05-04 Thread koba
Public bug reported:

[Impact]
Process of s3 resume take 7s and it's too long which is over 5s.

[Fix]
Reference link_active_reporting field of PCI device to determine whether delay 
is taken or not.
Actual delay would be determined by taking maximum between 100ms and pci 
device's d3cold delay. 

[test]
With the patch, the total time s3 resume is 3874.298 ms which is smaller than 
5s.

[Regression Potential]
Low. This patch only changes the rules to determine whether delay is taken or 
not.
Reference the right field(link_active_reporting), but not speed of pci device.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: In Progress

** Affects: linux-oem-osp1 (Ubuntu)
 Importance: Undecided
 Assignee: koba (kobako)
 Status: In Progress

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

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

** Package changed: linux-oem (Ubuntu) => linux-oem-osp1 (Ubuntu)

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

** Changed in: linux-oem-osp1 (Ubuntu)
 Assignee: (unassigned) => koba (kobako)

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

Title:
  Speed up the process of s3 resume

Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-osp1 package in Ubuntu:
  In Progress

Bug description:
  [Impact]
  Process of s3 resume take 7s and it's too long which is over 5s.

  [Fix]
  Reference link_active_reporting field of PCI device to determine whether 
delay is taken or not.
  Actual delay would be determined by taking maximum between 100ms and pci 
device's d3cold delay. 

  [test]
  With the patch, the total time s3 resume is 3874.298 ms which is smaller than 
5s.

  [Regression Potential]
  Low. This patch only changes the rules to determine whether delay is taken or 
not.
  Reference the right field(link_active_reporting), but not speed of pci device.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1876844/+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 1876844] Re: Speed up the process of s3 resume

2020-05-05 Thread koba
** Description changed:

  [Impact]
  Process of s3 resume take 7s and it's too long which is over 5s.
  
  [Fix]
+ the commit isn't committed to upstream and get from 
+ 
https://lore.kernel.org/linux-pci/20200416083245.73957-1-mika.westerb...@linux.intel.com/
+ 
  Reference link_active_reporting field of PCI device to determine whether 
delay is taken or not.
- Actual delay would be determined by taking maximum between 100ms and pci 
device's d3cold delay. 
+ Actual delay would be determined by taking maximum between 100ms and pci 
device's d3cold delay.
  
  [test]
+ Verify by OEM Enablement.
  With the patch, the total time s3 resume is 3874.298 ms which is smaller than 
5s.
  
  [Regression Potential]
  Low. This patch only changes the rules to determine whether delay is taken or 
not.
  Reference the right field(link_active_reporting), but not speed of pci device.

** Description changed:

  [Impact]
  Process of s3 resume take 7s and it's too long which is over 5s.
  
  [Fix]
- the commit isn't committed to upstream and get from 
- 
https://lore.kernel.org/linux-pci/20200416083245.73957-1-mika.westerb...@linux.intel.com/
- 
  Reference link_active_reporting field of PCI device to determine whether 
delay is taken or not.
  Actual delay would be determined by taking maximum between 100ms and pci 
device's d3cold delay.
  
  [test]
- Verify by OEM Enablement.
  With the patch, the total time s3 resume is 3874.298 ms which is smaller than 
5s.
  
  [Regression Potential]
- Low. This patch only changes the rules to determine whether delay is taken or 
not.
+ Medium. This patch only changes the rules to determine whether delay is taken 
or not.
  Reference the right field(link_active_reporting), but not speed of pci device.

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

Title:
  Speed up the process of s3 resume

Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-osp1 package in Ubuntu:
  In Progress

Bug description:
  [Impact]
  Process of s3 resume take 7s and it's too long which is over 5s.

  [Fix]
  Reference link_active_reporting field of PCI device to determine whether 
delay is taken or not.
  Actual delay would be determined by taking maximum between 100ms and pci 
device's d3cold delay.

  [test]
  With the patch, the total time s3 resume is 3874.298 ms which is smaller than 
5s.

  [Regression Potential]
  Medium. This patch only changes the rules to determine whether delay is taken 
or not.
  Reference the right field(link_active_reporting), but not speed of pci device.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1876844/+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 1878149] [NEW] Allow host runtime PM as default for Intel Tiger Lake xHCI

2020-05-12 Thread koba
Public bug reported:

[Impact]
Allow host runtime PM as default for Intel Tiger Lake xHCI

[Fix]
the commit is from 
https://lore.kernel.org/r/20200312144517.1593-10-mathias.ny...@linux.intel.com

In the same way as Intel Ice Lake TCSS (Type-C Subsystem) the Tiger Lake
TCSS xHCI needs to be runtime suspended whenever possible to allow the
TCSS hardware block to enter D3cold and thus save energy.

[test]

[Regression Potential]
low. This patch only add XHCI device id for Intel Tiger Lake.

** Affects: linux-oem-5.6 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: linux-oem-5.6 (Ubuntu Focal)
 Importance: Undecided
 Status: New

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

** Package changed: linux (Ubuntu) => linux-oem-5.6 (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/1878149

Title:
  Allow host runtime PM as default for Intel Tiger Lake xHCI

Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-5.6 source package in Focal:
  New

Bug description:
  [Impact]
  Allow host runtime PM as default for Intel Tiger Lake xHCI

  [Fix]
  the commit is from 
https://lore.kernel.org/r/20200312144517.1593-10-mathias.ny...@linux.intel.com

  In the same way as Intel Ice Lake TCSS (Type-C Subsystem) the Tiger Lake
  TCSS xHCI needs to be runtime suspended whenever possible to allow the
  TCSS hardware block to enter D3cold and thus save energy.

  [test]

  [Regression Potential]
  low. This patch only add XHCI device id for Intel Tiger Lake.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-oem-5.6/+bug/1878149/+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 1878544] Re: kernel NULL pointer dereference when plugging/unpluggin USB-c (power or hub)

2020-05-19 Thread koba
@Victor,
please install this kernel and verified whether issue is fixed.
1. Download files from 
https://people.canonical.com/~koba/linux-5.4.0-21.25Lp1878544ubuntu1.tar.xz
2. sudo dpkg -i --force-all *.deb
3. reboot
4. verify the issue.

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

Title:
  kernel NULL pointer dereference when plugging/unpluggin USB-c (power
  or hub)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Asus Zenbook Flip S (UX-370UAR). Intel Core i7-8550U CPU).
  The X freezes and doesnt even allow to start a console session. 

  Only happening on Ubuntu 18.04 and 20.04. 
  Does not happen in the same computer under Ubuntu 16.04 or Windows 10. 

  Can be replicated easily. Every time I plug/unplug the power USB-C or
  the USB-c hub. Mostly, on any interaction with the USB-c or I/O ports.

  If I plug/unplug the USB-c without X in a console session (CTRL+ALT+F3) I get 
the following:
   BUG: kernel NULL point dereference, address: 0080 
   ... 
   Workqueue: events ucsi_connector_change [typec_usci]
   RIP: 0010:ucsi_displayport_remove_partner+0xe/0x30 [typec_usci]
   ...

  Find a picture of the full error attached

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-29-generic 5.4.0-29.33
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vks20  1808 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed May 13 23:46:49 2020
  InstallationDate: Installed on 2020-05-14 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: ASUSTeK COMPUTER INC. UX370UAR
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=acc6d87c-574b-4c1e-8e8f-e75c1e9ff1fc ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-29-generic N/A
   linux-backports-modules-5.4.0-29-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/15/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX370UAR.311
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX370UAR
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX370UAR.311:bd10/15/2019:svnASUSTeKCOMPUTERINC.:pnUX370UAR:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX370UAR:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct31:cvr1.0:
  dmi.product.family: ZenBook Flip
  dmi.product.name: UX370UAR
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1878544/+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 1878544] Re: kernel NULL pointer dereference when plugging/unpluggin USB-c (power or hub)

2020-05-14 Thread koba
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => koba (kobako)

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

Title:
  kernel NULL pointer dereference when plugging/unpluggin USB-c (power
  or hub)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Asus Zenbook Flip S (UX-370UAR). Intel Core i7-8550U CPU).
  The X freezes and doesnt even allow to start a console session. 

  Only happening on Ubuntu 18.04 and 20.04. 
  Does not happen in the same computer under Ubuntu 16.04 or Windows 10. 

  Can be replicated easily. Every time I plug/unplug the power USB-C or
  the USB-c hub. Mostly, on any interaction with the USB-c or I/O ports.

  If I plug/unplug the USB-c without X in a console session (CTRL+ALT+F3) I get 
the following:
   BUG: kernel NULL point dereference, address: 0080 
   ... 
   Workqueue: events ucsi_connector_change [typec_usci]
   RIP: 0010:ucsi_displayport_remove_partner+0xe/0x30 [typec_usci]
   ...

  Find a picture of the full error attached

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-29-generic 5.4.0-29.33
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vks20  1808 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed May 13 23:46:49 2020
  InstallationDate: Installed on 2020-05-14 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: ASUSTeK COMPUTER INC. UX370UAR
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=acc6d87c-574b-4c1e-8e8f-e75c1e9ff1fc ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-29-generic N/A
   linux-backports-modules-5.4.0-29-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/15/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX370UAR.311
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX370UAR
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX370UAR.311:bd10/15/2019:svnASUSTeKCOMPUTERINC.:pnUX370UAR:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX370UAR:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct31:cvr1.0:
  dmi.product.family: ZenBook Flip
  dmi.product.name: UX370UAR
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1878544/+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 1876844] Re: Speed up the process of s3 resume

2020-05-05 Thread koba
** Changed in: linux (Ubuntu)
   Status: In Progress => Won't Fix

** Changed in: linux (Ubuntu)
   Status: Won't Fix => In Progress

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

** Tags added: originate-from-1864604

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

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

** Changed in: linux (Ubuntu Bionic)
 Assignee: (unassigned) => koba (kobako)

** Changed in: linux-oem-osp1 (Ubuntu Bionic)
 Assignee: (unassigned) => koba (kobako)

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

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

** Changed in: linux-oem-osp1 (Ubuntu)
   Status: In Progress => Invalid

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

** Changed in: linux-oem-osp1 (Ubuntu)
 Assignee: koba (kobako) => (unassigned)

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

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

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

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

** Changed in: linux-oem-5.6 (Ubuntu Focal)
 Assignee: (unassigned) => koba (kobako)

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

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

Title:
  Speed up the process of s3 resume

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-osp1 package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  In Progress
Status in linux-oem-5.6 source package in Bionic:
  New
Status in linux-oem-osp1 source package in Bionic:
  In Progress
Status in linux source package in Focal:
  New
Status in linux-oem-5.6 source package in Focal:
  In Progress
Status in linux-oem-osp1 source package in Focal:
  New

Bug description:
  [Impact]
  Process of s3 resume take 7s and it's too long which is over 5s.

  [Fix]
  Reference link_active_reporting field of PCI device to determine whether 
delay is taken or not.
  Actual delay would be determined by taking maximum between 100ms and pci 
device's d3cold delay.

  [test]
  With the patch, the total time s3 resume is 3874.298 ms which is smaller than 
5s.

  [Regression Potential]
  Medium. This patch only changes the rules to determine whether delay is taken 
or not.
  Reference the right field(link_active_reporting), but not speed of pci device.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1876844/+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 1876844] Re: Speed up the process of s3 resume

2020-05-05 Thread koba
** Description changed:

  [Impact]
  Process of s3 resume take 7s and it's too long which is over 5s.
  
  [Fix]
+ the commit is from 
https://lore.kernel.org/linux-pci/20200416083245.73957-1-mika.westerb...@linux.intel.com/
+ 
  Reference link_active_reporting field of PCI device to determine whether 
delay is taken or not.
  Actual delay would be determined by taking maximum between 100ms and pci 
device's d3cold delay.
  
  [test]
  With the patch, the total time s3 resume is 3874.298 ms which is smaller than 
5s.
  
  [Regression Potential]
  Medium. This patch only changes the rules to determine whether delay is taken 
or not.
  Reference the right field(link_active_reporting), but not speed of pci device.

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

Title:
  Speed up the process of s3 resume

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-osp1 package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  In Progress
Status in linux-oem-5.6 source package in Bionic:
  New
Status in linux-oem-osp1 source package in Bionic:
  In Progress
Status in linux source package in Focal:
  New
Status in linux-oem-5.6 source package in Focal:
  In Progress
Status in linux-oem-osp1 source package in Focal:
  New

Bug description:
  [Impact]
  Process of s3 resume take 7s and it's too long which is over 5s.

  [Fix]
  the commit is from 
https://lore.kernel.org/linux-pci/20200416083245.73957-1-mika.westerb...@linux.intel.com/

  Reference link_active_reporting field of PCI device to determine whether 
delay is taken or not.
  Actual delay would be determined by taking maximum between 100ms and pci 
device's d3cold delay.

  [test]
  With the patch, the total time s3 resume is 3874.298 ms which is smaller than 
5s.

  [Regression Potential]
  Medium. This patch only changes the rules to determine whether delay is taken 
or not.
  Reference the right field(link_active_reporting), but not speed of pci device.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1876844/+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 1893752] [NEW] Get the right configuration according to the related field of dpcd

2020-09-01 Thread koba
Public bug reported:

[Impact]

[Fix]

[Test]

[Regression]

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

** Affects: linux-oem-5.6 (Ubuntu)
 Importance: Undecided
 Assignee: koba (kobako)
 Status: New

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

** Affects: linux-oem-5.6 (Ubuntu Focal)
 Importance: Undecided
 Assignee: koba (kobako)
 Status: New

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

** Affects: linux-oem-5.6 (Ubuntu Groovy)
 Importance: Undecided
 Assignee: koba (kobako)
 Status: New

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

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

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

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

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

** Changed in: linux-oem-5.6 (Ubuntu Focal)
 Assignee: (unassigned) => koba (kobako)

** Changed in: linux-oem-5.6 (Ubuntu Groovy)
 Assignee: (unassigned) => koba (kobako)

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

Title:
  Get the right configuration according to the related field of dpcd

Status in linux package in Ubuntu:
  New
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux source package in Focal:
  New
Status in linux-oem-5.6 source package in Focal:
  New
Status in linux source package in Groovy:
  New
Status in linux-oem-5.6 source package in Groovy:
  New

Bug description:
  [Impact]

  [Fix]

  [Test]

  [Regression]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1893752/+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 1895073] Re: Thunderbolt Authenticate on disconnect patches

2020-09-09 Thread koba
** Also affects: linux-oem-5.6 (Ubuntu Focal)
   Importance: Undecided
   Status: New

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

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

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

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

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

** Changed in: linux (Ubuntu Groovy)
 Assignee: (unassigned) => koba (kobako)

** Changed in: linux-oem-5.6 (Ubuntu Focal)
 Assignee: (unassigned) => koba (kobako)

** Description changed:

  [Impact]
  These two patches is provided by Mario Limonciello and have landed in 5.9-rc1.
- Support a better flow for authenticate of TBT dock on disconnect.
+ Support a better flow for authenticate of TBT dock on disconnect
+ *thunderbolt: Add support for separating the flush to SPI and authenticate
 
+ *thunderbolt: Add support for authenticate on disconnect
+ 
+ Also need the following patches.
+ thunderbolt: Ensure left shift of 512 does not overflow a 32 bit int
+ thunderbolt: Add support for on-board retimers
+ thunderbolt: Implement USB3 bandwidth negotiation routines
+ thunderbolt: Split common NVM functionality into a separate file
+ thunderbolt: Generalize usb4_switch_do_[read|write]_data()
+ thunderbolt: Implement USB4 port sideband operations for retimer access
  
  [Fix]
  
  [Test]
  
  [Regression]
  Low, the patches have landed in 5.9-rc1.

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

Title:
  Thunderbolt Authenticate on disconnect patches

Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux source package in Focal:
  New
Status in linux-oem-5.6 source package in Focal:
  In Progress
Status in linux source package in Groovy:
  In Progress
Status in linux-oem-5.6 source package in Groovy:
  New

Bug description:
  [Impact]
  These two patches is provided by Mario Limonciello and have landed in 5.9-rc1.
  Support a better flow for authenticate of TBT dock on disconnect
  *thunderbolt: Add support for separating the flush to SPI and authenticate
 
  *thunderbolt: Add support for authenticate on disconnect

  Also need the following patches.
  thunderbolt: Ensure left shift of 512 does not overflow a 32 bit int
  thunderbolt: Add support for on-board retimers
  thunderbolt: Implement USB3 bandwidth negotiation routines
  thunderbolt: Split common NVM functionality into a separate file
  thunderbolt: Generalize usb4_switch_do_[read|write]_data()
  thunderbolt: Implement USB4 port sideband operations for retimer access

  [Fix]

  [Test]

  [Regression]
  Low, the patches have landed in 5.9-rc1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895073/+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 1895073] [NEW] Thunderbolt Authenticate on disconnect patches

2020-09-09 Thread koba
Public bug reported:

[Impact]
These two patches is provided by Mario Limonciello and have landed in 5.9-rc1.
Support a better flow for authenticate of TBT dock on disconnect.

[Fix]

[Test]

[Regression]
Low, the patches have landed in 5.9-rc1.

** Affects: linux-oem-5.6 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Thunderbolt Authenticate on disconnect patches

Status in linux-oem-5.6 package in Ubuntu:
  New

Bug description:
  [Impact]
  These two patches is provided by Mario Limonciello and have landed in 5.9-rc1.
  Support a better flow for authenticate of TBT dock on disconnect.

  [Fix]

  [Test]

  [Regression]
  Low, the patches have landed in 5.9-rc1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-oem-5.6/+bug/1895073/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-16 Thread koba
** Changed in: linux (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-16 Thread koba
hi Mike
Could you simply "apt install linux-oem-5.6" instead!?
Then check the issue again.
Thanks

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1893752] Re: Get the extended DPCD according to the related field in the DPCD registers.

2020-09-16 Thread koba
** Changed in: linux (Ubuntu Focal)
   Status: Incomplete => Invalid

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

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

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

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

** No longer affects: linux-oem-5.6 (Ubuntu Groovy)

** No longer affects: linux (Ubuntu Groovy)

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

Title:
  Get the extended DPCD according to the related field in the DPCD
  registers.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux source package in Focal:
  Incomplete
Status in linux-oem-5.6 source package in Focal:
  In Progress

Bug description:
  [Impact]
  Connect the 4K@60Hz monitor on WD19, the monitor can't light.

  [Fix]
  As per DP spec, at first check DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT.
   
  If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 1, read the DP_DP13_DPCD_REV to 
get the faster capability. If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 0, read 
DP_DPCD_REV. 

  [Test]
  With the patches, connect 4K@60Hz monitor on WD19, the machine can output the 
video to the monitor and the monitor can light.

  [Regression]
  low, Just get one more DPCD from the extended register, compare them and get 
the faster one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1893752/+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 1889342] Re: Thunderbolt Dock Loses Monitors

2020-09-16 Thread koba
hi rhpot1991,
Would you please try oem5.6 again?! the new version is 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/1889342

Title:
  Thunderbolt Dock Loses Monitors

Status in linux package in Ubuntu:
  In Progress

Bug description:
  After a suspend or locking the only way to regain external monitors is
  to unplug and replug the thunderbolt dock back in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-42-generic 5.4.0-42.46
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  john   2682 F pulseaudio
   /dev/snd/controlC0:  john   2682 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jul 29 00:22:26 2020
  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
  InstallationDate: Installed on 2020-07-13 (15 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 13 9300
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=5e141eb0-e03b-4c39-b826-f94e0d2715ea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.187.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.11
  dmi.board.name: 0WX9VX
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.11:bd05/08/2020:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn0WX9VX:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9300
  dmi.product.sku: 096D
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889342/+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 1893752] Re: Get the right configuration according to the related field of dpcd

2020-09-16 Thread koba
** Description changed:

  [Impact]
+ Connect the 4K@60Hz monitor on WD19, the monitor can't light.
  
  [Fix]
+ As per DP spec, at first check DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT.
   
+ If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 1, read the DP_DP13_DPCD_REV to 
get the faster capability. If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 0, read 
DP_DPCD_REV. 
  
  [Test]
+ With the patches, connect 4K@60Hz monitor on WD19, the machine can output the 
video to the monitor and the monitor can light.
  
  [Regression]
+ low, Just get one more DPCD from the extended register, compare them and get 
the faster one.

** Summary changed:

- Get the right configuration according to the related field of dpcd
+ Get the extended DPCD according to the related field in the DPCD registers.

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

Title:
  Get the extended DPCD according to the related field in the DPCD
  registers.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux source package in Focal:
  Incomplete
Status in linux-oem-5.6 source package in Focal:
  New
Status in linux source package in Groovy:
  Incomplete
Status in linux-oem-5.6 source package in Groovy:
  New

Bug description:
  [Impact]
  Connect the 4K@60Hz monitor on WD19, the monitor can't light.

  [Fix]
  As per DP spec, at first check DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT.
   
  If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 1, read the DP_DP13_DPCD_REV to 
get the faster capability. If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 0, read 
DP_DPCD_REV. 

  [Test]
  With the patches, connect 4K@60Hz monitor on WD19, the machine can output the 
video to the monitor and the monitor can light.

  [Regression]
  low, Just get one more DPCD from the extended register, compare them and get 
the faster one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1893752/+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 1893752] Re: Get the extended DPCD according to the related field in the DPCD registers.

2020-09-16 Thread koba
** Tags added: oem-priority originate-from-1880831 somerville

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

Title:
  Get the extended DPCD according to the related field in the DPCD
  registers.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux source package in Focal:
  Incomplete
Status in linux-oem-5.6 source package in Focal:
  New
Status in linux source package in Groovy:
  Incomplete
Status in linux-oem-5.6 source package in Groovy:
  New

Bug description:
  [Impact]
  Connect the 4K@60Hz monitor on WD19, the monitor can't light.

  [Fix]
  As per DP spec, at first check DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT.
   
  If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 1, read the DP_DP13_DPCD_REV to 
get the faster capability. If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 0, read 
DP_DPCD_REV. 

  [Test]
  With the patches, connect 4K@60Hz monitor on WD19, the machine can output the 
video to the monitor and the monitor can light.

  [Regression]
  low, Just get one more DPCD from the extended register, compare them and get 
the faster one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1893752/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-14 Thread koba
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => koba (kobako)

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1889342] Re: Thunderbolt Dock Loses Monitors

2020-09-13 Thread koba
** Changed in: linux (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  Thunderbolt Dock Loses Monitors

Status in linux package in Ubuntu:
  In Progress

Bug description:
  After a suspend or locking the only way to regain external monitors is
  to unplug and replug the thunderbolt dock back in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-42-generic 5.4.0-42.46
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  john   2682 F pulseaudio
   /dev/snd/controlC0:  john   2682 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jul 29 00:22:26 2020
  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
  InstallationDate: Installed on 2020-07-13 (15 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 13 9300
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=5e141eb0-e03b-4c39-b826-f94e0d2715ea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.187.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.11
  dmi.board.name: 0WX9VX
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.11:bd05/08/2020:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn0WX9VX:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9300
  dmi.product.sku: 096D
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889342/+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 1893752] Re: Get the extended DPCD according to the related field in the DPCD registers.

2020-10-07 Thread koba
** Changed in: linux-oem-5.6 (Ubuntu)
 Assignee: koba (kobako) => (unassigned)

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

Title:
  Get the extended DPCD according to the related field in the DPCD
  registers.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux source package in Focal:
  Incomplete
Status in linux-oem-5.6 source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  Connect the 4K@60Hz monitor on WD19, the monitor can't light.

  [Fix]
  As per DP spec, at first check DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT.
   
  If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 1, read the DP_DP13_DPCD_REV to 
get the faster capability. If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 0, read 
DP_DPCD_REV. 

  [Test]
  With the patches, connect 4K@60Hz monitor on WD19, the machine can output the 
video to the monitor and the monitor can light.

  [Regression]
  low, Just get one more DPCD from the extended register, compare them and get 
the faster one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1893752/+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 1899882] Re: hdmi monitor on

2020-10-14 Thread koba
@John,
could you try the oem kernel!?


** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => koba (kobako)

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

Title:
  hdmi monitor on

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  XPS 13 9300 -- 50H3P53 -- Dell laptop
  WD19TB --- 4BWNW43 -- Dell Thunderbolt dock
  S2319HS -- B4TYZ13 -- Dell 23" external monitor

  External monitor remains black when waking system after suspending.  
  Works OK when log out then log in or when reboot.  
  Using HDMI cable from dock to monitor.

  From /var/log/syslog:

  Oct 14 21:09:41 lt9 kernel: [32059.746520] [ cut here 
]
  Oct 14 21:09:41 lt9 kernel: [32059.746524] WARN_ON(is_mst && (port == PORT_A 
|| port == PORT_E))
  Oct 14 21:09:41 lt9 kernel: [32059.746674] WARNING: CPU: 6 PID: 1221 at 
drivers/gpu/drm/i915/display/intel_ddi.c:3179 
intel_ddi_pre_enable_dp.isra.0+0x20f/0x430 [i915]
  Oct 14 21:09:41 lt9 kernel: [32059.746676] Modules linked in: ccm usblp 
ftdi_sio usbserial snd_usb_audio snd_usbmidi_lib rfcomm typec_displayport 
cdc_ether usbnet r8152 mii cmac algif_hash algif_skcipher af_al
  g bnep btusb btrtl btbcm btintel uvcvideo videobuf2_vmalloc videobuf2_memops 
bluetooth videobuf2_v4l2 videobuf2_common videodev mc ecdh_generic ecc 
nls_iso8859_1 snd_sof_pci snd_sof_intel_hda_common snd_soc_hd
  ac_hda snd_hda_codec_hdmi snd_sof_intel_hda snd_sof_intel_byt 
snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp snd_hda_ext_core 
snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core snd_compress 
snd_hda_codec_realtek
   ac97_bus snd_pcm_dmaengine snd_hda_codec_generic snd_hda_intel mei_hdcp 
snd_intel_dspcfg dell_laptop snd_hda_codec joydev ledtrig_audio intel_rapl_msr 
snd_hda_core snd_hwdep x86_pkg_temp_thermal intel_powercl
  amp snd_pcm coretemp kvm_intel kvm snd_seq_midi snd_seq_midi_event 
snd_rawmidi crct10dif_pclmul ghash_clmulni_intel dell_wmi snd_seq aesni_intel 
dell_smbios crypto_simd dcdbas cryptd glue_helper rapl
  Oct 14 21:09:41 lt9 kernel: [32059.746719]  intel_cstate iwlmvm input_leds 
serio_raw mac80211 snd_seq_device intel_wmi_thunderbolt wmi_bmof 
dell_wmi_descriptor snd_timer libarc4 snd hid_sensor_als hid_sensor_t
  rigger industrialio_triggered_buffer iwlwifi kfifo_buf hid_sensor_iio_common 
rtsx_pci_ms 8250_dw memstick soundcore industrialio ucsi_acpi 
processor_thermal_device intel_rapl_common mei_me typec_ucsi cros_ec_i
  shtp hid_multitouch mei cfg80211 cros_ec intel_soc_dts_iosf typec 
int3403_thermal mac_hid int340x_thermal_zone int3400_thermal intel_hid 
acpi_thermal_rel sparse_keymap acpi_pad acpi_tad sch_fq_codel parport_pc
   ppdev lp parport ip_tables x_tables autofs4 btrfs zstd_compress usbhid 
raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor 
raid6_pq libcrc32c raid1 raid0 multipath linear hid_sensor_
  hub hid_generic intel_ishtp_loader intel_ishtp_hid rtsx_pci_sdmmc i915 
crc32_pclmul rtsx_pci psmouse nvme i2c_algo_bit drm_kms_helper intel_lpss_pci 
i2c_i801 intel_lpss nvme_core syscopyarea idma64
  Oct 14 21:09:41 lt9 kernel: [32059.746764]  sysfillrect virt_dma sysimgblt 
fb_sys_fops intel_ish_ipc thunderbolt drm intel_ishtp wmi i2c_hid hid video 
pinctrl_icelake pinctrl_intel
  Oct 14 21:09:41 lt9 kernel: [32059.746778] CPU: 6 PID: 1221 Comm: Xorg 
Tainted: GW 5.4.0-48-generic #52-Ubuntu
  Oct 14 21:09:41 lt9 kernel: [32059.746780] Hardware name: Dell Inc. XPS 13 
9300/0RMFN5, BIOS 1.2.0 08/13/2020
  Oct 14 21:09:41 lt9 kernel: [32059.746843] RIP: 
0010:intel_ddi_pre_enable_dp.isra.0+0x20f/0x430 [i915]
  Oct 14 21:09:41 lt9 kernel: [32059.746847] Code: ff ff 83 f8 0a bf 00 00 00 
00 49 0f 44 fc 48 89 7d c0 e9 4b fe ff ff 48 c7 c6 e0 0a 76 c0 48 c7 c7 43 79 
77 c0 e8 0c c5 bd db <0f> 0b e9 ae fe ff ff 41 8b 54 24 70 8b 75 a8 4c 89 e7 e8 
8a c7 ff
  Oct 14 21:09:41 lt9 kernel: [32059.746849] RSP: 0018:b3bf01253850 EFLAGS: 
00010282
  Oct 14 21:09:41 lt9 kernel: [32059.746852] RAX:  RBX: 
9f1eebeca000 RCX: 
  Oct 14 21:09:41 lt9 kernel: [32059.746854] RDX: 0035 RSI: 
9dd955d5 RDI: 0246
  Oct 14 21:09:41 lt9 kernel: [32059.746855] RBP: b3bf012538a8 R08: 
9dd955a0 R09: 0035
  Oct 14 21:09:41 lt9 kernel: [32059.746857] R10: 9dd95980 R11: 
9dd9559f R12: 9f1eebeca000
  Oct 14 21:09:41 lt9 kernel: [32059.746858] R13: 9f1e1bb67000 R14: 
9f1eebb8 R15: 9f1eebeca120
  Oct 14 21:09:41 lt9 kernel: [32059.746861] FS:  7fd341ab0a80() 
GS:9f1eff78() knlGS:
  Oct 14 21:09:41 lt9 kernel: [32059.746863] CS:  0010 DS:  ES:  CR0: 
80050033
  Oct 14 21:09:41 lt9 kernel: [32059.746865] CR2: 0177088fa000 CR3: 
00046e046003 CR4: 00760ee0
  Oct 14 21:09:41 lt9 kerne

[Kernel-packages] [Bug 1889342] Re: Thunderbolt Dock Loses Monitors

2020-10-05 Thread koba
@rhpot1991,
With xps 9300(icl), can't reproduce the issue.
I plug one monitor on wd19tb and disable the screen lock.

please enable the drm debug with drm.debug=0x1e.
reboot the machine and try reproduce it.
Then dump  "journalctl -k -b"
Thanks

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

Title:
  Thunderbolt Dock Loses Monitors

Status in linux package in Ubuntu:
  In Progress

Bug description:
  After a suspend or locking the only way to regain external monitors is
  to unplug and replug the thunderbolt dock back in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-42-generic 5.4.0-42.46
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  john   2682 F pulseaudio
   /dev/snd/controlC0:  john   2682 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jul 29 00:22:26 2020
  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
  InstallationDate: Installed on 2020-07-13 (15 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 13 9300
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=5e141eb0-e03b-4c39-b826-f94e0d2715ea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.187.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.11
  dmi.board.name: 0WX9VX
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.11:bd05/08/2020:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn0WX9VX:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9300
  dmi.product.sku: 096D
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889342/+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 1889342] Re: Thunderbolt Dock Loses Monitors

2020-10-05 Thread koba
what cpu generation  of xps 9300?

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

Title:
  Thunderbolt Dock Loses Monitors

Status in linux package in Ubuntu:
  In Progress

Bug description:
  After a suspend or locking the only way to regain external monitors is
  to unplug and replug the thunderbolt dock back in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-42-generic 5.4.0-42.46
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  john   2682 F pulseaudio
   /dev/snd/controlC0:  john   2682 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jul 29 00:22:26 2020
  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
  InstallationDate: Installed on 2020-07-13 (15 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 13 9300
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=5e141eb0-e03b-4c39-b826-f94e0d2715ea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.187.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.11
  dmi.board.name: 0WX9VX
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.11:bd05/08/2020:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn0WX9VX:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9300
  dmi.product.sku: 096D
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889342/+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 1889342] Re: Thunderbolt Dock Loses Monitors

2020-10-12 Thread koba
@rhpot1991,
could you check the firmware version of wd19tb!?

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

Title:
  Thunderbolt Dock Loses Monitors

Status in linux package in Ubuntu:
  In Progress

Bug description:
  After a suspend or locking the only way to regain external monitors is
  to unplug and replug the thunderbolt dock back in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-42-generic 5.4.0-42.46
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  john   2682 F pulseaudio
   /dev/snd/controlC0:  john   2682 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jul 29 00:22:26 2020
  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
  InstallationDate: Installed on 2020-07-13 (15 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 13 9300
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=5e141eb0-e03b-4c39-b826-f94e0d2715ea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.187.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.11
  dmi.board.name: 0WX9VX
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.11:bd05/08/2020:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn0WX9VX:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9300
  dmi.product.sku: 096D
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889342/+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 1889342] Re: Thunderbolt Dock Loses Monitors

2020-10-12 Thread koba
yours is the same as mine.
Did you trigger the issue after the fresh installation?

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

Title:
  Thunderbolt Dock Loses Monitors

Status in linux package in Ubuntu:
  In Progress

Bug description:
  After a suspend or locking the only way to regain external monitors is
  to unplug and replug the thunderbolt dock back in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-42-generic 5.4.0-42.46
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  john   2682 F pulseaudio
   /dev/snd/controlC0:  john   2682 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jul 29 00:22:26 2020
  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
  InstallationDate: Installed on 2020-07-13 (15 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 13 9300
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=5e141eb0-e03b-4c39-b826-f94e0d2715ea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.187.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.11
  dmi.board.name: 0WX9VX
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.11:bd05/08/2020:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn0WX9VX:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9300
  dmi.product.sku: 096D
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889342/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-10-12 Thread koba
@Mike,
could you help to try the mainline kernel(5.9)!?
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.9/

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-10-12 Thread koba
if the issue still can be triggered, please also dump the dmesg...
i noticed one alarm.
"No beacon heard and the time event is over already"

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1889342] Re: Thunderbolt Dock Loses Monitors

2020-10-12 Thread koba
I tried that connect two monitors on wd19tb.
can't trigger the issue on my side.
Can you confirm is the issue be triggered after the fresh installation!?
Thanks your effort

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

Title:
  Thunderbolt Dock Loses Monitors

Status in linux package in Ubuntu:
  In Progress

Bug description:
  After a suspend or locking the only way to regain external monitors is
  to unplug and replug the thunderbolt dock back in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-42-generic 5.4.0-42.46
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  john   2682 F pulseaudio
   /dev/snd/controlC0:  john   2682 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jul 29 00:22:26 2020
  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
  InstallationDate: Installed on 2020-07-13 (15 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 13 9300
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=5e141eb0-e03b-4c39-b826-f94e0d2715ea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.187.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.11
  dmi.board.name: 0WX9VX
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.11:bd05/08/2020:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn0WX9VX:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9300
  dmi.product.sku: 096D
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889342/+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 1899882] Re: hdmi monitor on

2020-10-15 Thread koba
@John
#sudo apt update
#sudo apt install linux-oem-20.04

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

Title:
  hdmi monitor on

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  XPS 13 9300 -- 50H3P53 -- Dell laptop
  WD19TB --- 4BWNW43 -- Dell Thunderbolt dock
  S2319HS -- B4TYZ13 -- Dell 23" external monitor

  External monitor remains black when waking system after suspending.  
  Works OK when log out then log in or when reboot.  
  Using HDMI cable from dock to monitor.

  From /var/log/syslog:

  Oct 14 21:09:41 lt9 kernel: [32059.746520] [ cut here 
]
  Oct 14 21:09:41 lt9 kernel: [32059.746524] WARN_ON(is_mst && (port == PORT_A 
|| port == PORT_E))
  Oct 14 21:09:41 lt9 kernel: [32059.746674] WARNING: CPU: 6 PID: 1221 at 
drivers/gpu/drm/i915/display/intel_ddi.c:3179 
intel_ddi_pre_enable_dp.isra.0+0x20f/0x430 [i915]
  Oct 14 21:09:41 lt9 kernel: [32059.746676] Modules linked in: ccm usblp 
ftdi_sio usbserial snd_usb_audio snd_usbmidi_lib rfcomm typec_displayport 
cdc_ether usbnet r8152 mii cmac algif_hash algif_skcipher af_al
  g bnep btusb btrtl btbcm btintel uvcvideo videobuf2_vmalloc videobuf2_memops 
bluetooth videobuf2_v4l2 videobuf2_common videodev mc ecdh_generic ecc 
nls_iso8859_1 snd_sof_pci snd_sof_intel_hda_common snd_soc_hd
  ac_hda snd_hda_codec_hdmi snd_sof_intel_hda snd_sof_intel_byt 
snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp snd_hda_ext_core 
snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core snd_compress 
snd_hda_codec_realtek
   ac97_bus snd_pcm_dmaengine snd_hda_codec_generic snd_hda_intel mei_hdcp 
snd_intel_dspcfg dell_laptop snd_hda_codec joydev ledtrig_audio intel_rapl_msr 
snd_hda_core snd_hwdep x86_pkg_temp_thermal intel_powercl
  amp snd_pcm coretemp kvm_intel kvm snd_seq_midi snd_seq_midi_event 
snd_rawmidi crct10dif_pclmul ghash_clmulni_intel dell_wmi snd_seq aesni_intel 
dell_smbios crypto_simd dcdbas cryptd glue_helper rapl
  Oct 14 21:09:41 lt9 kernel: [32059.746719]  intel_cstate iwlmvm input_leds 
serio_raw mac80211 snd_seq_device intel_wmi_thunderbolt wmi_bmof 
dell_wmi_descriptor snd_timer libarc4 snd hid_sensor_als hid_sensor_t
  rigger industrialio_triggered_buffer iwlwifi kfifo_buf hid_sensor_iio_common 
rtsx_pci_ms 8250_dw memstick soundcore industrialio ucsi_acpi 
processor_thermal_device intel_rapl_common mei_me typec_ucsi cros_ec_i
  shtp hid_multitouch mei cfg80211 cros_ec intel_soc_dts_iosf typec 
int3403_thermal mac_hid int340x_thermal_zone int3400_thermal intel_hid 
acpi_thermal_rel sparse_keymap acpi_pad acpi_tad sch_fq_codel parport_pc
   ppdev lp parport ip_tables x_tables autofs4 btrfs zstd_compress usbhid 
raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor 
raid6_pq libcrc32c raid1 raid0 multipath linear hid_sensor_
  hub hid_generic intel_ishtp_loader intel_ishtp_hid rtsx_pci_sdmmc i915 
crc32_pclmul rtsx_pci psmouse nvme i2c_algo_bit drm_kms_helper intel_lpss_pci 
i2c_i801 intel_lpss nvme_core syscopyarea idma64
  Oct 14 21:09:41 lt9 kernel: [32059.746764]  sysfillrect virt_dma sysimgblt 
fb_sys_fops intel_ish_ipc thunderbolt drm intel_ishtp wmi i2c_hid hid video 
pinctrl_icelake pinctrl_intel
  Oct 14 21:09:41 lt9 kernel: [32059.746778] CPU: 6 PID: 1221 Comm: Xorg 
Tainted: GW 5.4.0-48-generic #52-Ubuntu
  Oct 14 21:09:41 lt9 kernel: [32059.746780] Hardware name: Dell Inc. XPS 13 
9300/0RMFN5, BIOS 1.2.0 08/13/2020
  Oct 14 21:09:41 lt9 kernel: [32059.746843] RIP: 
0010:intel_ddi_pre_enable_dp.isra.0+0x20f/0x430 [i915]
  Oct 14 21:09:41 lt9 kernel: [32059.746847] Code: ff ff 83 f8 0a bf 00 00 00 
00 49 0f 44 fc 48 89 7d c0 e9 4b fe ff ff 48 c7 c6 e0 0a 76 c0 48 c7 c7 43 79 
77 c0 e8 0c c5 bd db <0f> 0b e9 ae fe ff ff 41 8b 54 24 70 8b 75 a8 4c 89 e7 e8 
8a c7 ff
  Oct 14 21:09:41 lt9 kernel: [32059.746849] RSP: 0018:b3bf01253850 EFLAGS: 
00010282
  Oct 14 21:09:41 lt9 kernel: [32059.746852] RAX:  RBX: 
9f1eebeca000 RCX: 
  Oct 14 21:09:41 lt9 kernel: [32059.746854] RDX: 0035 RSI: 
9dd955d5 RDI: 0246
  Oct 14 21:09:41 lt9 kernel: [32059.746855] RBP: b3bf012538a8 R08: 
9dd955a0 R09: 0035
  Oct 14 21:09:41 lt9 kernel: [32059.746857] R10: 9dd95980 R11: 
9dd9559f R12: 9f1eebeca000
  Oct 14 21:09:41 lt9 kernel: [32059.746858] R13: 9f1e1bb67000 R14: 
9f1eebb8 R15: 9f1eebeca120
  Oct 14 21:09:41 lt9 kernel: [32059.746861] FS:  7fd341ab0a80() 
GS:9f1eff78() knlGS:
  Oct 14 21:09:41 lt9 kernel: [32059.746863] CS:  0010 DS:  ES:  CR0: 
80050033
  Oct 14 21:09:41 lt9 kernel: [32059.746865] CR2: 0177088fa000 CR3: 
00046e046003 CR4: 00760ee0
  Oct 14 21:09:41 lt9 kernel: [32059.746866] PKRU: 5554
  Oct 14 21:09:41 lt9 kernel: [32059.746868] Call 

[Kernel-packages] [Bug 1892288] Re: Comet Lake PCH-H RAID not support on Ubuntu20.04

2020-10-08 Thread koba
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  Comet Lake PCH-H RAID not support on Ubuntu20.04

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Fix Committed
Status in linux-oem-5.6 source package in Focal:
  Fix Released

Bug description:
  [Impact]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [Fix]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [test]

  [Regression Potential]
  Low. Just add a PCI id for the sata/ahci raid.

  == Original ==
  As Ubuntu 20.04 AHCI driver doesn’t include comet lake PCH-H RAID support
  { PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */

  If Thinkstation P340 configured as RAID mode, It can not find any RAID volume 
disk.
  please update such support. Thanks.

  Regards,
  Jiqi.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1892288/+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 1891449] Re: Enable PCI ACS for platform opt to get the usb flash drive from WD19TB

2020-08-18 Thread koba
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  Enable PCI ACS for platform opt to get the usb flash drive from WD19TB

Status in HWE Next:
  New
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-5.6 source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  Connect with the WD19TB on the right TB port and plug the USB flash drive on 
it, the machine can't recognize the USB flash drive.

  [Fix]
  Enable the PCI ACS when Intel IOMMU is detected with platform opt in hint.

  [test]
  With the fix, the machine can recognize the USB flash drive.

  [Regression Potential]
  Low. the patch has landed on the mainline kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1891449/+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 1892288] Re: Comet Lake PCH-H RAID not support on Ubuntu20.04

2020-08-28 Thread koba
** Tags added: originate-from-1888311

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

Title:
  Comet Lake PCH-H RAID not support on Ubuntu20.04

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  As Ubuntu 20.04 AHCI driver doesn’t include comet lake PCH-H RAID support
  { PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */

  If Thinkstation P340 configured as RAID mode, It can not find any RAID volume 
disk.
  please update such support. Thanks.

  Regards,
  Jiqi.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1892288/+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 1892288] Re: Comet Lake PCH-H RAID not support on Ubuntu20.04

2020-08-28 Thread koba
** Changed in: linux (Ubuntu)
   Status: Incomplete => In Progress

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

Title:
  Comet Lake PCH-H RAID not support on Ubuntu20.04

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress

Bug description:
  [Impact]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [Fix]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [test]

  [Regression Potential]
  Low. Just add a PCI id for the sata/ahci raid.

  == Original ==
  As Ubuntu 20.04 AHCI driver doesn’t include comet lake PCH-H RAID support
  { PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */

  If Thinkstation P340 configured as RAID mode, It can not find any RAID volume 
disk.
  please update such support. Thanks.

  Regards,
  Jiqi.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1892288/+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 1888623] Re: Comet Lake-S requires new PCI id's for SATA/AHCI RAID

2020-08-28 Thread koba
** Changed in: linux (Ubuntu)
   Status: In Progress => Invalid

** Changed in: linux (Ubuntu)
 Assignee: koba (kobako) => (unassigned)

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

Title:
  Comet Lake-S requires new PCI id's for SATA/AHCI RAID

Status in linux package in Ubuntu:
  Invalid

Bug description:
  [Impact]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [Fix]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [test]

  
  [Regression Potential]
  Low. Just a PCI id for the sata/ahci raid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1888623/+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 1892288] Re: Comet Lake PCH-H RAID not support on Ubuntu20.04

2020-08-28 Thread koba
** Description changed:

+ [Impact]
+ Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.
+ 
+ [Fix]
+ Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.
+ 
+ [test]
+ 
+ [Regression Potential]
+ Low. Just add a PCI id for the sata/ahci raid.
+ 
+ == Original ==
  As Ubuntu 20.04 AHCI driver doesn’t include comet lake PCH-H RAID support
  { PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */
  
  If Thinkstation P340 configured as RAID mode, It can not find any RAID volume 
disk.
  please update such support. Thanks.
  
  Regards,
  Jiqi.

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

Title:
  Comet Lake PCH-H RAID not support on Ubuntu20.04

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress

Bug description:
  [Impact]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [Fix]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [test]

  [Regression Potential]
  Low. Just add a PCI id for the sata/ahci raid.

  == Original ==
  As Ubuntu 20.04 AHCI driver doesn’t include comet lake PCH-H RAID support
  { PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */

  If Thinkstation P340 configured as RAID mode, It can not find any RAID volume 
disk.
  please update such support. Thanks.

  Regards,
  Jiqi.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1892288/+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 1891449] Re: Enable PCI ACS for platform opt to get the usb flash drive from WD19TB

2020-08-27 Thread koba
** Changed in: linux-oem-5.6 (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  Enable PCI ACS for platform opt to get the usb flash drive from WD19TB

Status in HWE Next:
  New
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-5.6 source package in Focal:
  Fix Released

Bug description:
  [Impact]
  Connect with the WD19TB on the right TB port and plug the USB flash drive on 
it, the machine can't recognize the USB flash drive.

  [Fix]
  Enable the PCI ACS when Intel IOMMU is detected with platform opt in hint.

  [test]
  With the fix, the machine can recognize the USB flash drive.

  [Regression Potential]
  Low. the patch has landed on the mainline kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1891449/+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 1889342] Re: Thunderbolt Dock Loses Monitors

2020-09-27 Thread koba
@rhpot1991,
Have any feedback!?

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

Title:
  Thunderbolt Dock Loses Monitors

Status in linux package in Ubuntu:
  In Progress

Bug description:
  After a suspend or locking the only way to regain external monitors is
  to unplug and replug the thunderbolt dock back in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-42-generic 5.4.0-42.46
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  john   2682 F pulseaudio
   /dev/snd/controlC0:  john   2682 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jul 29 00:22:26 2020
  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
  InstallationDate: Installed on 2020-07-13 (15 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 13 9300
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=5e141eb0-e03b-4c39-b826-f94e0d2715ea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.187.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.11
  dmi.board.name: 0WX9VX
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.11:bd05/08/2020:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn0WX9VX:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9300
  dmi.product.sku: 096D
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889342/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-24 Thread koba
@Mike
for the audio error message, does this cause any function issue!?
On my side, i also get this message.
for the wifi issue, could cat the whole dmesg to me once the issue is triggered.
The wifi issue can't be triggered on my side.

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1889342] Re: Thunderbolt Dock Loses Monitors

2020-09-22 Thread koba
@rhpot1991,
Would you please try oem5.6 again?! the new version is released.
#apt install linux-oem-5.6

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

Title:
  Thunderbolt Dock Loses Monitors

Status in linux package in Ubuntu:
  In Progress

Bug description:
  After a suspend or locking the only way to regain external monitors is
  to unplug and replug the thunderbolt dock back in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-42-generic 5.4.0-42.46
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  john   2682 F pulseaudio
   /dev/snd/controlC0:  john   2682 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jul 29 00:22:26 2020
  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
  InstallationDate: Installed on 2020-07-13 (15 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 13 9300
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=5e141eb0-e03b-4c39-b826-f94e0d2715ea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.187.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.11
  dmi.board.name: 0WX9VX
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.11:bd05/08/2020:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn0WX9VX:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9300
  dmi.product.sku: 096D
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889342/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-22 Thread koba
@Mike, 
Are the point 2&3 gone!?

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-22 Thread koba
@Mike,
Are the point 2&3 gone!?
please also cat /proc/cmdline?!

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-22 Thread koba
Did you connect with 2.4g or 5g!?

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-22 Thread koba
Did you connect with 2.4g or 5g!?
Only play html5 on chrome can trigger the issue!? Did you ever try Firefox!?

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-22 Thread koba
1. Did you connect with 2.4g or 5g!?
2. Only play html5 on chrome can trigger the issue!? Did you ever try Firefox!?
3. please prime-select intel & reboot, try

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1892288] Re: Comet Lake PCH-H RAID not support on Ubuntu20.04

2020-09-21 Thread koba
In BIOS, Change to RAID/Intel RST and create a volume.
Boot with 5.6.0.1028, the raid device can be found in /dev
#sudo fdisk -l
/dev/mapper/lsw_gdejahcjf_Volume1p1 2048 2000420863 2000418816 953.9G 83 Linu

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

Title:
  Comet Lake PCH-H RAID not support on Ubuntu20.04

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-oem-5.6 source package in Focal:
  In Progress

Bug description:
  [Impact]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [Fix]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [test]

  [Regression Potential]
  Low. Just add a PCI id for the sata/ahci raid.

  == Original ==
  As Ubuntu 20.04 AHCI driver doesn’t include comet lake PCH-H RAID support
  { PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */

  If Thinkstation P340 configured as RAID mode, It can not find any RAID volume 
disk.
  please update such support. Thanks.

  Regards,
  Jiqi.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1892288/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-23 Thread koba
@Mike,
For wifi issue, could you help to turn off the power save of wifi and check it 
again.
#Setting->Power->Wifi(wifi can be turned off to save power)

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-23 Thread koba
@Mike, 
I also tried chromium and the issue still can be triggered.
Would you please file a bug to chromium first !?
https://bugs.chromium.org/p/chromium/issues/list

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1893752] Re: Get the extended DPCD according to the related field in the DPCD registers.

2020-09-24 Thread koba
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  Get the extended DPCD according to the related field in the DPCD
  registers.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux source package in Focal:
  Incomplete
Status in linux-oem-5.6 source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  Connect the 4K@60Hz monitor on WD19, the monitor can't light.

  [Fix]
  As per DP spec, at first check DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT.
   
  If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 1, read the DP_DP13_DPCD_REV to 
get the faster capability. If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 0, read 
DP_DPCD_REV. 

  [Test]
  With the patches, connect 4K@60Hz monitor on WD19, the machine can output the 
video to the monitor and the monitor can light.

  [Regression]
  low, Just get one more DPCD from the extended register, compare them and get 
the faster one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1893752/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-24 Thread koba
Could you also grep the wifi firmware version!?
#dmesg | grep iwlwifi.
e.g. iwlwifi :00:14.3: loaded firmware version 12345

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-24 Thread koba
Do you know what kind of chipset is your wifi ap or could you share you
model of wifi ap!? e.g. Broadcom, Realtek?

I have a same machine as yours and can't simply trigger the issue 1.
Could you dump the dmesg to me when the issue 1 is triggered!?
Please also cat /proc/cmdline

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-24 Thread koba
Do you know what kind of chipset is your wifi ap or could you share you
model of wifi ap!? e.g. Broadcom, Realtek?

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1893752] Re: Get the extended DPCD according to the related field in the DPCD registers.

2020-09-22 Thread koba
** Tags added: originate-from-1891458

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

Title:
  Get the extended DPCD according to the related field in the DPCD
  registers.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux source package in Focal:
  Incomplete
Status in linux-oem-5.6 source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  Connect the 4K@60Hz monitor on WD19, the monitor can't light.

  [Fix]
  As per DP spec, at first check DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT.
   
  If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 1, read the DP_DP13_DPCD_REV to 
get the faster capability. If DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENT is 0, read 
DP_DPCD_REV. 

  [Test]
  With the patches, connect 4K@60Hz monitor on WD19, the machine can output the 
video to the monitor and the monitor can light.

  [Regression]
  low, Just get one more DPCD from the extended register, compare them and get 
the faster one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1893752/+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 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-09-23 Thread koba
@Mike,
I tried Firefox,
both nvidia gpu are fine after resume from suspend.
For chrome, the issue would be triggered with nvidia.

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

Title:
  Internet disconnected unexpectly + Xorg freeze while watching html5
  video in Chrome

Status in linux package in Ubuntu:
  In Progress

Bug description:
  A few issues:

  1)With Intel(R) Wireless-AC 9560, under kernel 5.4 for Ubuntu 20.04.1,
  the system sometimes gets disconnected with the network and I get the
  following error in syslog:

  iwlwifi: BIOS contains WGDS but no WRDS

  It is unclear if this is the cause of the problem, but this is likely
  related to kernel.

  2) Watching HTML5 videos on Chrome with Nvidia GPU (440 driver) will
  sometimes cause xorg freeze. The exact cause is unknown. (Mouse,
  control all freeze for 5-10 seconds)

  3) After Wake up from sleep got the following error on screen

  sof-audio-pci error: no reply expected, received 0x0
  iwlwifi: BIOS contains WGDS but no WRDS

  4) After wake up from a long sleep session, sometimes chrome will not
  render web page correctly or even freeze. It is unclear if its a
  Chrome problem, or a Nvidia problem, or a Kernel Problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-47-generic 5.4.0-47.51
  ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
  Uname: Linux 5.4.0-47-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gao1931 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 13 09:14:36 2020
  InstallationDate: Installed on 2020-08-25 (19 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron 7591
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-47-generic 
root=UUID=421f18c3-a8c8-4cf4-9b7b-5a7442595b1b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-47-generic N/A
   linux-backports-modules-5.4.0-47-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0JKGD4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd06/30/2020:svnDellInc.:pnInspiron7591:pvr:rvnDellInc.:rn0JKGD4:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7591
  dmi.product.sku: 0923
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-09-07T23:43:13.736867

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+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 1892288] Re: Comet Lake PCH-H RAID not support on Ubuntu20.04

2020-09-17 Thread koba
** Changed in: linux-oem-5.6 (Ubuntu Focal)
 Assignee: (unassigned) => koba (kobako)

** Changed in: linux (Ubuntu)
 Assignee: koba (kobako) => (unassigned)

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

Title:
  Comet Lake PCH-H RAID not support on Ubuntu20.04

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Triaged
Status in linux-oem-5.6 source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [Fix]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [test]

  [Regression Potential]
  Low. Just add a PCI id for the sata/ahci raid.

  == Original ==
  As Ubuntu 20.04 AHCI driver doesn’t include comet lake PCH-H RAID support
  { PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */

  If Thinkstation P340 configured as RAID mode, It can not find any RAID volume 
disk.
  please update such support. Thanks.

  Regards,
  Jiqi.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1892288/+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 1892288] Re: Comet Lake PCH-H RAID not support on Ubuntu20.04

2020-09-17 Thread koba
** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => koba (kobako)

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

Title:
  Comet Lake PCH-H RAID not support on Ubuntu20.04

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Fix Committed
Status in linux-oem-5.6 source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [Fix]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [test]

  [Regression Potential]
  Low. Just add a PCI id for the sata/ahci raid.

  == Original ==
  As Ubuntu 20.04 AHCI driver doesn’t include comet lake PCH-H RAID support
  { PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */

  If Thinkstation P340 configured as RAID mode, It can not find any RAID volume 
disk.
  please update such support. Thanks.

  Regards,
  Jiqi.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1892288/+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 1878544] Re: kernel NULL pointer dereference when plugging/unpluggin USB-c (power or hub)

2020-05-24 Thread koba
@Victor,
please install this kernel and verified whether issue is fixed.
1. Download files from 
https://people.canonical.com/~koba/linux-5.4.0-21.25Lp1878544ubuntu1.tar.xz
2. sudo dpkg -i *.deb
3. reboot
4. verify the issue.

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

Title:
  kernel NULL pointer dereference when plugging/unpluggin USB-c (power
  or hub)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Asus Zenbook Flip S (UX-370UAR). Intel Core i7-8550U CPU).
  The X freezes and doesnt even allow to start a console session. 

  Only happening on Ubuntu 18.04 and 20.04. 
  Does not happen in the same computer under Ubuntu 16.04 or Windows 10. 

  Can be replicated easily. Every time I plug/unplug the power USB-C or
  the USB-c hub. Mostly, on any interaction with the USB-c or I/O ports.

  If I plug/unplug the USB-c without X in a console session (CTRL+ALT+F3) I get 
the following:
   BUG: kernel NULL point dereference, address: 0080 
   ... 
   Workqueue: events ucsi_connector_change [typec_usci]
   RIP: 0010:ucsi_displayport_remove_partner+0xe/0x30 [typec_usci]
   ...

  Find a picture of the full error attached

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-29-generic 5.4.0-29.33
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vks20  1808 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed May 13 23:46:49 2020
  InstallationDate: Installed on 2020-05-14 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: ASUSTeK COMPUTER INC. UX370UAR
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=acc6d87c-574b-4c1e-8e8f-e75c1e9ff1fc ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-29-generic N/A
   linux-backports-modules-5.4.0-29-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/15/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX370UAR.311
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX370UAR
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX370UAR.311:bd10/15/2019:svnASUSTeKCOMPUTERINC.:pnUX370UAR:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX370UAR:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct31:cvr1.0:
  dmi.product.family: ZenBook Flip
  dmi.product.name: UX370UAR
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1878544/+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 1876844] Re: Speed up the process of s3 resume

2020-05-26 Thread koba
** Description changed:

  [Impact]
  Process of s3 resume take 7s and it's too long which is over 5s.
  
  [Fix]
- the commit is from 
https://lore.kernel.org/linux-pci/20200416083245.73957-1-mika.westerb...@linux.intel.com/
- 
  Reference link_active_reporting field of PCI device to determine whether 
delay is taken or not.
  Actual delay would be determined by taking maximum between 100ms and pci 
device's d3cold delay.
+ Instead of using the supported speeds to determine whether to wait for Link 
training, check whether the port supports DLL Link Active reporting.  The ports 
in question do not, so we'll wait only the 100 ms required for Ports that 
support Link speeds <= 5 GT/s.
+ 
+ This of course assumes these Ports always train the Link within 100 ms
+ even if they are operating at > 5 GT/s, which is not required by the
+ spec.
  
  [test]
  With the patch, the total time s3 resume is 3874.298 ms which is smaller than 
5s.
  
  [Regression Potential]
- Medium. This patch only changes the rules to determine whether delay is taken 
or not.
- Reference the right field(link_active_reporting), but not speed of pci device.
+ Low. Follow the PCI spec to check whether the device supports DLL Link Active 
reporting, then choose the time of delay.

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

Title:
  Speed up the process of s3 resume

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-osp1 package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  In Progress
Status in linux-oem-5.6 source package in Bionic:
  Invalid
Status in linux-oem-osp1 source package in Bionic:
  In Progress
Status in linux source package in Focal:
  New
Status in linux-oem-5.6 source package in Focal:
  In Progress
Status in linux-oem-osp1 source package in Focal:
  Invalid

Bug description:
  [Impact]
  Process of s3 resume take 7s and it's too long which is over 5s.

  [Fix]
  Reference link_active_reporting field of PCI device to determine whether 
delay is taken or not.
  Actual delay would be determined by taking maximum between 100ms and pci 
device's d3cold delay.
  Instead of using the supported speeds to determine whether to wait for Link 
training, check whether the port supports DLL Link Active reporting.  The ports 
in question do not, so we'll wait only the 100 ms required for Ports that 
support Link speeds <= 5 GT/s.

  This of course assumes these Ports always train the Link within 100 ms
  even if they are operating at > 5 GT/s, which is not required by the
  spec.

  [test]
  With the patch, the total time s3 resume is 3874.298 ms which is smaller than 
5s.

  [Regression Potential]
  Low. Follow the PCI spec to check whether the device supports DLL Link Active 
reporting, then choose the time of delay.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1876844/+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 1876844] Re: Speed up the process of s3 resume

2020-05-28 Thread koba
** Description changed:

  [Impact]
  Process of s3 resume take 7s and it's too long which is over 5s.
  
  [Fix]
- Reference link_active_reporting field of PCI device to determine whether 
delay is taken or not.
- Actual delay would be determined by taking maximum between 100ms and pci 
device's d3cold delay.
  Instead of using the supported speeds to determine whether to wait for Link 
training, check whether the port supports DLL Link Active reporting.  The ports 
in question do not, so we'll wait only the 100 ms required for Ports that 
support Link speeds <= 5 GT/s.
  
  This of course assumes these Ports always train the Link within 100 ms
  even if they are operating at > 5 GT/s, which is not required by the
  spec.
  
  [test]
- With the patch, the total time s3 resume is 3874.298 ms which is smaller than 
5s.
+ With the patch, the total time s3 resume is 4454.244 ms which is smaller than 
5s.
  
  [Regression Potential]
  Low. Follow the PCI spec to check whether the device supports DLL Link Active 
reporting, then choose the time of delay.

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

Title:
  Speed up the process of s3 resume

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-osp1 package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  In Progress
Status in linux-oem-5.6 source package in Bionic:
  Invalid
Status in linux-oem-osp1 source package in Bionic:
  In Progress
Status in linux source package in Focal:
  New
Status in linux-oem-5.6 source package in Focal:
  In Progress
Status in linux-oem-osp1 source package in Focal:
  Invalid

Bug description:
  [Impact]
  Process of s3 resume take 7s and it's too long which is over 5s.

  [Fix]
  Instead of using the supported speeds to determine whether to wait for Link 
training, check whether the port supports DLL Link Active reporting.  The ports 
in question do not, so we'll wait only the 100 ms required for Ports that 
support Link speeds <= 5 GT/s.

  This of course assumes these Ports always train the Link within 100 ms
  even if they are operating at > 5 GT/s, which is not required by the
  spec.

  [test]
  With the patch, the total time s3 resume is 4454.244 ms which is smaller than 
5s.

  [Regression Potential]
  Low. Follow the PCI spec to check whether the device supports DLL Link Active 
reporting, then choose the time of delay.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1876844/+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 1892288] Re: Comet Lake PCH-H RAID not support on Ubuntu20.04

2020-09-20 Thread koba
** Changed in: linux-oem-5.6 (Ubuntu Focal)
   Status: Fix Committed => In Progress

** Changed in: linux (Ubuntu Focal)
   Status: Fix Committed => In Progress

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

Title:
  Comet Lake PCH-H RAID not support on Ubuntu20.04

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-oem-5.6 source package in Focal:
  In Progress

Bug description:
  [Impact]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [Fix]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [test]

  [Regression Potential]
  Low. Just add a PCI id for the sata/ahci raid.

  == Original ==
  As Ubuntu 20.04 AHCI driver doesn’t include comet lake PCH-H RAID support
  { PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */

  If Thinkstation P340 configured as RAID mode, It can not find any RAID volume 
disk.
  please update such support. Thanks.

  Regards,
  Jiqi.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1892288/+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 1888375] Re: Restart the machine successfully after suspend

2020-07-22 Thread koba
** Description changed:

  [Impact]
  After suspend then restart, the System would hang during shutdown.
  
  [Fix]
+ The commit has pushed to upstream but still wait for the maintainer of IOMMU 
to apply.
+ 
https://lore.kernel.org/linux-iommu/20200721001713.24282-1-baolu...@linux.intel.com/
+ 
  Skip the TE disabling for the quirky gfx dedicated iommu and
  the system would not hang during shutdown.
  
  [test]
  With the patch, the machine restart successfully.
  
  [Regression Potential]
  low, the patch just skip the TE disabling and wouldn't affect the normal 
usage.

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

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

Title:
  Restart the machine successfully after suspend

Status in HWE Next:
  New
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-5.6 source package in Focal:
  In Progress

Bug description:
  [Impact]
  After suspend then restart, the System would hang during shutdown.

  [Fix]
  The commit has pushed to upstream but still wait for the maintainer of IOMMU 
to apply.
  
https://lore.kernel.org/linux-iommu/20200721001713.24282-1-baolu...@linux.intel.com/

  Skip the TE disabling for the quirky gfx dedicated iommu and
  the system would not hang during shutdown.

  [test]
  With the patch, the machine restart successfully.

  [Regression Potential]
  low, the patch just skip the TE disabling and wouldn't affect the normal 
usage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1888375/+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 1888375] Re: Restart the machine successfully after suspend

2020-08-02 Thread koba
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  Restart the machine successfully after suspend

Status in HWE Next:
  New
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-5.6 source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  After suspend then restart, the System would hang during shutdown.

  [Fix]
  The commit has pushed to upstream but still wait for the maintainer of IOMMU 
to apply.
  
https://lore.kernel.org/linux-iommu/20200721001713.24282-1-baolu...@linux.intel.com/

  Skip the TE disabling for the quirky gfx dedicated iommu and
  the system would not hang during shutdown.

  [test]
  With the patch, the machine restart successfully.

  [Regression Potential]
  low, the patch just skip the TE disabling and wouldn't affect the normal 
usage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1888375/+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 1888331] Re: Wakeup the system by touching the touchpad

2020-08-02 Thread koba
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  Wakeup the system by touching the touchpad

Status in HWE Next:
  New
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-5.6 source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  Can't wake up by touching the touchpad.

  [Fix]
  1.gpio: With 'commit 461c1a7d4733 ("gpiolib: override irq_enable/disable")'
    gpiolib overrides irqchip's irq_enable and irq_disable callbacks. If 
irq_disable
    callback is implemented then genirq takes unlazy path to disable irq. 
Underlying irqchip
    may not want to implement irq_disable callback to lazy disable irq
    when client drivers invokes disable_irq(). By overriding irq_disable 
callback,
    gpiolib ends up always unlazy disabling IRQ.
    Allow gpiolib to lazy disable IRQs by overriding irq_disable callback only
    if irqchip implemented irq_disable. In cases where irq_disable is not
    implemented irq_mask is overridden. Similarly override irq_enable callback
    only if irqchip implemented irq_enable otherwise irq_unmask is overridden.
  2. hid: Many laptops can be woken up from Suspend-to-Idle by touchpad. This is
     also the default behavior on other OSes.
     However, if touchpad and touchscreen contact to each other when lid is
     closed, wakeup events can be triggered inadventertly.
     So let's disable the wakeup by default, but enable the wakeup capability
     so users can enable it at their own discretion.

  [test]
  With the patch and manually enable HID's power/wakeup, the system can wake up 
by touching the touchpad.

  [Regression Potential]
  Low. The two patches are already landed in the upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1888331/+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 1891449] [NEW] Enable PCI ACS for platform opt

2020-08-13 Thread koba
Public bug reported:

[Impact]
Connect with the WD19TB on the right TB port and plug the USB dongle on it, 
the machine can't recognize the USB dongle.

[Fix]
Enable the PCI ACS when Intel IOMMU is detected with platform opt in hint.

[test]
With the fix, the machine can recognize the USB dongle.

[Regression Potential]
Low. the patch has landed on the mainline kernel.

** Affects: linux-oem-5.6 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: linux-oem-5.6 (Ubuntu Focal)
 Importance: Undecided
 Assignee: koba (kobako)
 Status: In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => koba (kobako)

** Package changed: linux (Ubuntu) => linux-oem-5.6 (Ubuntu)

** Changed in: linux-oem-5.6 (Ubuntu)
 Assignee: koba (kobako) => (unassigned)

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

** Changed in: linux-oem-5.6 (Ubuntu Focal)
 Assignee: (unassigned) => koba (kobako)

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

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

Title:
  Enable PCI ACS for platform opt

Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-5.6 source package in Focal:
  In Progress

Bug description:
  [Impact]
  Connect with the WD19TB on the right TB port and plug the USB dongle on it, 
  the machine can't recognize the USB dongle.

  [Fix]
  Enable the PCI ACS when Intel IOMMU is detected with platform opt in hint.

  [test]
  With the fix, the machine can recognize the USB dongle.

  [Regression Potential]
  Low. the patch has landed on the mainline kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-oem-5.6/+bug/1891449/+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 1891449] Re: Enable PCI ACS for platform opt to get the usb flash drive from WD19TB

2020-08-13 Thread koba
** Summary changed:

- Enable PCI ACS for platform opt to get the usb dongle from WD19TB
+ Enable PCI ACS for platform opt to get the usb flash drive from WD19TB

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

Title:
  Enable PCI ACS for platform opt to get the usb flash drive from WD19TB

Status in HWE Next:
  New
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-5.6 source package in Focal:
  In Progress

Bug description:
  [Impact]
  Connect with the WD19TB on the right TB port and plug the USB flash drive on 
it, the machine can't recognize the USB flash drive.

  [Fix]
  Enable the PCI ACS when Intel IOMMU is detected with platform opt in hint.

  [test]
  With the fix, the machine can recognize the USB flash drive.

  [Regression Potential]
  Low. the patch has landed on the mainline kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1891449/+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 1891449] Re: Enable PCI ACS for platform opt

2020-08-13 Thread koba
** Tags added: oem-priority originate-from-1888459 somerville

** Summary changed:

- Enable PCI ACS for platform opt
+ Enable PCI ACS for platform opt to get the usb dongle from WD19

** Summary changed:

- Enable PCI ACS for platform opt to get the usb dongle from WD19
+ Enable PCI ACS for platform opt to get the usb dongle from WD19TB

** Description changed:

  [Impact]
- Connect with the WD19TB on the right TB port and plug the USB dongle on it, 
- the machine can't recognize the USB dongle.
+ Connect with the WD19TB on the right TB port and plug the USB flash drive on 
it, the machine can't recognize the USB dongle.
  
  [Fix]
  Enable the PCI ACS when Intel IOMMU is detected with platform opt in hint.
  
  [test]
- With the fix, the machine can recognize the USB dongle.
+ With the fix, the machine can recognize the USB flash drive.
  
  [Regression Potential]
  Low. the patch has landed on the mainline kernel.

** Description changed:

  [Impact]
- Connect with the WD19TB on the right TB port and plug the USB flash drive on 
it, the machine can't recognize the USB dongle.
+ Connect with the WD19TB on the right TB port and plug the USB flash drive on 
it, the machine can't recognize the USB flash drive.
  
  [Fix]
  Enable the PCI ACS when Intel IOMMU is detected with platform opt in hint.
  
  [test]
  With the fix, the machine can recognize the USB flash drive.
  
  [Regression Potential]
  Low. the patch has landed on the mainline kernel.

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

Title:
  Enable PCI ACS for platform opt to get the usb flash drive from WD19TB

Status in HWE Next:
  New
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-5.6 source package in Focal:
  In Progress

Bug description:
  [Impact]
  Connect with the WD19TB on the right TB port and plug the USB flash drive on 
it, the machine can't recognize the USB flash drive.

  [Fix]
  Enable the PCI ACS when Intel IOMMU is detected with platform opt in hint.

  [test]
  With the fix, the machine can recognize the USB flash drive.

  [Regression Potential]
  Low. the patch has landed on the mainline kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1891449/+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 1878544] Re: kernel NULL pointer dereference when plugging/unpluggin USB-c (power or hub)

2020-07-13 Thread koba
** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: linux (Ubuntu)
   Status: Fix Committed => In Progress

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

** Changed in: linux (Ubuntu)
 Assignee: koba (kobako) => (unassigned)

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

Title:
  kernel NULL pointer dereference when plugging/unpluggin USB-c (power
  or hub)

Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-osp1 package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  New
Status in linux-oem-osp1 source package in Bionic:
  Fix Released

Bug description:
  Asus Zenbook Flip S (UX-370UAR). Intel Core i7-8550U CPU).
  The X freezes and doesnt even allow to start a console session. 

  Only happening on Ubuntu 18.04 and 20.04. 
  Does not happen in the same computer under Ubuntu 16.04 or Windows 10. 

  Can be replicated easily. Every time I plug/unplug the power USB-C or
  the USB-c hub. Mostly, on any interaction with the USB-c or I/O ports.

  If I plug/unplug the USB-c without X in a console session (CTRL+ALT+F3) I get 
the following:
   BUG: kernel NULL point dereference, address: 0080 
   ... 
   Workqueue: events ucsi_connector_change [typec_usci]
   RIP: 0010:ucsi_displayport_remove_partner+0xe/0x30 [typec_usci]
   ...

  Find a picture of the full error attached

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-29-generic 5.4.0-29.33
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vks20  1808 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed May 13 23:46:49 2020
  InstallationDate: Installed on 2020-05-14 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: ASUSTeK COMPUTER INC. UX370UAR
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=acc6d87c-574b-4c1e-8e8f-e75c1e9ff1fc ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-29-generic N/A
   linux-backports-modules-5.4.0-29-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/15/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX370UAR.311
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX370UAR
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX370UAR.311:bd10/15/2019:svnASUSTeKCOMPUTERINC.:pnUX370UAR:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX370UAR:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct31:cvr1.0:
  dmi.product.family: ZenBook Flip
  dmi.product.name: UX370UAR
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1878544/+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 1884454] Re: [RTL8723BE] bluetooth range

2020-06-21 Thread koba
hi Sandeep 
Would you please give me a try then test it and capture dmesg after reboot.
#cp /usr/lib/firmware/rtl_bt/rtl8723d_config.bin 
/usr/lib/firmware/rtl_bt/rtl8723b_config.bin
#reboot

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

Title:
  [RTL8723BE] bluetooth range

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  i can connect my bluetooth headset. but it only work for about 1-2 ft
  distance . it wont work if i move away from my computer. i just
  thought that it may because my headset . but the same head set work
  fine on my mobile. then i just connect it to another laptop which is
  running in ubuntu 16.04 version and its just work fine . what will i
  do?

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: bluetooth (not installed)
  ProcVersionSignature: Ubuntu 5.4.0-37.41-generic 5.4.41
  Uname: Linux 5.4.0-37-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.3
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jun 21 22:01:00 2020
  InstallationDate: Installed on 2020-06-12 (8 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05c8:038f Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP TrueVision HD
   Bus 001 Device 002: ID 0bda:b008 Realtek Semiconductor Corp. Bluetooth Radio 
   Bus 001 Device 005: ID 0480:b207 Toshiba America Inc Canvio Ready
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP Notebook
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-37-generic 
root=UUID=6d900927-44c0-49e2-ace9-a04b7a5230ab ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/05/2017
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.24
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 81EC
  dmi.board.vendor: HP
  dmi.board.version: 61.41
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.24:bd01/05/2017:svnHP:pnHPNotebook:pvrType1ProductConfigId:rvnHP:rn81EC:rvr61.41:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP
  dmi.product.name: HP Notebook
  dmi.product.sku: 1AC90PA#ACJ
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 3C:95:09:71:5E:20  ACL MTU: 820:8  SCO MTU: 255:16
UP RUNNING PSCAN ISCAN 
RX bytes:4212858 acl:231 sco:28940 events:390319 errors:0
TX bytes:240177422 acl:387670 sco:28934 commands:2184 errors:135

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1884454/+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 1878544] Re: kernel NULL pointer dereference when plugging/unpluggin USB-c (power or hub)

2020-06-07 Thread koba
@Victor,
Sorry, it's my fault. please wait the next released(>= 5.4.0-34)

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

Title:
  kernel NULL pointer dereference when plugging/unpluggin USB-c (power
  or hub)

Status in linux package in Ubuntu:
  In Progress

Bug description:
  Asus Zenbook Flip S (UX-370UAR). Intel Core i7-8550U CPU).
  The X freezes and doesnt even allow to start a console session. 

  Only happening on Ubuntu 18.04 and 20.04. 
  Does not happen in the same computer under Ubuntu 16.04 or Windows 10. 

  Can be replicated easily. Every time I plug/unplug the power USB-C or
  the USB-c hub. Mostly, on any interaction with the USB-c or I/O ports.

  If I plug/unplug the USB-c without X in a console session (CTRL+ALT+F3) I get 
the following:
   BUG: kernel NULL point dereference, address: 0080 
   ... 
   Workqueue: events ucsi_connector_change [typec_usci]
   RIP: 0010:ucsi_displayport_remove_partner+0xe/0x30 [typec_usci]
   ...

  Find a picture of the full error attached

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-29-generic 5.4.0-29.33
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vks20  1808 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed May 13 23:46:49 2020
  InstallationDate: Installed on 2020-05-14 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: ASUSTeK COMPUTER INC. UX370UAR
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=acc6d87c-574b-4c1e-8e8f-e75c1e9ff1fc ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-29-generic N/A
   linux-backports-modules-5.4.0-29-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/15/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX370UAR.311
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX370UAR
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX370UAR.311:bd10/15/2019:svnASUSTeKCOMPUTERINC.:pnUX370UAR:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX370UAR:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct31:cvr1.0:
  dmi.product.family: ZenBook Flip
  dmi.product.name: UX370UAR
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1878544/+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 1878544] Re: kernel NULL pointer dereference when plugging/unpluggin USB-c (power or hub)

2020-06-05 Thread koba
@Victor,
hi Victor, thanks your effort.
the fix is landed the focal kernel which version is >= 5.4.0.33.
please do the followings and verify it.
1. sudo apt update 
2. sudo apt search linux-generic and check the version is >= 5.4.0.33
3. sudo apt install linux-generic.
4. reboot

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

Title:
  kernel NULL pointer dereference when plugging/unpluggin USB-c (power
  or hub)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Asus Zenbook Flip S (UX-370UAR). Intel Core i7-8550U CPU).
  The X freezes and doesnt even allow to start a console session. 

  Only happening on Ubuntu 18.04 and 20.04. 
  Does not happen in the same computer under Ubuntu 16.04 or Windows 10. 

  Can be replicated easily. Every time I plug/unplug the power USB-C or
  the USB-c hub. Mostly, on any interaction with the USB-c or I/O ports.

  If I plug/unplug the USB-c without X in a console session (CTRL+ALT+F3) I get 
the following:
   BUG: kernel NULL point dereference, address: 0080 
   ... 
   Workqueue: events ucsi_connector_change [typec_usci]
   RIP: 0010:ucsi_displayport_remove_partner+0xe/0x30 [typec_usci]
   ...

  Find a picture of the full error attached

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-29-generic 5.4.0-29.33
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vks20  1808 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed May 13 23:46:49 2020
  InstallationDate: Installed on 2020-05-14 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: ASUSTeK COMPUTER INC. UX370UAR
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=acc6d87c-574b-4c1e-8e8f-e75c1e9ff1fc ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-29-generic N/A
   linux-backports-modules-5.4.0-29-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/15/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX370UAR.311
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX370UAR
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX370UAR.311:bd10/15/2019:svnASUSTeKCOMPUTERINC.:pnUX370UAR:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX370UAR:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct31:cvr1.0:
  dmi.product.family: ZenBook Flip
  dmi.product.name: UX370UAR
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1878544/+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 1878544] Re: kernel NULL pointer dereference when plugging/unpluggin USB-c (power or hub)

2020-06-05 Thread koba
** Changed in: linux (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  kernel NULL pointer dereference when plugging/unpluggin USB-c (power
  or hub)

Status in linux package in Ubuntu:
  In Progress

Bug description:
  Asus Zenbook Flip S (UX-370UAR). Intel Core i7-8550U CPU).
  The X freezes and doesnt even allow to start a console session. 

  Only happening on Ubuntu 18.04 and 20.04. 
  Does not happen in the same computer under Ubuntu 16.04 or Windows 10. 

  Can be replicated easily. Every time I plug/unplug the power USB-C or
  the USB-c hub. Mostly, on any interaction with the USB-c or I/O ports.

  If I plug/unplug the USB-c without X in a console session (CTRL+ALT+F3) I get 
the following:
   BUG: kernel NULL point dereference, address: 0080 
   ... 
   Workqueue: events ucsi_connector_change [typec_usci]
   RIP: 0010:ucsi_displayport_remove_partner+0xe/0x30 [typec_usci]
   ...

  Find a picture of the full error attached

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-29-generic 5.4.0-29.33
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vks20  1808 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed May 13 23:46:49 2020
  InstallationDate: Installed on 2020-05-14 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: ASUSTeK COMPUTER INC. UX370UAR
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=acc6d87c-574b-4c1e-8e8f-e75c1e9ff1fc ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-29-generic N/A
   linux-backports-modules-5.4.0-29-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/15/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX370UAR.311
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX370UAR
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX370UAR.311:bd10/15/2019:svnASUSTeKCOMPUTERINC.:pnUX370UAR:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX370UAR:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct31:cvr1.0:
  dmi.product.family: ZenBook Flip
  dmi.product.name: UX370UAR
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1878544/+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 1882035] [NEW] audio card disappeared after suspend device during audio playback Edit

2020-06-04 Thread koba
Public bug reported:

[Impact]
audio card disappeared after suspend device during audio playback Edit

[Fix]
Set trigger order for FE DAI links to SND_SOC_DPCM_TRIGGER_POST to trigger the 
BE DAI's before the FE DAI's. This prevents the xruns seen on playback 
pipelines using the link DMA.


[test]
With the patch, mantis n5 14 could be suspended successfully and 
ALSA device still presents after leave suspension.

[Regression Potential]
Low. If some DSPs need the reverse order(FE->BE), we may get the same error.

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

** Affects: linux-oem (Ubuntu Bionic)
 Importance: Undecided
 Assignee: koba (kobako)
 Status: New

** Package changed: linux (Ubuntu) => linux-oem (Ubuntu)

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

** Changed in: linux-oem (Ubuntu Bionic)
 Assignee: (unassigned) => koba (kobako)

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

Title:
  audio card disappeared after suspend device during audio playback Edit

Status in linux-oem package in Ubuntu:
  New
Status in linux-oem source package in Bionic:
  New

Bug description:
  [Impact]
  audio card disappeared after suspend device during audio playback Edit

  [Fix]
  Set trigger order for FE DAI links to SND_SOC_DPCM_TRIGGER_POST to trigger 
the BE DAI's before the FE DAI's. This prevents the xruns seen on playback 
pipelines using the link DMA.

  
  [test]
  With the patch, mantis n5 14 could be suspended successfully and 
  ALSA device still presents after leave suspension.

  [Regression Potential]
  Low. If some DSPs need the reverse order(FE->BE), we may get the same error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-oem/+bug/1882035/+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 1882035] Re: audio card disappeared after suspend device during audio playback Edit

2020-06-04 Thread koba
** Tags added: oem-priority originate-from-1879653 somerville

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

Title:
  audio card disappeared after suspend device during audio playback Edit

Status in HWE Next:
  New
Status in linux-oem package in Ubuntu:
  New
Status in linux-oem source package in Bionic:
  New

Bug description:
  [Impact]
  audio card disappeared after suspend device during audio playback Edit

  [Fix]
  Set trigger order for FE DAI links to SND_SOC_DPCM_TRIGGER_POST to trigger 
the BE DAI's before the FE DAI's. This prevents the xruns seen on playback 
pipelines using the link DMA.

  
  [test]
  With the patch, mantis n5 14 could be suspended successfully and 
  ALSA device still presents after leave suspension.

  [Regression Potential]
  Low. If some DSPs need the reverse order(FE->BE), we may get the same error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1882035/+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 1882035] Re: audio card disappeared after suspend device during audio playback Edit

2020-06-04 Thread koba
** Changed in: linux-oem (Ubuntu Bionic)
   Status: New => In Progress

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

Title:
  audio card disappeared after suspend device during audio playback Edit

Status in HWE Next:
  New
Status in linux-oem package in Ubuntu:
  New
Status in linux-oem source package in Bionic:
  In Progress

Bug description:
  [Impact]
  audio card disappeared after suspend device during audio playback Edit

  [Fix]
  Set trigger order for FE DAI links to SND_SOC_DPCM_TRIGGER_POST to trigger 
the BE DAI's before the FE DAI's. This prevents the xruns seen on playback 
pipelines using the link DMA.

  [test]
  With the patch, machine could be suspended successfully and
  ALSA device still presents after leave suspension.

  [Regression Potential]
  Low. If some DSPs need the reverse order(FE->BE), we may get the same error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1882035/+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 1882035] Re: audio card disappeared after suspend device during audio playback Edit

2020-06-04 Thread koba
** Description changed:

  [Impact]
  audio card disappeared after suspend device during audio playback Edit
  
  [Fix]
  Set trigger order for FE DAI links to SND_SOC_DPCM_TRIGGER_POST to trigger 
the BE DAI's before the FE DAI's. This prevents the xruns seen on playback 
pipelines using the link DMA.
  
- 
  [test]
- With the patch, mantis n5 14 could be suspended successfully and 
+ With the patch, machine could be suspended successfully and
  ALSA device still presents after leave suspension.
  
  [Regression Potential]
  Low. If some DSPs need the reverse order(FE->BE), we may get the same error.

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

Title:
  audio card disappeared after suspend device during audio playback Edit

Status in HWE Next:
  New
Status in linux-oem package in Ubuntu:
  New
Status in linux-oem source package in Bionic:
  New

Bug description:
  [Impact]
  audio card disappeared after suspend device during audio playback Edit

  [Fix]
  Set trigger order for FE DAI links to SND_SOC_DPCM_TRIGGER_POST to trigger 
the BE DAI's before the FE DAI's. This prevents the xruns seen on playback 
pipelines using the link DMA.

  [test]
  With the patch, machine could be suspended successfully and
  ALSA device still presents after leave suspension.

  [Regression Potential]
  Low. If some DSPs need the reverse order(FE->BE), we may get the same error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1882035/+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 1888623] [NEW] Comet Lake-S requires new PCI id's for SATA/AHCI RAID

2020-07-23 Thread koba
Public bug reported:

[Impact]
Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

[Fix]
Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

[test]


[Regression Potential]
Low. Just a PCI id for the sata/ahci raid.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: koba (kobako)
 Status: In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => koba (kobako)

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

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

Title:
  Comet Lake-S requires new PCI id's for SATA/AHCI RAID

Status in linux package in Ubuntu:
  In Progress

Bug description:
  [Impact]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [Fix]
  Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.

  [test]

  
  [Regression Potential]
  Low. Just a PCI id for the sata/ahci raid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1888623/+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 1888331] Re: Wakeup the system by touching the touchpad

2020-07-20 Thread koba
** Tags added: oem-priority originate-from-1880123 somerville

** Description changed:

  [Impact]
  Can't wake up by touching the touchpad.
  
  [Fix]
- 1.gpio: With 'commit 461c1a7d4733 ("gpiolib: override irq_enable/disable")' 
-   gpiolib overrides irqchip's irq_enable and irq_disable callbacks. If 
irq_disable
-   callback is implemented then genirq takes unlazy path to disable irq. 
Underlying irqchip 
-   may not want to implement irq_disable callback to lazy disable irq 
-   when client drivers invokes disable_irq(). By overriding irq_disable 
callback, 
-   gpiolib ends up always unlazy disabling IRQ. 
-   Allow gpiolib to lazy disable IRQs by overriding irq_disable callback only
-   if irqchip implemented irq_disable. In cases where irq_disable is not
-   implemented irq_mask is overridden. Similarly override irq_enable callback
-   only if irqchip implemented irq_enable otherwise irq_unmask is overridden.
+ 1.gpio: With 'commit 461c1a7d4733 ("gpiolib: override irq_enable/disable")'
+   gpiolib overrides irqchip's irq_enable and irq_disable callbacks. If 
irq_disable
+   callback is implemented then genirq takes unlazy path to disable irq. 
Underlying irqchip
+   may not want to implement irq_disable callback to lazy disable irq
+   when client drivers invokes disable_irq(). By overriding irq_disable 
callback,
+   gpiolib ends up always unlazy disabling IRQ.
+   Allow gpiolib to lazy disable IRQs by overriding irq_disable callback only
+   if irqchip implemented irq_disable. In cases where irq_disable is not
+   implemented irq_mask is overridden. Similarly override irq_enable callback
+   only if irqchip implemented irq_enable otherwise irq_unmask is overridden.
  2. hid: Many laptops can be woken up from Suspend-to-Idle by touchpad. This is
-also the default behavior on other OSes.
-However, if touchpad and touchscreen contact to each other when lid is
-closed, wakeup events can be triggered inadventertly.
-So let's disable the wakeup by default, but enable the wakeup capability
-so users can enable it at their own discretion.
+    also the default behavior on other OSes.
+    However, if touchpad and touchscreen contact to each other when lid is
+    closed, wakeup events can be triggered inadventertly.
+    So let's disable the wakeup by default, but enable the wakeup capability
+    so users can enable it at their own discretion.
  
  [test]
- With the patch and enable HID's power/wakeup, the system can wake up by 
touching the touchpad.
+ With the patch and manually enable HID's power/wakeup, the system can wake up 
by touching the touchpad.
  
  [Regression Potential]
  Low. The two patches are already landed in the upstream.

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

Title:
  Wakeup the system by touching the touchpad

Status in HWE Next:
  New
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-5.6 source package in Focal:
  In Progress

Bug description:
  [Impact]
  Can't wake up by touching the touchpad.

  [Fix]
  1.gpio: With 'commit 461c1a7d4733 ("gpiolib: override irq_enable/disable")'
    gpiolib overrides irqchip's irq_enable and irq_disable callbacks. If 
irq_disable
    callback is implemented then genirq takes unlazy path to disable irq. 
Underlying irqchip
    may not want to implement irq_disable callback to lazy disable irq
    when client drivers invokes disable_irq(). By overriding irq_disable 
callback,
    gpiolib ends up always unlazy disabling IRQ.
    Allow gpiolib to lazy disable IRQs by overriding irq_disable callback only
    if irqchip implemented irq_disable. In cases where irq_disable is not
    implemented irq_mask is overridden. Similarly override irq_enable callback
    only if irqchip implemented irq_enable otherwise irq_unmask is overridden.
  2. hid: Many laptops can be woken up from Suspend-to-Idle by touchpad. This is
     also the default behavior on other OSes.
     However, if touchpad and touchscreen contact to each other when lid is
     closed, wakeup events can be triggered inadventertly.
     So let's disable the wakeup by default, but enable the wakeup capability
     so users can enable it at their own discretion.

  [test]
  With the patch and manually enable HID's power/wakeup, the system can wake up 
by touching the touchpad.

  [Regression Potential]
  Low. The two patches are already landed in the upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1888331/+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 1888331] [NEW] Wakeup the system by touching the touchpad

2020-07-20 Thread koba
Public bug reported:

[Impact]
Can't wake up by touching the touchpad.

[Fix]
1.gpio: With 'commit 461c1a7d4733 ("gpiolib: override irq_enable/disable")' 
  gpiolib overrides irqchip's irq_enable and irq_disable callbacks. If 
irq_disable
  callback is implemented then genirq takes unlazy path to disable irq. 
Underlying irqchip 
  may not want to implement irq_disable callback to lazy disable irq 
  when client drivers invokes disable_irq(). By overriding irq_disable 
callback, 
  gpiolib ends up always unlazy disabling IRQ. 
  Allow gpiolib to lazy disable IRQs by overriding irq_disable callback only
  if irqchip implemented irq_disable. In cases where irq_disable is not
  implemented irq_mask is overridden. Similarly override irq_enable callback
  only if irqchip implemented irq_enable otherwise irq_unmask is overridden.
2. hid: Many laptops can be woken up from Suspend-to-Idle by touchpad. This is
   also the default behavior on other OSes.
   However, if touchpad and touchscreen contact to each other when lid is
   closed, wakeup events can be triggered inadventertly.
   So let's disable the wakeup by default, but enable the wakeup capability
   so users can enable it at their own discretion.

[test]
With the patch and enable HID's power/wakeup, the system can wake up by 
touching the touchpad.

[Regression Potential]
Low. The two patches are already landed in the upstream.

** Affects: linux-oem-5.6 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: linux-oem-5.6 (Ubuntu Focal)
 Importance: Undecided
 Assignee: koba (kobako)
 Status: In Progress

** Package changed: linux (Ubuntu) => linux-oem-5.6 (Ubuntu)

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

** Changed in: linux-oem-5.6 (Ubuntu Focal)
 Assignee: (unassigned) => koba (kobako)

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

** Summary changed:

- Touchpad cannot wakeup the system Edit
+ Touchpad cannot wakeup the system

** Summary changed:

- Touchpad cannot wakeup the system
+ Wakeup the system by touching the touchpad

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

Title:
  Wakeup the system by touching the touchpad

Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-5.6 source package in Focal:
  In Progress

Bug description:
  [Impact]
  Can't wake up by touching the touchpad.

  [Fix]
  1.gpio: With 'commit 461c1a7d4733 ("gpiolib: override irq_enable/disable")' 
gpiolib overrides irqchip's irq_enable and irq_disable callbacks. If 
irq_disable
callback is implemented then genirq takes unlazy path to disable irq. 
Underlying irqchip 
may not want to implement irq_disable callback to lazy disable irq 
when client drivers invokes disable_irq(). By overriding irq_disable 
callback, 
gpiolib ends up always unlazy disabling IRQ. 
Allow gpiolib to lazy disable IRQs by overriding irq_disable callback only
if irqchip implemented irq_disable. In cases where irq_disable is not
implemented irq_mask is overridden. Similarly override irq_enable callback
only if irqchip implemented irq_enable otherwise irq_unmask is overridden.
  2. hid: Many laptops can be woken up from Suspend-to-Idle by touchpad. This is
 also the default behavior on other OSes.
 However, if touchpad and touchscreen contact to each other when lid is
 closed, wakeup events can be triggered inadventertly.
 So let's disable the wakeup by default, but enable the wakeup capability
 so users can enable it at their own discretion.

  [test]
  With the patch and enable HID's power/wakeup, the system can wake up by 
touching the touchpad.

  [Regression Potential]
  Low. The two patches are already landed in the upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-oem-5.6/+bug/1888331/+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 1876844] Re: Speed up the process of s3 resume

2020-07-21 Thread koba
** Changed in: linux (Ubuntu Bionic)
 Assignee: koba (kobako) => (unassigned)

** Changed in: linux (Ubuntu Bionic)
   Status: In Progress => Invalid

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

Title:
  Speed up the process of s3 resume

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-osp1 package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Invalid
Status in linux-oem-5.6 source package in Bionic:
  Invalid
Status in linux-oem-osp1 source package in Bionic:
  Fix Released
Status in linux source package in Focal:
  New
Status in linux-oem-5.6 source package in Focal:
  Fix Released
Status in linux-oem-osp1 source package in Focal:
  Invalid

Bug description:
  [Impact]
  Process of s3 resume take 7s and it's too long which is over 5s.

  [Fix]
  Instead of using the supported speeds to determine whether to wait for Link 
training, check whether the port supports DLL Link Active reporting.  The ports 
in question do not, so we'll wait only the 100 ms required for Ports that 
support Link speeds <= 5 GT/s.

  This of course assumes these Ports always train the Link within 100 ms
  even if they are operating at > 5 GT/s, which is not required by the
  spec.

  [test]
  With the patch, the total time s3 resume is 4454.244 ms which is smaller than 
5s.

  [Regression Potential]
  Low. Follow the PCI spec to check whether the device supports DLL Link Active 
reporting, then choose the time of delay.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1876844/+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 1888375] [NEW] Restart the machine successfully after suspend

2020-07-21 Thread koba
Public bug reported:

[Impact]
After suspend then restart, the System would hang during shutdown.

[Fix]
Skip the TE disabling for the quirky gfx dedicated iommu and
the system would not hang during shutdown.

[test]
With the patch, the machine restart successfully.

[Regression Potential]
low, the patch just skip the TE disabling and wouldn't affect the normal usage.

** Affects: linux-oem-5.6 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: linux-oem-5.6 (Ubuntu Focal)
 Importance: Undecided
 Assignee: koba (kobako)
 Status: In Progress

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

** Changed in: linux-oem-5.6 (Ubuntu Focal)
 Assignee: (unassigned) => koba (kobako)

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

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

Title:
  Restart the machine successfully after suspend

Status in linux-oem-5.6 package in Ubuntu:
  New
Status in linux-oem-5.6 source package in Focal:
  In Progress

Bug description:
  [Impact]
  After suspend then restart, the System would hang during shutdown.

  [Fix]
  Skip the TE disabling for the quirky gfx dedicated iommu and
  the system would not hang during shutdown.

  [test]
  With the patch, the machine restart successfully.

  [Regression Potential]
  low, the patch just skip the TE disabling and wouldn't affect the normal 
usage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-oem-5.6/+bug/1888375/+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 1931900] Re: Linux-firmware 1.197.1 breaks dual monitor on RX480, shows mirror display with "Unknown Device" under GUI

2021-06-16 Thread koba
would you please upload lspci -vvv, dmesg(enable drm.debug=0x10e).

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

Title:
  Linux-firmware 1.197.1 breaks dual monitor on RX480, shows mirror
  display with "Unknown Device" under GUI

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  linux-firmware 1.197.1 after updating, breaks dual displays on hdmi with 
RX480 on kernel
  # lsb_release -a
  LSB Version:  
core-11.1.0ubuntu2-noarch:printing-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 21.04
  Release:  21.04
  Codename: hirsute

  # lshw -c video
    *-display
     description: VGA compatible controller
     product: Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
     vendor: Advanced Micro Devices, Inc. [AMD/ATI]
     physical id: 0
     bus info: pci@:01:00.0
     logical name: /dev/fb0
     version: c7
     width: 64 bits
     clock: 33MHz
     capabilities: pm pciexpress msi vga_controller bus_master cap_list rom 
fb
     configuration: depth=32 driver=amdgpu latency=0 mode=1920x1080 
visual=truecolor xres=1920 yres=1080
     resources: iomemory:420-41f iomemory:410-40f irq:143 
memory:42-43 memory:41-41001f ioport:3000(size=256) 
memory:5080-5083 memory:c-d

  # lspci -k | grep -EA3 'VGA|3D|Display'
  01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev c7)
   Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Radeon RX 480
   Kernel driver in use: amdgpu
   Kernel modules: amdgpu

  # glxinfo -B
  name of display: :0
  display: :0  screen: 0
  direct rendering: Yes
  Extended renderer info (GLX_MESA_query_renderer):
  Vendor: AMD (0x1002)
  Device: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.40.0, 
5.11.0-16-generic, LLVM 11.0.1) (0x67df)
  Version: 21.0.1
  Accelerated: yes
  Video memory: 8192MB
  Unified memory: no
  Preferred profile: core (0x1)
  Max core profile version: 4.6
  Max compat profile version: 4.6
  Max GLES1 profile version: 1.1
  Max GLES[23] profile version: 3.2
  Memory info (GL_ATI_meminfo):
  VBO free memory - total: 7571 MB, largest block: 7571 MB
  VBO free aux. memory - total: 7892 MB, largest block: 7892 MB
  Texture free memory - total: 7571 MB, largest block: 7571 MB
  Texture free aux. memory - total: 7892 MB, largest block: 7892 MB
  Renderbuffer free memory - total: 7571 MB, largest block: 7571 MB
  Renderbuffer free aux. memory - total: 7892 MB, largest block: 7892 MB
  Memory info (GL_NVX_gpu_memory_info):
  Dedicated video memory: 8192 MB
  Total available memory: 16384 MB
  Currently available dedicated video memory: 7571 MB
  OpenGL vendor string: AMD
  OpenGL renderer string: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 
3.40.0, 5.11.0-16-generic, LLVM 11.0.1)
  OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.0.1
  OpenGL core profile shading language version string: 4.60
  OpenGL core profile context flags: (none)
  OpenGL core profile profile mask: core profile

  OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.0.1
  OpenGL shading language version string: 4.60
  OpenGL context flags: (none)
  OpenGL profile mask: compatibility profile

  OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.0.1
  OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1931900/+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 1931900] Re: Linux-firmware 1.197.1 breaks dual monitor on RX480, shows mirror display with "Unknown Device" under GUI

2021-06-16 Thread koba
*With rx640, firmware 1.197.1, connect two monitors on rx640, the mirror and 
join displays are are ok.
$ glxinfo | grep -ie device
Device: AMD Radeon RX 640 (POLARIS12, DRM 3.40.0, 5.11.0-20-generic, LLVM 
11.0.1) (0x6987)

*firmware 1.197.1
linux-firmware/hirsute-updates,hirsute-updates,hirsute-proposed,hirsute-proposed,now
 1.197.1 all [installed,automatic]
  Firmware for Linux kernel drivers

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

Title:
  Linux-firmware 1.197.1 breaks dual monitor on RX480, shows mirror
  display with "Unknown Device" under GUI

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  linux-firmware 1.197.1 after updating, breaks dual displays on hdmi with 
RX480 on kernel
  # lsb_release -a
  LSB Version:  
core-11.1.0ubuntu2-noarch:printing-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 21.04
  Release:  21.04
  Codename: hirsute

  # lshw -c video
    *-display
     description: VGA compatible controller
     product: Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
     vendor: Advanced Micro Devices, Inc. [AMD/ATI]
     physical id: 0
     bus info: pci@:01:00.0
     logical name: /dev/fb0
     version: c7
     width: 64 bits
     clock: 33MHz
     capabilities: pm pciexpress msi vga_controller bus_master cap_list rom 
fb
     configuration: depth=32 driver=amdgpu latency=0 mode=1920x1080 
visual=truecolor xres=1920 yres=1080
     resources: iomemory:420-41f iomemory:410-40f irq:143 
memory:42-43 memory:41-41001f ioport:3000(size=256) 
memory:5080-5083 memory:c-d

  # lspci -k | grep -EA3 'VGA|3D|Display'
  01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev c7)
   Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Radeon RX 480
   Kernel driver in use: amdgpu
   Kernel modules: amdgpu

  # glxinfo -B
  name of display: :0
  display: :0  screen: 0
  direct rendering: Yes
  Extended renderer info (GLX_MESA_query_renderer):
  Vendor: AMD (0x1002)
  Device: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.40.0, 
5.11.0-16-generic, LLVM 11.0.1) (0x67df)
  Version: 21.0.1
  Accelerated: yes
  Video memory: 8192MB
  Unified memory: no
  Preferred profile: core (0x1)
  Max core profile version: 4.6
  Max compat profile version: 4.6
  Max GLES1 profile version: 1.1
  Max GLES[23] profile version: 3.2
  Memory info (GL_ATI_meminfo):
  VBO free memory - total: 7571 MB, largest block: 7571 MB
  VBO free aux. memory - total: 7892 MB, largest block: 7892 MB
  Texture free memory - total: 7571 MB, largest block: 7571 MB
  Texture free aux. memory - total: 7892 MB, largest block: 7892 MB
  Renderbuffer free memory - total: 7571 MB, largest block: 7571 MB
  Renderbuffer free aux. memory - total: 7892 MB, largest block: 7892 MB
  Memory info (GL_NVX_gpu_memory_info):
  Dedicated video memory: 8192 MB
  Total available memory: 16384 MB
  Currently available dedicated video memory: 7571 MB
  OpenGL vendor string: AMD
  OpenGL renderer string: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 
3.40.0, 5.11.0-16-generic, LLVM 11.0.1)
  OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.0.1
  OpenGL core profile shading language version string: 4.60
  OpenGL core profile context flags: (none)
  OpenGL core profile profile mask: core profile

  OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.0.1
  OpenGL shading language version string: 4.60
  OpenGL context flags: (none)
  OpenGL profile mask: compatibility profile

  OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.0.1
  OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1931900/+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 1931677] Re: [SRU][F/G][linux-firmware] add realtek 8852a wifi fimware

2021-06-14 Thread koba
For Groovy,
Test kernel 5.10-oem-1030 with these 
patches(https://patchwork.kernel.org/project/linux-wireless/patch/20210429080149.7068-2-pks...@realtek.com/).
Update firmware to 1.190.6.
the WIFI works correctly.

** Tags added: verification-done-groovy

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

Title:
  [SRU][F/G][linux-firmware] add realtek 8852a wifi fimware

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  New
Status in linux-firmware source package in Focal:
  Fix Committed
Status in linux-firmware source package in Groovy:
  Fix Committed

Bug description:
  [Impact]
  Realtek 8852A wifi can not work without proper firmware.

  [Fix]
  Add realtek 8852a wifi firmware for driver.
  Kernel driver will be in another SRU.

  [Test]
  Verified on hardware with wifi ap, connect with 2.4G/5G, all good.

  [Where problems could occur]
  It should be low risk for adding fw for specfic hardware chip.
  Hirsute already got it, only SRU fw for F/G.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1931677/+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 1912057] Re: Power consumption higher after suspend - Ubuntu 20.10 on Asus UX425JA

2021-06-14 Thread koba
** Changed in: linux (Ubuntu)
   Status: In Progress => 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/1912057

Title:
  Power consumption higher after suspend - Ubuntu 20.10 on Asus UX425JA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After boot the idle power consumption is around 2.3 W but after suspend it is 
4.7 W.
  The measurement is 5-10 min after boot/resume - looking at "top" to see 
system was idle.
  This is consistent - I have tried more that 10 times. 
  BIOS is updated to latest version.
  I have checked power consumption with external meter - and confirmed that it 
is higher.

  I have attached output of:
  sudo powertop -t 60 -r --html=before.html  (and after)

  I have noticed that Package C-state 6 is reached before suspend but
  not after.

  I expect that idle power consumption after suspend should be the same
  as before.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: linux-image-5.8.0-38-generic 5.8.0-38.43
  ProcVersionSignature: Ubuntu 5.8.0-38.43-generic 5.8.18
  Uname: Linux 5.8.0-38-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hjh1448 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jan 16 15:49:32 2021
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2021-01-03 (13 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX425JA_UX425JA
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=da_DK.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-38-generic 
root=UUID=6296ce1c-eec8-4302-beb1-b4a228780075 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-38-generic N/A
   linux-backports-modules-5.8.0-38-generic  N/A
   linux-firmware1.190.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/28/2020
  dmi.bios.release: 5.14
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX425JA.304
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX425JA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.ec.firmware.release: 3.4
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX425JA.304:bd10/28/2020:br5.14:efr3.4:svnASUSTeKCOMPUTERINC.:pnZenBookUX425JA_UX425JA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX425JA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX425JA_UX425JA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1912057/+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 1928750] Re: Support mic-mute on Dell's platform

2021-06-15 Thread koba
Must also upgrade systemd,
1. 9e04eb0d5f, hwdb: 60-keyboard:: Update Dell Privacy Micmute Hotkey Map

2. 5ed0ea2928, hwdb: 60-keyboard:: Update Dell Privacy Local Mic Mute
Hotkey (#19261)

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

Title:
  Support mic-mute on Dell's platform

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  Fix Released
Status in linux source package in Impish:
  In Progress
Status in linux-oem-5.10 source package in Impish:
  Invalid

Bug description:
  [Impact]
  On Dell's platform, the MIC-Mute can't work.

  [Fix]
  Here's v8 patch, support MIC-Mute of dell e-privacy feature.
  Link: https://patchwork.kernel.org/project/alsa-devel/list/?series=477845
  The set of patches has been verified and works well on dell's machine.
  In the upstream, Hans De Goede ask dell's developer to follow ucm2 and Dell 
will upstream v9.
  For the schedule, can't wait v9 and sru v8 first.
  In the feature, will sru the final solution.

  [Test Case]
  1. fire "arecord record_file"
  2. press mic-mute hot-key and wait 20s.
  3. check the record file and can't hear voice.

  [Where problems could occur]
  Because the rt715 patch doesn't follow the ucm2, dell will upstream v9.
  In the future, will sru the final solution again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1928750/+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 1931677] Re: [SRU][F/G][linux-firmware] add realtek 8852a wifi fimware

2021-06-14 Thread koba
For Focal,
Test kernel 5.10-oem-1031 with these 
patches(https://patchwork.kernel.org/project/linux-wireless/patch/20210429080149.7068-2-pks...@realtek.com/).
Update firmware to 1.187.15.
the WIFI works correctly.

** Tags added: verification-done-focal

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

Title:
  [SRU][F/G][linux-firmware] add realtek 8852a wifi fimware

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  New
Status in linux-firmware source package in Focal:
  Fix Committed
Status in linux-firmware source package in Groovy:
  Fix Committed

Bug description:
  [Impact]
  Realtek 8852A wifi can not work without proper firmware.

  [Fix]
  Add realtek 8852a wifi firmware for driver.
  Kernel driver will be in another SRU.

  [Test]
  Verified on hardware with wifi ap, connect with 2.4G/5G, all good.

  [Where problems could occur]
  It should be low risk for adding fw for specfic hardware chip.
  Hirsute already got it, only SRU fw for F/G.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1931677/+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 1926236] Re: Fix The sound has noise while audio volume is maximum

2021-06-07 Thread koba
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  Fix The sound has noise while audio volume is maximum

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  The sound has noise while turning the audio volume to maximum

  [Fix]
  For VEGA & Polaris, need two patches(landed on mainline kernel) to fix and a 
modprobe
  1.(50ceb1fe7a) drm/amd/pm: bug fix for pcie dpm, has landed on oem kernel.
  2.(9d03730ecb) drm/amd/pm: workaround for audio noise issue, has landed on 
oem kernel
  3. #modprobe amdgpu ppfeaturemask=0xfff7bffb.
  For Navi_1x, need smc firmware to fix.
  1. (4fe6e53b96 linux-firmware) amdgpu: update navi10 SMC firmware
  1. (8ab7abaf63 linux-firmware) amdgpu: update navi14 SMC firmware

  [Test]
  Verified on RKL platform 
  A. with wx3200(Polaris series) and the following configuration

  1. With these two patch,  

  1.1. (50ceb1fe7a) drm/amd/pm: bug fix for pcie dpm, has landed on oem kernel. 
  
  1.2. (9d03730ecb) drm/amd/pm: workaround for audio noise issue, has landed on 
oem kernel

   
  2. doesn't append ppfeaturemask=0xfff7bffb
   

   
  Can't observe issue.  
   

   
  B. With wx5500(Navi series) and update the related firmware,  
  
  Can't observe issue

  [Where problems could occur]
  Because disabling DPM, the power consumption would be slightly higher.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1926236/+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 1926236] Re: Fix The sound has noise while audio volume is maximum

2021-06-08 Thread koba
Verified on linux-firmware, 1.187.14,

With wx3200 gpu, go to the sound page in the settings,
turn the sound volume to maximum and press test button or play music.
Expected:
No noise when the music/audio is played.
Actual:
No noise.

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

Title:
  Fix The sound has noise while audio volume is maximum

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  The sound has noise while turning the audio volume to maximum

  [Fix]
  For VEGA & Polaris, need two patches(landed on mainline kernel) to fix and a 
modprobe
  1.(50ceb1fe7a) drm/amd/pm: bug fix for pcie dpm, has landed on oem kernel.
  2.(9d03730ecb) drm/amd/pm: workaround for audio noise issue, has landed on 
oem kernel
  3. #modprobe amdgpu ppfeaturemask=0xfff7bffb.
  For Navi_1x, need smc firmware to fix.
  1. (4fe6e53b96 linux-firmware) amdgpu: update navi10 SMC firmware
  1. (8ab7abaf63 linux-firmware) amdgpu: update navi14 SMC firmware

  [Test]
  Verified on RKL platform 
  A. with wx3200(Polaris series) and the following configuration

  1. With these two patch,  

  1.1. (50ceb1fe7a) drm/amd/pm: bug fix for pcie dpm, has landed on oem kernel. 
  
  1.2. (9d03730ecb) drm/amd/pm: workaround for audio noise issue, has landed on 
oem kernel

   
  2. doesn't append ppfeaturemask=0xfff7bffb
   

   
  Can't observe issue.  
   

   
  B. With wx5500(Navi series) and update the related firmware,  
  
  Can't observe issue

  [Where problems could occur]
  Because disabling DPM, the power consumption would be slightly higher.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1926236/+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 1926236] Re: Fix The sound has noise while audio volume is maximum

2021-06-08 Thread koba
Verified on linux-firmware, 1.187.14,

With wx3200 gpu, connect monitor with DisplayPort and headset/speaker on the 
monitor.
go to the sound page in the settings,
turn the sound volume to maximum and press test button or play music.
Expected:
No noise when the music/audio is played.
Actual:
No noise.

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

Title:
  Fix The sound has noise while audio volume is maximum

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  The sound has noise while turning the audio volume to maximum

  [Fix]
  For VEGA & Polaris, need two patches(landed on mainline kernel) to fix and a 
modprobe
  1.(50ceb1fe7a) drm/amd/pm: bug fix for pcie dpm, has landed on oem kernel.
  2.(9d03730ecb) drm/amd/pm: workaround for audio noise issue, has landed on 
oem kernel
  3. #modprobe amdgpu ppfeaturemask=0xfff7bffb.
  For Navi_1x, need smc firmware to fix.
  1. (4fe6e53b96 linux-firmware) amdgpu: update navi10 SMC firmware
  1. (8ab7abaf63 linux-firmware) amdgpu: update navi14 SMC firmware

  [Test]
  Verified on RKL platform 
  A. with wx3200(Polaris series) and the following configuration

  1. With these two patch,  

  1.1. (50ceb1fe7a) drm/amd/pm: bug fix for pcie dpm, has landed on oem kernel. 
  
  1.2. (9d03730ecb) drm/amd/pm: workaround for audio noise issue, has landed on 
oem kernel

   
  2. doesn't append ppfeaturemask=0xfff7bffb
   

   
  Can't observe issue.  
   

   
  B. With wx5500(Navi series) and update the related firmware,  
  
  Can't observe issue

  [Where problems could occur]
  Because disabling DPM, the power consumption would be slightly higher.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1926236/+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 1929147] Re: fix system hang with 5.10 kernel + RX540 on RKL platform

2021-06-08 Thread koba
** Tags removed: verification-done-hirsute
** Tags added: verification-needed-hirsute

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

Title:
  fix system hang with 5.10 kernel + RX540 on RKL platform

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Focal:
  Fix Committed
Status in linux-firmware source package in Hirsute:
  Fix Committed

Bug description:
  [Impact]
  On RKL platform with AMD RX540, system would hang during boot-up.

  [Fix]
  AMD introduce a brand new firmware, polaris 12 MC firmware.
  This fix the issue and the system wouldn't hang during boot-up with AMD RX540.

  [Test]
  Verified on RKL platform and AMD RX540
  System would boot-up and login to desktop successfully.

  [Where problems could occur]
  This's a brand new firmware to support Polaris-series,
  it may introduce new issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1929147/+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 1929147] Re: fix system hang with 5.10 kernel + RX540 on RKL platform

2021-06-08 Thread koba
For Focal,
Verified on linux-firmware, 1.187.14,

Plug RX540 gpu on RKL machine, connect monitor with DisplayPort.
Boot up the machine

Expected:
System would boot-up and login to desktop successfully.

Actual:
System boot-up and login to desktop successfully.


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

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

Title:
  fix system hang with 5.10 kernel + RX540 on RKL platform

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Focal:
  Fix Committed
Status in linux-firmware source package in Hirsute:
  Fix Committed

Bug description:
  [Impact]
  On RKL platform with AMD RX540, system would hang during boot-up.

  [Fix]
  AMD introduce a brand new firmware, polaris 12 MC firmware.
  This fix the issue and the system wouldn't hang during boot-up with AMD RX540.

  [Test]
  Verified on RKL platform and AMD RX540
  System would boot-up and login to desktop successfully.

  [Where problems could occur]
  This's a brand new firmware to support Polaris-series,
  it may introduce new issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1929147/+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 1929147] Re: fix system hang with 5.10 kernel + RX540 on RKL platform

2021-06-08 Thread koba
** Tags removed: verification-needed-hirsute
** Tags added: verification-done-hirsute

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

Title:
  fix system hang with 5.10 kernel + RX540 on RKL platform

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Focal:
  Fix Committed
Status in linux-firmware source package in Hirsute:
  Fix Committed

Bug description:
  [Impact]
  On RKL platform with AMD RX540, system would hang during boot-up.

  [Fix]
  AMD introduce a brand new firmware, polaris 12 MC firmware.
  This fix the issue and the system wouldn't hang during boot-up with AMD RX540.

  [Test]
  Verified on RKL platform and AMD RX540
  System would boot-up and login to desktop successfully.

  [Where problems could occur]
  This's a brand new firmware to support Polaris-series,
  it may introduce new issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1929147/+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 1929147] Re: fix system hang with 5.10 kernel + RX540 on RKL platform

2021-06-10 Thread koba
** Tags removed: verification-needed-hirsute
** Tags added: verification-done-hirsute

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

Title:
  fix system hang with 5.10 kernel + RX540 on RKL platform

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Focal:
  Fix Released
Status in linux-firmware source package in Hirsute:
  Fix Committed

Bug description:
  [Impact]
  On RKL platform with AMD RX540, system would hang during boot-up.

  [Fix]
  AMD introduce a brand new firmware, polaris 12 MC firmware.
  This fix the issue and the system wouldn't hang during boot-up with AMD RX540.

  [Test]
  Verified on RKL platform and AMD RX540
  System would boot-up and login to desktop successfully.

  [Where problems could occur]
  This's a brand new firmware to support Polaris-series,
  it may introduce new issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1929147/+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 1932993] [NEW] AMDGPU: Support to load new MC firmware for Polaris12 32bit ASIC

2021-06-18 Thread koba
Public bug reported:

[Impact]
AMD introduce a new firmware and has been SRUed in this public bug.
https://bugs.launchpad.net/ubuntu/focal/+source/linux-firmware/+bug/1929147

For the kernel(oem-5.10/groovy), also need other patches to load this
firmware.

[Fix]
Support to load polaris12_32_mc.bin

[Test]
1. Check by modinfo and cnofirm polaris12_32_mc.bin is loaded by amdgpu.ko
#modinfo amdgpu | grep polaris12_32_mc.bin
2. Equipped the rx540(PD5001) that would trigger issue and system would bootup 
successfully into desktop.
*some rx540(PD5000) can't trigger the issue.

[Regression Potential]
Medium, introduce a brand new firmware may cause regression.

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

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

** Affects: linux-oem-5.10 (Ubuntu)
 Importance: Undecided
 Status: New

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

** Affects: linux-oem-5.10 (Ubuntu Focal)
 Importance: Undecided
 Assignee: koba (kobako)
 Status: In Progress

** Affects: linux (Ubuntu Groovy)
 Importance: Undecided
 Assignee: koba (kobako)
 Status: In Progress

** Affects: linux-oem-5.10 (Ubuntu Groovy)
 Importance: Undecided
 Status: New


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

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

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

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

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

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

** Changed in: linux-oem-5.10 (Ubuntu Focal)
 Assignee: (unassigned) => koba (kobako)

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

** Changed in: linux (Ubuntu Groovy)
 Assignee: (unassigned) => koba (kobako)

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

** Description changed:

  [Impact]
  AMD introduce a new firmware and has been SRUed in this public bug.
  https://bugs.launchpad.net/ubuntu/focal/+source/linux-firmware/+bug/1929147
  
  For the kernel(oem-5.10/groovy), also need other patches to load this
  firmware.
  
  [Fix]
  Support to load polaris12_32_mc.bin
  
  [Test]
  1. Check by modinfo and cnofirm polaris12_32_mc.bin is loaded by amdgpu.ko
  #modinfo amdgpu | grep polaris12_32_mc.bin
- 2. Equipped the rx540 that would trigger issue and system would bootup 
successfully into desktop.
- *some rx540 can't trigger the issue.
+ 2. Equipped the rx540(PD5001) that would trigger issue and system would 
bootup successfully into desktop.
+ *some rx540(PD5000) can't trigger the issue.
  
  [Regression Potential]
  Medium, introduce a brand new firmware may cause regression.

** Tags added: originate-from-1908483 somerville

** Tags added: oem-priority

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

Title:
  AMDGPU: Support to load new MC firmware for Polaris12 32bit ASIC

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  New
Status in linux-oem-5.10 package in Ubuntu:
  New
Status in linux source package in Focal:
  New
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Groovy:
  In Progress
Status in linux-oem-5.10 source package in Groovy:
  New

Bug description:
  [Impact]
  AMD introduce a new firmware and has been SRUed in this public bug.
  https://bugs.launchpad.net/ubuntu/focal/+source/linux-firmware/+bug/1929147

  For the kernel(oem-5.10/groovy), also need other patches to load this
  firmware.

  [Fix]
  Support to load polaris12_32_mc.bin

  [Test]
  1. Check by modinfo and cnofirm polaris12_32_mc.bin is loaded by amdgpu.ko
  #modinfo amdgpu | grep polaris12_32_mc.bin
  2. Equipped the rx540(PD5001) that would trigger issue and system would 
bootup successfully into desktop.
  *some rx540(PD5000) can't trigger the issue.

  [Regression Potential]
  Medium, introduce a brand new firmware may cause regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1932993/+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 1930645] Re: Fix Ethernet not working by hotplug - RTL8106E

2021-06-17 Thread koba
** Also affects: linux (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.10 (Ubuntu Impish)
   Importance: Undecided
   Status: Invalid

** Changed in: linux (Ubuntu Impish)
 Assignee: (unassigned) => koba (kobako)

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

** No longer affects: linux (Ubuntu)

** No longer affects: linux (Ubuntu Focal)

** No longer affects: linux (Ubuntu Impish)

** No longer affects: linux-oem-5.10 (Ubuntu Impish)

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

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

** Also affects: linux-oem-5.10 (Ubuntu Impish)
   Importance: Undecided
   Status: Invalid

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

** Changed in: linux (Ubuntu Impish)
 Assignee: (unassigned) => koba (kobako)

** Changed in: linux-oem-5.10 (Ubuntu Impish)
   Status: Invalid => New

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

Title:
  Fix Ethernet not working by hotplug - RTL8106E

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  New
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Impish:
  In Progress
Status in linux-oem-5.10 source package in Impish:
  New

Bug description:
  [Impact]
  After hot-plug the Ethernet cable, the status of Ethernet is always down.

  [Fix]
  Because ASPM is enabled on RTL8106E, the link change interrupt can't be fired 
immediately.
  Need to wait a long time to get the link change interrupt.
  Introduce a polling method to watch the link status and disable the link 
change interrupt for RTL8106E.
  Due to schedule, SRU this patch first and will upstream later.

  [Test]
  Verified on machines with Realtek Ethernet device, the Ethernet works well 
after hotplug 30 times.

  [Regression Potential]
  High, may have some cases missed in link change polling method and will fix 
them in the future.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1930645/+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 1930645] Re: Fix Ethernet not working by hotplug - RTL8106E

2021-06-17 Thread koba
** Description changed:

  [Impact]
  After hot-plug the Ethernet cable, the status of Ethernet is always down.
  
  [Fix]
  Because ASPM is enabled on RTL8106E, the link change interrupt can't be fired 
immediately.
  Must wait a long time to get the link change interrupt.
  After discuss with maintainer, he give some suggestions
  1. use PHY_POLL.
  2. he send a workaround(Ref. [1]) to disable ASPM on RTL8106E.
  
- For 1, because don't know the details about operated registers in
+ For 2, because don't know the details about operated registers in
  rtl_hw_aspm_clkreq_enable, it have higher risk on power usage during
  suspend.
  
- For 2, Use PHY_POLL have a lower risk because don't change any register 
operations and use polling method to query link change status.
- SRU the patches for 2 first.
+ For 1, Use PHY_POLL have a lower risk because don't change any register 
operations and use polling method to query link change status.
+ SRU the patches for 1 first.
  
  Currently keep discussing with Realtek but don't figure out yet.
  Will re-SRU the official solution once Realtek resolve the issue.
  
  Ref [1], https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-
  next.git/commit/?id=1ee8856de82faec9bc8bd0f2308a7f27e30ba207
  
  [Test]
  Verified on machines with Realtek Ethernet device, the Ethernet works well 
after hotplug 30 times.
  
  [Regression Potential]
  Medium, use polling methond may have higher cpu usage.

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

Title:
  Fix Ethernet not working by hotplug - RTL8106E

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  New
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Impish:
  In Progress
Status in linux-oem-5.10 source package in Impish:
  New

Bug description:
  [Impact]
  After hot-plug the Ethernet cable, the status of Ethernet is always down.

  [Fix]
  Because ASPM is enabled on RTL8106E, the link change interrupt can't be fired 
immediately.
  Must wait a long time to get the link change interrupt.
  After discuss with maintainer, he give some suggestions
  1. use PHY_POLL.
  2. he send a workaround(Ref. [1]) to disable ASPM on RTL8106E.

  For 2, because don't know the details about operated registers in
  rtl_hw_aspm_clkreq_enable, it have higher risk on power usage during
  suspend.

  For 1, Use PHY_POLL have a lower risk because don't change any register 
operations and use polling method to query link change status.
  SRU the patches for 1 first.

  Currently keep discussing with Realtek but don't figure out yet.
  Will re-SRU the official solution once Realtek resolve the issue.

  Ref [1], https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-
  next.git/commit/?id=1ee8856de82faec9bc8bd0f2308a7f27e30ba207

  [Test]
  Verified on machines with Realtek Ethernet device, the Ethernet works well 
after hotplug 30 times.

  [Regression Potential]
  Medium, use polling methond may have higher cpu usage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1930645/+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 1930645] Re: Fix Ethernet not working by hotplug - RTL8106E

2021-06-17 Thread koba
** No longer affects: linux-oem-5.10 (Ubuntu Focal)

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

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

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

** Changed in: linux-oem-5.10 (Ubuntu Focal)
 Assignee: (unassigned) => koba (kobako)

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

Title:
  Fix Ethernet not working by hotplug - RTL8106E

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  New
Status in linux source package in Focal:
  New
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Impish:
  In Progress
Status in linux-oem-5.10 source package in Impish:
  New

Bug description:
  [Impact]
  After hot-plug the Ethernet cable, the status of Ethernet is always down.

  [Fix]
  Because ASPM is enabled on RTL8106E, the link change interrupt can't be fired 
immediately.
  Must wait a long time to get the link change interrupt.
  After discuss with maintainer, he give some suggestions
  1. use PHY_POLL.
  2. he send a workaround(Ref. [1]) to disable ASPM on RTL8106E.

  For 2, because don't know the details about operated registers in
  rtl_hw_aspm_clkreq_enable, it have higher risk on power usage during
  suspend.

  For 1, Use PHY_POLL have a lower risk because don't change any register 
operations and use polling method to query link change status.
  SRU the patches for 1 first.

  Currently keep discussing with Realtek but don't figure out yet.
  Will re-SRU the official solution once Realtek resolve the issue.

  Ref [1], https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-
  next.git/commit/?id=1ee8856de82faec9bc8bd0f2308a7f27e30ba207

  [Test]
  Verified on machines with Realtek Ethernet device, the Ethernet works well 
after hotplug 30 times.

  [Regression Potential]
  Medium, use polling methond may have higher cpu usage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1930645/+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 1932993] Re: AMDGPU: Support to load new MC firmware for Polaris12 32bit ASIC

2021-06-20 Thread koba
** Description changed:

  [Impact]
  AMD introduce a new firmware and has been SRUed in this public bug.
  https://bugs.launchpad.net/ubuntu/focal/+source/linux-firmware/+bug/1929147
  
  For the kernel(oem-5.10/groovy), also need other patches to load this
  firmware.
  
  [Fix]
  Support to load polaris12_32_mc.bin
  
  [Test]
  1. Check by modinfo and cnofirm polaris12_32_mc.bin is loaded by amdgpu.ko
+ 
  #modinfo amdgpu | grep polaris12_32_mc.bin
+ firmware: amdgpu/polaris12_32_mc.bin
+ 
  2. Equipped the rx540(PD5001) that would trigger issue and system would 
bootup successfully into desktop.
  *some rx540(PD5000) can't trigger the issue.
  
  [Regression Potential]
  Medium, introduce a brand new firmware may cause regression.

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

Title:
  AMDGPU: Support to load new MC firmware for Polaris12 32bit ASIC

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  New
Status in linux-oem-5.10 package in Ubuntu:
  New
Status in linux source package in Focal:
  New
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Groovy:
  In Progress
Status in linux-oem-5.10 source package in Groovy:
  New

Bug description:
  [Impact]
  AMD introduce a new firmware and has been SRUed in this public bug.
  https://bugs.launchpad.net/ubuntu/focal/+source/linux-firmware/+bug/1929147

  For the kernel(oem-5.10/groovy), also need other patches to load this
  firmware.

  [Fix]
  Support to load polaris12_32_mc.bin

  [Test]
  1. Check by modinfo and cnofirm polaris12_32_mc.bin is loaded by amdgpu.ko

  #modinfo amdgpu | grep polaris12_32_mc.bin
  firmware: amdgpu/polaris12_32_mc.bin

  2. Equipped the rx540(PD5001) that would trigger issue and system would 
bootup successfully into desktop.
  *some rx540(PD5000) can't trigger the issue.

  [Regression Potential]
  Medium, introduce a brand new firmware may cause regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1932993/+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 1922334] Re: External monitor does not wake up on Titan Ridge laptops when docked (9500, TB16)

2021-06-22 Thread koba
@Georgi, would you please try the last drm-tip(amd64)?
https://kernel.ubuntu.com/~kernel-ppa/mainline/drm-tip/current/

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

Title:
  External monitor does not wake up on Titan Ridge laptops when docked
  (9500, TB16)

Status in Dell Sputnik:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-meta-oem-5.6 package in Ubuntu:
  New

Bug description:
  I've recently upgraded my workhorse from XPS 9560 (2016) to a newer
  generation XPS 9500 (2020) and ran into several things that feel like
  regressions, but are probably related to hardware changes. This is one
  of them.

  tl;dr:
  When using XPS 9500 with a TB16 dock and an external monitor (Benq EX2780Q) 
connected to the dock via USB-C to USB-C (DP alternate mode), most of the time 
the monitor fails to wake up after going blank.

  
  details:
  Simplest way to reproduce is for hit Super+L, wait for the monitor to 
properly go in standby, then type something in or move the mouse to wake it up. 
8 times out of 10 it does not wake up when using XPS 9500. Most of the time 
this can be fixed by power cycling the monitor, however this has a seemingly 
random chance of triggering two other issues:

  1. The system to lose sight of the monitor for a brief period of time, which 
sometimes causes it to hang with a black screen and needs some combination of 
restarting the monitor, the dock, and the laptop, because there is a separate 
USB issue making hot-plugging unusable.
  2. The monitor itself gets stuck in a weird standby state where it stops 
reacting to button presses and I need to hold the power button a bit longer for 
it to sort of hard reset?

  Notably, it wakes up fine every time when using XPS 9560 or Precision
  5520 in the same setup which I have been using for ages.

  This becomes particularly troublesome when screens go into short-lived
  standby during boot: after the Dell logo, after entering the LUKS
  password, after logging in. Each of these points has a chance of
  triggering the bug, because it looks like there is some sort of mode
  change and waking signal submission happening between them that
  triggers it. I had to disable screen timeout as a temporary workaround
  to be able to work on this system at all without having to play
  "monitor wake lottery" every time I go brew a cuppa. The workaround at
  boot time is to either re-roll the lottery, or boot with the dock
  connected and lid open, then close the lid and keep working from
  there.

  The dock, the monitor, all USB peripherals are the same in both cases
  - it's literally just the TB16 cable plugged into a different laptop.

  I have attempted  5.8 Ubuntu generic, 5.6 OEM (-20.04) and 5.10 OEM
  (-20.04b and -20.04-edge) kernels on the 9500 with same results. I
  have attempted disabling USB autosuspend via a GRUB kernel parameter
  to usbcore. I have attempted both NVidia and Intel GPUs. I have
  attempted playing with BIOS settings: wake on dell usb-c docks,
  disable early sign of life for both checkboxes, disabling SGX and SMM,
  checking all 3 boxes for Thunderbolt and switching off Thunderbolt
  security. None of these make a noticeable difference.

  Since it was fine with 9560, 5520 and a friend with a 9570 has no
  issues either, my gut feeling is that this is due to the upgrade from
  Alpine Ridge to a Titan Ridge Thunderbolt controller that happened in
  this generation - something wrong with the driver, or the firmware may
  have missed some of the "lessons learned" in Alpine Ridge and caused
  this regression. That would also make it applicable to 9300, which has
  a "developer edition" option under Project Sputnik and several reports
  of the same problem scattered across the internet:

  
https://www.dell.com/community/XPS/XPS-13-9300-with-WD19TB-External-display-not-coming-on-after/td-p/7676922
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889342 (may be a 
duplicate, but for WD19TB dock on 9300, so may be slightly different too)
  
https://www.reddit.com/r/linuxquestions/comments/ka0w2j/monitor_doesnt_wake_from_sleep/

  etc etc. Those reports suggest high bandwidth usage sometimes affects
  it, so it's worth noting that my external monitor is a 1440p 144Hz one
  that uses tons of bandwidth indeed.

  The only hint in terms of logs seems to be this message in dmesg that
  I see when power cycling the monitor and getting back into the system:

  [  250.777684] pcieport :09:04.0: pciehp: Slot(0-1): Card not present
  [  250.777695] xhci_hcd :0b:00.0: can't change power state from D3cold to 
D0 (config space inaccessible)
  [  250.778293] xhci_hcd :0b:00.0: can't change power state from D3hot to 
D0 (config space inaccessible)
  [  250.778336] xhci_hcd :0b:00.0: Controller not ready at resume -19
  [  250.778340] xhci_hcd :0b:00.0: PCI 

[Kernel-packages] [Bug 1931677] Re: [SRU][F/G/H][linux-firmware] add realtek 8852a wifi fimware

2021-06-21 Thread koba
has SRUed for hirsute.
https://lists.ubuntu.com/archives/kernel-team/2021-June/121470.html

** Summary changed:

- [SRU][F/G][linux-firmware] add realtek 8852a wifi fimware
+ [SRU][F/G/H][linux-firmware] add realtek 8852a wifi fimware

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

Title:
  [SRU][F/G/H][linux-firmware] add realtek 8852a wifi fimware

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Focal:
  Fix Committed
Status in linux-firmware source package in Groovy:
  Fix Committed
Status in linux-firmware source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  Realtek 8852A wifi can not work without proper firmware.

  [Fix]
  Add realtek 8852a wifi firmware for driver.
  Kernel driver will be in another SRU.

  [Test]
  Verified on hardware with wifi ap, connect with 2.4G/5G, all good.

  [Where problems could occur]
  It should be low risk for adding fw for specfic hardware chip.
  Hirsute already got it, only SRU fw for F/G.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1931677/+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 1931900] Re: Linux-firmware 1.197.1 breaks dual monitor on RX480, shows mirror display with "Unknown Device" under GUI

2021-06-15 Thread koba
@Prashant, would you please upload dmesg?

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

Title:
  Linux-firmware 1.197.1 breaks dual monitor on RX480, shows mirror
  display with "Unknown Device" under GUI

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  linux-firmware 1.197.1 after updating, breaks dual displays on hdmi with 
RX480 on kernel
  # lsb_release -a
  LSB Version:  
core-11.1.0ubuntu2-noarch:printing-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 21.04
  Release:  21.04
  Codename: hirsute

  # lshw -c video
    *-display
     description: VGA compatible controller
     product: Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
     vendor: Advanced Micro Devices, Inc. [AMD/ATI]
     physical id: 0
     bus info: pci@:01:00.0
     logical name: /dev/fb0
     version: c7
     width: 64 bits
     clock: 33MHz
     capabilities: pm pciexpress msi vga_controller bus_master cap_list rom 
fb
     configuration: depth=32 driver=amdgpu latency=0 mode=1920x1080 
visual=truecolor xres=1920 yres=1080
     resources: iomemory:420-41f iomemory:410-40f irq:143 
memory:42-43 memory:41-41001f ioport:3000(size=256) 
memory:5080-5083 memory:c-d

  # lspci -k | grep -EA3 'VGA|3D|Display'
  01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev c7)
   Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Radeon RX 480
   Kernel driver in use: amdgpu
   Kernel modules: amdgpu

  # glxinfo -B
  name of display: :0
  display: :0  screen: 0
  direct rendering: Yes
  Extended renderer info (GLX_MESA_query_renderer):
  Vendor: AMD (0x1002)
  Device: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.40.0, 
5.11.0-16-generic, LLVM 11.0.1) (0x67df)
  Version: 21.0.1
  Accelerated: yes
  Video memory: 8192MB
  Unified memory: no
  Preferred profile: core (0x1)
  Max core profile version: 4.6
  Max compat profile version: 4.6
  Max GLES1 profile version: 1.1
  Max GLES[23] profile version: 3.2
  Memory info (GL_ATI_meminfo):
  VBO free memory - total: 7571 MB, largest block: 7571 MB
  VBO free aux. memory - total: 7892 MB, largest block: 7892 MB
  Texture free memory - total: 7571 MB, largest block: 7571 MB
  Texture free aux. memory - total: 7892 MB, largest block: 7892 MB
  Renderbuffer free memory - total: 7571 MB, largest block: 7571 MB
  Renderbuffer free aux. memory - total: 7892 MB, largest block: 7892 MB
  Memory info (GL_NVX_gpu_memory_info):
  Dedicated video memory: 8192 MB
  Total available memory: 16384 MB
  Currently available dedicated video memory: 7571 MB
  OpenGL vendor string: AMD
  OpenGL renderer string: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 
3.40.0, 5.11.0-16-generic, LLVM 11.0.1)
  OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.0.1
  OpenGL core profile shading language version string: 4.60
  OpenGL core profile context flags: (none)
  OpenGL core profile profile mask: core profile

  OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.0.1
  OpenGL shading language version string: 4.60
  OpenGL context flags: (none)
  OpenGL profile mask: compatibility profile

  OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.0.1
  OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1931900/+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 1931900] Re: Linux-firmware 1.197.1 breaks dual monitor on RX480, shows mirror display with "Unknown Device" under GUI

2021-06-15 Thread koba
** Changed in: linux-firmware (Ubuntu)
 Assignee: (unassigned) => koba (kobako)

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

Title:
  Linux-firmware 1.197.1 breaks dual monitor on RX480, shows mirror
  display with "Unknown Device" under GUI

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  linux-firmware 1.197.1 after updating, breaks dual displays on hdmi with 
RX480 on kernel
  # lsb_release -a
  LSB Version:  
core-11.1.0ubuntu2-noarch:printing-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 21.04
  Release:  21.04
  Codename: hirsute

  # lshw -c video
    *-display
     description: VGA compatible controller
     product: Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
     vendor: Advanced Micro Devices, Inc. [AMD/ATI]
     physical id: 0
     bus info: pci@:01:00.0
     logical name: /dev/fb0
     version: c7
     width: 64 bits
     clock: 33MHz
     capabilities: pm pciexpress msi vga_controller bus_master cap_list rom 
fb
     configuration: depth=32 driver=amdgpu latency=0 mode=1920x1080 
visual=truecolor xres=1920 yres=1080
     resources: iomemory:420-41f iomemory:410-40f irq:143 
memory:42-43 memory:41-41001f ioport:3000(size=256) 
memory:5080-5083 memory:c-d

  # lspci -k | grep -EA3 'VGA|3D|Display'
  01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev c7)
   Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Radeon RX 480
   Kernel driver in use: amdgpu
   Kernel modules: amdgpu

  # glxinfo -B
  name of display: :0
  display: :0  screen: 0
  direct rendering: Yes
  Extended renderer info (GLX_MESA_query_renderer):
  Vendor: AMD (0x1002)
  Device: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.40.0, 
5.11.0-16-generic, LLVM 11.0.1) (0x67df)
  Version: 21.0.1
  Accelerated: yes
  Video memory: 8192MB
  Unified memory: no
  Preferred profile: core (0x1)
  Max core profile version: 4.6
  Max compat profile version: 4.6
  Max GLES1 profile version: 1.1
  Max GLES[23] profile version: 3.2
  Memory info (GL_ATI_meminfo):
  VBO free memory - total: 7571 MB, largest block: 7571 MB
  VBO free aux. memory - total: 7892 MB, largest block: 7892 MB
  Texture free memory - total: 7571 MB, largest block: 7571 MB
  Texture free aux. memory - total: 7892 MB, largest block: 7892 MB
  Renderbuffer free memory - total: 7571 MB, largest block: 7571 MB
  Renderbuffer free aux. memory - total: 7892 MB, largest block: 7892 MB
  Memory info (GL_NVX_gpu_memory_info):
  Dedicated video memory: 8192 MB
  Total available memory: 16384 MB
  Currently available dedicated video memory: 7571 MB
  OpenGL vendor string: AMD
  OpenGL renderer string: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 
3.40.0, 5.11.0-16-generic, LLVM 11.0.1)
  OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.0.1
  OpenGL core profile shading language version string: 4.60
  OpenGL core profile context flags: (none)
  OpenGL core profile profile mask: core profile

  OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.0.1
  OpenGL shading language version string: 4.60
  OpenGL context flags: (none)
  OpenGL profile mask: compatibility profile

  OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.0.1
  OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1931900/+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


  1   2   3   4   5   6   7   >