[Kernel-packages] [Bug 1891768] Re: hfs+ filesystems fail reading / writing large files

2021-04-11 Thread Juerg Haefliger
If we find a problem in Ubuntu that has not already been fixed in the
latest upstream kernel then we'll try to fix it ourselves and send the
patch upstream. But most of the time we backport already existing
upstream fixes to affected Ubuntu kernels.

The process of finding the fix for a specific problem is:
1) Find the first kernel version that works (good kernel).
2) Look at the changes between the previous (bad) and the good kernel.
3) If nothing jumps out that might indicate which commit fixed the problem: git 
bisect to narrow it further down.

But typically, if a user reports that a specific problem has been fixed
with a kernel update then that's good enough for us even without knowing
exactly which specific commit fixed it. Sometimes there are a lot of
upstream changes that we pull into an update.

It's the distros responsibilities to keep their kernels up-to-date and
every distro does it differently. Ubuntu updates kernels every 3 weeks
(roughly): https://wiki.ubuntu.com/StableReleaseUpdates

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

Title:
  hfs+ filesystems fail reading / writing large files

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I noticed a problem reading hfs+ partitions on a USB flash drive after
  I installed Ubuntu 20.04 on two laptop machines. I have a Mini Mac
  that I share files via an USB flash drive formatted with hfs+ from the
  laptops with Ubuntu installed. I had no issues with Ubuntu Mate 18.10.

  I noticed that very large files, typicality larger than 100 MB, would
  have read errors or sometimes have a zero file size. One particular
  file about 500MB fails nearly every time. Other files, down to about
  100MB fail sometimes.

  I bought a new USB flash drive, but have the same failures on that.
  I have an identical flash drive formatted with ext4 which has no issues. I'm 
currently booting to Ubuntu Mate 18.10 to write the hfs+ USB flash drive.

  
  1007 ceres ~ cat /proc/version_signature
  Ubuntu 5.4.0-42.46-generic 5.4.44

  1000 ceres ~ lsb_release -rd
  Description:  Ubuntu 20.04.1 LTS
  Release:  20.04

  1005 admin@ceres ~ sudo lspci -vnvn > lspci-vnvn.log
  pcilib: sysfs_read_vpd: read failed: Input/output error
  pcilib: sysfs_read_vpd: read failed: Input/output error
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  uschcld1581 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-05-17 (91 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0408:a030 Quanta Computer, Inc. HD WebCam
   Bus 001 Device 003: ID 04ca:3015 Lite-On Technology Corp. 
   Bus 001 Device 002: ID 046d:c06c Logitech, Inc. Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-576
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=75021464-0e3f-4ad2-a466-cf655a6c4dd7 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  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
  Tags:  focal
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy plugdev tape video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/06/2018
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.47
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Ironman_SK
  dmi.board.vendor: KBL
  dmi.board.version: V1.47
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.47:bd09/06/2018:svnAcer:pnAspireE5-576:pvrV1.47:rvnKBL:rnIronman_SK:rvrV1.47:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.family: Aspire E 15
  dmi.product.name: Aspire E5-576
  dmi.product.sku: 
  dmi.product.version: V1.47
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1891768/+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 1921104] Re: net/mlx5e: Add missing capability check for uplink follow

2021-04-11 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   Status: In Progress => Fix Committed

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

Title:
  net/mlx5e: Add missing capability check for uplink follow

Status in Ubuntu on IBM z Systems:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  Fix Committed
Status in linux source package in Hirsute:
  Fix Released

Bug description:
  SRU Justification:
  ==

  [Impact]

  * Since older firmware may not support the uplink state setting, this
  can lead to problems.

  * Now expose firmware indication that it supports setting eswitch
  uplink state to follow the physical link.

  * If a kernel without the backport is used on an adapter which does
  not have the latest adapter firmware, the adapter silently drops
  outgoing traffic.

  * This is a regression which was introduced with kernel 5.4.0-48.

  [Fix]

  * upstream fix (as in 5.11):
    9c9be85f6b59d80efe4705109c0396df18d4e11d 9c9be85f6b59 "net/mlx5e: Add 
missing capability check for uplink follow"

  * backport for focal: https://launchpadlibrarian.net/529543695/0001
  -Backport-net-mlx5e-Add-missing-capability-check-for-.patch

  * backport for groovy: https://launchpadlibrarian.net/529775887/0001
  -Backport-groovy-net-mlx5e-Add-missing-capability-che.patch

  [Test Case]

  * Two IBM Z or LinuxONE systems, installed with Ubuntu Server 20.04 or
  20.10 on LPAR, are needed.

  * Each with RoCE Express 2.x adapters (Mellanox ConnectX4/5) attached
  and firmware 16.29.1006 or earlier.

  * Assign an IP address to the adapters on both systems and try to ping
  one node from the other.

  * The ping will just fail with the stock Ubuntu kernels (not having
  the patch), but will succeed with kernels that incl. the patches (like
  the test builds from the PPA mentioned below).

  * Due to the lack of hardware this needs to be verified by IBM.

  [Regression Potential]

  * Undesired / erroneous behavior in case the modified if condition is
  assembled in a wrong way.

  * Again wrong behavior in case the modification of the capability bits
  in mlx5_ifc_cmd_hca_cap_bits are wrong.

  * All modification are limited to the mlx5 driver only.

  * The changes are relatively limited with effectively two lines
  removed and 4 added (three of them adjustments of the capability bits
  only).

  * The modifications were done and tested by IBM and reviewed by
  Mellanox (see LP comments),   based on a PPA test build.

  [Other]

  * The above patch/commit was upstream accepted with kernel 5.11.

  * Hence the patch is not needed for hirsute, just needs to be SRUed
  for groovy and focal.

  * The commit couldn't be cleanly cherry-picked, mainly due to changed
  context, hence the backport(s).

  __

  Expose firmware indication that it supports setting eswitch uplink state
  to follow (follow the physical link). Condition setting the eswitch
  uplink admin-state with this capability bit. Older FW may not support
  the uplink state setting.

  Available fix with kernel 5.11.
  
https://github.com/torvalds/linux/commit/9c9be85f6b59d80efe4705109c0396df18d4e11d

  Now required for Ubuntu 20.04 via backport patch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1921104/+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 1921104] Re: net/mlx5e: Add missing capability check for uplink follow

2021-04-11 Thread Matthew Ruffell
** Tags added: sts

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

Title:
  net/mlx5e: Add missing capability check for uplink follow

Status in Ubuntu on IBM z Systems:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  Fix Committed
Status in linux source package in Hirsute:
  Fix Released

Bug description:
  SRU Justification:
  ==

  [Impact]

  * Since older firmware may not support the uplink state setting, this
  can lead to problems.

  * Now expose firmware indication that it supports setting eswitch
  uplink state to follow the physical link.

  * If a kernel without the backport is used on an adapter which does
  not have the latest adapter firmware, the adapter silently drops
  outgoing traffic.

  * This is a regression which was introduced with kernel 5.4.0-48.

  [Fix]

  * upstream fix (as in 5.11):
    9c9be85f6b59d80efe4705109c0396df18d4e11d 9c9be85f6b59 "net/mlx5e: Add 
missing capability check for uplink follow"

  * backport for focal: https://launchpadlibrarian.net/529543695/0001
  -Backport-net-mlx5e-Add-missing-capability-check-for-.patch

  * backport for groovy: https://launchpadlibrarian.net/529775887/0001
  -Backport-groovy-net-mlx5e-Add-missing-capability-che.patch

  [Test Case]

  * Two IBM Z or LinuxONE systems, installed with Ubuntu Server 20.04 or
  20.10 on LPAR, are needed.

  * Each with RoCE Express 2.x adapters (Mellanox ConnectX4/5) attached
  and firmware 16.29.1006 or earlier.

  * Assign an IP address to the adapters on both systems and try to ping
  one node from the other.

  * The ping will just fail with the stock Ubuntu kernels (not having
  the patch), but will succeed with kernels that incl. the patches (like
  the test builds from the PPA mentioned below).

  * Due to the lack of hardware this needs to be verified by IBM.

  [Regression Potential]

  * Undesired / erroneous behavior in case the modified if condition is
  assembled in a wrong way.

  * Again wrong behavior in case the modification of the capability bits
  in mlx5_ifc_cmd_hca_cap_bits are wrong.

  * All modification are limited to the mlx5 driver only.

  * The changes are relatively limited with effectively two lines
  removed and 4 added (three of them adjustments of the capability bits
  only).

  * The modifications were done and tested by IBM and reviewed by
  Mellanox (see LP comments),   based on a PPA test build.

  [Other]

  * The above patch/commit was upstream accepted with kernel 5.11.

  * Hence the patch is not needed for hirsute, just needs to be SRUed
  for groovy and focal.

  * The commit couldn't be cleanly cherry-picked, mainly due to changed
  context, hence the backport(s).

  __

  Expose firmware indication that it supports setting eswitch uplink state
  to follow (follow the physical link). Condition setting the eswitch
  uplink admin-state with this capability bit. Older FW may not support
  the uplink state setting.

  Available fix with kernel 5.11.
  
https://github.com/torvalds/linux/commit/9c9be85f6b59d80efe4705109c0396df18d4e11d

  Now required for Ubuntu 20.04 via backport patch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1921104/+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 1917609] Re: [Regression] ubuntu_bpf failed to build on Groovy

2021-04-11 Thread Po-Hsu Lin
Since it's just a tool issue for the moment, and I can run the bpf test 
manually with the corrected make command. I will flip the status to verified.
Thanks

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

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

Title:
  [Regression] ubuntu_bpf failed to build on Groovy

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Groovy:
  Fix Committed

Bug description:
  [Impact]
  Upstream commit d3bec0138bfbe58606fc1d6f57a4cdc1a20218db (bpf: Zero-fill 
re-used per-cpu map element) was applied to Groovy as part of an upstream 
stable update. This patch fixes a bpf issue and at the same time adds new 
selftests to verify these changes. However, the selftests can't be compiled on 
5.8 due to missing helper functions that were added only later. The bpf 
selftest build fails with errors such as:

  /usr/bin/ld: 
/tmp/autopkgtest.IzBxE1/build.8NX/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf/map_init.test.o:
 in function `prog_run_insert_elem':

/tmp/autopkgtest.IzBxE1/build.8NX/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf/prog_tests/map_init.c:89:
 undefined reference to `ASSERT_OK'

  [Fix]
  The proposed fix it to partially revert this commit by removing the selftests 
parts.

  [Testcase]
  On a groovy/linux repo:

  $ make -C tools/testing/selftests TARGETS=bpf SKIP_TARGETS=

  [Where problems could occur]
  By removing the selftests we could be introducing a regression with the bpf 
code change which would be likely unoticed during the tests.

  
   Original Description 

  Issue found on 5.8.0-1024.26-azure / 5.8.0-1022.23-oracle

  Test failed to build, I didn't see any meaningful error message, this
  might need to be double checked.

  HDRINST usr/include/asm/fcntl.h
  HDRINST usr/include/asm/termbits.h
  HDRINST usr/include/asm/errno.h
  INSTALL ./usr/include
    make[1]: Leaving directory 
'/home/ubuntu/autotest/client/tmp/ubuntu_bpf/src/linux'
    make: Leaving directory 
'/home/ubuntu/autotest/client/tmp/ubuntu_bpf/src/linux/tools/testing/selftests'
    stderr:
    make: *** [Makefile:159: all] Error 1

  Please find attachment for the complete test log.

  == Process to reproduce this ==
  1. git clone 
git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/groovy
  2. cd groovy/tools/testing/selftests
  3. make TARGETS=bpf
  You will see the build failed if it's affected by this.

  I think this is affecting the ubuntu_kernel_selftests as well, as the
  net test would require the bpf test to be built first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1917609/+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 1917609] Re: [Regression] ubuntu_bpf failed to build on Groovy

2021-04-11 Thread Po-Hsu Lin
Nice catch on that cause 670b0872ad88 ("UBUNTU: SAUCE: selftests:
Skip BPF seftests by default"), in which we make the bpf subset as
a default skip target by default. (This explained why this works in comment #13)

I prefer to keep TARGETS=bpf and add an empty SKIP_TARGETS= to the
make command to override the default value, so that we can still
align with how we start a kernel-selftests subset (like in the
ubuntu_kernel_selftests).

e.g.
utils.make('-C linux/tools/testing/selftests TARGETS=bpf SKIP_TARGETS= clean 
all')

A SKIP_TARGETS= might be helpful for pepole to know this is for
overriding the default value as well.

Thanks
Sam

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

Title:
  [Regression] ubuntu_bpf failed to build on Groovy

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Groovy:
  Fix Committed

Bug description:
  [Impact]
  Upstream commit d3bec0138bfbe58606fc1d6f57a4cdc1a20218db (bpf: Zero-fill 
re-used per-cpu map element) was applied to Groovy as part of an upstream 
stable update. This patch fixes a bpf issue and at the same time adds new 
selftests to verify these changes. However, the selftests can't be compiled on 
5.8 due to missing helper functions that were added only later. The bpf 
selftest build fails with errors such as:

  /usr/bin/ld: 
/tmp/autopkgtest.IzBxE1/build.8NX/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf/map_init.test.o:
 in function `prog_run_insert_elem':

/tmp/autopkgtest.IzBxE1/build.8NX/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf/prog_tests/map_init.c:89:
 undefined reference to `ASSERT_OK'

  [Fix]
  The proposed fix it to partially revert this commit by removing the selftests 
parts.

  [Testcase]
  On a groovy/linux repo:

  $ make -C tools/testing/selftests TARGETS=bpf SKIP_TARGETS=

  [Where problems could occur]
  By removing the selftests we could be introducing a regression with the bpf 
code change which would be likely unoticed during the tests.

  
   Original Description 

  Issue found on 5.8.0-1024.26-azure / 5.8.0-1022.23-oracle

  Test failed to build, I didn't see any meaningful error message, this
  might need to be double checked.

  HDRINST usr/include/asm/fcntl.h
  HDRINST usr/include/asm/termbits.h
  HDRINST usr/include/asm/errno.h
  INSTALL ./usr/include
    make[1]: Leaving directory 
'/home/ubuntu/autotest/client/tmp/ubuntu_bpf/src/linux'
    make: Leaving directory 
'/home/ubuntu/autotest/client/tmp/ubuntu_bpf/src/linux/tools/testing/selftests'
    stderr:
    make: *** [Makefile:159: all] Error 1

  Please find attachment for the complete test log.

  == Process to reproduce this ==
  1. git clone 
git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/groovy
  2. cd groovy/tools/testing/selftests
  3. make TARGETS=bpf
  You will see the build failed if it's affected by this.

  I think this is affecting the ubuntu_kernel_selftests as well, as the
  net test would require the bpf test to be built first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1917609/+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 1917609] Re: [Regression] ubuntu_bpf failed to build on Groovy

2021-04-11 Thread Po-Hsu Lin
** Changed in: ubuntu-kernel-tests
 Assignee: Po-Hsu Lin (cypressyew) => (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/1917609

Title:
  [Regression] ubuntu_bpf failed to build on Groovy

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Groovy:
  Fix Committed

Bug description:
  [Impact]
  Upstream commit d3bec0138bfbe58606fc1d6f57a4cdc1a20218db (bpf: Zero-fill 
re-used per-cpu map element) was applied to Groovy as part of an upstream 
stable update. This patch fixes a bpf issue and at the same time adds new 
selftests to verify these changes. However, the selftests can't be compiled on 
5.8 due to missing helper functions that were added only later. The bpf 
selftest build fails with errors such as:

  /usr/bin/ld: 
/tmp/autopkgtest.IzBxE1/build.8NX/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf/map_init.test.o:
 in function `prog_run_insert_elem':

/tmp/autopkgtest.IzBxE1/build.8NX/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf/prog_tests/map_init.c:89:
 undefined reference to `ASSERT_OK'

  [Fix]
  The proposed fix it to partially revert this commit by removing the selftests 
parts.

  [Testcase]
  On a groovy/linux repo:

  $ make -C tools/testing/selftests TARGETS=bpf SKIP_TARGETS=

  [Where problems could occur]
  By removing the selftests we could be introducing a regression with the bpf 
code change which would be likely unoticed during the tests.

  
   Original Description 

  Issue found on 5.8.0-1024.26-azure / 5.8.0-1022.23-oracle

  Test failed to build, I didn't see any meaningful error message, this
  might need to be double checked.

  HDRINST usr/include/asm/fcntl.h
  HDRINST usr/include/asm/termbits.h
  HDRINST usr/include/asm/errno.h
  INSTALL ./usr/include
    make[1]: Leaving directory 
'/home/ubuntu/autotest/client/tmp/ubuntu_bpf/src/linux'
    make: Leaving directory 
'/home/ubuntu/autotest/client/tmp/ubuntu_bpf/src/linux/tools/testing/selftests'
    stderr:
    make: *** [Makefile:159: all] Error 1

  Please find attachment for the complete test log.

  == Process to reproduce this ==
  1. git clone 
git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/groovy
  2. cd groovy/tools/testing/selftests
  3. make TARGETS=bpf
  You will see the build failed if it's affected by this.

  I think this is affecting the ubuntu_kernel_selftests as well, as the
  net test would require the bpf test to be built first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1917609/+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 1922350] Re: missing amdgpu firmware reported when updating

2021-04-11 Thread You-Sheng Yang
** Tags removed: oem-priority originate-from-1907551 somerville
** Tags added: hwe-firmware

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

Title:
  missing amdgpu firmware reported when updating

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  New
Status in linux-firmware source package in Bionic:
  New
Status in linux-firmware source package in Focal:
  New
Status in linux-firmware source package in Groovy:
  New
Status in linux-firmware source package in Hirsute:
  New

Bug description:
  I'm seeing the following:

  update-initramfs: Generating /boot/initrd.img-5.11.0-13-generic
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_gpu_info.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_gpu_info.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_ta.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_sos.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_toc.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_asd.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_ta.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_asd.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_sos.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_rlc.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_mec2.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_mec.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_rlc.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_mec2.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_mec.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_me.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_pfp.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_ce.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_rlc.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_mec2.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_mec.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_me.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_pfp.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_ce.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_sdma.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_sdma.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_sdma.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_vcn.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_vcn.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_vcn.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_smc.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_smc.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_dmcub.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_dmcub.bin for 
module amdgpu
  Processing triggers for hicolor-icon-theme (0.17-2) ...
  Processing triggers for cups (2.3.3op2-3ubuntu3) ...
  Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
  Processing triggers for libglib2.0-0:amd64 (2.67.5-2) ...
  Processing triggers for libc-bin (2.33-0ubuntu4) ...
  Processing triggers for man-db (2.9.4-2) ...
  Processing triggers for dbus (1.12.20-1ubuntu3) ...

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: linux-image-5.11.0-11-generic 5.11.0-11.12
  ProcVersionSignature: Ubuntu 5.11.0-11.12-generic 5.11.0
  Uname: Linux 5.11.0-11-generic x86_64
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dad2584 F pulseaudio
   /dev/snd/controlC0:  dad2584 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: Budgie:GNOME
  Date: Fri Apr  2 12:27:30 2021
  InstallationDate: Installed on 2021-02-08 (52 days ago)
  

[Kernel-packages] [Bug 1923390] Status changed to Confirmed

2021-04-11 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  NVidia driver 460 doesn't work after updating to proposed kernel
  5.11.0-14.15-generic

Status in linux package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-460 package in Ubuntu:
  New

Bug description:
  Saturday night at about 03:00 UTC I noticed that an update to my
  system (Hirsute / 21.04) would no longer properly work with my NVidia
  RTX 3060; I was left in very low resolution mode.  When I ran
  Additional Drivers, the screen indicated that I had manually installed
  graphics drivers and I could not select the official and tested NVidia
  drivers.  I am assuming these "manually" installed drivers were a part
  of a system update as I did nothing to install any drivers on my own.

  I found a suggestion to run "apt purge nvdia-\*", which I did.  When I
  rebooted, I was able to select the "Using NVIDIA driver metapackage
  from nvidia-driver-460 (proprietary,tested), and my screen resolution
  and general behaviour seemed fine from that point on.

  In case it doesn't come through in the uploaded files, here are the
  lines from /var/log/dpkg.log relating to my purge:

  2021-04-10 20:28:09 startup packages purge
  2021-04-10 20:28:09 purge nvidia-compute-utils-460:amd64 460.67-0ubuntu1 

  2021-04-10 20:28:09 status config-files nvidia-compute-utils-460:amd64 
460.67-0ubuntu1
  2021-04-10 20:28:09 status not-installed nvidia-compute-utils-460:amd64 
  2021-04-10 20:28:09 purge nvidia-prime:all 0.8.16.1 
  2021-04-10 20:28:09 status config-files nvidia-prime:all 0.8.16.1
  2021-04-10 20:28:09 status not-installed nvidia-prime:all 
  2021-04-10 20:28:09 purge nvidia-kernel-common-460:amd64 460.67-0ubuntu1 

  2021-04-10 20:28:09 status config-files nvidia-kernel-common-460:amd64 
460.67-0ubuntu1
  2021-04-10 20:28:09 status triggers-pending initramfs-tools:all 0.139ubuntu3
  2021-04-10 20:28:09 status not-installed nvidia-kernel-common-460:amd64 
  2021-04-10 20:28:09 purge linux-modules-nvidia-460-5.11.0-13-generic:amd64 
5.11.0-13.14+2 
  2021-04-10 20:28:09 status config-files 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 5.11.0-13.14+2
  2021-04-10 20:28:10 status not-installed 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 
  2021-04-10 20:28:10 purge nvidia-settings:amd64 460.56-0ubuntu2 
  2021-04-10 20:28:10 status config-files nvidia-settings:amd64 460.56-0ubuntu2
  2021-04-10 20:28:10 status not-installed nvidia-settings:amd64 

  Note the time shown is Vancouver/Canada Pacific Daylight.

  It may be worth mentioning that nouveau doesn't recognize the RTX 3060
  (I understand that this is a very recently released video card).

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: xorg 1:7.7+22ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-14.15-generic 5.11.12
  Uname: Linux 5.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/gpu0'
  .proc.driver.nvidia.capabilities.mig: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/mig'
  .proc.driver.nvidia.gpus..09.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:09:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  460.67  Thu Mar 11 00:11:45 
UTC 2021
   GCC version:  gcc version 10.3.0 (Ubuntu 10.3.0-1ubuntu1)
  ApportVersion: 2.20.11-0ubuntu62
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 11 19:53:17 2021
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 460.67, 5.11.0-13-generic, x86_64: installed
   nvidia, 460.67, 5.11.0-14-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GA106 [GeForce RTX 3060] [10de:2503] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. Device [3842:3657]
  InstallationDate: Installed on 2021-04-10 (1 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Beta amd64 (20210408)
  MachineType: Gigabyte Technology Co., Ltd. X570 AORUS PRO WIFI
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-14-generic 
root=UUID=e3894536-b8ed-4a39-8e94-007a9ec92956 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/06/2020
  dmi.bios.release: 5.14
  

[Kernel-packages] [Bug 1917609] Re: [Regression] ubuntu_bpf failed to build on Groovy

2021-04-11 Thread Po-Hsu Lin
** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: ubuntu-kernel-tests
   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/1917609

Title:
  [Regression] ubuntu_bpf failed to build on Groovy

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Groovy:
  Fix Committed

Bug description:
  [Impact]
  Upstream commit d3bec0138bfbe58606fc1d6f57a4cdc1a20218db (bpf: Zero-fill 
re-used per-cpu map element) was applied to Groovy as part of an upstream 
stable update. This patch fixes a bpf issue and at the same time adds new 
selftests to verify these changes. However, the selftests can't be compiled on 
5.8 due to missing helper functions that were added only later. The bpf 
selftest build fails with errors such as:

  /usr/bin/ld: 
/tmp/autopkgtest.IzBxE1/build.8NX/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf/map_init.test.o:
 in function `prog_run_insert_elem':

/tmp/autopkgtest.IzBxE1/build.8NX/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf/prog_tests/map_init.c:89:
 undefined reference to `ASSERT_OK'

  [Fix]
  The proposed fix it to partially revert this commit by removing the selftests 
parts.

  [Testcase]
  On a groovy/linux repo:

  $ make -C tools/testing/selftests TARGETS=bpf SKIP_TARGETS=

  [Where problems could occur]
  By removing the selftests we could be introducing a regression with the bpf 
code change which would be likely unoticed during the tests.

  
   Original Description 

  Issue found on 5.8.0-1024.26-azure / 5.8.0-1022.23-oracle

  Test failed to build, I didn't see any meaningful error message, this
  might need to be double checked.

  HDRINST usr/include/asm/fcntl.h
  HDRINST usr/include/asm/termbits.h
  HDRINST usr/include/asm/errno.h
  INSTALL ./usr/include
    make[1]: Leaving directory 
'/home/ubuntu/autotest/client/tmp/ubuntu_bpf/src/linux'
    make: Leaving directory 
'/home/ubuntu/autotest/client/tmp/ubuntu_bpf/src/linux/tools/testing/selftests'
    stderr:
    make: *** [Makefile:159: all] Error 1

  Please find attachment for the complete test log.

  == Process to reproduce this ==
  1. git clone 
git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/groovy
  2. cd groovy/tools/testing/selftests
  3. make TARGETS=bpf
  You will see the build failed if it's affected by this.

  I think this is affecting the ubuntu_kernel_selftests as well, as the
  net test would require the bpf test to be built first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1917609/+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 1922350] Re: missing amdgpu firmware reported when updating

2021-04-11 Thread You-Sheng Yang
** Also affects: linux-firmware (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: linux (Ubuntu)

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

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

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

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

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

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

Title:
  missing amdgpu firmware reported when updating

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  New
Status in linux-firmware source package in Bionic:
  New
Status in linux-firmware source package in Focal:
  New
Status in linux-firmware source package in Groovy:
  New
Status in linux-firmware source package in Hirsute:
  New

Bug description:
  I'm seeing the following:

  update-initramfs: Generating /boot/initrd.img-5.11.0-13-generic
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_gpu_info.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_gpu_info.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_ta.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_sos.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_toc.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_asd.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_ta.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_asd.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_sos.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_rlc.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_mec2.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_mec.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_rlc.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_mec2.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_mec.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_me.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_pfp.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_ce.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_rlc.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_mec2.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_mec.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_me.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_pfp.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_ce.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_sdma.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_sdma.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_sdma.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for 
module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_vcn.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_vcn.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_vcn.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_smc.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_smc.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_dmcub.bin 
for module amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_dmcub.bin for 
module amdgpu
  Processing triggers for hicolor-icon-theme (0.17-2) ...
  Processing triggers for cups (2.3.3op2-3ubuntu3) ...
  Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
  Processing triggers for libglib2.0-0:amd64 (2.67.5-2) ...
  Processing triggers for libc-bin (2.33-0ubuntu4) ...
  Processing triggers for man-db (2.9.4-2) ...
  Processing triggers for dbus (1.12.20-1ubuntu3) ...

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: linux-image-5.11.0-11-generic 5.11.0-11.12
  ProcVersionSignature: 

[Kernel-packages] [Bug 1923390] Re: NVidia driver 460 doesn't work after updating to proposed kernel 5.11.0-14.15-generic

2021-04-11 Thread Daniel van Vugt
** Summary changed:

- NVidia driver updates installed "manually" by system did not recognize my RTX 
3060
+ NVidia driver 460 doesn't work after updating to proposed kernel 
5.11.0-14.15-generic

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

** Tags added: regression-proposed

** Also affects: nvidia-graphics-drivers-460 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  NVidia driver 460 doesn't work after updating to proposed kernel
  5.11.0-14.15-generic

Status in linux package in Ubuntu:
  New
Status in nvidia-graphics-drivers-460 package in Ubuntu:
  New

Bug description:
  Saturday night at about 03:00 UTC I noticed that an update to my
  system (Hirsute / 21.04) would no longer properly work with my NVidia
  RTX 3060; I was left in very low resolution mode.  When I ran
  Additional Drivers, the screen indicated that I had manually installed
  graphics drivers and I could not select the official and tested NVidia
  drivers.  I am assuming these "manually" installed drivers were a part
  of a system update as I did nothing to install any drivers on my own.

  I found a suggestion to run "apt purge nvdia-\*", which I did.  When I
  rebooted, I was able to select the "Using NVIDIA driver metapackage
  from nvidia-driver-460 (proprietary,tested), and my screen resolution
  and general behaviour seemed fine from that point on.

  In case it doesn't come through in the uploaded files, here are the
  lines from /var/log/dpkg.log relating to my purge:

  2021-04-10 20:28:09 startup packages purge
  2021-04-10 20:28:09 purge nvidia-compute-utils-460:amd64 460.67-0ubuntu1 

  2021-04-10 20:28:09 status config-files nvidia-compute-utils-460:amd64 
460.67-0ubuntu1
  2021-04-10 20:28:09 status not-installed nvidia-compute-utils-460:amd64 
  2021-04-10 20:28:09 purge nvidia-prime:all 0.8.16.1 
  2021-04-10 20:28:09 status config-files nvidia-prime:all 0.8.16.1
  2021-04-10 20:28:09 status not-installed nvidia-prime:all 
  2021-04-10 20:28:09 purge nvidia-kernel-common-460:amd64 460.67-0ubuntu1 

  2021-04-10 20:28:09 status config-files nvidia-kernel-common-460:amd64 
460.67-0ubuntu1
  2021-04-10 20:28:09 status triggers-pending initramfs-tools:all 0.139ubuntu3
  2021-04-10 20:28:09 status not-installed nvidia-kernel-common-460:amd64 
  2021-04-10 20:28:09 purge linux-modules-nvidia-460-5.11.0-13-generic:amd64 
5.11.0-13.14+2 
  2021-04-10 20:28:09 status config-files 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 5.11.0-13.14+2
  2021-04-10 20:28:10 status not-installed 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 
  2021-04-10 20:28:10 purge nvidia-settings:amd64 460.56-0ubuntu2 
  2021-04-10 20:28:10 status config-files nvidia-settings:amd64 460.56-0ubuntu2
  2021-04-10 20:28:10 status not-installed nvidia-settings:amd64 

  Note the time shown is Vancouver/Canada Pacific Daylight.

  It may be worth mentioning that nouveau doesn't recognize the RTX 3060
  (I understand that this is a very recently released video card).

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: xorg 1:7.7+22ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-14.15-generic 5.11.12
  Uname: Linux 5.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/gpu0'
  .proc.driver.nvidia.capabilities.mig: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/mig'
  .proc.driver.nvidia.gpus..09.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:09:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  460.67  Thu Mar 11 00:11:45 
UTC 2021
   GCC version:  gcc version 10.3.0 (Ubuntu 10.3.0-1ubuntu1)
  ApportVersion: 2.20.11-0ubuntu62
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 11 19:53:17 2021
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 460.67, 5.11.0-13-generic, x86_64: installed
   nvidia, 460.67, 5.11.0-14-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GA106 [GeForce RTX 3060] [10de:2503] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. Device [3842:3657]
  InstallationDate: Installed on 2021-04-10 (1 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Beta amd64 (20210408)
  MachineType: Gigabyte Technology Co., Ltd. X570 AORUS PRO WIFI
  ProcKernelCmdLine: 

[Kernel-packages] [Bug 1923390] Re: NVidia driver updates installed "manually" by system did not recognize my RTX 3060

2021-04-11 Thread Chris Hermansen
Daniel, I rebooted into 5.11.0-13.14 as you requested and everything
seems OK, display-wise at least.  I also fired up Additional Drivers and
that seems to be in order (ie the official NVidia driver).

Anything else I can try for you?

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

Title:
  NVidia driver updates installed "manually" by system did not recognize
  my RTX 3060

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Saturday night at about 03:00 UTC I noticed that an update to my
  system (Hirsute / 21.04) would no longer properly work with my NVidia
  RTX 3060; I was left in very low resolution mode.  When I ran
  Additional Drivers, the screen indicated that I had manually installed
  graphics drivers and I could not select the official and tested NVidia
  drivers.  I am assuming these "manually" installed drivers were a part
  of a system update as I did nothing to install any drivers on my own.

  I found a suggestion to run "apt purge nvdia-\*", which I did.  When I
  rebooted, I was able to select the "Using NVIDIA driver metapackage
  from nvidia-driver-460 (proprietary,tested), and my screen resolution
  and general behaviour seemed fine from that point on.

  In case it doesn't come through in the uploaded files, here are the
  lines from /var/log/dpkg.log relating to my purge:

  2021-04-10 20:28:09 startup packages purge
  2021-04-10 20:28:09 purge nvidia-compute-utils-460:amd64 460.67-0ubuntu1 

  2021-04-10 20:28:09 status config-files nvidia-compute-utils-460:amd64 
460.67-0ubuntu1
  2021-04-10 20:28:09 status not-installed nvidia-compute-utils-460:amd64 
  2021-04-10 20:28:09 purge nvidia-prime:all 0.8.16.1 
  2021-04-10 20:28:09 status config-files nvidia-prime:all 0.8.16.1
  2021-04-10 20:28:09 status not-installed nvidia-prime:all 
  2021-04-10 20:28:09 purge nvidia-kernel-common-460:amd64 460.67-0ubuntu1 

  2021-04-10 20:28:09 status config-files nvidia-kernel-common-460:amd64 
460.67-0ubuntu1
  2021-04-10 20:28:09 status triggers-pending initramfs-tools:all 0.139ubuntu3
  2021-04-10 20:28:09 status not-installed nvidia-kernel-common-460:amd64 
  2021-04-10 20:28:09 purge linux-modules-nvidia-460-5.11.0-13-generic:amd64 
5.11.0-13.14+2 
  2021-04-10 20:28:09 status config-files 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 5.11.0-13.14+2
  2021-04-10 20:28:10 status not-installed 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 
  2021-04-10 20:28:10 purge nvidia-settings:amd64 460.56-0ubuntu2 
  2021-04-10 20:28:10 status config-files nvidia-settings:amd64 460.56-0ubuntu2
  2021-04-10 20:28:10 status not-installed nvidia-settings:amd64 

  Note the time shown is Vancouver/Canada Pacific Daylight.

  It may be worth mentioning that nouveau doesn't recognize the RTX 3060
  (I understand that this is a very recently released video card).

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: xorg 1:7.7+22ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-14.15-generic 5.11.12
  Uname: Linux 5.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/gpu0'
  .proc.driver.nvidia.capabilities.mig: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/mig'
  .proc.driver.nvidia.gpus..09.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:09:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  460.67  Thu Mar 11 00:11:45 
UTC 2021
   GCC version:  gcc version 10.3.0 (Ubuntu 10.3.0-1ubuntu1)
  ApportVersion: 2.20.11-0ubuntu62
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 11 19:53:17 2021
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 460.67, 5.11.0-13-generic, x86_64: installed
   nvidia, 460.67, 5.11.0-14-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GA106 [GeForce RTX 3060] [10de:2503] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. Device [3842:3657]
  InstallationDate: Installed on 2021-04-10 (1 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Beta amd64 (20210408)
  MachineType: Gigabyte Technology Co., Ltd. X570 AORUS PRO WIFI
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-14-generic 
root=UUID=e3894536-b8ed-4a39-8e94-007a9ec92956 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  

[Kernel-packages] [Bug 1923390] Re: NVidia driver updates installed "manually" by system did not recognize my RTX 3060

2021-04-11 Thread Chris Hermansen
Daniel, I rebooted into 5.11.0-13.14 as you requested and everything
seems OK, display-wise at least.  I also fired up Additional Drivers and
that seems to be in order (ie the official NVidia driver).

Anything else I can try for you?

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

Title:
  NVidia driver updates installed "manually" by system did not recognize
  my RTX 3060

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Saturday night at about 03:00 UTC I noticed that an update to my
  system (Hirsute / 21.04) would no longer properly work with my NVidia
  RTX 3060; I was left in very low resolution mode.  When I ran
  Additional Drivers, the screen indicated that I had manually installed
  graphics drivers and I could not select the official and tested NVidia
  drivers.  I am assuming these "manually" installed drivers were a part
  of a system update as I did nothing to install any drivers on my own.

  I found a suggestion to run "apt purge nvdia-\*", which I did.  When I
  rebooted, I was able to select the "Using NVIDIA driver metapackage
  from nvidia-driver-460 (proprietary,tested), and my screen resolution
  and general behaviour seemed fine from that point on.

  In case it doesn't come through in the uploaded files, here are the
  lines from /var/log/dpkg.log relating to my purge:

  2021-04-10 20:28:09 startup packages purge
  2021-04-10 20:28:09 purge nvidia-compute-utils-460:amd64 460.67-0ubuntu1 

  2021-04-10 20:28:09 status config-files nvidia-compute-utils-460:amd64 
460.67-0ubuntu1
  2021-04-10 20:28:09 status not-installed nvidia-compute-utils-460:amd64 
  2021-04-10 20:28:09 purge nvidia-prime:all 0.8.16.1 
  2021-04-10 20:28:09 status config-files nvidia-prime:all 0.8.16.1
  2021-04-10 20:28:09 status not-installed nvidia-prime:all 
  2021-04-10 20:28:09 purge nvidia-kernel-common-460:amd64 460.67-0ubuntu1 

  2021-04-10 20:28:09 status config-files nvidia-kernel-common-460:amd64 
460.67-0ubuntu1
  2021-04-10 20:28:09 status triggers-pending initramfs-tools:all 0.139ubuntu3
  2021-04-10 20:28:09 status not-installed nvidia-kernel-common-460:amd64 
  2021-04-10 20:28:09 purge linux-modules-nvidia-460-5.11.0-13-generic:amd64 
5.11.0-13.14+2 
  2021-04-10 20:28:09 status config-files 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 5.11.0-13.14+2
  2021-04-10 20:28:10 status not-installed 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 
  2021-04-10 20:28:10 purge nvidia-settings:amd64 460.56-0ubuntu2 
  2021-04-10 20:28:10 status config-files nvidia-settings:amd64 460.56-0ubuntu2
  2021-04-10 20:28:10 status not-installed nvidia-settings:amd64 

  Note the time shown is Vancouver/Canada Pacific Daylight.

  It may be worth mentioning that nouveau doesn't recognize the RTX 3060
  (I understand that this is a very recently released video card).

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: xorg 1:7.7+22ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-14.15-generic 5.11.12
  Uname: Linux 5.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/gpu0'
  .proc.driver.nvidia.capabilities.mig: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/mig'
  .proc.driver.nvidia.gpus..09.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:09:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  460.67  Thu Mar 11 00:11:45 
UTC 2021
   GCC version:  gcc version 10.3.0 (Ubuntu 10.3.0-1ubuntu1)
  ApportVersion: 2.20.11-0ubuntu62
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 11 19:53:17 2021
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 460.67, 5.11.0-13-generic, x86_64: installed
   nvidia, 460.67, 5.11.0-14-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GA106 [GeForce RTX 3060] [10de:2503] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. Device [3842:3657]
  InstallationDate: Installed on 2021-04-10 (1 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Beta amd64 (20210408)
  MachineType: Gigabyte Technology Co., Ltd. X570 AORUS PRO WIFI
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-14-generic 
root=UUID=e3894536-b8ed-4a39-8e94-007a9ec92956 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  

[Kernel-packages] [Bug 1861554] Re: Radeon mobility HD3450 (RV620) heavy screen flickering after trying to upgrade kernel 4.15.0-54

2021-04-11 Thread Kai-Heng Feng
It just needs some love from AMD.

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

Title:
  Radeon mobility HD3450 (RV620) heavy screen flickering after trying to
  upgrade kernel 4.15.0-54

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  laptop Asus x50sl with graphic card AMD rv620 / Mobility Radeon HD3450.
  Distro: Linux Mint 19.2 Tina base: Ubuntu 18.04 bionic.
  This happen trying any distro. I tried Ubuntu, Manjaro, Debian, Deepin, MX 
and so on.
  I'm stuck with Kernel 4.15.0-54 and 5.0.0-20 (and the contemporary 5.3 
kernel). I cannot upgrade to newer kernels.
  Seems that the fixes for bug #1791312 broke my kind of card.

  here is a video:
  https://youtu.be/9Rez7s0V6iA

  here is another user with same problem:
  https://forums.linuxmint.com/viewtopic.php?p=1702005#p1702005

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861554/+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 1922800] Re: Nvidia proprietary DKMS drivers cannot build in linux-kvm 5.8 and subsequent versions

2021-04-11 Thread Daniel van Vugt
** Package changed: nvidia-graphics-drivers (Ubuntu) => nvidia-graphics-
drivers-460 (Ubuntu)

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

Title:
  Nvidia proprietary DKMS drivers cannot build in linux-kvm 5.8 and
  subsequent versions

Status in linux-kvm package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-460 package in Ubuntu:
  Confirmed
Status in linux-kvm source package in Groovy:
  Fix Released
Status in nvidia-graphics-drivers-460 source package in Groovy:
  New

Bug description:
  After an ADT/DKMS modification (see
  https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1915051) binary
  DKMS packages without -dkms in the name started to get tested on ADT
  run. This exposed a problem in the Nvidia proprietary DKMS modules for
  linux-kvm build:

  if we don't have CONFIG_X86_PAT set, the Nvidia drivers (all versions) set 
NV_ENABLE_BUILTIN_PAT_SUPPORT to 1 and attempt to build the file 
nvidia/nv-pat.c - two functions there make use of __flush_tlb() exported symbol.
  But, after kernel v5.8, this symbol is not exported anymore [0][1], not even 
flush_tlb_local() is available.

  For the time being, we ADT-hinted linux-kvm package, but the driver
  requires modifications, in order to fix that.

  [0] http://git.kernel.org/linus/2faf153bb734
  [1] http://git.kernel.org/linus/bfe3d8f6313d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-kvm/+bug/1922800/+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 1923390] Re: NVidia driver updates installed "manually" by system did not recognize my RTX 3060

2021-04-11 Thread Daniel van Vugt
Please try rebooting into the previous kernel version: 5.11.0-13.14

Just tap Escape early during boot to get to the grub menu and it should
be in there.

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

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

Title:
  NVidia driver updates installed "manually" by system did not recognize
  my RTX 3060

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Saturday night at about 03:00 UTC I noticed that an update to my
  system (Hirsute / 21.04) would no longer properly work with my NVidia
  RTX 3060; I was left in very low resolution mode.  When I ran
  Additional Drivers, the screen indicated that I had manually installed
  graphics drivers and I could not select the official and tested NVidia
  drivers.  I am assuming these "manually" installed drivers were a part
  of a system update as I did nothing to install any drivers on my own.

  I found a suggestion to run "apt purge nvdia-\*", which I did.  When I
  rebooted, I was able to select the "Using NVIDIA driver metapackage
  from nvidia-driver-460 (proprietary,tested), and my screen resolution
  and general behaviour seemed fine from that point on.

  In case it doesn't come through in the uploaded files, here are the
  lines from /var/log/dpkg.log relating to my purge:

  2021-04-10 20:28:09 startup packages purge
  2021-04-10 20:28:09 purge nvidia-compute-utils-460:amd64 460.67-0ubuntu1 

  2021-04-10 20:28:09 status config-files nvidia-compute-utils-460:amd64 
460.67-0ubuntu1
  2021-04-10 20:28:09 status not-installed nvidia-compute-utils-460:amd64 
  2021-04-10 20:28:09 purge nvidia-prime:all 0.8.16.1 
  2021-04-10 20:28:09 status config-files nvidia-prime:all 0.8.16.1
  2021-04-10 20:28:09 status not-installed nvidia-prime:all 
  2021-04-10 20:28:09 purge nvidia-kernel-common-460:amd64 460.67-0ubuntu1 

  2021-04-10 20:28:09 status config-files nvidia-kernel-common-460:amd64 
460.67-0ubuntu1
  2021-04-10 20:28:09 status triggers-pending initramfs-tools:all 0.139ubuntu3
  2021-04-10 20:28:09 status not-installed nvidia-kernel-common-460:amd64 
  2021-04-10 20:28:09 purge linux-modules-nvidia-460-5.11.0-13-generic:amd64 
5.11.0-13.14+2 
  2021-04-10 20:28:09 status config-files 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 5.11.0-13.14+2
  2021-04-10 20:28:10 status not-installed 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 
  2021-04-10 20:28:10 purge nvidia-settings:amd64 460.56-0ubuntu2 
  2021-04-10 20:28:10 status config-files nvidia-settings:amd64 460.56-0ubuntu2
  2021-04-10 20:28:10 status not-installed nvidia-settings:amd64 

  Note the time shown is Vancouver/Canada Pacific Daylight.

  It may be worth mentioning that nouveau doesn't recognize the RTX 3060
  (I understand that this is a very recently released video card).

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: xorg 1:7.7+22ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-14.15-generic 5.11.12
  Uname: Linux 5.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/gpu0'
  .proc.driver.nvidia.capabilities.mig: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/mig'
  .proc.driver.nvidia.gpus..09.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:09:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  460.67  Thu Mar 11 00:11:45 
UTC 2021
   GCC version:  gcc version 10.3.0 (Ubuntu 10.3.0-1ubuntu1)
  ApportVersion: 2.20.11-0ubuntu62
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 11 19:53:17 2021
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 460.67, 5.11.0-13-generic, x86_64: installed
   nvidia, 460.67, 5.11.0-14-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GA106 [GeForce RTX 3060] [10de:2503] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. Device [3842:3657]
  InstallationDate: Installed on 2021-04-10 (1 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Beta amd64 (20210408)
  MachineType: Gigabyte Technology Co., Ltd. X570 AORUS PRO WIFI
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-14-generic 
root=UUID=e3894536-b8ed-4a39-8e94-007a9ec92956 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 

[Kernel-packages] [Bug 1923390] Re: NVidia driver updates installed "manually" by system did not recognize my RTX 3060

2021-04-11 Thread Daniel van Vugt
The NVIDIA driver hasn't changed since 2021-04-02 so it was probably a
different package that broke things. Most likely the proposed kernel
version 5.11.0-14.15-generic you are running. Less likely caused by the
Xorg  2:1.20.10-3ubuntu7 update.

** Package changed: xorg (Ubuntu) => linux (Ubuntu)

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

Title:
  NVidia driver updates installed "manually" by system did not recognize
  my RTX 3060

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Saturday night at about 03:00 UTC I noticed that an update to my
  system (Hirsute / 21.04) would no longer properly work with my NVidia
  RTX 3060; I was left in very low resolution mode.  When I ran
  Additional Drivers, the screen indicated that I had manually installed
  graphics drivers and I could not select the official and tested NVidia
  drivers.  I am assuming these "manually" installed drivers were a part
  of a system update as I did nothing to install any drivers on my own.

  I found a suggestion to run "apt purge nvdia-\*", which I did.  When I
  rebooted, I was able to select the "Using NVIDIA driver metapackage
  from nvidia-driver-460 (proprietary,tested), and my screen resolution
  and general behaviour seemed fine from that point on.

  In case it doesn't come through in the uploaded files, here are the
  lines from /var/log/dpkg.log relating to my purge:

  2021-04-10 20:28:09 startup packages purge
  2021-04-10 20:28:09 purge nvidia-compute-utils-460:amd64 460.67-0ubuntu1 

  2021-04-10 20:28:09 status config-files nvidia-compute-utils-460:amd64 
460.67-0ubuntu1
  2021-04-10 20:28:09 status not-installed nvidia-compute-utils-460:amd64 
  2021-04-10 20:28:09 purge nvidia-prime:all 0.8.16.1 
  2021-04-10 20:28:09 status config-files nvidia-prime:all 0.8.16.1
  2021-04-10 20:28:09 status not-installed nvidia-prime:all 
  2021-04-10 20:28:09 purge nvidia-kernel-common-460:amd64 460.67-0ubuntu1 

  2021-04-10 20:28:09 status config-files nvidia-kernel-common-460:amd64 
460.67-0ubuntu1
  2021-04-10 20:28:09 status triggers-pending initramfs-tools:all 0.139ubuntu3
  2021-04-10 20:28:09 status not-installed nvidia-kernel-common-460:amd64 
  2021-04-10 20:28:09 purge linux-modules-nvidia-460-5.11.0-13-generic:amd64 
5.11.0-13.14+2 
  2021-04-10 20:28:09 status config-files 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 5.11.0-13.14+2
  2021-04-10 20:28:10 status not-installed 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 
  2021-04-10 20:28:10 purge nvidia-settings:amd64 460.56-0ubuntu2 
  2021-04-10 20:28:10 status config-files nvidia-settings:amd64 460.56-0ubuntu2
  2021-04-10 20:28:10 status not-installed nvidia-settings:amd64 

  Note the time shown is Vancouver/Canada Pacific Daylight.

  It may be worth mentioning that nouveau doesn't recognize the RTX 3060
  (I understand that this is a very recently released video card).

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: xorg 1:7.7+22ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-14.15-generic 5.11.12
  Uname: Linux 5.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/gpu0'
  .proc.driver.nvidia.capabilities.mig: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/mig'
  .proc.driver.nvidia.gpus..09.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:09:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  460.67  Thu Mar 11 00:11:45 
UTC 2021
   GCC version:  gcc version 10.3.0 (Ubuntu 10.3.0-1ubuntu1)
  ApportVersion: 2.20.11-0ubuntu62
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 11 19:53:17 2021
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 460.67, 5.11.0-13-generic, x86_64: installed
   nvidia, 460.67, 5.11.0-14-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GA106 [GeForce RTX 3060] [10de:2503] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. Device [3842:3657]
  InstallationDate: Installed on 2021-04-10 (1 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Beta amd64 (20210408)
  MachineType: Gigabyte Technology Co., Ltd. X570 AORUS PRO WIFI
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-14-generic 
root=UUID=e3894536-b8ed-4a39-8e94-007a9ec92956 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  

[Kernel-packages] [Bug 1923390] [NEW] NVidia driver updates installed "manually" by system did not recognize my RTX 3060

2021-04-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Saturday night at about 03:00 UTC I noticed that an update to my system
(Hirsute / 21.04) would no longer properly work with my NVidia RTX 3060;
I was left in very low resolution mode.  When I ran Additional Drivers,
the screen indicated that I had manually installed graphics drivers and
I could not select the official and tested NVidia drivers.  I am
assuming these "manually" installed drivers were a part of a system
update as I did nothing to install any drivers on my own.

I found a suggestion to run "apt purge nvdia-\*", which I did.  When I
rebooted, I was able to select the "Using NVIDIA driver metapackage from
nvidia-driver-460 (proprietary,tested), and my screen resolution and
general behaviour seemed fine from that point on.

In case it doesn't come through in the uploaded files, here are the
lines from /var/log/dpkg.log relating to my purge:

2021-04-10 20:28:09 startup packages purge
2021-04-10 20:28:09 purge nvidia-compute-utils-460:amd64 460.67-0ubuntu1 
2021-04-10 20:28:09 status config-files nvidia-compute-utils-460:amd64 
460.67-0ubuntu1
2021-04-10 20:28:09 status not-installed nvidia-compute-utils-460:amd64 
2021-04-10 20:28:09 purge nvidia-prime:all 0.8.16.1 
2021-04-10 20:28:09 status config-files nvidia-prime:all 0.8.16.1
2021-04-10 20:28:09 status not-installed nvidia-prime:all 
2021-04-10 20:28:09 purge nvidia-kernel-common-460:amd64 460.67-0ubuntu1 
2021-04-10 20:28:09 status config-files nvidia-kernel-common-460:amd64 
460.67-0ubuntu1
2021-04-10 20:28:09 status triggers-pending initramfs-tools:all 0.139ubuntu3
2021-04-10 20:28:09 status not-installed nvidia-kernel-common-460:amd64 
2021-04-10 20:28:09 purge linux-modules-nvidia-460-5.11.0-13-generic:amd64 
5.11.0-13.14+2 
2021-04-10 20:28:09 status config-files 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 5.11.0-13.14+2
2021-04-10 20:28:10 status not-installed 
linux-modules-nvidia-460-5.11.0-13-generic:amd64 
2021-04-10 20:28:10 purge nvidia-settings:amd64 460.56-0ubuntu2 
2021-04-10 20:28:10 status config-files nvidia-settings:amd64 460.56-0ubuntu2
2021-04-10 20:28:10 status not-installed nvidia-settings:amd64 

Note the time shown is Vancouver/Canada Pacific Daylight.

It may be worth mentioning that nouveau doesn't recognize the RTX 3060
(I understand that this is a very recently released video card).

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: xorg 1:7.7+22ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-14.15-generic 5.11.12
Uname: Linux 5.11.0-14-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/gpu0'
.proc.driver.nvidia.capabilities.mig: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/mig'
.proc.driver.nvidia.gpus..09.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:09:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  460.67  Thu Mar 11 00:11:45 
UTC 2021
 GCC version:  gcc version 10.3.0 (Ubuntu 10.3.0-1ubuntu1)
ApportVersion: 2.20.11-0ubuntu62
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr 11 19:53:17 2021
DistUpgraded: Fresh install
DistroCodename: hirsute
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 460.67, 5.11.0-13-generic, x86_64: installed
 nvidia, 460.67, 5.11.0-14-generic, x86_64: installed
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 NVIDIA Corporation GA106 [GeForce RTX 3060] [10de:2503] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: eVga.com. Corp. Device [3842:3657]
InstallationDate: Installed on 2021-04-10 (1 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Beta amd64 (20210408)
MachineType: Gigabyte Technology Co., Ltd. X570 AORUS PRO WIFI
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-14-generic 
root=UUID=e3894536-b8ed-4a39-8e94-007a9ec92956 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/06/2020
dmi.bios.release: 5.14
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F12e
dmi.board.asset.tag: Default string
dmi.board.name: X570 AORUS PRO WIFI
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF12e:bd03/06/2020:br5.14:svnGigabyteTechnologyCo.,Ltd.:pnX570AORUSPROWIFI:pvr-CF:rvnGigabyteTechnologyCo.,Ltd.:rnX570AORUSPROWIFI:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: Default string
dmi.product.name: 

[Kernel-packages] [Bug 1914411] Re: Fix broken efifb on graphics device without driver

2021-04-11 Thread Kai-Heng Feng
Olivier,

Can you please add some debug message and find out where does the null
dereference happen?

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

Title:
  Fix broken efifb on graphics device without driver

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-oem-5.10 source package in Focal:
  Fix Released
Status in linux source package in Groovy:
  In Progress
Status in linux-oem-5.10 source package in Groovy:
  Invalid

Bug description:
  [Impact]
  EFIFB stops working after graphics device is runtime suspended in
  D3cold.

  [Fix]
  Prevent the graphics device from being runtime suspended.

  [Test]
  With the patch applied, using efifb on graphics device without driver
  always work, because the device stays at D0 all the time.

  [Where problems could occur]
  Potentially this can affect power consumption, if user expects to put
  graphics device to D3cold, and is fine to get a broken efifb.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1914411/+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 1923140] Re: Xorg crashes with ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2021-04-11 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1811023 ***
https://bugs.launchpad.net/bugs/1811023

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1811023, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** Summary changed:

- Freeze
+ Xorg crashes with ../../../../dix/privates.c:384: dixRegisterPrivateKey: 
Assertion `!global_keys[type].created' failed.

** Package changed: linux (Ubuntu) => xorg-server (Ubuntu)

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => New

** This bug has been marked a duplicate of bug 1811023
   Xorg aborts with ../../../../dix/privates.c:384: dixRegisterPrivateKey: 
Assertion `!global_keys[type].created' failed.

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

Title:
  Xorg crashes with ../../../../dix/privates.c:384:
  dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

Status in xorg-server package in Ubuntu:
  New

Bug description:
  Actually this is not the version that freezes the boot. With a clean
  install both of groovy and focal I can use the computer with no
  problem. The bug appears after installing the prompted updates at
  first login.

  I have three different outcomes when it comes to booting:
  - Blinking underscore cursor (with no error messages on the screen)
  - iwlwifi unhandled algorithm 0x707 error
  - FAULT found at  [IBUS] not exactly this message

  I guess I could install updates one by one and see which one faults at
  boot, then boot through tty4 (it is the only way I've found to do it
  after boot fails, or freezes) and then link the logs to this  issue.

  I could really use some guidance from a more experienced user because
  I don't really know how to debug this things :D

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: xorg 1:7.7+19ubuntu15
  ProcVersionSignature: Ubuntu 5.8.0-48.54-generic 5.8.18
  Uname: Linux 5.8.0-48-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50.5
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr  9 08:51:36 2021
  DistUpgraded: Fresh install
  DistroCodename: groovy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Occurs more often under certain circumstances
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation UHD Graphics [8086:9a49] (rev 01) (prog-if 00 [VGA 
controller])
 Subsystem: Dell UHD Graphics [1028:09d9]
 Subsystem: Dell GP107M [GeForce MX350] [1028:09d9]
  InstallationDate: Installed on 2021-04-08 (0 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  MachineType: Dell Inc. Inspiron 7400
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-48-generic 
root=UUID=b912e5af-f189-4002-8e26-306f96626d10 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/26/2021
  dmi.bios.release: 1.5
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 072W08
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd02/26/2021:br1.5:svnDellInc.:pnInspiron7400:pvr:rvnDellInc.:rn072W08:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 7400
  dmi.product.sku: 09D9
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.102-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.1-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1923140/+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 1871721] Re: Second Monitor on HDMI blank screen/blink screen with Nvidia + Intel & Ubuntu 20.04? (ASUS Laptop)

2021-04-11 Thread Ahmad Ammari
Any update on how to fix this bug?

I am having the same problem when trying to connect a second monitor to
the second GPU (Nvidia GTX 1080). Only an X cursor can be displayed and
the rest is a black screen. Nvidia X Server Settings detects 2 screens.
Ubuntu 20.04 LTS Screen Display detects only 1 screen. Nvidia driver 460
with CUDA 11.2

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

Title:
  Second Monitor on HDMI blank screen/blink screen with Nvidia + Intel &
  Ubuntu 20.04? (ASUS Laptop)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I installed Ubuntu 20.04 on my ASUS laptop with Intel+Nvidia with propietary 
drivers of Nvidia (I have 440.64 rn) and I connected a second monitor to use 
it, but I saw that I cannot use it, I just see a blank screen. I tried with a 
TV of my room and same. The funny part is when I start the laptop to work, I 
can see the logo of my BIOS and the ASUS logo in the second monitor, even the 
grub, but after that I can't see nothing.
  When I reduce the resolution of the second monitor (800x600) then works, but 
even with that sometimes blinks to black again.
  On W10 for example it works perfectly, so I deduce it's not 'cause my HDMI.

  I tried with nouveau drivers and I have the same results btw.

  Laptop Asus with:
  Graphic card  Nvidia GTX960M
  Processor  Intel i5 6300

  I tried with Nvidia Prime to Nvidia, Intel and On-demand. None of them
  works. All of them with Xorg.

  I have this with xrandr:

  Screen 0: minimum 8 x 8, current 2720 x 1080, maximum 16384 x 16384
  eDP-1-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y 
axis) 344mm x 193mm
     1920x1080 60.00*+  59.9759.9659.93
     1680x1050 59.9559.88
     1600x1024 60.17
     1400x1050 59.98
     1600x900  59.9959.9459.9559.82
     1280x1024 60.02
     1440x900  59.89
     1400x900  59.9659.88
     1280x960  60.00
     1440x810  60.0059.97
     1368x768  59.8859.85
     1360x768  59.8059.96
     1280x800  59.9959.9759.8159.91
     1152x864  60.00
     1280x720  60.0059.9959.8659.74
     1024x768  60.0460.00
     960x720   60.00
     928x696   60.05
     896x672   60.01
     1024x576  59.9559.9659.9059.82
     960x600   59.9360.00
     960x540   59.9659.9959.6359.82
     800x600   60.0060.3256.25
     840x525   60.0159.88
     864x486   59.9259.57
     800x512   60.17
     700x525   59.98
     800x450   59.9559.82
     640x512   60.02
     720x450   59.89
     700x450   59.9659.88
     640x480   60.0059.94
     720x405   59.5158.99
     684x384   59.8859.85
     680x384   59.8059.96
     640x400   59.8859.98
     576x432   60.06
     640x360   59.8659.8359.8459.32
     512x384   60.00
     512x288   60.0059.92
     480x270   59.6359.82
     400x300   60.3256.34
     432x243   59.9259.57
     320x240   60.05
     360x202   59.5159.13
     320x180   59.8459.32
  DP-1-1 disconnected (normal left inverted right x axis y axis)
  HDMI-1-1 disconnected (normal left inverted right x axis y axis)
  HDMI-1-2 connected 800x600+1920+0 (normal left inverted right x axis y axis) 
1600mm x 900mm
     1920x1080 60.00 +  50.0059.9430.0025.0024.0029.97  
  23.98
     1920x1080i60.0050.0059.94
     1280x1024 60.02
     1360x768  60.02
     1152x864  59.97
     1280x720  59.8160.0050.0059.94
     1024x768  60.00
     800x600   60.32*
     720x576   50.00
     720x576i  50.00
     720x480   60.0059.94
     640x480   60.0059.94
     720x400   70.08
  DP-1-2 disconnected (normal left inverted right x axis y axis)
  HDMI-1-3 disconnected (normal left inverted right x axis y axis)

  PD: When you select a specific resolution, the second monitor "works",
  but it blinks, the image showed via HDMI on the second monitor blinks.
  So is impossible to work with it. Since all this time I was searching
  about this and I'm almost sure this is a problem of the GPU's Intel.
  But I saw this problem on askubuntu just with laptops with hybrid
  graphics. Always with Nvidia+Intel. (Maybe AMD+Nvidia too, but I'm not
  sure if they have the same problem here).


  WORKAROUND: I installed the 4.15 kernel, so at the moment I can work
  with this. Higher than 4.15 the second monitor doesn't work. Tested
  until 5.8 and without good results. Just with 4.15.

  
  ---
  ProblemType: Bug
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Es un directorio: 
'/proc/driver/nvidia/gpus/:01:00.0'
  

[Kernel-packages] [Bug 1922540] Re: Display orientation resets on reboot with USB-C (DisplayPort) external monitor and refresh rate dropdown disappears when setting it sometimes

2021-04-11 Thread Daniel van Vugt
Thanks. That indeed confirms the 99.98Hz mode has suddenly gone missing
in the last attachment. The system seems to be treating that as a
different monitor configuration and will revert to defaults (which is
landscape and 59.97Hz).

When this happens though, the monitor's EDID does not change. It still
reports the 99.98Hz mode exists:

Detailed mode: Clock 543.500 MHz, 797 mm x 333 mm
   3440 3488 3520 3600 ( 48  32  80)
   1440 1443 1453 1510 (  3  10  57)
   +hsync -vsync
   VertFreq: 99.982 Hz, HorFreq: 150.972 kHz

So if the mode exists but is not offered as an option then that suggests
the kernel or driver thinks there's not enough bandwidth or a good
enough connection to support that particular mode. Therefore, please try
a different monitor cable.

** Summary changed:

- Display orientation resets on reboot with USB-C (DisplayPort) external 
monitor and refresh rate dropdown disappears when setting it sometimes
+ 99.98Hz display mode is sometimes missing on USB-C (DisplayPort) external 
monitor, which resets the display layout

** Package changed: gnome-shell (Ubuntu) => linux (Ubuntu)

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

Title:
  99.98Hz display mode is sometimes missing on USB-C (DisplayPort)
  external monitor, which resets the display layout

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When rebooting with USB-C external monitor (3440x1440) attached,
  display orientation in "gnome-control-center display" resets requiring
  one to reposition the windows on boot. Very annoying.

  In addition, refresh rate drop down for external display sometimes
  goes missing when setting refresh rate to 100hz instead of default
  60?Hz. Refresh rate listing and dropdown box disappears until setting
  monitor resolution to different resolution and back or reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: gnome-control-center 1:3.38.5-1ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Apr  5 01:09:38 2021
  InstallationDate: Installed on 2021-04-05 (0 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Beta amd64 (20210331.1)
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1922540/+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 1922540] [NEW] 99.98Hz display mode is sometimes missing on USB-C (DisplayPort) external monitor, which resets the display layout

2021-04-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When rebooting with USB-C external monitor (3440x1440) attached, display
orientation in "gnome-control-center display" resets requiring one to
reposition the windows on boot. Very annoying.

In addition, refresh rate drop down for external display sometimes goes
missing when setting refresh rate to 100hz instead of default 60?Hz.
Refresh rate listing and dropdown box disappears until setting monitor
resolution to different resolution and back or reboot.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: gnome-control-center 1:3.38.5-1ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
Uname: Linux 5.11.0-13-generic x86_64
ApportVersion: 2.20.11-0ubuntu61
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr  5 01:09:38 2021
InstallationDate: Installed on 2021-04-05 (0 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Beta amd64 (20210331.1)
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug hirsute multimonitor wayland-session
-- 
99.98Hz display mode is sometimes missing on USB-C (DisplayPort) external 
monitor, which resets the display layout
https://bugs.launchpad.net/bugs/1922540
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

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


[Kernel-packages] [Bug 1920632] Re: use of Wacom stylus causes immediate system hang with kernel 5.8.0-45, but 5.8.0-44 works

2021-04-11 Thread Daniel van Vugt
The fix has not been released yet. It's apparently coming in:

https://launchpad.net/ubuntu/+source/linux/5.8.0-49.55

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

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

** Changed in: linux (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  use of Wacom stylus causes immediate system hang with kernel 5.8.0-45,
  but 5.8.0-44 works

Status in linux package in Ubuntu:
  Fix Committed
Status in linux-hwe-5.8 package in Ubuntu:
  Fix Committed
Status in linux-signed-hwe-5.8 package in Ubuntu:
  Fix Committed

Bug description:
  Once updated kernel from 5.8.0-44 to 5.8.0.45, any use of Wacom stylus causes 
immediate system hang, frozen both GUI and OS. Removing the Wacom kernel module 
solves the problem (no more hangs, but the stylus is unusable then).
  Rolling back to kernel 5.8.0-44 or any earlier solves the problem.

  The OS is:  Ubuntu 20.04.2 LTS

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.8.0-45-generic 5.8.0-45.51~20.04.1+1
  ProcVersionSignature: Ubuntu 5.8.0-45.51~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-45-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Mar 20 18:53:56 2021
  InstallationDate: Installed on 2020-04-24 (329 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: linux-signed-hwe-5.8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1920632/+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 1923271] Re: Intel Wireless 7260 [8086:08b1] Subsystem [8086:4470]: Can't turn on the bluetooth on 20.04 Budgie

2021-04-11 Thread You-Sheng Yang
No new firmware available for this chip since commit 70353356f8a0
("linux-firmware: Update firmware patch for Intel Bluetooth 7260
(B3/B4)"). To check if it is a kernel 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/1923271

Title:
  Intel Wireless 7260 [8086:08b1] Subsystem [8086:4470]: Can't turn on
  the bluetooth on 20.04 Budgie

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I updated Ubuntu Budgie 18.04 to 20.04 a few weeks ago.
  My Bluetooth worked correctly until the update.
  Now it just shutdowns itself and the toggle button in the settings does not 
bring it alive.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marek  3385 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: Budgie:GNOME
  DistroRelease: Ubuntu 20.04
  HibernationDevice: RESUME=UUID=9c6ae941-0e58-4be7-9d73-54c2e9a3af45
  InstallationDate: Installed on 2018-07-29 (985 days ago)
  InstallationMedia: Ubuntu-Budgie 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  MachineType: Dell Inc. Inspiron 7720
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.4.0-70-generic 
root=UUID=ba054d70-0b3b-4d38-8a73-45163bb0a848 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-70.78-generic 5.4.94
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-70-generic N/A
   linux-backports-modules-5.4.0-70-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.4.0-70-generic x86_64
  UpgradeStatus: Upgraded to focal on 2021-03-20 (20 days ago)
  UserGroups: adm cdrom dip docker kvm libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A17
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA17:bd05/19/2015:svnDellInc.:pnInspiron7720:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr0.1:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Inspiron 7720
  dmi.product.sku: Inspiron 7720
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1923271/+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 1923271] Re: Can't turn on the bluetooth on 20.04 Budgie

2021-04-11 Thread You-Sheng Yang
[9.162464] Bluetooth: hci0: read Intel version: 370710018002030d00
[9.163250] Bluetooth: hci0: Intel Bluetooth firmware file: 
intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[9.366505] Bluetooth: hci0: unexpected event for opcode 0xfc2f
[9.382513] Bluetooth: hci0: Intel firmware patch completed and activated
...
[18173.937757] Bluetooth: hci0: command 0x2005 tx timeout
[18175.953712] Bluetooth: hci0: command 0x200b tx timeout
[18177.969790] Bluetooth: hci0: command 0x200c tx timeout
[18179.985779] Bluetooth: hci0: command 0x0401 tx timeout
[18182.001722] Bluetooth: hci0: command 0x0c3a tx timeout
[18182.001731] Bluetooth: hci0: No way to reset. Ignoring and continuing
[18184.017703] Bluetooth: hci0: command 0x0c1a tx timeout
[18184.017711] Bluetooth: hci0: No way to reset. Ignoring and continuing

** Tags added: hwe-bluetooth

** Summary changed:

- Can't turn on the bluetooth on 20.04 Budgie
+ Intel Wireless 7260 [8086:08b1] Subsystem [8086:4470]: Can't turn on the 
bluetooth on 20.04 Budgie

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

Title:
  Intel Wireless 7260 [8086:08b1] Subsystem [8086:4470]: Can't turn on
  the bluetooth on 20.04 Budgie

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I updated Ubuntu Budgie 18.04 to 20.04 a few weeks ago.
  My Bluetooth worked correctly until the update.
  Now it just shutdowns itself and the toggle button in the settings does not 
bring it alive.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marek  3385 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: Budgie:GNOME
  DistroRelease: Ubuntu 20.04
  HibernationDevice: RESUME=UUID=9c6ae941-0e58-4be7-9d73-54c2e9a3af45
  InstallationDate: Installed on 2018-07-29 (985 days ago)
  InstallationMedia: Ubuntu-Budgie 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  MachineType: Dell Inc. Inspiron 7720
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.4.0-70-generic 
root=UUID=ba054d70-0b3b-4d38-8a73-45163bb0a848 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-70.78-generic 5.4.94
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-70-generic N/A
   linux-backports-modules-5.4.0-70-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.4.0-70-generic x86_64
  UpgradeStatus: Upgraded to focal on 2021-03-20 (20 days ago)
  UserGroups: adm cdrom dip docker kvm libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A17
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA17:bd05/19/2015:svnDellInc.:pnInspiron7720:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr0.1:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Inspiron 7720
  dmi.product.sku: Inspiron 7720
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1923271/+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 1917419] Re: Can't adjust brightness on Dell Precision 7000 laptop

2021-04-11 Thread Anthony Wong
** Changed in: hwe-next
   Status: New => Fix Released

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

Title:
  Can't adjust brightness on Dell Precision 7000 laptop

Status in HWE Next:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
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 Hirsute:
  Fix Released

Bug description:
  [Impact]
  Screen brightness can't be adjusted. It can't be adjusted via Hotkey and 
system setting. You can see the value bar changed, but brightness didn't.

  [Fix]
  Bisect mainine kernel and found below commit in v5.12-rc1 fix the issue.
  f12110afee05 drm/i915/dp: Program source OUI on eDP panels

  [Test]
  Verified on Dell Precision 7000 laptop with DPCD eDP panel.

  [Where problems could occur]
  It checks the source OUI before writing it, so it won't re-program the source 
OUI during driver initialization.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1917419/+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 1922792] Re: Bluez should notify users when they need to reboot to apply changes on Raspberry Pi

2021-04-11 Thread Daniel van Vugt
** Changed in: bluez (Ubuntu)
   Status: Incomplete => In Progress

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

Title:
  Bluez should notify users when they need to reboot to apply changes on
  Raspberry Pi

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  In the case of upgrading or installing bluez for the first time on
  certain raspberry pi devices, a reboot may be required to apply the
  changes. We should add a check for this scenario in the postinst
  script.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1922792/+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 1923383] [NEW] Issue with L1ARC for uncompressed datasets

2021-04-11 Thread BertN45
Public bug reported:

I have done some testing with Ubuntu 21.04 and OpenZFS. I mostly run
Virtual Machines and I noticed a huge difference in performance between
the VM disk IO, between the same VM stored on a lz4 compressed dataset
and on an uncompressed dataset. The difference in the VM disk throughput
is a factor 40 to 90 dependent on the type of disk IO test. My host OS
was Ubuntu 21.04 and the Guest has been Windows 7 using
ChrystalDiskMark.

Looking at the the size of L1ARC that I monitored with Conky, that L1ARC
size did not change, when I used the VM on an uncompressed dataset. It
only flipped say ~100 MB during running that VM, so it showed 3.26 GB
and seconds later 3.15 GB and it always flipped between these two
values. The hosts had space enough free to increase the L1ARC. My wild
guess was that the L1ARC has not been used, only the small part for
uncompressed records. Maybe it is a bug, maybe a feature or maybe
something else.

I have a detailed description in the next discourse:
https://discourse.destinationlinux.network/t/ubuntu-21-04-and-bleeding-
edge-openzfs-2-0/3621/3

The interesting part is the third entry and for some context the first
and second entries.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: zfsutils-linux 2.0.2-1ubuntu5
ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
Uname: Linux 5.11.0-13-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu62
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr 11 18:34:01 2021
InstallationDate: Installed on 2019-11-30 (498 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
SourcePackage: zfs-linux
UpgradeStatus: Upgraded to hirsute on 2021-03-24 (18 days ago)

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


** Tags: amd64 apport-bug hirsute

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

Title:
  Issue with L1ARC for uncompressed datasets

Status in zfs-linux package in Ubuntu:
  New

Bug description:
  I have done some testing with Ubuntu 21.04 and OpenZFS. I mostly run
  Virtual Machines and I noticed a huge difference in performance
  between the VM disk IO, between the same VM stored on a lz4 compressed
  dataset and on an uncompressed dataset. The difference in the VM disk
  throughput is a factor 40 to 90 dependent on the type of disk IO test.
  My host OS was Ubuntu 21.04 and the Guest has been Windows 7 using
  ChrystalDiskMark.

  Looking at the the size of L1ARC that I monitored with Conky, that
  L1ARC size did not change, when I used the VM on an uncompressed
  dataset. It only flipped say ~100 MB during running that VM, so it
  showed 3.26 GB and seconds later 3.15 GB and it always flipped between
  these two values. The hosts had space enough free to increase the
  L1ARC. My wild guess was that the L1ARC has not been used, only the
  small part for uncompressed records. Maybe it is a bug, maybe a
  feature or maybe something else.

  I have a detailed description in the next discourse:
  https://discourse.destinationlinux.network/t/ubuntu-21-04-and-
  bleeding-edge-openzfs-2-0/3621/3

  The interesting part is the third entry and for some context the first
  and second entries.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: zfsutils-linux 2.0.2-1ubuntu5
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu62
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 11 18:34:01 2021
  InstallationDate: Installed on 2019-11-30 (498 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  SourcePackage: zfs-linux
  UpgradeStatus: Upgraded to hirsute on 2021-03-24 (18 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1923383/+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 1923382] [NEW] package nvidia-dkms-460-server (not installed) failed to install/upgrade: installed nvidia-dkms-460-server package post-installation script subprocess returned er

2021-04-11 Thread Mohammad Aljaouni
Public bug reported:

there is no refresh rate and not configed automaticlly by ubuntu

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: nvidia-dkms-460-server (not installed)
Uname: Linux 5.11.13-051113-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Apr 12 01:41:07 2021
ErrorMessage: installed nvidia-dkms-460-server package post-installation script 
subprocess returned error exit status 10
InstallationDate: Installed on 2021-04-11 (0 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.5
SourcePackage: nvidia-graphics-drivers-460-server
Title: package nvidia-dkms-460-server (not installed) failed to 
install/upgrade: installed nvidia-dkms-460-server package post-installation 
script subprocess returned error exit status 10
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-460-server (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package nvidia-dkms-460-server (not installed) failed to
  install/upgrade: installed nvidia-dkms-460-server package post-
  installation script subprocess returned error exit status 10

Status in nvidia-graphics-drivers-460-server package in Ubuntu:
  New

Bug description:
  there is no refresh rate and not configed automaticlly by ubuntu

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: nvidia-dkms-460-server (not installed)
  Uname: Linux 5.11.13-051113-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Mon Apr 12 01:41:07 2021
  ErrorMessage: installed nvidia-dkms-460-server package post-installation 
script subprocess returned error exit status 10
  InstallationDate: Installed on 2021-04-11 (0 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.5
  SourcePackage: nvidia-graphics-drivers-460-server
  Title: package nvidia-dkms-460-server (not installed) failed to 
install/upgrade: installed nvidia-dkms-460-server package post-installation 
script subprocess returned error exit status 10
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460-server/+bug/1923382/+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 1923376] Status changed to Confirmed

2021-04-11 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  Unable to boot after reboot, no upgrades.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I rebooted my Ubuntu 20.04.01 LTS OS via SSH and I was unable to
  reboot. About 7 seconds into the boot process, I get "Kernel Panic -
  not syncing: VFS: Unable to mount root fs on unknown-block(0,0)". I
  did NOT upgrade any packages before rebooting.

  This error occurs while attempting to boot with the 5.4.0-70 kernel.

  I have a RAID0 array on two Samsung 256GB SSDs, and SMART tests
  correctly with no errors. There is no sign of data loss or corruption
  on the underlying drives. I have two partitions and RAID arrays, one
  for /, and one for /boot.

  I am able to mount my arrays fine, with no issues, in network rescue
  mode provided by scaleway.

  I am also able to boot successfully using the 5.4.0-67 kernel, and I
  used sudo apt install linux-image-generic-hwe-20.04 to get the 5.8
  kernel, and that worked fine. My memory is ECC memory.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-70-generic (not installed)
  ProcVersionSignature: Ubuntu 5.8.0-48.54~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-48-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Apr 11 20:33 seq
   crw-rw 1 root audio 116, 33 Apr 11 20:33 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: pass
  Date: Sun Apr 11 20:35:46 2021
  InstallationDate: Installed on 2021-02-22 (48 days ago)
  InstallationMedia: Ubuntu-Server 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  MachineType: Supermicro SYS-5038MD-H24TRF-OS012
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-48-generic 
root=UUID=3c7859c9-455e-4823-80bd-9cf122d7477d ro
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-48-generic N/A
   linux-backports-modules-5.8.0-48-generic  N/A
   linux-firmware1.187.9
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/13/2018
  dmi.bios.release: 5.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2.0
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X10SDE-DF
  dmi.board.vendor: Supermicro
  dmi.board.version: 1.01
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 1
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.0:bd06/13/2018:br5.6:svnSupermicro:pnSYS-5038MD-H24TRF-OS012:pvr0123456789:rvnSupermicro:rnX10SDE-DF:rvr1.01:cvnSupermicro:ct1:cvr0123456789:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: SYS-5038MD-H24TRF-OS012
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1923376/+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 1923376] [NEW] Unable to boot after reboot, no upgrades.

2021-04-11 Thread Andy Lee
Public bug reported:

I rebooted my Ubuntu 20.04.01 LTS OS via SSH and I was unable to reboot.
About 7 seconds into the boot process, I get "Kernel Panic - not
syncing: VFS: Unable to mount root fs on unknown-block(0,0)". I did NOT
upgrade any packages before rebooting.

This error occurs while attempting to boot with the 5.4.0-70 kernel.

I have a RAID0 array on two Samsung 256GB SSDs, and SMART tests
correctly with no errors. There is no sign of data loss or corruption on
the underlying drives. I have two partitions and RAID arrays, one for /,
and one for /boot.

I am able to mount my arrays fine, with no issues, in network rescue
mode provided by scaleway.

I am also able to boot successfully using the 5.4.0-67 kernel, and I
used sudo apt install linux-image-generic-hwe-20.04 to get the 5.8
kernel, and that worked fine. My memory is ECC memory.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-70-generic (not installed)
ProcVersionSignature: Ubuntu 5.8.0-48.54~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-48-generic x86_64
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Apr 11 20:33 seq
 crw-rw 1 root audio 116, 33 Apr 11 20:33 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CasperMD5CheckResult: pass
Date: Sun Apr 11 20:35:46 2021
InstallationDate: Installed on 2021-02-22 (48 days ago)
InstallationMedia: Ubuntu-Server 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
MachineType: Supermicro SYS-5038MD-H24TRF-OS012
PciMultimedia:
 
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 astdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-48-generic 
root=UUID=3c7859c9-455e-4823-80bd-9cf122d7477d ro
RelatedPackageVersions:
 linux-restricted-modules-5.8.0-48-generic N/A
 linux-backports-modules-5.8.0-48-generic  N/A
 linux-firmware1.187.9
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/13/2018
dmi.bios.release: 5.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2.0
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: X10SDE-DF
dmi.board.vendor: Supermicro
dmi.board.version: 1.01
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 1
dmi.chassis.vendor: Supermicro
dmi.chassis.version: 0123456789
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.0:bd06/13/2018:br5.6:svnSupermicro:pnSYS-5038MD-H24TRF-OS012:pvr0123456789:rvnSupermicro:rnX10SDE-DF:rvr1.01:cvnSupermicro:ct1:cvr0123456789:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: SYS-5038MD-H24TRF-OS012
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: 0123456789
dmi.sys.vendor: Supermicro

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


** Tags: amd64 apport-bug focal uec-images

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

Title:
  Unable to boot after reboot, no upgrades.

Status in linux package in Ubuntu:
  New

Bug description:
  I rebooted my Ubuntu 20.04.01 LTS OS via SSH and I was unable to
  reboot. About 7 seconds into the boot process, I get "Kernel Panic -
  not syncing: VFS: Unable to mount root fs on unknown-block(0,0)". I
  did NOT upgrade any packages before rebooting.

  This error occurs while attempting to boot with the 5.4.0-70 kernel.

  I have a RAID0 array on two Samsung 256GB SSDs, and SMART tests
  correctly with no errors. There is no sign of data loss or corruption
  on the underlying drives. I have two partitions and RAID arrays, one
  for /, and one for /boot.

  I am able to mount my arrays fine, with no issues, in network rescue
  mode provided by scaleway.

  I am also able to boot successfully using the 5.4.0-67 kernel, and I
  used sudo apt install linux-image-generic-hwe-20.04 to get the 5.8
  kernel, and that worked fine. My memory is ECC memory.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-70-generic (not installed)
  ProcVersionSignature: Ubuntu 5.8.0-48.54~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-48-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Apr 11 20:33 seq
   crw-rw 1 root audio 116, 33 Apr 11 20:33 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 

[Kernel-packages] [Bug 1923374] Re: Streaming video stutters

2021-04-11 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux-meta-oem-5.6 (Ubuntu)

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

Title:
  Streaming video stutters

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

Bug description:
  Streaming video on amazon prime & Vimeo using firefox or google chrome 
stutters. The sound is fine but the video is lagging  every 5-15 seconds for 
parts of a second. A video I tested is here:
  https://vimeo.com/226053498

  I found this while testing newer kernels on 20.04 on my Dell XPS 13 9310 2in1 
(
  11th Gen Intel i7-1165G / integrated graphics)

  I tested several kernels:

  5.6.0-1052-oem
  -> works / no lag

  5.8.0-43-generic
  -> works / no lag

  5.8.0-48-generic
  -> works / no lag

  5.10.0-1008-oem
  -> works / no lag

  
  5.10.0-1011-oem
  -> not working / lag

  5.10.0-1019-oem
  -> not working / lag

  Also tested a newer kernel:
  5.12.0-051200rc6-generic
  -> not working / lag

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-oem-20.04 5.6.0.1052.48
  ProcVersionSignature: Ubuntu 5.10.0-1019.20-oem 5.10.18
  Uname: Linux 5.10.0-1019-oem x86_64
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 11 21:21:38 2021
  InstallationDate: Installed on 2021-04-04 (7 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-meta-oem-5.6
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-oem-5.6/+bug/1923374/+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 1923374] [NEW] Streaming video stutters

2021-04-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Streaming video on amazon prime & Vimeo using firefox or google chrome 
stutters. The sound is fine but the video is lagging  every 5-15 seconds for 
parts of a second. A video I tested is here:
https://vimeo.com/226053498

I found this while testing newer kernels on 20.04 on my Dell XPS 13 9310 2in1 (
11th Gen Intel i7-1165G / integrated graphics)

I tested several kernels:

5.6.0-1052-oem
-> works / no lag

5.8.0-43-generic
-> works / no lag

5.8.0-48-generic
-> works / no lag

5.10.0-1008-oem
-> works / no lag


5.10.0-1011-oem
-> not working / lag

5.10.0-1019-oem
-> not working / lag

Also tested a newer kernel:
5.12.0-051200rc6-generic
-> not working / lag

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-oem-20.04 5.6.0.1052.48
ProcVersionSignature: Ubuntu 5.10.0-1019.20-oem 5.10.18
Uname: Linux 5.10.0-1019-oem x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr 11 21:21:38 2021
InstallationDate: Installed on 2021-04-04 (7 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-meta-oem-5.6
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal
-- 
Streaming video stutters
https://bugs.launchpad.net/bugs/1923374
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux-meta-oem-5.6 in Ubuntu.

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


[Kernel-packages] [Bug 1922904] Re: Ubuntu 20.04 crashing on Dell 5820 X-Series desktop

2021-04-11 Thread Jay
smartctl --all /dev/nvme0
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-5.4.0-70-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Number:   PM981a NVMe SAMSUNG 2048GB
Serial Number:  S4UFNF0NC01090
Firmware Version:   15302229
PCI Vendor/Subsystem ID:0x144d
IEEE OUI Identifier:0x002538
Total NVM Capacity: 2,048,408,248,320 [2.04 TB]
Unallocated NVM Capacity:   0
Controller ID:  4
Number of Namespaces:   1
Namespace 1 Size/Capacity:  2,048,408,248,320 [2.04 TB]
Namespace 1 Utilization:1,002,229,760 [1.00 GB]
Namespace 1 Formatted LBA Size: 512
Local Time is:  Sun Apr 11 21:00:29 2021 +04
Firmware Updates (0x16):3 Slots, no Reset required
Optional Admin Commands (0x0017):   Security Format Frmw_DL *Other*
Optional NVM Commands (0x005f): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat 
*Other*
Maximum Data Transfer Size: 512 Pages
Warning  Comp. Temp. Threshold: 83 Celsius
Critical Comp. Temp. Threshold: 85 Celsius

Supported Power States
St Op Max   Active Idle   RL RT WL WT  Ent_Lat  Ex_Lat
 0 + 6.60W   --0  0  0  00   0
 1 + 4.40W   --1  1  1  10   0
 2 + 3.10W   --2  2  2  20   0
 3 -   0.0700W   --3  3  3  3  2101200
 4 -   0.0050W   --4  4  4  4 20008000

Supported LBA Sizes (NSID 0x1)
Id Fmt  Data  Metadt  Rel_Perf
 0 + 512   0 0

=== START OF SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

SMART/Health Information (NVMe Log 0x02, NSID 0x)
Critical Warning:   0x00
Temperature:37 Celsius
Available Spare:100%
Available Spare Threshold:  50%
Percentage Used:0%
Data Units Read:58,201 [29.7 GB]
Data Units Written: 633,157 [324 GB]
Host Read Commands: 774,623
Host Write Commands:1,252,887
Controller Busy Time:   7
Power Cycles:   228
Power On Hours: 56
Unsafe Shutdowns:   189
Media and Data Integrity Errors:0
Error Information Log Entries:  898
Warning  Comp. Temperature Time:0
Critical Comp. Temperature Time:0
Temperature Sensor 1:   37 Celsius
Temperature Sensor 2:   32 Celsius

Error Information (NVMe Log 0x01, max 64 entries)
Num   ErrCount  SQId   CmdId  Status  PELoc  LBA  NSIDVS
  0898 0  0x  0x4004  0x0040 1 -

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

Title:
  Ubuntu 20.04 crashing on Dell 5820 X-Series desktop

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  hello Community,

  Please find the below trace crash getting while we intiating file copy
  remotely or locally.

  
  Ubuntu 20.04.2 LTS"
  5.8.0-48-generic

  Getting SMBIOS data from sysfs.
  SMBIOS 3.2.0 present.

  Handle 0x0001, DMI type 1, 27 bytes
  System Information
Manufacturer: Dell Inc.
Product Name: Precision 5820 Tower X-Series

  #cat /proc/version_signature
  Ubuntu 5.8.0-48.54~20.04.1-generic 5.8.18

  Also in Ubuntu 18.04 this SSD drive not detection in the Ubuntu
  18.04.5 ISO. ALready changd the AHCI mode to SATA

  
  
  Apr  7 14:02:19 localhost kernel: [ 1662.528149] general protection fault, 
probably for non-canonical address 0xffef8f421f91d4b0:  [#1] SMP NOPTI
  Apr  7 14:02:19 localhost kernel: [ 1662.528159] CPU: 11 PID: 3377 Comm: 
rsync Tainted: P   OE 5.8.0-48-generic #54~20.04.1-Ubuntu
  Apr  7 14:02:19 localhost kernel: [ 1662.528162] Hardware name: Dell Inc. 
Precision 5820 Tower X-Series/0X75JG, BIOS 2.8.0 01/15/2021
  Apr  7 14:02:19 localhost kernel: [ 1662.528171] RIP: 
0010:kmem_cache_alloc+0x89/0x230
  Apr  7 14:02:19 localhost kernel: [ 1662.528175] Code: 08 65 4c 03 05 70 a6 
75 78 49 83 78 10 00 4d 8b 20 0f 84 8e 01 00 00 4d 85 e4 0f 84 85 01 00 00 41 
8b 47 20 49 8b 3f 4c 01 e0 <48> 8b 18 48 89 c1 49 33 9f 70 01 00 00 4c 89 e0 48 
0f c9 48 31 cb
  Apr  7 14:02:19 localhost kernel: [ 1662.528178] RSP: 0018:9de9c0ce7b30 
EFLAGS: 00010292
  Apr  7 14:02:19 localhost kernel: [ 1662.528181] RAX: ffef8f421f91d4b0 RBX: 
0040 RCX: 8f46506cf000
  Apr  7 14:02:19 localhost kernel: [ 1662.528183] RDX: 000a5d5e RSI: 
00408d40 RDI: 2ea31f430bd0
  Apr  7 14:02:19 localhost kernel: [ 1662.528185] RBP: 9de9c0ce7b60 R08: 
bde9bf0f0bd0 R09: 8f4689fbd428
  Apr  7 14:02:19 localhost 

[Kernel-packages] [Bug 1922904] Re: Ubuntu 20.04 crashing on Dell 5820 X-Series desktop

2021-04-11 Thread Jay
dmesg | grep nvme
[1.797280] nvme nvme0: pci function 1:01:00.0
[1.797290] nvme 1:01:00.0: PCI INT A: not connected
[2.013709] nvme nvme0: missing or invalid SUBNQN field.
[2.013727] nvme nvme0: Shutdown timeout set to 8 seconds
[2.038879] nvme nvme0: 28/0/0 default/read/poll queues

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

Title:
  Ubuntu 20.04 crashing on Dell 5820 X-Series desktop

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  hello Community,

  Please find the below trace crash getting while we intiating file copy
  remotely or locally.

  
  Ubuntu 20.04.2 LTS"
  5.8.0-48-generic

  Getting SMBIOS data from sysfs.
  SMBIOS 3.2.0 present.

  Handle 0x0001, DMI type 1, 27 bytes
  System Information
Manufacturer: Dell Inc.
Product Name: Precision 5820 Tower X-Series

  #cat /proc/version_signature
  Ubuntu 5.8.0-48.54~20.04.1-generic 5.8.18

  Also in Ubuntu 18.04 this SSD drive not detection in the Ubuntu
  18.04.5 ISO. ALready changd the AHCI mode to SATA

  
  
  Apr  7 14:02:19 localhost kernel: [ 1662.528149] general protection fault, 
probably for non-canonical address 0xffef8f421f91d4b0:  [#1] SMP NOPTI
  Apr  7 14:02:19 localhost kernel: [ 1662.528159] CPU: 11 PID: 3377 Comm: 
rsync Tainted: P   OE 5.8.0-48-generic #54~20.04.1-Ubuntu
  Apr  7 14:02:19 localhost kernel: [ 1662.528162] Hardware name: Dell Inc. 
Precision 5820 Tower X-Series/0X75JG, BIOS 2.8.0 01/15/2021
  Apr  7 14:02:19 localhost kernel: [ 1662.528171] RIP: 
0010:kmem_cache_alloc+0x89/0x230
  Apr  7 14:02:19 localhost kernel: [ 1662.528175] Code: 08 65 4c 03 05 70 a6 
75 78 49 83 78 10 00 4d 8b 20 0f 84 8e 01 00 00 4d 85 e4 0f 84 85 01 00 00 41 
8b 47 20 49 8b 3f 4c 01 e0 <48> 8b 18 48 89 c1 49 33 9f 70 01 00 00 4c 89 e0 48 
0f c9 48 31 cb
  Apr  7 14:02:19 localhost kernel: [ 1662.528178] RSP: 0018:9de9c0ce7b30 
EFLAGS: 00010292
  Apr  7 14:02:19 localhost kernel: [ 1662.528181] RAX: ffef8f421f91d4b0 RBX: 
0040 RCX: 8f46506cf000
  Apr  7 14:02:19 localhost kernel: [ 1662.528183] RDX: 000a5d5e RSI: 
00408d40 RDI: 2ea31f430bd0
  Apr  7 14:02:19 localhost kernel: [ 1662.528185] RBP: 9de9c0ce7b60 R08: 
bde9bf0f0bd0 R09: 8f4689fbd428
  Apr  7 14:02:19 localhost kernel: [ 1662.528188] R10:  R11: 
c0c6 R12: ffef8f421f91d478
  Apr  7 14:02:19 localhost kernel: [ 1662.528189] R13: 00408d40 R14: 
8f4699422d80 R15: 8f4691f8af40
  Apr  7 14:02:19 localhost kernel: [ 1662.528192] FS:  7f6494a64740() 
GS:8f469fcc() knlGS:
  Apr  7 14:02:19 localhost kernel: [ 1662.528195] CS:  0010 DS:  ES:  
CR0: 80050033
  Apr  7 14:02:19 localhost kernel: [ 1662.528196] CR2: 7f0680865000 CR3: 
001f82076005 CR4: 003606e0
  Apr  7 14:02:19 localhost kernel: [ 1662.528199] DR0:  DR1: 
 DR2: 
  Apr  7 14:02:19 localhost kernel: [ 1662.528200] DR3:  DR6: 
fffe0ff0 DR7: 0400
  Apr  7 14:02:19 localhost kernel: [ 1662.528202] Call Trace:
  Apr  7 14:02:19 localhost kernel: [ 1662.528213]  ? 
alloc_buffer_head+0x1f/0x70
  Apr  7 14:02:19 localhost kernel: [ 1662.528218]  alloc_buffer_head+0x1f/0x70
  Apr  7 14:02:19 localhost kernel: [ 1662.528222]  
alloc_page_buffers+0xa3/0x160
  Apr  7 14:02:19 localhost kernel: [ 1662.528227]  
create_empty_buffers+0x1e/0x110
  Apr  7 14:02:19 localhost kernel: [ 1662.528234]  
ext4_block_write_begin+0x40f/0x520
  Apr  7 14:02:19 localhost kernel: [ 1662.528239]  ? 
jbd2__journal_start+0x101/0x200
  Apr  7 14:02:19 localhost kernel: [ 1662.528243]  ? 
ext4_da_map_blocks.constprop.0+0x380/0x380
  Apr  7 14:02:19 localhost kernel: [ 1662.528247]  ? 
__ext4_journal_start_sb+0x70/0x140
  Apr  7 14:02:19 localhost kernel: [ 1662.528251]  
ext4_da_write_begin+0x1de/0x480
  Apr  7 14:02:19 localhost kernel: [ 1662.528257]  
generic_perform_write+0xc2/0x1c0
  Apr  7 14:02:19 localhost kernel: [ 1662.528263]  
ext4_buffered_write_iter+0x90/0x140
  Apr  7 14:02:19 localhost kernel: [ 1662.528268]  
ext4_file_write_iter+0x50/0x220
  Apr  7 14:02:19 localhost kernel: [ 1662.528273]  new_sync_write+0x113/0x1a0
  Apr  7 14:02:19 localhost kernel: [ 1662.528277]  vfs_write+0x1c5/0x200
  Apr  7 14:02:19 localhost kernel: [ 1662.528281]  ksys_write+0x67/0xe0
  Apr  7 14:02:19 localhost kernel: [ 1662.528284]  __x64_sys_write+0x1a/0x20
  Apr  7 14:02:19 localhost kernel: [ 1662.528293]  do_syscall_64+0x49/0xc0
  Apr  7 14:02:19 localhost kernel: [ 1662.528298]  
entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr  7 14:02:19 localhost kernel: [ 1662.528302] RIP: 0033:0x7f6494b781e7
  Apr  7 14:02:19 localhost kernel: [ 1662.528305] Code: 64 89 02 48 c7 c0 ff 
ff ff ff eb bb 0f 1f 80 00 00 00 00 f3 0f 

[Kernel-packages] [Bug 1922904] Re: Ubuntu 20.04 crashing on Dell 5820 X-Series desktop

2021-04-11 Thread Jay
SSD.model

nvme list
Node SN Model Namespace Usage Format FW Rev
   
- --  
/dev/nvme0n1 S4UFNF0NC01090 PM981a NVMe SAMSUNG 2048GB 1 165.28 GB / 2.05 TB 
512 B + 0 B 15302229

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

Title:
  Ubuntu 20.04 crashing on Dell 5820 X-Series desktop

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  hello Community,

  Please find the below trace crash getting while we intiating file copy
  remotely or locally.

  
  Ubuntu 20.04.2 LTS"
  5.8.0-48-generic

  Getting SMBIOS data from sysfs.
  SMBIOS 3.2.0 present.

  Handle 0x0001, DMI type 1, 27 bytes
  System Information
Manufacturer: Dell Inc.
Product Name: Precision 5820 Tower X-Series

  #cat /proc/version_signature
  Ubuntu 5.8.0-48.54~20.04.1-generic 5.8.18

  Also in Ubuntu 18.04 this SSD drive not detection in the Ubuntu
  18.04.5 ISO. ALready changd the AHCI mode to SATA

  
  
  Apr  7 14:02:19 localhost kernel: [ 1662.528149] general protection fault, 
probably for non-canonical address 0xffef8f421f91d4b0:  [#1] SMP NOPTI
  Apr  7 14:02:19 localhost kernel: [ 1662.528159] CPU: 11 PID: 3377 Comm: 
rsync Tainted: P   OE 5.8.0-48-generic #54~20.04.1-Ubuntu
  Apr  7 14:02:19 localhost kernel: [ 1662.528162] Hardware name: Dell Inc. 
Precision 5820 Tower X-Series/0X75JG, BIOS 2.8.0 01/15/2021
  Apr  7 14:02:19 localhost kernel: [ 1662.528171] RIP: 
0010:kmem_cache_alloc+0x89/0x230
  Apr  7 14:02:19 localhost kernel: [ 1662.528175] Code: 08 65 4c 03 05 70 a6 
75 78 49 83 78 10 00 4d 8b 20 0f 84 8e 01 00 00 4d 85 e4 0f 84 85 01 00 00 41 
8b 47 20 49 8b 3f 4c 01 e0 <48> 8b 18 48 89 c1 49 33 9f 70 01 00 00 4c 89 e0 48 
0f c9 48 31 cb
  Apr  7 14:02:19 localhost kernel: [ 1662.528178] RSP: 0018:9de9c0ce7b30 
EFLAGS: 00010292
  Apr  7 14:02:19 localhost kernel: [ 1662.528181] RAX: ffef8f421f91d4b0 RBX: 
0040 RCX: 8f46506cf000
  Apr  7 14:02:19 localhost kernel: [ 1662.528183] RDX: 000a5d5e RSI: 
00408d40 RDI: 2ea31f430bd0
  Apr  7 14:02:19 localhost kernel: [ 1662.528185] RBP: 9de9c0ce7b60 R08: 
bde9bf0f0bd0 R09: 8f4689fbd428
  Apr  7 14:02:19 localhost kernel: [ 1662.528188] R10:  R11: 
c0c6 R12: ffef8f421f91d478
  Apr  7 14:02:19 localhost kernel: [ 1662.528189] R13: 00408d40 R14: 
8f4699422d80 R15: 8f4691f8af40
  Apr  7 14:02:19 localhost kernel: [ 1662.528192] FS:  7f6494a64740() 
GS:8f469fcc() knlGS:
  Apr  7 14:02:19 localhost kernel: [ 1662.528195] CS:  0010 DS:  ES:  
CR0: 80050033
  Apr  7 14:02:19 localhost kernel: [ 1662.528196] CR2: 7f0680865000 CR3: 
001f82076005 CR4: 003606e0
  Apr  7 14:02:19 localhost kernel: [ 1662.528199] DR0:  DR1: 
 DR2: 
  Apr  7 14:02:19 localhost kernel: [ 1662.528200] DR3:  DR6: 
fffe0ff0 DR7: 0400
  Apr  7 14:02:19 localhost kernel: [ 1662.528202] Call Trace:
  Apr  7 14:02:19 localhost kernel: [ 1662.528213]  ? 
alloc_buffer_head+0x1f/0x70
  Apr  7 14:02:19 localhost kernel: [ 1662.528218]  alloc_buffer_head+0x1f/0x70
  Apr  7 14:02:19 localhost kernel: [ 1662.528222]  
alloc_page_buffers+0xa3/0x160
  Apr  7 14:02:19 localhost kernel: [ 1662.528227]  
create_empty_buffers+0x1e/0x110
  Apr  7 14:02:19 localhost kernel: [ 1662.528234]  
ext4_block_write_begin+0x40f/0x520
  Apr  7 14:02:19 localhost kernel: [ 1662.528239]  ? 
jbd2__journal_start+0x101/0x200
  Apr  7 14:02:19 localhost kernel: [ 1662.528243]  ? 
ext4_da_map_blocks.constprop.0+0x380/0x380
  Apr  7 14:02:19 localhost kernel: [ 1662.528247]  ? 
__ext4_journal_start_sb+0x70/0x140
  Apr  7 14:02:19 localhost kernel: [ 1662.528251]  
ext4_da_write_begin+0x1de/0x480
  Apr  7 14:02:19 localhost kernel: [ 1662.528257]  
generic_perform_write+0xc2/0x1c0
  Apr  7 14:02:19 localhost kernel: [ 1662.528263]  
ext4_buffered_write_iter+0x90/0x140
  Apr  7 14:02:19 localhost kernel: [ 1662.528268]  
ext4_file_write_iter+0x50/0x220
  Apr  7 14:02:19 localhost kernel: [ 1662.528273]  new_sync_write+0x113/0x1a0
  Apr  7 14:02:19 localhost kernel: [ 1662.528277]  vfs_write+0x1c5/0x200
  Apr  7 14:02:19 localhost kernel: [ 1662.528281]  ksys_write+0x67/0xe0
  Apr  7 14:02:19 localhost kernel: [ 1662.528284]  __x64_sys_write+0x1a/0x20
  Apr  7 14:02:19 localhost kernel: [ 1662.528293]  do_syscall_64+0x49/0xc0
  Apr  7 14:02:19 localhost kernel: [ 1662.528298]  
entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr  7 14:02:19 localhost kernel: [ 1662.528302] RIP: 0033:0x7f6494b781e7
  Apr  7 14:02:19 localhost kernel: [ 1662.528305] Code: 64 89 02 48 c7 c0 ff 
ff ff ff eb bb 0f 1f 80 00 00 00 00 f3 0f 1e 

[Kernel-packages] [Bug 1922494] Re: Ubuntu 20.04 - 'Support flow counters offset for bulk counters'

2021-04-11 Thread Amir Tzin
Hi Tim,

It extends devx interface and might affects any user space application
that uses rdma-core (which already has relevant patches), dpdk for
instance.

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

Title:
  Ubuntu 20.04 - 'Support flow counters offset for bulk counters'

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  In Progress

Bug description:
  [impact]
  Add Support for flow counters offset for bulk counters on kernel side.
  Currently Ubuntu 20.04 supports 'flow counters offset for bulk counters' on 
user space side only with these 3 rdma-core patches from v27.0
  3956cf74 mlx5: Add support for bulk flow counters steering actions
  65ed59c6 Update kernel headers
  b32eee70 mlx5: Fix typos

  [test case]
  /*  download and install dpdk from github (issue do not reproduce with inbox 
dpdk) */
  $ git clone https://github.com/mellanox/dpdk.org
  $ cd dpdk.org/

  /* install dependencies if needed */
  $ apt-get install -y python3-pyelftools python-pyelftools
  $ apt install meson

  $ meson build-meson
  $ ninja -C build-meson/

  /* run dpdk-testpmd with mellanox HCA (I used CX5) :05:00.0,
  :05:00.1 are pci id for the cx5 devices */

  //dpdk.org/build-meson/app/dpdk-testpmd -v  -n 4
  -w :05:00.0,txq_inline=147,rx_vec_en=1  -w
  :05:00.1,txq_inline=147,rx_vec_en=1 -- --mbcache=512 -i  --nb-
  cores=7  --txd=8192 --rxd=8192  --burst=64

  EAL: Detected 12 lcore(s)
  EAL: Detected 2 NUMA nodes
  EAL: RTE Version: 'DPDK 21.05.0-rc0'
  Option -w, --pci-whitelist is deprecated, use -a, --allow option instead
  Option -w, --pci-whitelist is deprecated, use -a, --allow option instead
  EAL: Detected static linkage of DPDK
  EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
  EAL: Selected IOVA mode 'VA'
  EAL: Probing VFIO support...
  EAL: VFIO support initialized
  EAL: Probe PCI driver: mlx5_pci (15b3:101d) device: :05:00.0 (socket 0)
  mlx5_pci: txq_inline: deprecated parameter, converted to txq_inline_max
  mlx5_pci: txq_inline: deprecated parameter, converted to txq_inline_max
  mlx5_pci: Default miss action is not supported.
  mlx5_pci: Unexpected error in counter offset support detection /* 
LINE INDICATING ERROR*/
  EAL: Probe PCI driver: mlx5_pci (15b3:101d) device: :05:00.1 (socket 0)
  mlx5_pci: txq_inline: deprecated parameter, converted to txq_inline_max
  mlx5_pci: txq_inline: deprecated parameter, converted to txq_inline_max
  mlx5_pci: Default miss action is not supported.
  mlx5_pci: Unexpected error in counter offset support detection   /* 
LINE INDICATING ERROR*/
  Interactive-mode selected
  testpmd: create a new mbuf pool : n=327680, size=2176, socket=0
  testpmd: preferred mempool ops selected: ring_mp_mc
  testpmd: create a new mbuf pool : n=327680, size=2176, socket=1
  testpmd: preferred mempool ops selected: ring_mp_mc
  Configuring Port 0 (socket 0)
  Port 0: 0C:42:A1:D1:D0:64
  Configuring Port 1 (socket 0)
  Port 1: 0C:42:A1:D1:D0:65
  Checking link statuses...
  Done
  testpmd>

  two lines indicates errors in counter offset supports detection.

  [Fix]

  the issue is fixed with the following upstream commit from v5.5-rc1 which 
cleanly applied above focal.
  208d70f562e5 IB/mlx5: Support flow counters offset for bulk counters
  Our QA-dpdk team tested the focal kernel with this patch and found no issues.

  Thanks,
  Amir

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1922494/+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 1786013] Re: Packaging resync

2021-04-11 Thread Andy Whitcroft
** Tags removed: verification-needed-focal

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

Title:
  Packaging resync

Status in linux package in Ubuntu:
  Fix Released
Status in linux-azure package in Ubuntu:
  Fix Released
Status in linux-azure-edge package in Ubuntu:
  Confirmed
Status in linux source package in Precise:
  Fix Committed
Status in linux-azure source package in Precise:
  Invalid
Status in linux-azure-edge source package in Precise:
  Invalid
Status in linux source package in Trusty:
  Fix Released
Status in linux-azure source package in Trusty:
  Fix Released
Status in linux-azure-edge source package in Trusty:
  Invalid
Status in linux source package in Xenial:
  Fix Released
Status in linux-azure source package in Xenial:
  Fix Released
Status in linux-azure-edge source package in Xenial:
  Fix Released
Status in linux source package in Bionic:
  Fix Released
Status in linux-azure source package in Bionic:
  Fix Released
Status in linux-azure-edge source package in Bionic:
  Fix Released
Status in linux source package in Cosmic:
  Fix Released
Status in linux-azure source package in Cosmic:
  Fix Released
Status in linux-azure-edge source package in Cosmic:
  Confirmed
Status in linux source package in Disco:
  Fix Released
Status in linux-azure source package in Disco:
  Fix Released
Status in linux-azure-edge source package in Disco:
  Won't Fix

Bug description:
  Ongoing packing resyncs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+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 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2021-04-11 Thread James Hennig
Well, I spent the past few hours pouring over the entirety of this
thread and I didn't try the patches to pinctrl-amd.c provided by @Helmut
Stult in post #317. These were downloaded and placed in the same source
directory as the other patches for Manjaro kernel 5.11.13-1 and lines
were added to the PKGBUILD file for the patches.

- 0303-pinctrl-amd2.patch fails to apply with error "Hunk #1 FAILED at 472". 
This is presumably because the code that the patch is trying to change is not 
present in 5.11.13-1, if I am right in my interpretation of it.
- 
0303-revert-pinctrl_amd_remove_debounce_filter_setting_in_IRQ_type_setting.patch
 - Successfully validates, applies and I was able to compile and install 
5.11.13-1 and the kernel functions on bootup.

However, this too did not resolve the issue. The touchpad failed on
bootup in the expected 1-30 reboot range (Got to 9 reboots), just as if
no patch were applied. I am out of ideas and need some help from an
expert, @Coiby Xu. There is nothing else for me to try and I'm not a
programmer so I don't know how to create a solution from scratch.

Thanks for any help moving forward.

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

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

Status in Pop!_OS:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in xserver-xorg-input-libinput package in Ubuntu:
  Confirmed
Status in linux package in Arch Linux:
  Fix Committed
Status in linux package in Fedora:
  Confirmed
Status in linux package in openSUSE:
  New

Bug description:
  Update (based on #296)
  =

  The latest kernel tree
  (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git)
  has the complete solution to fix this bug. So we can expect kernel
  v5.11 to fix this issue without any additional work.

  Before the release of v5.11, you are suggested to use #189 to save your 
touchpad. Note that for distributions like Ubuntu and Fedora, the pinctrl-amd 
driver is built into the initramfs. So you have to rebuild the initramfs after 
replacing the old module with new one.
  On Fedora, run `sudo dracut --force`; On ubuntu, run `sudo update-initramfs 
-u`.

  The complete solution is three patches,
   - 47a0001436352c9853d72bf2071e85b316d688a2 ("pinctrl: amd: remove debounce 
filter setting in IRQ type setting")
   - 06abe8291bc31839950f7d0362d9979edc88a666 ("pinctrl: amd: fix incorrect way 
to disable debounce filter")
   - 8dcb7a15a585b6d0fee15751ce11d7a68cfedd56 ("gpiolib: acpi: Take into 
account debounce settings")

  The first two patches has reached the stable tree. If the last one is
  also backported to LTS kernel, you won't need to install kernel 5.11.
  But I don't know when this will happen.

  Original bug report
  ===

  Hello

  The MSFT touchpad of this Lenovo Legion-5 15ARH05 laptop is not reacting at 
all (pointer and click never move when touchpad is touched). This has been 
reported by other users in various websites, with various linux systems 
including other Ubuntu systems, but I saw no launchpad bug so I post one. 
Example of websites covering the issue :
  - https://askubuntu.com/questions/1253830/lenovo-legion-5-touchpad (exactly 
the same laptop)
  - https://www.linux.org/threads/lenovo-legion-5-touchpad.29536/ (similar 
laptop)

  xinput indentifies it as MSFT0001:00 04F3:3140

  Virtual core pointer  id=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ MSFT0001:00 04F3:3140 Touchpad  id=17   [slave  pointer 
 (2)]
  ⎜   ↳ MSFT0001:00 04F3:3140 Mouse id=16   [slave  pointer 
 (2)]
  ⎜   ↳ ITE Tech. Inc. ITE Device(8910) Consumer Controlid=12   [slave  
pointer  (2)]
  ⎜   ↳ Logitech USB Optical Mouse  id=11   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Ideapad extra buttons   id=15   [slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Integrated Camera: Integrated C id=10   [slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ ITE Tech. Inc. ITE Device(8910) Consumer Controlid=19   [slave  
keyboard (3)]
  ↳ Power Buttonid=9[slave  
keyboard (3)]
  ↳ ITE Tech. Inc. ITE Device(8910) Wireless Radio Control  id=13   [slave  
keyboard (3)]
  ↳ ITE Tech. Inc. ITE Device(8910) Keyboardid=14   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=18   [slave  
keyboard (3)]
  ↳ Video Bus  

[Kernel-packages] [Bug 1922807] ProcModules.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
 

[Kernel-packages] [Bug 1922807] Lspci-vt.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] Lsusb-t.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] RfKill.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] ProcInterrupts.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 

[Kernel-packages] [Bug 1922807] Lsusb-v.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] PulseList.txt

2021-04-11 Thread Emre Sahin
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1922807/+attachment/5486475/+files/PulseList.txt

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] Lsusb.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] UdevDb.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] Lspci.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] ProcCpuinfoMinimal.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  

[Kernel-packages] [Bug 1922807] ProcCpuinfo.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
 

[Kernel-packages] [Bug 1922403] Re: hirsute beta desktop AMD64 ISO kernel panic on boot

2021-04-11 Thread Ben Wibking
I've tested the beta ISO without Secure Boot -- it still fails. I've
also tested the beta ISO with a Gen1 (non-UEFI) Hyper-V VM, and it works
fine!

** Description changed:

  I've tried to boot the Ubuntu 21.04 desktop beta Live CD (AMD64;
  http://releases.ubuntu.com/21.04/ubuntu-21.04-beta-desktop-amd64.iso)
- inside a Hyper-V Gen 2 Virtual Machine with UEFI Secure Boot (Microsoft
- UEFI Certificate Authority) enabled.
+ inside a Hyper-V Gen 2 Virtual Machine with UEFI enabled.
  
  The GRUB boot menu loads, and I continue with the default option. I
  immediately get a kernel panic (screenshot attached).

** Summary changed:

- hirsute beta desktop AMD64 ISO kernel panic on boot
+ hirsute beta desktop AMD64 ISO kernel panic on boot when booting using UEFI

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

Title:
  hirsute beta desktop AMD64 ISO kernel panic on boot when booting using
  UEFI

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I've tried to boot the Ubuntu 21.04 desktop beta Live CD (AMD64;
  http://releases.ubuntu.com/21.04/ubuntu-21.04-beta-desktop-amd64.iso)
  inside a Hyper-V Gen 2 Virtual Machine with UEFI enabled.

  The GRUB boot menu loads, and I continue with the default option. I
  immediately get a kernel panic (screenshot attached).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1922403/+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 1921576] Re: bluetooth not working on linux 5.11.0-13-generic

2021-04-11 Thread Noa Sakurajin
THe upgrade to 5.11.0-14 seems to fix the problem. Now It works just
fine.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  bluetooth not working on linux 5.11.0-13-generic

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  1) System version:

  Description:Ubuntu Hirsute Hippo (development branch)
  Release:21.04

  2) apt-cache policy linux-image-5.11.0-13-generic:

  linux-image-5.11.0-13-generic:
Installed: 5.11.0-13.14
Candidate: 5.11.0-13.14
Version table:
   *** 5.11.0-13.14 500
  500 http://de.archive.ubuntu.com/ubuntu hirsute-proposed/main amd64 
Packages
  100 /var/lib/dpkg/status

  3) Bluetooth should activate correctly and I should be able to connect to 
bluetooth devices
  4) It seems like the bluetooth adapter was not able to initialize properly, 
so that bluetooth connections are not working at all.
  5) wifi/bluetooth adapter: intel 8265
  6) working kernel configuration as attachment
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 21.04
  InstallationDate: Installed on 2020-07-17 (253 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Package: linux (not installed)
  Tags:  hirsute
  Uname: Linux 5.11.10 x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to hirsute on 2021-03-26 (1 days ago)
  UserGroups: adm cdrom dialout dip docker lpadmin lxd nordvpn plugdev 
sambashare sudo tty
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1921576/+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 1922807] acpidump.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: 

[Kernel-packages] [Bug 1922807] WifiSyslog.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] UdevDb.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] PulseList.txt

2021-04-11 Thread Emre Sahin
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1922807/+attachment/5486493/+files/PulseList.txt

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] ProcModules.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
 

[Kernel-packages] [Bug 1922807] RfKill.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] ProcInterrupts.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 

[Kernel-packages] [Bug 1922807] ProcCpuinfoMinimal.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  

[Kernel-packages] [Bug 1922807] Lsusb.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] Lsusb-v.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] ProcCpuinfo.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
 

[Kernel-packages] [Bug 1922807] Lspci-vt.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] Lsusb-t.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] IwConfig.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] CRDA.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] AlsaInfo.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] acpidump.txt

2021-04-11 Thread Emre Sahin
apport information

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

** Description changed:

  Hello,
  
  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics
  
  Then i installed VirtualBox and also installed some additional
  dependencies:
  
  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6 libreadline6-dev
  libyaml-dev libsqlite3-dev sqlite3
  
  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-dev
  libyaml-dev libsqlite3-dev sqlite3
  
  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential
  
  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"
  
  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.
  
  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]
  
  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 09.21.00
  dmi.chassis.type: 31
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 9.33
  dmi.modalias: 

[Kernel-packages] [Bug 1922807] CurrentDmesg.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 

[Kernel-packages] [Bug 1922807] Lspci.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] WifiSyslog.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] CRDA.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] IwConfig.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 8735
  

[Kernel-packages] [Bug 1922807] CurrentDmesg.txt

2021-04-11 Thread Emre Sahin
apport information

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

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

Title:
  Touchbad on HP Probook not working at all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics

  Then i installed VirtualBox and also installed some additional
  dependencies:

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6
  libreadline6-dev libyaml-dev libsqlite3-dev sqlite3

  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-
  dev libyaml-dev libsqlite3-dev sqlite3

  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential

  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.

  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]

  I am thankful for any help.
  Kind regards,
  ente187
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  emre   2097 F pulseaudio
   /dev/snd/controlC0:  emre   2097 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-03-24 (17 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: HP HP ProBook x360 435 G7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-43-generic N/A
   linux-backports-modules-5.8.0-43-generic  N/A
   linux-firmware1.187.10
  Tags:  focal
  Uname: Linux 5.8.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/27/2020
  dmi.bios.release: 3.0
  dmi.bios.vendor: HP
  dmi.bios.version: S80 Ver. 01.03.00
  dmi.board.name: 

[Kernel-packages] [Bug 1922807] Re: Touchbad on HP Probook not working at all

2021-04-11 Thread Emre Sahin
apport information

** Tags added: apport-collected

** Description changed:

  Hello,
  
  I have a fresh installation of Ubuntu (Ubuntu 20.04.2 LTS, Release: 20.04) on 
one partition of my HP Probook. The other partition is Win10 Pro. 
  From the first moments on the touchpad didn't work. But then i could solve 
the issue and it worked fine for a while:
  sudo apt remove xserver-xorg-input-synaptics
  
  Then i installed VirtualBox and also installed some additional
  dependencies:
  
  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt-dev libxml2-dev libssl-dev libreadline6 libreadline6-dev
  libyaml-dev libsqlite3-dev sqlite3
  
  sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev
  openssl libxslt1-dev libxml2-dev libssl-dev libreadline7 libreadline-dev
  libyaml-dev libsqlite3-dev sqlite3
  
  I also installed ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) 
[x86_64-linux-gnu] 
  and GCC via:
  sudo apt install build-essential
  
  Now my touchpad doesn't work and i can't remove synaptics again, because its 
not even installed.
  I also tried editing the grub file:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
  and also tried:
  GRUB_CMDLINE_LIN UX_DEFAULT="quiet splash psmouse.proto=bare"
  GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"
  
  The devices-list proc/bus/input/devices is attached to this report but
  unfortunately, there is no touchpad listed.
  
  
  And here is the xinput list:
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Surface Mobile Mouseid=16   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Consumer Controlid=18   [slave  pointer 
 (2)]
  ⎜   ↳ MX Keys Mouse   id=20   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ HP HD Camera: HP HD Camera  id=10   [slave  
keyboard (3)]
  ↳ HP HD Camera: HP IR Camera  id=11   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=13   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=14   [slave  
keyboard (3)]
  ↳ Surface Mobile Mouse Keyboard   id=15   [slave  
keyboard (3)]
  ↳ MX Keys Keyboardid=17   [slave  
keyboard (3)]
  ↳ MX Keys Consumer Controlid=19   [slave  
keyboard (3)]
  
  I am thankful for any help.
  Kind regards,
  ente187
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.16
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  emre   2097 F pulseaudio
+  /dev/snd/controlC0:  emre   2097 F pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2021-03-24 (17 days ago)
+ InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
+ MachineType: HP HP ProBook x360 435 G7
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=cd5cae68-0cc1-4876-8a87-6b0cc7e067bf ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
+ RelatedPackageVersions:
+  linux-restricted-modules-5.8.0-43-generic N/A
+  linux-backports-modules-5.8.0-43-generic  N/A
+  linux-firmware1.187.10
+ Tags:  focal
+ Uname: Linux 5.8.0-43-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 10/27/2020
+ dmi.bios.release: 3.0
+ dmi.bios.vendor: HP
+ dmi.bios.version: S80 Ver. 01.03.00
+ dmi.board.name: 8735
+ dmi.board.vendor: HP
+ dmi.board.version: KBC Version 09.21.00
+ dmi.chassis.type: 31
+ dmi.chassis.vendor: HP
+ dmi.ec.firmware.release: 9.33
+ dmi.modalias: 
dmi:bvnHP:bvrS80Ver.01.03.00:bd10/27/2020:br3.0:efr9.33:svnHP:pnHPProBookx360435G7:pvr:rvnHP:rn8735:rvrKBCVersion09.21.00:cvnHP:ct31:cvr:
+ dmi.product.family: 103C_5336AN 

[Kernel-packages] [Bug 1922904] Re: Ubuntu 20.04 crashing on Dell 5820 X-Series desktop

2021-04-11 Thread Jay
Notes
===
Using 18.04 LTS as well getting the crashing issue.
Suspecting this SSD model driver causing the crash.

Below is the syslogs for your reference 
===

Apr 8 13:12:25 localhost kernel: [ 773.855092] show_signal: 35 callbacks 
suppressed
Apr 8 13:12:25 localhost kernel: [ 773.855094] traps: dpkg-query[8579] general 
protection fault ip:7f008f209f11 sp:7ffc1d8d16a8 error:0 in 
libc-2.27.so[7f008f07f000+1e7000]
Apr 8 13:12:25 localhost kernel: [ 773.913058] traps: apport[8581] general 
protection fault ip:544414 sp:7ffe1f3ff9f0 error:0 in python3.6[40+3b4000]
Apr 8 13:12:25 localhost kernel: [ 773.913070] Process 8581(apport) has 
RLIMIT_CORE set to 1
Apr 8 13:12:25 localhost kernel: [ 773.913070] Aborting core
Apr 8 13:12:27 localhost kernel: [ 776.151560] traps: dpkg-query[8582] general 
protection fault ip:7f279c3f8f11 sp:7ffc81d44d18 error:0 in 
libc-2.27.so[7f279c26e000+1e7000]
Apr 8 13:12:31 localhost kernel: [ 780.513187] XFS (nvme0n1): Unmounting 
Filesystem

Apr 8 13:13:02 localhost kernel: [ 810.919029] traps: mkfs.ext4[8587]
general protection fault ip:7f003ac171bb sp:7ffcd7625470 error:0 in
libext2fs.so.2.4[7f003ac0+4d000]

Apr 8 13:13:16 localhost kernel: [ 825.229643] traps: apport[8598] general 
protection fault ip:59cb64 sp:7ffcea1e5cf8 error:0 in python3.6[40+3b4000]
Apr 8 13:13:16 localhost kernel: [ 825.229657] Process 8598(apport) has 
RLIMIT_CORE set to 1
Apr 8 13:13:16 localhost kernel: [ 825.229657] Aborting core
Apr 8 13:13:36 localhost kernel: [ 844.807235] traps: apport-checkrep[8604] 
general protection fault ip:59cb60 sp:7fff43e688b8 error:0 in 
python3.6[40+3b4000]
Apr 8 13:13:36 localhost kernel: [ 844.991014] apport-checkrep[8609]: segfault 
at 8 ip 0054dc65 sp 7ffe23d42520 error 6 in python3.6[40+3b4000]
Apr 8 13:13:36 localhost kernel: [ 844.991018] Code: 46 28 00 00 00 00 49 89 4e 
20 48 85 c9 74 04 4c 89 71 28 4c 89 35 b3 0f 52 00 e9 c6 fc ff ff 4c 8b 52 e8 
4c 8b 4a f0 4d 89 11 <4d> 89 4a 08 48 c7 42 e8 00 00 00 00 e9 7d fd ff ff 48 89 
fe 48 8b
Apr 8 13:14:09 localhost kernel: [ 878.006289] traps: apport[8637] general 
protection fault ip:59cb60 sp:7ffe82f661f8 error:0 in python3.6[40+3b4000]
Apr 8 13:14:09 localhost kernel: [ 878.006303] Process 8637(apport) has 
RLIMIT_CORE set to 1
Apr 8 13:14:09 localhost kernel: [ 878.006303] Aborting core
Apr 8 13:14:33 localhost systemd[1]: Starting Cleanup of Temporary 
Directories...
Apr 8 13:14:33 localhost systemd[1]: Started Cleanup of Temporary Directories.
Apr 8 13:15:01 localhost kernel: [ 929.918109] traps: apt-config[8682] general 
protection fault ip:7f56f13e3ed0 sp:7ffeef400768 error:0 in 
libapt-pkg.so.5.0.2[7f56f13a2000+1b6000]
Apr 8 13:15:01 localhost kernel: [ 929.928414] traps: apport[8683] general 
protection fault ip:50cdaa sp:7ffd9052a960 error:0 in python3.6[40+3b4000]
Apr 8 13:15:01 localhost kernel: [ 929.928436] Process 8683(apport) has 
RLIMIT_CORE set to 1
Apr 8 13:15:01 localhost kernel: [ 929.928436] Aborting core
Apr 8 13:15:01 localhost kernel: [ 930.422542] traps: apt-config[8868] general 
protection fault ip:7f867f5347f8 sp:7ffcb8a4a8e8 error:0 in 
ld-2.27.so[7f867f516000+29000]
Apr 8 13:15:01 localhost kernel: [ 930.431142] traps: apport[8869] ge...

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

Title:
  Ubuntu 20.04 crashing on Dell 5820 X-Series desktop

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  hello Community,

  Please find the below trace crash getting while we intiating file copy
  remotely or locally.

  
  Ubuntu 20.04.2 LTS"
  5.8.0-48-generic

  Getting SMBIOS data from sysfs.
  SMBIOS 3.2.0 present.

  Handle 0x0001, DMI type 1, 27 bytes
  System Information
Manufacturer: Dell Inc.
Product Name: Precision 5820 Tower X-Series

  #cat /proc/version_signature
  Ubuntu 5.8.0-48.54~20.04.1-generic 5.8.18

  Also in Ubuntu 18.04 this SSD drive not detection in the Ubuntu
  18.04.5 ISO. ALready changd the AHCI mode to SATA

  
  
  Apr  7 14:02:19 localhost kernel: [ 1662.528149] general protection fault, 
probably for non-canonical address 0xffef8f421f91d4b0:  [#1] SMP NOPTI
  Apr  7 14:02:19 localhost kernel: [ 1662.528159] CPU: 11 PID: 3377 Comm: 
rsync Tainted: P   OE 5.8.0-48-generic #54~20.04.1-Ubuntu
  Apr  7 14:02:19 localhost kernel: [ 1662.528162] Hardware name: Dell Inc. 
Precision 5820 Tower X-Series/0X75JG, BIOS 2.8.0 01/15/2021
  Apr  7 14:02:19 localhost kernel: [ 1662.528171] RIP: 
0010:kmem_cache_alloc+0x89/0x230
  Apr  7 14:02:19 localhost kernel: [ 1662.528175] Code: 08 65 4c 03 05 70 a6 
75 78 49 83 78 10 00 4d 8b 20 0f 84 8e 01 00 00 4d 85 e4 0f 84 85 01 00 00 41 
8b 47 20 49 8b 3f 4c 01 e0 <48> 8b 18 48 89 c1 49 33 9f 70 01 00 00 4c 89 e0 48 
0f c9 48 31 cb
  Apr  7 14:02:19 localhost kernel: [ 1662.528178] RSP: 0018:9de9c0ce7b30 
EFLAGS: