[Kernel-packages] [Bug 1905808] Re: alsa/hda: The sound output is abnormal when the balance is on center after switch from the audio speaker to headset on a Dell AIO

2021-01-14 Thread Anthony Wong
** Changed in: linux-oem-5.6 (Ubuntu)
   Status: In Progress => Invalid

** Changed in: hwe-next
   Status: New => Fix Released

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

Title:
  alsa/hda: The sound output is abnormal when the balance is on center
  after switch from the audio speaker to headset on a Dell AIO

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

Bug description:
  Since this patch is cced to stable kernel, I only send this patch
  to oem-5.6 kernel since oem project needs it, other ubuntu kernels
  will merge this patch with stable update.

  [Impact]
  The sound output is abnormal when the balance is on center after
  switch from the audio speaker to headset on a Dell AIO

  [Fix]
  Realtek engineer submit a patch to usptream, I backport this patch
  to ubuntu oem kernel.

  [Test]
  plug a speaker, plug out this speaker, then plug a headset, play some
  sound from headset, the sound quality is pretty good.

  [Regression Potential]
  This SRU could make some Dell AIO not work well on audio output, like
  can't output sound or output poor quality sound. but this posibility is
  low since we tested this patch on a couple of dell AIO, all worked well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1905808/+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 1910555] Re: Driver build error on kernel 5.8, but works on 5.4

2021-01-14 Thread Phil
Thanks @ZdravkoG

After re-installing Ubuntu, I was able to get the package onto the device using 
a USB stick.
I then updated Ubuntu, and then installed the package from my Downloads folder.

However, upon reboot, I'm now taken to the GRUB boot menu. From there,
it is hit or miss on whether or not the laptop actually boots to the
desktop, no matter what options that I choose.

I'm just going to re-install Ubuntu from scratch and use this laptop as
I had been before the latest update. I'm too new with Ubuntu, and would
like to spend some time working with a working version.

I truly appreciate your assistance. Thanks!

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

Title:
  Driver build error on kernel 5.8, but works on 5.4

Status in bcmwl package in Ubuntu:
  Confirmed

Bug description:
  Recently kernel was updated on Focal from 5.4 to 5.8. From that moment on 
WiFi doesn't work anymore. After a try rebuild (reconfigure) the result is:
  ---
  # dpkg-reconfigure bcmwl-kernel-source
  Removing all DKMS Modules
  Done.
  Loading new bcmwl-6.30.223.271+bdcom DKMS files...
  Building for 5.4.0-59-generic 5.8.0-34-generic
  Building for architecture x86_64
  Building initial module for 5.4.0-59-generic
  Done.

  wl.ko:
  Running module version sanity check.
   - Original module
 - No original module exists within this kernel
   - Installation
 - Installing to /lib/modules/5.4.0-59-generic/updates/dkms/

  depmod

  DKMS: install completed.
  Building initial module for 5.8.0-34-generic
  ERROR: Cannot create report: [Errno 17] File exists: 
'/var/crash/bcmwl-kernel-source.0.crash'
  Error! Bad return status for module build on kernel: 5.8.0-34-generic (x86_64)
  Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more 
information.
  ---
  As could be seen, the build for 5.4 completes successfully (and works on same 
kernel), but for 5.8 fails. Seems something is going wrong with missing 
function declaration - function "ioremap_nocache", as could be seen in attached 
make.log.
  I'm guessing, driver code may need be updated according to the new kernel 
headers.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5
  ProcVersionSignature: Ubuntu 5.4.0-59.65-generic 5.4.78
  Uname: Linux 5.4.0-59-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: KDE
  Date: Thu Jan  7 17:13:05 2021
  InstallationDate: Installed on 2020-06-22 (198 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: bcmwl
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1910555/+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 1910576] Re: [MIR] libbpf (dependency of iproute2)

2021-01-14 Thread Christian Ehrhardt 
Thanks, this seems ready for promotion then

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

Title:
  [MIR] libbpf (dependency of iproute2)

Status in iproute2 package in Ubuntu:
  Invalid
Status in libbpf package in Ubuntu:
  Fix Committed

Bug description:
  [Availability]
  libbpf | 0.1.0-1 | groovy/universe  | source
  libbpf | 0.3-2   | hirsute/universe | source

  [Rationale]
  Libbpf is (or is about to become) a dependency for building iproute2 which 
already is in main. Using BPF is becoming more wide-spread. The library allows 
to load and use eBPF programs from user-space (functionality provided by the 
kernel). It is already maintained in main for Debian 
(https://tracker.debian.org/pkg/libbpf)

  [Security]
  Since the code is taken out of the Linux kernel, this should be treated 
similar to the kernel for security. Research uncovered no records about 
security issues.

  [Quality assurance]
  At this point there are no open bug reports against libbpf (except this one) 
in Ubuntu. Also no open bugs found in Debian. Project is taken from the kernel 
source and claims static analysis via LGTM and Coverty. Also has CI via Travis 
(https://travis-ci.com/github/libbpf/libbpf).
  Right now there are no dep-8 tests. Though potentially it should be possible 
to create those, would this really add additional benefit beyond having 
upstream CI?
  A test build on hirsute was showing no warnings beyond lintian complaining 
about things which would be changed if we had delta (unstable as series for 
example). Otherwise was clean.

  [Dependencies]
  libc6: main
  libelf1: main
  zlib1g: main

  [Standards compliance]
  $ lintian --pedantic libbpf_0.3-2.dsc
  P: libbpf source: no-homepage-field
  P: libbpf source: silent-on-rules-requiring-root

  [Maintenance]
  As this is only taking out code from the kernel into a separate library 
package, the maintenance effort should be minimal. Packaging is done in Debian 
and is synced into Ubuntu (no delta).

  [Background information]
  A discourse about why this is packaged outside the kernel can be found at 
https://lwn.net/Articles/836911/.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1910576/+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 1828134] Re: Wifi not working after suspend/resume cycle

2021-01-14 Thread Bug Watch Updater
** Changed in: network-manager
   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/1828134

Title:
  Wifi not working after suspend/resume cycle

Status in NetworkManager:
  Fix Released
Status in linux package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  About 75% of the time for the past few weeks (I don't have a time
  where this started), my wifi is not working after resume from suspend.
  I'm happy to provide more debugging info if needed.

  I have tried an rmmod/modprobe on on the iwlwifi,iwlmvm modules just
  to see after the resume, and didn't re-enable the card.

  The symptoms are, the wlp4so interface is DOWN, I can't bring it up.
  gnome-network-manager widget turning the interface off/on doesn't
  work.  I don't see anything glaring in dmesg.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-generic 5.0.0.14.15
  ProcVersionSignature: Ubuntu 5.0.0-14.15-generic 5.0.6
  Uname: Linux 5.0.0-14-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dpb4587 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May  7 18:49:01 2019
  InstallationDate: Installed on 2018-06-18 (323 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: LENOVO 20HRCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-14-generic 
root=UUID=fa64d67d-26bf-4c42-a12f-c45b6ea5117c ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-14-generic N/A
   linux-backports-modules-5.0.0-14-generic  N/A
   linux-firmware1.178
  SourcePackage: linux
  UpgradeStatus: Upgraded to disco on 2019-03-15 (53 days ago)
  dmi.bios.date: 02/14/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1MET52W(1.37)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20HRCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1MET52W(1.37):bd02/14/2019:svnLENOVO:pn20HRCTO1WW:pvrThinkPadX1Carbon5th:rvnLENOVO:rn20HRCTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad X1 Carbon 5th
  dmi.product.name: 20HRCTO1WW
  dmi.product.sku: LENOVO_MT_20HR_BU_Think_FM_ThinkPad X1 Carbon 5th
  dmi.product.version: ThinkPad X1 Carbon 5th
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1828134/+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 1902577] Re: TGL system automatically resumes from s2idle when connecting to a docking station with a monitor

2021-01-14 Thread Anthony Wong
** Also affects: linux-oem-5.10 (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: linux-oem-5.10 (Ubuntu Focal)
 Assignee: (unassigned) => Alex Hung (alexhung)

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

Title:
  TGL system automatically resumes from s2idle when connecting to a
  docking station with a monitor

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

Bug description:
  [Impact]
  TGL systems wake up automatically from s2idle when connecting to a docking
  station with a monitor. The wake-up events are generated when BIOS sets
  ALL_MONITOR_OFF for power-saving on TGL systems.

  [Fix]
  A BIOS workaround is used to skip ALL_MONITOR_OFF with an _OSI string
  "Linux-Dell-USB4-Wakeup".

  [Test]
  Verified on Dell's TigerLake platforms

  [Regression Potential]
  Low. This only works on platforms supporting "Linux-Dell-USB4-Wakeup".
  No other platforms will be affected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1902577/+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 1911848] Re: kvm: Windows 2k19 with Hyper-v role gets stuck on pending hypervisor requests on cascadelake based kvm hosts

2021-01-14 Thread Matthew Ruffell
** Description changed:

  BugLink: https://bugs.launchpad.net/bugs/1911848
  
  [Impact]
  
  On CascadeLake based KVM hosts, Windows Server 2k16 and 2k19 guests will
  fail to start once they have enabled the hyper-v role for nested
  virtualisation.
  
  The Windows Server guests will get stuck in the late stages of boot,
  before the graphical login screen appears, on Windows Server systems
  with the desktop environment installed.
  
  If you look at performance metrics for the guest, the CPU will appear to
  be stuck at 100%, and it never changes from 100%. The Windows Server
  guest is unresponsive.
  
  The KVM settings use Cascadelake-Server-noTSX virtual CPUs, with some
  very specific settings needed for nested virtualisation. See testcase
  section. If you use any other vcpu type, the problem does not reproduce.
  
  Known workarounds are to install the 5.8 HWE kernel, in which case the
  server will come up as expected.
  
  [Fix]
  
  The following commit fixes the issue, and landed in mainline 5.8-rc1:
  
  commit 8081ad06b68a728e676d3b08e9ab70ce4039747b
  Author: Sean Christopherson 
  Date:   Wed Apr 22 19:25:40 2020 -0700
  Subject: KVM: x86: Set KVM_REQ_EVENT if run is canceled with 
req_immediate_exit set
  Link: 
https://github.com/torvalds/linux/commit/8081ad06b68a728e676d3b08e9ab70ce4039747b
  
  It appears that pending requests to the hypervisor can be lost or
  delayed if an immediate exit was requested in vcpu_enter_guest(). As the
  commit message mentions, only the !injected case is affected, so we add
  a check at the cancel_injection label to see if we got there as a result
  of an immediate exit, and then re-issue a KVM_REQ_EVENT request if we
  are.
  
  The Windows guest is waiting for an event to be processed, which never
  happens, and so gets stuck.
  
  Even though the above commit has a Fixes: tag to a commit in 3.15-rc1,
  in my testing the 4.15 kernel with a Bionic-ussuri userspace does not
  reproduce the issue, so SRU to Bionic will not be needed.
  
  [Testcase]
  
  A cascadelake based Xeon server is required. Anything else and the bug
  will not reproduce.
  
  I used a c5.metal server on AWS. It has the following processor:
  Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz
  
  Install a KVM stack, and ubuntu-desktop. Set up xrdp and confirm you can
  reach the desktop. Copy a Windows Server 2k19 image to the destination
  server, as well as a recent ISO image of virtio drivers.
  
  Install virt-manager.
  
  Create a new virtual machine using the Windows 2k19 defaults. Use 8
  vcpus, 16gb ram. Click customise button to change settings before
  install.
  
- Change the hard disk to be SATA, attach a new cd rom driver for the
+ Change the hard disk to be SATA, attach a new cd rom drive for the
  virtio drivers. Change networking to virtio. Change CPU to Cascadelake-
  Server-noTSX.
  
  Edit the virsh xml, and ensure you set the following features for CPU:
  
    
  Cascadelake-Server-noTSX
  
  
  
  
  
  
  
  
  
  
  
  
    
  
  Those settings are an absolute must.
  
  Boot the VM, and install Windows 2k19 with the desktop environment. Once
  it is installed, open up computer management > device manager and
  install drivers from the virtio ISO for missing hardware, likely the
  network and balloon devices.
  
  From there, go to server manager, and install the hyper-v role.
  
  Reboot the server. It will reboot a few times, and on the final time, it
  will lock up before it reaches the log in screen.
  
  In virt-manager, go to the performance tab. The CPU will be stuck at
  100%. The windows guest will be non responsive.
  
  A patched kernel is available in the following ppa:
  
  https://launchpad.net/~mruffell/+archive/ubuntu/sf296306-test
  
  If you install this kernel and boot the Windows 2k19 guest, it will come
  up normally when the hyper-v role is enabled, and you will be able to
  log in.
  
  [Where problems could occur]
  
  This is a change to a core part of the kvm subsystem, so there is
  potential for regression which could affect all users of KVM.
  
  If a regression were to occur, there are no workarounds. Users would
  need to downgrade their kernel while a fix is developed.

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

Title:
  kvm: Windows 2k19 with Hyper-v role gets stuck on pending hypervisor
  requests on cascadelake based kvm hosts

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  In Progress

Bug description:
  BugLink: https://bugs.launchpad.net/bugs/1911848

  [Impact]

  On CascadeLake based KVM hosts, Windows Server 2k16 and 2k19 guests
  will fail to start once they have enabled the hyper-v role for nested
  virtualisation.

  The Windows Server guests will get stuck in the late stages of boot,
  before the

[Kernel-packages] [Bug 1902577] Re: TGL system automatically resumes from s2idle when connecting to a docking station with a monitor

2021-01-14 Thread koba
** Tags added: originate-from-1911123

** Tags removed: originate-from-1909093

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

Title:
  TGL system automatically resumes from s2idle when connecting to a
  docking station with a monitor

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

Bug description:
  [Impact]
  TGL systems wake up automatically from s2idle when connecting to a docking
  station with a monitor. The wake-up events are generated when BIOS sets
  ALL_MONITOR_OFF for power-saving on TGL systems.

  [Fix]
  A BIOS workaround is used to skip ALL_MONITOR_OFF with an _OSI string
  "Linux-Dell-USB4-Wakeup".

  [Test]
  Verified on Dell's TigerLake platforms

  [Regression Potential]
  Low. This only works on platforms supporting "Linux-Dell-USB4-Wakeup".
  No other platforms will be affected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1902577/+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 1902577] Re: TGL system automatically resumes from s2idle when connecting to a docking station with a monitor

2021-01-14 Thread koba
** Tags added: oem-priority originate-from-1909093 somerville

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

Title:
  TGL system automatically resumes from s2idle when connecting to a
  docking station with a monitor

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

Bug description:
  [Impact]
  TGL systems wake up automatically from s2idle when connecting to a docking
  station with a monitor. The wake-up events are generated when BIOS sets
  ALL_MONITOR_OFF for power-saving on TGL systems.

  [Fix]
  A BIOS workaround is used to skip ALL_MONITOR_OFF with an _OSI string
  "Linux-Dell-USB4-Wakeup".

  [Test]
  Verified on Dell's TigerLake platforms

  [Regression Potential]
  Low. This only works on platforms supporting "Linux-Dell-USB4-Wakeup".
  No other platforms will be affected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1902577/+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 1911848] [NEW] kvm: Windows 2k19 with Hyper-v role gets stuck on pending hypervisor requests on cascadelake based kvm hosts

2021-01-14 Thread Matthew Ruffell
Public bug reported:

BugLink: https://bugs.launchpad.net/bugs/1911848

[Impact]

On CascadeLake based KVM hosts, Windows Server 2k16 and 2k19 guests will
fail to start once they have enabled the hyper-v role for nested
virtualisation.

The Windows Server guests will get stuck in the late stages of boot,
before the graphical login screen appears, on Windows Server systems
with the desktop environment installed.

If you look at performance metrics for the guest, the CPU will appear to
be stuck at 100%, and it never changes from 100%. The Windows Server
guest is unresponsive.

The KVM settings use Cascadelake-Server-noTSX virtual CPUs, with some
very specific settings needed for nested virtualisation. See testcase
section. If you use any other vcpu type, the problem does not reproduce.

Known workarounds are to install the 5.8 HWE kernel, in which case the
server will come up as expected.

[Fix]

The following commit fixes the issue, and landed in mainline 5.8-rc1:

commit 8081ad06b68a728e676d3b08e9ab70ce4039747b
Author: Sean Christopherson 
Date:   Wed Apr 22 19:25:40 2020 -0700
Subject: KVM: x86: Set KVM_REQ_EVENT if run is canceled with req_immediate_exit 
set
Link: 
https://github.com/torvalds/linux/commit/8081ad06b68a728e676d3b08e9ab70ce4039747b

It appears that pending requests to the hypervisor can be lost or
delayed if an immediate exit was requested in vcpu_enter_guest(). As the
commit message mentions, only the !injected case is affected, so we add
a check at the cancel_injection label to see if we got there as a result
of an immediate exit, and then re-issue a KVM_REQ_EVENT request if we
are.

The Windows guest is waiting for an event to be processed, which never
happens, and so gets stuck.

Even though the above commit has a Fixes: tag to a commit in 3.15-rc1,
in my testing the 4.15 kernel with a Bionic-ussuri userspace does not
reproduce the issue, so SRU to Bionic will not be needed.

[Testcase]

A cascadelake based Xeon server is required. Anything else and the bug
will not reproduce.

I used a c5.metal server on AWS. It has the following processor:
Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz

Install a KVM stack, and ubuntu-desktop. Set up xrdp and confirm you can
reach the desktop. Copy a Windows Server 2k19 image to the destination
server, as well as a recent ISO image of virtio drivers.

Install virt-manager.

Create a new virtual machine using the Windows 2k19 defaults. Use 8
vcpus, 16gb ram. Click customise button to change settings before
install.

Change the hard disk to be SATA, attach a new cd rom driver for the
virtio drivers. Change networking to virtio. Change CPU to Cascadelake-
Server-noTSX.

Edit the virsh xml, and ensure you set the following features for CPU:

  
Cascadelake-Server-noTSX












  

Those settings are an absolute must.

Boot the VM, and install Windows 2k19 with the desktop environment. Once
it is installed, open up computer management > device manager and
install drivers from the virtio ISO for missing hardware, likely the
network and balloon devices.

>From there, go to server manager, and install the hyper-v role.

Reboot the server. It will reboot a few times, and on the final time, it
will lock up before it reaches the log in screen.

In virt-manager, go to the performance tab. The CPU will be stuck at
100%. The windows guest will be non responsive.

A patched kernel is available in the following ppa:

https://launchpad.net/~mruffell/+archive/ubuntu/sf296306-test

If you install this kernel and boot the Windows 2k19 guest, it will come
up normally when the hyper-v role is enabled, and you will be able to
log in.

[Where problems could occur]

This is a change to a core part of the kvm subsystem, so there is
potential for regression which could affect all users of KVM.

If a regression were to occur, there are no workarounds. Users would
need to downgrade their kernel while a fix is developed.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: linux (Ubuntu Focal)
 Importance: Medium
 Assignee: Matthew Ruffell (mruffell)
 Status: In Progress


** Tags: focal sts

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

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

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

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

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Matthew Ruffell (mruffell)

** Tags added: focal sts

** Description changed:

+ BugLink: https://bugs.launchpad.net/bugs/1911848
+ 
  [Impact]
  
  On CascadeLake based KVM hosts, Windows Server 2k16 and 2k19 guests will
  fail to start once they have enabled the hyper-v role for nested
  virtualisation.
  
  The Windows Server guests will get stuck in the late stages of boot,
  before the graphical login screen appears, on

[Kernel-packages] [Bug 1908894] Re: USB controllers disconnects after random time

2021-01-14 Thread Brad Woodward
I've been having the same issue since building a new system a couple
months ago. The frequency is inconsistent, but rarely happens more than
once per day. Sometimes I'll lose my keyboard mid-sentence, and other
times I won't be able to unlock the system in the morning.

Oddly, my USB mouse (a Razer Naga) always still works, and the side
buttons which act as a number pad also always work. However, by USB hub
loses power, and neither it nor my keyboard ever regain power or
functionality when re-plugging or switching ports. It's always fixed by
a reboot.

I'm on a Threadripper 3990x with an ASUS ROG Zenith II Extreme
motherboard.

Here's the snippet from /var/log/syslog:

Jan 14 19:37:19 amaranth systemd[1]: fprintd.service: Succeeded.
Jan 14 19:38:44 amaranth kernel: [37857.592954] xhci_hcd :49:00.3: Mismatch 
between completed Set TR Deq Ptr command & xHCI internal state.
Jan 14 19:38:44 amaranth kernel: [37857.592957] xhci_hcd :49:00.3: ep deq 
seg = 3ccd0405, deq ptr = 6daebfd1
Jan 14 19:38:45 amaranth kernel: [37858.593779] xhci_hcd :49:00.3: AMD-Vi: 
Event logged [IO_PAGE_FAULT domain=0x0035 address=0x0 flags=0x]
Jan 14 19:38:50 amaranth kernel: [37863.667171] xhci_hcd :49:00.3: xHCI 
host not responding to stop endpoint command.
Jan 14 19:38:50 amaranth kernel: [37863.667178] xhci_hcd :49:00.3: xHCI 
host controller not responding, assume dead
Jan 14 19:38:50 amaranth kernel: [37863.667220] xhci_hcd :49:00.3: HC died; 
cleaning up
Jan 14 19:38:50 amaranth kernel: [37863.667255] usb 9-3: USB disconnect, device 
number 2
Jan 14 19:38:50 amaranth kernel: [37863.667258] usb 9-3.1: USB disconnect, 
device number 4
Jan 14 19:38:50 amaranth kernel: [37863.667447] usb 10-3: USB disconnect, 
device number 2
Jan 14 19:38:50 amaranth kernel: [37863.667449] usb 10-3.2: USB disconnect, 
device number 4
Jan 14 19:38:50 amaranth kernel: [37863.667451] usb 10-3.2.4: USB disconnect, 
device number 5
Jan 14 19:38:50 amaranth kernel: [37863.668402] usb 10-4: USB disconnect, 
device number 3
Jan 14 19:38:50 amaranth kernel: [37863.735579] usb 9-3.2: USB disconnect, 
device number 6
Jan 14 19:38:50 amaranth kernel: [37863.735581] usb 9-3.2.3: USB disconnect, 
device number 7
Jan 14 19:38:50 amaranth acpid: input device has been disconnected, fd 17
Jan 14 19:38:50 amaranth acpid: input device has been disconnected, fd 8
Jan 14 19:38:50 amaranth acpid: input device has been disconnected, fd 9
Jan 14 19:38:50 amaranth kernel: [37863.979627] usb 9-3.2.4: USB disconnect, 
device number 9
Jan 14 19:38:50 amaranth kernel: [37863.979630] usb 9-3.2.4.4: USB disconnect, 
device number 10
Jan 14 19:38:50 amaranth kernel: [37864.076604] usb 9-4: USB disconnect, device 
number 3
Jan 14 19:38:50 amaranth kernel: [37864.076833] usb 9-5: USB disconnect, device 
number 5
Jan 14 19:38:50 amaranth acpid: input device has been disconnected, fd 7
Jan 14 19:38:50 amaranth acpid: input device has been disconnected, fd 10
Jan 14 19:38:50 amaranth kernel: [37864.231560] usb 9-6: USB disconnect, device 
number 8
Jan 14 19:38:50 amaranth acpid: input device has been disconnected, fd 11
Jan 14 19:38:50 amaranth acpid: input device has been disconnected, fd 12

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

Title:
  USB controllers disconnects after random time

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Since I installed Ubuntu on my new convertible laptop, I got issues with the 
USB. Just after boot my USB controller is working properly (I can connect usb 
sticks, mices, and my internal camera works) and at some point long after it 
suddenly stop working (mices suddenly stop moving even when used, webcam and 
sticks no more detected).
  This can happend few minuts after boot, or several days after.
  Yet I have not been able to find what triggers the failure. It happends at 
any time during normal usage of the computer, including during the usb usage.

  more concrete infos:
  after failure, I get
  $ dmesg

  [ 2671.894099] perf: interrupt took too long (2512 > 2500), lowering 
kernel.perf_event_max_sample_rate to 79500
  [ 3262.197917] xhci_hcd :03:00.3: Mismatch between completed Set TR Deq 
Ptr command & xHCI internal state.
  [ 3262.197927] xhci_hcd :03:00.3: ep deq seg = 8dafef36, deq ptr 
= 5f96ce32
  [ 3262.198052] xhci_hcd :03:00.3: AMD-Vi: Event logged [IO_PAGE_FAULT 
domain=0x000a address=0x0 flags=0x]
  [ 3267.250397] xhci_hcd :03:00.3: xHCI host not responding to stop 
endpoint command.
  [ 3267.250428] xhci_hcd :03:00.3: xHCI host controller not responding, 
assume dead
  [ 3267.250463] xhci_hcd :03:00.3: HC died; cleaning up
  [ 3267.250499] usb 1-3: USB disconnect, device number 2
  [ 3267.311251] usb 1-4: USB disconnect, device number 3

  and lsusb doesn't show my devices anymore, even the newly inserted
 

[Kernel-packages] [Bug 1888691] Re: [uc20] rpi4 does not boot with armhf on recent 5.4 kernel snaps

2021-01-14 Thread Ian Johnson
** Changed in: snapd
   Status: Triaged => Fix Released

** Changed in: snapd
Milestone: None => 2.48.2

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

Title:
  [uc20] rpi4 does not boot with armhf on recent 5.4 kernel snaps

Status in snapd:
  Fix Released
Status in linux-raspi package in Ubuntu:
  Invalid
Status in linux-raspi source package in Focal:
  Invalid

Bug description:
  The armhf kernel on the current uc20 beta image (5.4.0-1011.11 r156) boots 
fine on rpi4, but when the system refreshes to 5.4.0-1011.15 r179, the system 
does not boot. After it gets to "Starting kernel..." it just stops.  Attempting 
to power off/on the device after the failed boot fails in the uboot script:
  Hit any key to stop autoboot:  0
  switch to partitions #0, OK
  mmc0 is current device
  Scanning mmc 0:1...
  Found U-Boot script /boot.scr
  4638 bytes read in 28 ms (161.1 KiB/s)
  ## Executing script at 0240
  4096 bytes read in 39 ms (102.5 KiB/s)
  131072 bytes read in 45 ms (2.8 MiB/s)
  131072 bytes written in 89 ms (1.4 MiB/s)
  SCRIPT FAILED: continuing...
  45618 bytes read in 41 ms (1.1 MiB/s)
  Card did not respond to voltage select!
  starting USB...
  ...

  This does not seem to happen with the arm64 kernel, and booting the
  armhf kernel seems to work fine on pi3 devices - it just seems to be
  the combination of armhf and rpi4 that breaks right now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1888691/+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 1910576] Re: [MIR] libbpf (dependency of iproute2)

2021-01-14 Thread Seth Arnold
Thanks Christian, I think you're right, this probably doesn't need a
security review and being centralized in one place will probably be
easier to maintain.

Thanks

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

** Changed in: libbpf (Ubuntu)
 Assignee: Seth Arnold (seth-arnold) => (unassigned)

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

Title:
  [MIR] libbpf (dependency of iproute2)

Status in iproute2 package in Ubuntu:
  Invalid
Status in libbpf package in Ubuntu:
  Fix Committed

Bug description:
  [Availability]
  libbpf | 0.1.0-1 | groovy/universe  | source
  libbpf | 0.3-2   | hirsute/universe | source

  [Rationale]
  Libbpf is (or is about to become) a dependency for building iproute2 which 
already is in main. Using BPF is becoming more wide-spread. The library allows 
to load and use eBPF programs from user-space (functionality provided by the 
kernel). It is already maintained in main for Debian 
(https://tracker.debian.org/pkg/libbpf)

  [Security]
  Since the code is taken out of the Linux kernel, this should be treated 
similar to the kernel for security. Research uncovered no records about 
security issues.

  [Quality assurance]
  At this point there are no open bug reports against libbpf (except this one) 
in Ubuntu. Also no open bugs found in Debian. Project is taken from the kernel 
source and claims static analysis via LGTM and Coverty. Also has CI via Travis 
(https://travis-ci.com/github/libbpf/libbpf).
  Right now there are no dep-8 tests. Though potentially it should be possible 
to create those, would this really add additional benefit beyond having 
upstream CI?
  A test build on hirsute was showing no warnings beyond lintian complaining 
about things which would be changed if we had delta (unstable as series for 
example). Otherwise was clean.

  [Dependencies]
  libc6: main
  libelf1: main
  zlib1g: main

  [Standards compliance]
  $ lintian --pedantic libbpf_0.3-2.dsc
  P: libbpf source: no-homepage-field
  P: libbpf source: silent-on-rules-requiring-root

  [Maintenance]
  As this is only taking out code from the kernel into a separate library 
package, the maintenance effort should be minimal. Packaging is done in Debian 
and is synced into Ubuntu (no delta).

  [Background information]
  A discourse about why this is packaged outside the kernel can be found at 
https://lwn.net/Articles/836911/.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1910576/+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 1911840] Re: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5: bcmwl kernel module failed to build

2021-01-14 Thread Apport retracing service
*** This bug is a duplicate of bug 1907445 ***
https://bugs.launchpad.net/bugs/1907445

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1907445, so 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.  Please continue to report any other bugs you may
find.

** Package changed: ubuntu => bcmwl (Ubuntu)

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1907445
   bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5: bcmwl kernel module failed 
to build

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

Title:
  bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5: bcmwl kernel module
  failed to build

Status in bcmwl package in Ubuntu:
  New

Bug description:
  Failed during update to Ubuntu 20.04 - wifi no longer works

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5
  ProcVersionSignature: Ubuntu 5.8.0-38.43~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-38-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.12
  Architecture: amd64
  CasperMD5CheckResult: skip
  DKMSKernelVersion: 5.8.0-38-generic
  Date: Thu Jan 14 21:48:02 2021
  DuplicateSignature: 
dkms:bcmwl-kernel-source:6.30.223.271+bdcom-0ubuntu5:/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:593:20:
 error: implicit declaration of function ‘ioremap_nocache’; did you mean 
‘ioremap_cache’? [-Werror=implicit-function-declaration]
  InstallationDate: Installed on 2021-01-14 (0 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  PackageVersion: 6.30.223.271+bdcom-0ubuntu5
  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.2ubuntu0.2
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5: bcmwl kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1911840/+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 1911840] [NEW] bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5: bcmwl kernel module failed to build

2021-01-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Failed during update to Ubuntu 20.04 - wifi no longer works

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5
ProcVersionSignature: Ubuntu 5.8.0-38.43~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-38-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.12
Architecture: amd64
CasperMD5CheckResult: skip
DKMSKernelVersion: 5.8.0-38-generic
Date: Thu Jan 14 21:48:02 2021
DuplicateSignature: 
dkms:bcmwl-kernel-source:6.30.223.271+bdcom-0ubuntu5:/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:593:20:
 error: implicit declaration of function ‘ioremap_nocache’; did you mean 
‘ioremap_cache’? [-Werror=implicit-function-declaration]
InstallationDate: Installed on 2021-01-14 (0 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
PackageVersion: 6.30.223.271+bdcom-0ubuntu5
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.2ubuntu0.2
SourcePackage: bcmwl
Title: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5: bcmwl kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal need-duplicate-check third-party-packages
-- 
bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5: bcmwl kernel module failed to 
build
https://bugs.launchpad.net/bugs/1911840
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to bcmwl 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 1902577] Re: TGL system automatically resumes from s2idle when connecting to a docking station with a monitor

2021-01-14 Thread Anthony Wong
** Changed in: linux-oem-5.6 (Ubuntu)
   Status: New => Invalid

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

Title:
  TGL system automatically resumes from s2idle when connecting to a
  docking station with a monitor

Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-oem-5.6 source package in Focal:
  Fix Released

Bug description:
  [Impact]
  TGL systems wake up automatically from s2idle when connecting to a docking
  station with a monitor. The wake-up events are generated when BIOS sets
  ALL_MONITOR_OFF for power-saving on TGL systems.

  [Fix]
  A BIOS workaround is used to skip ALL_MONITOR_OFF with an _OSI string
  "Linux-Dell-USB4-Wakeup".

  [Test]
  Verified on Dell's TigerLake platforms

  [Regression Potential]
  Low. This only works on platforms supporting "Linux-Dell-USB4-Wakeup".
  No other platforms will be affected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1902577/+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 1865379] Re: Raspberry Pi 4 fails to wake at login prompt

2021-01-14 Thread Pamela Fong
The symptom you reported seems the same as this one reported for Ubuntu
20.10,

https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1909678

Try the suggested workaround.

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

Title:
  Raspberry Pi 4 fails to wake at login prompt

Status in linux package in Ubuntu:
  Confirmed
Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  Raspberry Pi 4 running Ubuntu server 20.04 Focal (and perhaps 19.10
  Eoan) fails to wake from sleep when no user is logged in and the
  screen is sitting at the gdm login prompt.

  This has happened on two different systems.  One system uses the
  official RPi 7 inch touchscreen via (LCD DSI Display Connector).  The
  other system has a 10 inch non-touchscreen from SunFounder via (Micro
  HDMI).

  Nothing wakes the Pi: Keyboard, mouse, or touchscreen.

  After a user logs in and the screen locks on sleep the system wakes
  just fine with a lock screen.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gdm3 3.34.1-1ubuntu1
  ProcVersionSignature: User Name 5.4.0-1001.1-raspi2 5.4.8
  Uname: Linux 5.4.0-1001-raspi2 armv7l
  ApportVersion: 2.20.11-0ubuntu18
  Architecture: armhf
  CurrentDesktop: XFCE
  Date: Sun Mar  1 20:03:12 2020
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: Upgraded to focal on 2020-02-28 (2 days ago)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu18
  Architecture: armhf
  CurrentDesktop: XFCE
  DisplayManager: gdm3
  DistroRelease: Ubuntu 20.04
  GsettingsChanges:
   b'org.gnome.desktop.input-sources' b'sources' b"[('xkb', 'us')]"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'ibus'"
  Package: gnome-shell 3.35.91-1ubuntu2
  PackageArchitecture: armhf
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: User Name 5.4.0-1001.1-raspi2 5.4.8
  RelatedPackageVersions: mutter-common 3.35.91-1ubuntu1
  Tags: focal uec-images third-party-packages
  Uname: Linux 5.4.0-1001-raspi2 armv7l
  UpgradeStatus: Upgraded to focal on 2020-02-28 (20 days ago)
  UserGroups: adm audio cdrom dialout dip floppy lxd netdev plugdev sudo video
  _MarkForUpload: True
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu18
  Architecture: armhf
  CurrentDesktop: XFCE
  DisplayManager: gdm3
  DistroRelease: Ubuntu 20.04
  GsettingsChanges:
   b'org.gnome.desktop.app-folders' b'folder-children' b"['Utilities', 
'Sundry', 'YaST']"
   b'org.gnome.desktop.input-sources' b'sources' b"[('xkb', 'us')]"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
  Package: gnome-shell 3.35.91-1ubuntu2
  PackageArchitecture: armhf
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: User Name 5.4.0-1001.1-raspi2 5.4.8
  RelatedPackageVersions: mutter-common 3.35.91-1ubuntu1
  Tags: focal uec-images third-party-packages
  Uname: Linux 5.4.0-1001-raspi2 armv7l
  UpgradeStatus: Upgraded to focal on 2020-01-12 (69 days ago)
  UserGroups: adm audio cdrom dialout dip floppy lxd netdev plugdev sudo video
  _MarkForUpload: True
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu18
  Architecture: armhf
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: 2020-01-11 19:42:56,183 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: focal
  DistroRelease: Ubuntu 20.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8086:0808 Intel Corp. 
   Bus 001 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
   Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: xorg-server (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: coherent_pool=1M 8250.nr_uarts=1 cma=64M cma=256M 
video=HDMI-A-1:1280x800@60 smsc95xx.macaddr=DC:A6:32:1F:4B:D2 
vc_mem.mem_base=0x3ec0 vc_mem.mem_size=0x4000  net.ifnames=0 
dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=LABEL=writable 
rootfstype=ext4 elevator=deadline rootwait fixrtc quiet splash
  ProcVersionSignature: User Name 5.4.0-1001.1-raspi2 5.4.8
  Tags:  focal uec-images ubuntu reproducible
  Uname: Linux 5.4.0-1001-raspi2 armv7l
  UpgradeStatus: Upgraded to focal on 2020-01-12 (72 days ago)
  UserGroups: adm audio cdrom dialout dip floppy lxd netdev plugdev sudo video
  _MarkForUpload: True
  version.compiz: compiz N

[Kernel-packages] [Bug 1906476] Re: PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, &zp->z_sa_hdl)) failed

2021-01-14 Thread Trent Lloyd
Another user report here:
https://github.com/openzfs/zfs/issues/10971

Curiously I found a 2016(??) report of similar here:
https://bbs.archlinux.org/viewtopic.php?id=217204

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

Title:
  PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 ==
  sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED,
  &zp->z_sa_hdl)) failed

Status in zfs-linux package in Ubuntu:
  Confirmed

Bug description:
  Since today while running Ubuntu 21.04 Hirsute I started getting a ZFS
  panic in the kernel log which was also hanging Disk I/O for all
  Chrome/Electron Apps.

  I have narrowed down a few important notes:
  - It does not happen with module version 0.8.4-1ubuntu11 built and included 
with 5.8.0-29-generic

  - It was happening when using zfs-dkms 0.8.4-1ubuntu16 built with DKMS
  on the same kernel and also on 5.8.18-acso (a custom kernel).

  - For whatever reason multiple Chrome/Electron apps were affected,
  specifically Discord, Chrome and Mattermost. In all cases they seem
  (but I was unable to strace the processes so it was a bit hard ot
  confirm 100% but by deduction from /proc/PID/fd and the hanging ls)
  they seem hung trying to open files in their 'Cache' directory, e.g.
  ~/.cache/google-chrome/Default/Cache and ~/.config/Mattermost/Cache ..
  while the issue was going on I could not list that directory either
  "ls" would just hang.

  - Once I removed zfs-dkms only to revert to the kernel built-in
  version it immediately worked without changing anything, removing
  files, etc.

  - It happened over multiple reboots and kernels every time, all my
  Chrome apps weren't working but for whatever reason nothing else
  seemed affected.

  - It would log a series of spl_panic dumps into kern.log that look like this:
  Dec  2 12:36:42 optane kernel: [   72.857033] VERIFY(0 == 
sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, &zp->z_sa_hdl)) 
failed
  Dec  2 12:36:42 optane kernel: [   72.857036] PANIC at 
zfs_znode.c:335:zfs_znode_sa_init()

  I could only find one other google reference to this issue, with 2 other 
users reporting the same error but on 20.04 here:
  https://github.com/openzfs/zfs/issues/10971

  - I was not experiencing the issue on 0.8.4-1ubuntu14 and fairly sure
  it was working on 0.8.4-1ubuntu15 but broken after upgrade to
  0.8.4-1ubuntu16. I will reinstall those zfs-dkms versions to verify
  that.

  There were a few originating call stacks but the first one I hit was

  Call Trace:
   dump_stack+0x74/0x95
   spl_dumpstack+0x29/0x2b [spl]
   spl_panic+0xd4/0xfc [spl]
   ? sa_cache_constructor+0x27/0x50 [zfs]
   ? _cond_resched+0x19/0x40
   ? mutex_lock+0x12/0x40
   ? dmu_buf_set_user_ie+0x54/0x80 [zfs]
   zfs_znode_sa_init+0xe0/0xf0 [zfs]
   zfs_znode_alloc+0x101/0x700 [zfs]
   ? arc_buf_fill+0x270/0xd30 [zfs]
   ? __cv_init+0x42/0x60 [spl]
   ? dnode_cons+0x28f/0x2a0 [zfs]
   ? _cond_resched+0x19/0x40
   ? _cond_resched+0x19/0x40
   ? mutex_lock+0x12/0x40
   ? aggsum_add+0x153/0x170 [zfs]
   ? spl_kmem_alloc_impl+0xd8/0x110 [spl]
   ? arc_space_consume+0x54/0xe0 [zfs]
   ? dbuf_read+0x4a0/0xb50 [zfs]
   ? _cond_resched+0x19/0x40
   ? mutex_lock+0x12/0x40
   ? dnode_rele_and_unlock+0x5a/0xc0 [zfs]
   ? _cond_resched+0x19/0x40
   ? mutex_lock+0x12/0x40
   ? dmu_object_info_from_dnode+0x84/0xb0 [zfs]
   zfs_zget+0x1c3/0x270 [zfs]
   ? dmu_buf_rele+0x3a/0x40 [zfs]
   zfs_dirent_lock+0x349/0x680 [zfs]
   zfs_dirlook+0x90/0x2a0 [zfs]
   ? zfs_zaccess+0x10c/0x480 [zfs]
   zfs_lookup+0x202/0x3b0 [zfs]
   zpl_lookup+0xca/0x1e0 [zfs]
   path_openat+0x6a2/0xfe0
   do_filp_open+0x9b/0x110
   ? __check_object_size+0xdb/0x1b0
   ? __alloc_fd+0x46/0x170
   do_sys_openat2+0x217/0x2d0
   ? do_sys_openat2+0x217/0x2d0
   do_sys_open+0x59/0x80
   __x64_sys_openat+0x20/0x30

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1906476/+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 1906476] Re: PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, &zp->z_sa_hdl)) failed

2021-01-14 Thread Trent Lloyd
I hit this problem again today, but now without zfs-dkms. After
upgrading my kernel from initrd.img-5.8.0-29-generic to 5.8.0-36-generic
my Google Chrome Cache directory is broken again, had to rename it and
then reboot to get out of the problem.

** Changed in: zfs-linux (Ubuntu)
   Importance: Undecided => High

** Bug watch added: github.com/openzfs/zfs/issues #10971
   https://github.com/openzfs/zfs/issues/10971

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

Title:
  PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 ==
  sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED,
  &zp->z_sa_hdl)) failed

Status in zfs-linux package in Ubuntu:
  Confirmed

Bug description:
  Since today while running Ubuntu 21.04 Hirsute I started getting a ZFS
  panic in the kernel log which was also hanging Disk I/O for all
  Chrome/Electron Apps.

  I have narrowed down a few important notes:
  - It does not happen with module version 0.8.4-1ubuntu11 built and included 
with 5.8.0-29-generic

  - It was happening when using zfs-dkms 0.8.4-1ubuntu16 built with DKMS
  on the same kernel and also on 5.8.18-acso (a custom kernel).

  - For whatever reason multiple Chrome/Electron apps were affected,
  specifically Discord, Chrome and Mattermost. In all cases they seem
  (but I was unable to strace the processes so it was a bit hard ot
  confirm 100% but by deduction from /proc/PID/fd and the hanging ls)
  they seem hung trying to open files in their 'Cache' directory, e.g.
  ~/.cache/google-chrome/Default/Cache and ~/.config/Mattermost/Cache ..
  while the issue was going on I could not list that directory either
  "ls" would just hang.

  - Once I removed zfs-dkms only to revert to the kernel built-in
  version it immediately worked without changing anything, removing
  files, etc.

  - It happened over multiple reboots and kernels every time, all my
  Chrome apps weren't working but for whatever reason nothing else
  seemed affected.

  - It would log a series of spl_panic dumps into kern.log that look like this:
  Dec  2 12:36:42 optane kernel: [   72.857033] VERIFY(0 == 
sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, &zp->z_sa_hdl)) 
failed
  Dec  2 12:36:42 optane kernel: [   72.857036] PANIC at 
zfs_znode.c:335:zfs_znode_sa_init()

  I could only find one other google reference to this issue, with 2 other 
users reporting the same error but on 20.04 here:
  https://github.com/openzfs/zfs/issues/10971

  - I was not experiencing the issue on 0.8.4-1ubuntu14 and fairly sure
  it was working on 0.8.4-1ubuntu15 but broken after upgrade to
  0.8.4-1ubuntu16. I will reinstall those zfs-dkms versions to verify
  that.

  There were a few originating call stacks but the first one I hit was

  Call Trace:
   dump_stack+0x74/0x95
   spl_dumpstack+0x29/0x2b [spl]
   spl_panic+0xd4/0xfc [spl]
   ? sa_cache_constructor+0x27/0x50 [zfs]
   ? _cond_resched+0x19/0x40
   ? mutex_lock+0x12/0x40
   ? dmu_buf_set_user_ie+0x54/0x80 [zfs]
   zfs_znode_sa_init+0xe0/0xf0 [zfs]
   zfs_znode_alloc+0x101/0x700 [zfs]
   ? arc_buf_fill+0x270/0xd30 [zfs]
   ? __cv_init+0x42/0x60 [spl]
   ? dnode_cons+0x28f/0x2a0 [zfs]
   ? _cond_resched+0x19/0x40
   ? _cond_resched+0x19/0x40
   ? mutex_lock+0x12/0x40
   ? aggsum_add+0x153/0x170 [zfs]
   ? spl_kmem_alloc_impl+0xd8/0x110 [spl]
   ? arc_space_consume+0x54/0xe0 [zfs]
   ? dbuf_read+0x4a0/0xb50 [zfs]
   ? _cond_resched+0x19/0x40
   ? mutex_lock+0x12/0x40
   ? dnode_rele_and_unlock+0x5a/0xc0 [zfs]
   ? _cond_resched+0x19/0x40
   ? mutex_lock+0x12/0x40
   ? dmu_object_info_from_dnode+0x84/0xb0 [zfs]
   zfs_zget+0x1c3/0x270 [zfs]
   ? dmu_buf_rele+0x3a/0x40 [zfs]
   zfs_dirent_lock+0x349/0x680 [zfs]
   zfs_dirlook+0x90/0x2a0 [zfs]
   ? zfs_zaccess+0x10c/0x480 [zfs]
   zfs_lookup+0x202/0x3b0 [zfs]
   zpl_lookup+0xca/0x1e0 [zfs]
   path_openat+0x6a2/0xfe0
   do_filp_open+0x9b/0x110
   ? __check_object_size+0xdb/0x1b0
   ? __alloc_fd+0x46/0x170
   do_sys_openat2+0x217/0x2d0
   ? do_sys_openat2+0x217/0x2d0
   do_sys_open+0x59/0x80
   __x64_sys_openat+0x20/0x30

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1906476/+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 1911814] Re: Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

2021-01-14 Thread Terry Rudd
Daniel,

This isn't actually a kernel bug.  I will watch these for a few days but
will mark them invalid if the 18.04 dual boot install worked.  I just
don't want to erase information for 16.04 until the installer team has
some time to consider this.

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

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814/+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 1910995] Re: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5: bcmwl kernel module failed to build

2021-01-14 Thread Carlos Tavares Jr
Confirmed on my HP Laptop as my wifi isn't being detected after this
upgrade. Whats weird is my wifi switch on the keyboard is now the
airplane mode and causing issues. Currently tethering off my phone to
write this message. Please fix as this bricked my wifi card built into
this HP 8640P workbook.

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

Title:
  bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5: bcmwl kernel module
  failed to build

Status in bcmwl package in Ubuntu:
  Confirmed

Bug description:
  after update the packages and reboot my computer, the wifi do not work
  any more.

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5
  ProcVersionSignature: Ubuntu 5.8.0-36.40~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-36-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  CasperMD5CheckResult: skip
  DKMSKernelVersion: 5.8.0-34-generic
  Date: Thu Jan  7 06:11:05 2021
  DuplicateSignature: 
dkms:bcmwl-kernel-source:6.30.223.271+bdcom-0ubuntu5:/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:949:10:
 error: implicit declaration of function ‘ioremap_nocache’; did you mean 
‘ioremap_cache’? [-Werror=implicit-function-declaration]
  InstallationDate: Installed on 2020-09-18 (114 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  PackageVersion: 6.30.223.271+bdcom-0ubuntu5
  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.2ubuntu0.2
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5: bcmwl kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1910995/+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 1911828] Missing required logs.

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

apport-collect 1911828

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

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

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

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

** Tags added: focal

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

Title:
   Ubuntu 18.04.5/20.04 kernel doesn't have latest i40e driver for
  X710-T2L module

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 18.04.5/20.04 kernel doesn't have latest i40e driver for
  X710-T2L module,Please add the driver on next kernel version release.

  More details please refer to 
  https://bugs.launchpad.net/quantatw/+bug/1905673

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911828/+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 1911828] [NEW] Ubuntu 18.04.5/20.04 kernel doesn't have latest i40e driver for X710-T2L module

2021-01-14 Thread Zhanglei Mao
Public bug reported:

Ubuntu 18.04.5/20.04 kernel doesn't have latest i40e driver for X710-T2L
module,Please add the driver on next kernel version release.

More details please refer to 
https://bugs.launchpad.net/quantatw/+bug/1905673

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

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

Title:
   Ubuntu 18.04.5/20.04 kernel doesn't have latest i40e driver for
  X710-T2L module

Status in linux package in Ubuntu:
  New

Bug description:
  Ubuntu 18.04.5/20.04 kernel doesn't have latest i40e driver for
  X710-T2L module,Please add the driver on next kernel version release.

  More details please refer to 
  https://bugs.launchpad.net/quantatw/+bug/1905673

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

2021-01-14 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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1911827/+attachment/5453129/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1911827/+attachment/5453128/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1911827/+attachment/5453122/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1911827/+attachment/5453125/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1911827/+attachment/5453119/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1911827/+attachment/5453126/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1911827/+attachment/5453127/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1911827/+attachment/5453124/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1911827/+attachment/5453123/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1911827/+attachment/5453118/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1911827/+attachment/5453117/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1911827/+attachment/5453120/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1911827/+attachment/5453113/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1911827/+attachment/5453121/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1911827/+attachment/5453114/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1911827/+attachment/5453115/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1911827/+attachment/5453116/+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/1911827

Title:
  Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

  Hello.

  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was
  able to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.

  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the
  "Installation type" screen.  It never displays any information within
  the table (i.e. Device, Type, Mount point, Format?, etc.).  As a
  result, I am not able to proceed with the install.

  As recommended in the first guide described above, I am submitting
  this bug report. Any assistance would be much appreciated! I only
  purchased this desktop to run Ubuntu, but would prefer to keep the
  Windows 10 partition usable in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
  CasperMD5CheckResult: pass
  CasperVersion: 1.445.1
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire TC-895
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  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 dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911827/+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 1911827] [NEW] Cannot install Ubuntu 20.04 LTS Alongside Pre-Installed Windows 10

2021-01-14 Thread Daniel LeBlanc
Public bug reported:

Also reported for Ubuntu 16.04.4 LTS:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

Also reported for Ubuntu 18.04.5 LTS:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814

Hello.

I am trying to install Ubuntu 20.04.1 LTS from newly written USB
alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
desktop.

I expected that the install process would recognize the free partition
created on the GPT disk, but it did not.

I had previously reviewed and followed the steps in this guide
(https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
alongside-a-pre-installed-windows-with-uefi).

I found an additional and more up-to-date guide here:
https://help.ubuntu.com/community/Installation and as a result was able
to also disable Fast Startup, but this did not resolve the issue.
Secure Boot was enabled during this install attempt.

I am able to proceed through the minimal install with no package
upgrades or 3rd party downloads normally until I reach the "Installation
type" screen.  It never displays any information within the table (i.e.
Device, Type, Mount point, Format?, etc.).  As a result, I am not able
to proceed with the install.

As recommended in the first guide described above, I am submitting this
bug report. Any assistance would be much appreciated! I only purchased
this desktop to run Ubuntu, but would prefer to keep the Windows 10
partition usable in case I ever want to use it.

Thanks!
--- 
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 6764 F pulseaudio
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
DistroRelease: Ubuntu 20.04
LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
MachineType: Acer Aspire TC-895
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
Package: linux (not installed)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/username.seed 
maybe-ubiquity quiet splash ---
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 dip lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 05/19/2020
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R01-A0
dmi.board.name: Aspire TC-895
dmi.board.vendor: Acer
dmi.board.version: V:1.0
dmi.chassis.type: 3
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
dmi.product.family: Aspire T
dmi.product.name: Aspire TC-895
dmi.product.sku: 
dmi.sys.vendor: Acer

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


** Tags: 20.04 acer apport-collected aspire focal tc-895 ubuntu

** Tags added: apport-collected focal

** Description changed:

  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578
  
  Also reported for Ubuntu 18.04.5 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814
  
  Hello.
  
  I am trying to install Ubuntu 20.04.1 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.
  
  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.
  
  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).
  
  I found an additional and more up-to-date guide here:
  https://help.ubuntu.com/community/Installation and as a result was able
  to also disable Fast Startup, but this did not resolve the issue.
  Secure Boot was enabled during this install attempt.
  
  I am able to proceed through the minimal install with no package
  upgrades or 3rd party downloads normally until I reach the "Installation
  type" screen.  It never displays any information within the table (i.e.
  Device, Type, Mount point, Format?, etc.).  As a result, I am not able
  to proceed with the install.
  
  As recommended in the first guide described above, I am submitting this
  bug report. Any assistance would be much appreciated! I only purchased
  this desktop to run Ubuntu, but would prefer to keep the Windows 10
  partition usable in case I ever want to use it.
  
  Thanks!
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.4
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+

[Kernel-packages] [Bug 1866149] Re: CONFIG_BASE_SMALL=1 restricts pid space, which conflicts with systemd default sysctl

2021-01-14 Thread Kelsey Skunberg
** Changed in: linux-kvm (Ubuntu Xenial)
   Status: In Progress => Fix Committed

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

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

** Changed in: linux-kvm (Ubuntu Groovy)
   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/1866149

Title:
  CONFIG_BASE_SMALL=1 restricts pid space, which conflicts with systemd
  default sysctl

Status in linux package in Ubuntu:
  Invalid
Status in linux-kvm package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  Invalid
Status in linux-kvm source package in Xenial:
  Fix Committed
Status in linux source package in Bionic:
  Invalid
Status in linux-kvm source package in Bionic:
  Fix Committed
Status in linux source package in Focal:
  Invalid
Status in linux-kvm source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  Invalid
Status in linux-kvm source package in Groovy:
  Fix Committed

Bug description:
  [Impact]
  systemd-systemctl will fail to set kernel.pid_max, leading to a degraded boot.

  [Fix]
  Set CONFIG_BASE_FULL=y, CONFIG_BASE_SMALL=0.

  [Test case]
  Write 419304 to /proc/sys/kernel/pid_max.

  [Potential regression]
  Boot time may be affected.

  
  

  I'm not completely sure which package to log this against.

  I'm running the kvm focal minimal cloud image from 20200302. I noticed
  on boot that there was an error complaining that systemd-systemctl
  couldn't update pid_max to the value it wanted:

  systemd-sysctl[117]: Couldn't write '4194304' to 'kernel/pid_max':
  Invalid argument

  Digging into it a bit more, this comes from /usr/lib/sysctl.d/50-pid-max.conf:
  # Bump the numeric PID range to its maximum of 2^22 (from the in-kernel 
default
  # of 2^16), to make PID collisions less likely.
  kernel.pid_max = 4194304

  However, the linux-image-kvm kernel is compiled with
  CONFIG_BASE_SMALL=1

  and this triggers the following code in include/linux/threads.h

  #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : \
   (sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))

  which means that if CONFIG_BASE_SMALL is set we get a maximum limit of
  PAGE_SIZE * 8, which on x86 would be 32768.

  As a workaround I can override it with a file in /etc/sysctl.d/ but
  this shouldn't be needed.

  I really don't know if CONFIG_BASE_SMALL makes any sense on x86 cloud
  images, they really aren't small machines in the scheme of things!

  Cheers

  David

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1866149/+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 1910599] Re: Bionic update: upstream stable patchset 2021-01-07

2021-01-14 Thread Kelsey Skunberg
** Changed in: linux (Ubuntu Bionic)
   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/1910599

Title:
  Bionic update: upstream stable patchset 2021-01-07

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Bionic:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2021-01-07

  Ported from the following upstream stable releases:
  v4.14.208, v4.19.159,
  v4.14.209, v4.19.160,
  v4.14.210, v4.19.161,
  v4.14.211, v4.19.162,
  v4.14.212, v4.19.163

     from git://git.kernel.org/

  i2c: imx: use clk notifier for rate changes
  i2c: imx: Fix external abort on interrupt in exit paths
  gpio: mockup: fix resource leak in error path
  powerpc/8xx: Always fault when _PAGE_ACCESSED is not set
  Input: sunkbd - avoid use-after-free in teardown paths
  mac80211: always wind down STA state
  can: proc: can_remove_proc(): silence remove_proc_entry warning
  KVM: x86: clflushopt should be treated as a no-op by emulation
  ACPI: GED: fix -Wformat
  UBUNTU: upstream stable to v4.14.208, v4.19.159
  ah6: fix error return code in ah6_input()
  atm: nicstar: Unmap DMA on send error
  bnxt_en: read EEPROM A2h address using page 0
  devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()
  inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()
  mlxsw: core: Use variable timeout for EMAD retries
  net: b44: fix error return code in b44_init_one()
  net: bridge: add missing counters to ndo_get_stats64 callback
  net: dsa: mv88e6xxx: Avoid VTU corruption on 6097
  net: Have netpoll bring-up DSA management interface
  netlabel: fix our progress tracking in netlbl_unlabel_staticlist()
  netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()
  net/mlx4_core: Fix init_hca fields offset
  net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_request
  qlcnic: fix error return code in qlcnic_83xx_restart_hw()
  sctp: change to hold/put transport for proto_unreach_timer
  net/mlx5: Disable QoS when min_rates on all VFs are zero
  net: usb: qmi_wwan: Set DTR quirk for MR400
  tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimate
  net: ftgmac100: Fix crash when removing driver
  pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irq
  arm64: psci: Avoid printing in cpu_psci_cpu_die()
  vfs: remove lockdep bogosity in __sb_start_write
  Input: adxl34x - clean up a data type in adxl34x_probe()
  MIPS: export has_transparent_hugepage() for modules
  arm: dts: imx6qdl-udoo: fix rgmii phy-mode for ksz9031 phy
  ARM: dts: imx50-evk: Fix the chip select 1 IOMUX
  perf lock: Don't free "lock_seq_stat" if read_count isn't zero
  can: af_can: prevent potential access of uninitialized member in can_rcv()
  can: af_can: prevent potential access of uninitialized member in canfd_rcv()
  can: dev: can_restart(): post buffer from the right context
  can: ti_hecc: Fix memleak in ti_hecc_probe
  can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to 
can_put_echo_skb()
  can: peak_usb: fix potential integer overflow on shift of a int
  can: m_can: m_can_handle_state_change(): fix state change
  ASoC: qcom: lpass-platform: Fix memory leak
  MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpu
  regulator: ti-abb: Fix array out of bound read access on the first transition
  xfs: revert "xfs: fix rmap key and record comparison functions"
  libfs: fix error cast of negative value in simple_attr_write()
  powerpc/uaccess-flush: fix missing includes in kup-radix.h
  speakup: Do not let the line discipline be used several times
  ALSA: ctl: fix error path at adding user-defined element set
  ALSA: mixart: Fix mutex deadlock
  tty: serial: imx: keep console clocks always on
  efivarfs: fix memory leak in efivarfs_create()
  staging: rtl8723bs: Add 024c:0627 to the list of SDIO device-ids
  ext4: fix bogus warning in ext4_update_dx_flag()
  iio: accel: kxcjk1013: Replace is_smo8500_device with an acpi_type enum
  iio: accel: kxcjk1013: Add support for KIOX010A ACPI DSM for setting 
tablet-mode
  regulator: fix memory leak with repeated set_machine_constraints()
  regulator: avoid resolve_supply() infinite recursion
  regulator: workaround self-referent regulators
  xtensa: disable preempti

[Kernel-packages] [Bug 1911331] Re: Bionic update: upstream stable patchset 2021-01-12

2021-01-14 Thread Kelsey Skunberg
** Changed in: linux (Ubuntu Bionic)
   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/1911331

Title:
  Bionic update: upstream stable patchset 2021-01-12

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Bionic:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2021-01-12

  Ported from the following upstream stable releases:
  v4.14.213, v4.19.164

     from git://git.kernel.org/

  spi: bcm2835aux: Fix use-after-free on unbind
  spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probe
  iwlwifi: pcie: limit memory read spin time
  arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards.
  iwlwifi: mvm: fix kernel panic in case of assert during CSA
  ARC: stack unwinding: don't assume non-current task is sleeping
  scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE
  soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)
  platform/x86: acer-wmi: add automatic keyboard background light toggle key as 
KEY_LIGHTS_TOGGLE
  Input: cm109 - do not stomp on control URB
  Input: i8042 - add Acer laptops to the i8042 reset list
  pinctrl: amd: remove debounce filter setting in IRQ type setting
  kbuild: avoid static_assert for genksyms
  scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"
  x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP
  PCI: qcom: Add missing reset for ipq806x
  net: stmmac: free tx skb buffer in stmmac_resume()
  tcp: fix cwnd-limited bug for TSO deferral where we send nothing
  net/mlx4_en: Avoid scheduling restart task if it is already running
  net/mlx4_en: Handle TX error CQE
  net: stmmac: delete the eee_ctrl_timer after napi disabled
  net: stmmac: dwmac-meson8b: fix mask definition of the m250_sel mux
  net: bridge: vlan: fix error return code in __vlan_add()
  mac80211: mesh: fix mesh_pathtbl_init() error path
  USB: dummy-hcd: Fix uninitialized array use in init()
  USB: add RESET_RESUME quirk for Snapscan 1212
  ALSA: usb-audio: Fix potential out-of-bounds shift
  ALSA: usb-audio: Fix control 'access overflow' errors from chmap
  xhci: Give USB2 ports time to enter U3 in bus suspend
  USB: UAS: introduce a quirk to set no_write_same
  USB: sisusbvga: Make console support depend on BROKEN
  UBUNTU: [Config] updateconfigs for USB_SISUSBVGA_CON
  ALSA: pcm: oss: Fix potential out-of-bounds shift
  serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access
  drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi
  pinctrl: merrifield: Set default bias in case no particular value given
  pinctrl: baytrail: Avoid clearing debounce value when turning it off
  ARM: dts: sun8i: v3s: fix GIC node memory range
  gpio: mvebu: fix potential user-after-free on probe
  scsi: bnx2i: Requires MMU
  can: softing: softing_netdev_open(): fix error handling
  RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait
  kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling
  drm/tegra: sor: Disable clocks on error in tegra_sor_init()
  vxlan: Add needed_headroom for lower device
  vxlan: Copy needed_tailroom from lowerdev
  scsi: mpt3sas: Increase IOCInit request timeout to 30s
  dm table: Remove BUG_ON(in_interrupt())
  soc/tegra: fuse: Fix index bug in get_process_id
  USB: serial: option: add interface-number sanity check to flag handling
  USB: gadget: f_acm: add support for SuperSpeed Plus
  USB: gadget: f_midi: setup SuperSpeed Plus descriptors
  usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus
  USB: gadget: f_rndis: fix bitrate for SuperSpeed and above
  usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ul
  ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU
  ARM: dts: exynos: fix USB 3.0 VBUS control and over-current pins on Exynos5410
  ARM: dts: exynos: fix USB 3.0 pins supply being turned off on Odroid XU
  HID: i2c-hid: add Vero K147 to descriptor override
  serial_core: Check for port state when tty is in error state
  quota: Sanity-check quota file headers on load
  media: msi2500: assign SPI bus number dynamically
  crypto: af_alg - avoid undefined behavior accessing salg_name
  md: fix a warning caused by a race between concurrent md_ioctl()s
  Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()
  drm/gma500: fix

[Kernel-packages] [Bug 1910139] Re: Xenial update: v4.4.249 upstream stable release

2021-01-14 Thread Kelsey Skunberg
** Changed in: linux (Ubuntu Xenial)
   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/1910139

Title:
  Xenial update: v4.4.249 upstream stable release

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     v4.4.249 upstream stable release
     from git://git.kernel.org/

  spi: bcm2835aux: Fix use-after-free on unbind
  spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probe
  ARC: stack unwinding: don't assume non-current task is sleeping
  platform/x86: acer-wmi: add automatic keyboard background light toggle key as 
KEY_LIGHTS_TOGGLE
  Input: cm109 - do not stomp on control URB
  Input: i8042 - add Acer laptops to the i8042 reset list
  pinctrl: amd: remove debounce filter setting in IRQ type setting
  UBUNTU: [Config] updateconfigs for SPI_DYNAMIC
  spi: Prevent adding devices below an unregistering controller
  net/mlx4_en: Avoid scheduling restart task if it is already running
  tcp: fix cwnd-limited bug for TSO deferral where we send nothing
  net: stmmac: delete the eee_ctrl_timer after napi disabled
  net: bridge: vlan: fix error return code in __vlan_add()
  USB: dummy-hcd: Fix uninitialized array use in init()
  USB: add RESET_RESUME quirk for Snapscan 1212
  ALSA: usb-audio: Fix potential out-of-bounds shift
  ALSA: usb-audio: Fix control 'access overflow' errors from chmap
  xhci: Give USB2 ports time to enter U3 in bus suspend
  USB: sisusbvga: Make console support depend on BROKEN
  UBUNTU: [Config] updateconfigs for USB_SISUSBVGA_CON
  ALSA: pcm: oss: Fix potential out-of-bounds shift
  serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access
  USB: serial: cp210x: enable usb generic throttle/unthrottle
  scsi: bnx2i: Requires MMU
  can: softing: softing_netdev_open(): fix error handling
  RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait
  dm table: Remove BUG_ON(in_interrupt())
  soc/tegra: fuse: Fix index bug in get_process_id
  USB: serial: option: add interface-number sanity check to flag handling
  USB: gadget: f_rndis: fix bitrate for SuperSpeed and above
  usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ul
  media: msi2500: assign SPI bus number dynamically
  Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()
  drm/gma500: fix double free of gma_connector
  ARM: p2v: fix handling of LPAE translation in BE mode
  crypto: talitos - Fix return type of current_desc_hdr()
  spi: img-spfi: fix reference leak in img_spfi_resume
  ASoC: pcm: DRAIN support reactivation
  Bluetooth: Fix null pointer dereference in hci_event_packet()
  spi: spi-ti-qspi: fix reference leak in ti_qspi_setup
  spi: tegra20-slink: fix reference leak in slink ops of tegra20
  spi: tegra20-sflash: fix reference leak in tegra_sflash_resume
  spi: tegra114: fix reference leak in tegra spi ops
  RDMa/mthca: Work around -Wenum-conversion warning
  MIPS: BCM47XX: fix kconfig dependency bug for BCM47XX_BCMA
  media: solo6x10: fix missing snd_card_free in error handling case
  drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()
  Input: ads7846 - fix integer overflow on Rt calculation
  Input: ads7846 - fix unaligned access on 7845
  powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32
  soc: ti: knav_qmss: fix reference leak in knav_queue_probe
  soc: ti: Fix reference imbalance in knav_dma_probe
  drivers: soc: ti: knav_qmss_queue: Fix error return code in knav_queue_probe
  memstick: fix a double-free bug in memstick_check
  ARM: dts: at91: sama5d4_xplained: add pincontrol for USB Host
  ARM: dts: at91: sama5d3_xplained: add pincontrol for USB Host
  orinoco: Move context allocation after processing the skb
  cw1200: fix missing destroy_workqueue() on error in cw1200_init_common
  mips: cdmm: fix use-after-free in mips_cdmm_bus_discover
  NFSv4.2: condition READDIR's mask for security label based on LSM state
  lockd: don't use interval-based rebinding over TCP
  NFS: switch nfsiod to be an UNBOUND workqueue.
  media: saa7146: fix array overflow in vidioc_s_audio()
  pinctrl: falcon: add missing put_device() call in pinctrl_falcon_probe()
  memstick: r592: Fix error return in r592_probe()
  ASoC: jz4740-i2s: add missed checks for clk_get()
  dm ioctl: fix error return code in target_message
  clocksource/drivers/arm_arch_timer: Co

[Kernel-packages] [Bug 1910137] Re: Xenial update: v4.4.248 upstream stable release

2021-01-14 Thread Kelsey Skunberg
** Changed in: linux (Ubuntu Xenial)
   Status: In Progress => Fix Released

** Changed in: linux (Ubuntu Xenial)
   Status: Fix Released => 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/1910137

Title:
  Xenial update: v4.4.248 upstream stable release

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     v4.4.248 upstream stable release
     from git://git.kernel.org/

  net/af_iucv: set correct sk_protocol for child sockets
  rose: Fix Null pointer dereference in rose_send_frame()
  usbnet: ipheth: fix connectivity with iOS 14
  bonding: wait for sysfs kobject destruction before freeing struct slave
  netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal
  net/x25: prevent a couple of overflows
  cxgb3: fix error return code in t3_sge_alloc_qset()
  net: pasemi: fix error return code in pasemi_mac_open()
  dt-bindings: net: correct interrupt flags in examples
  Input: xpad - support Ardwiino Controllers
  powerpc: Stop exporting __clear_user which is now inlined.
  btrfs: sysfs: init devices outside of the chunk_mutex
  vlan: consolidate VLAN parsing code and limit max parsing depth
  usb: gadget: f_fs: Use local copy of descriptors for userspace copy
  USB: serial: kl5kusb105: fix memleak on open
  USB: serial: ch341: add new Product ID for CH341A
  USB: serial: ch341: sort device-id entries
  USB: serial: option: add Fibocom NL668 variants
  USB: serial: option: add support for Thales Cinterion EXS82
  tty: Fix ->pgrp locking in tiocspgrp()
  ALSA: hda/realtek - Add new codec supported for ALC897
  ALSA: hda/generic: Add option to enforce preferred_dacs pairs
  tty: Fix ->session locking
  cifs: fix potential use-after-free in cifs_echo_request()
  i2c: imx: Fix reset of I2SR_IAL flag
  i2c: imx: Check for I2SR_IAL after every byte
  arm64: assembler: make adr_l work in modules under KASLR
  iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEs
  spi: Introduce device-managed SPI controller allocation
  spi: bcm2835: Fix use-after-free on unbind
  spi: bcm2835: Release the DMA channel if probe fails after dma_init
  tracing: Fix userstacktrace option for instances
  btrfs: cleanup cow block on error
  mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()
  gfs2: check for empty rgrp tree in gfs2_ri_update
  Input: i8042 - fix error return code in i8042_setup_aux()
  x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes
  Linux 4.4.248
  UBUNTU: upstream stable to v4.4.248

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1910137/+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 1910784] Re: Focal update: v5.4.83 upstream stable release

2021-01-14 Thread Kelsey Skunberg
** Changed in: linux (Ubuntu Focal)
   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/1910784

Title:
  Focal update: v5.4.83 upstream stable release

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Focal:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     v5.4.83 upstream stable release
     from git://git.kernel.org/

  pinctrl: baytrail: Replace WARN with dev_info_once when setting direct-irq 
pin to output
  pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., 
GPIOD_OUT_HIGH)
  usb: gadget: f_fs: Use local copy of descriptors for userspace copy
  USB: serial: kl5kusb105: fix memleak on open
  USB: serial: ch341: add new Product ID for CH341A
  USB: serial: ch341: sort device-id entries
  USB: serial: option: add Fibocom NL668 variants
  USB: serial: option: add support for Thales Cinterion EXS82
  USB: serial: option: fix Quectel BG96 matching
  tty: Fix ->pgrp locking in tiocspgrp()
  tty: Fix ->session locking
  ALSA: hda/realtek: Fix bass speaker DAC assignment on Asus Zephyrus G14
  ALSA: hda/realtek: Add mute LED quirk to yet another HP x360 model
  ALSA: hda/realtek: Enable headset of ASUS UX482EG & B9400CEA with ALC294
  ALSA: hda/realtek - Add new codec supported for ALC897
  ALSA: hda/generic: Add option to enforce preferred_dacs pairs
  ftrace: Fix updating FTRACE_FL_TRAMP
  cifs: allow syscalls to be restarted in __smb_send_rqst()
  cifs: fix potential use-after-free in cifs_echo_request()
  i2c: imx: Don't generate STOP condition if arbitration has been lost
  thunderbolt: Fix use-after-free in remove_unplugged_switch()
  drm/i915/gt: Program mocs:63 for cache eviction on gen9
  scsi: mpt3sas: Fix ioctl timeout
  dm writecache: fix the maximum number of arguments
  powerpc/64s/powernv: Fix memory corruption when saving SLB entries on MCE
  genirq/irqdomain: Add an irq_create_mapping_affinity() function
  powerpc/pseries: Pass MSI affinity to irq_create_mapping()
  dm: fix bug with RCU locking in dm_blk_report_zones
  dm: remove invalid sparse __acquires and __releases annotations
  x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes
  coredump: fix core_pattern parse error
  mm: list_lru: set shrinker map bit when child nr_items is not zero
  mm/swapfile: do not sleep with a spin lock held
  speakup: Reject setting the speakup line discipline outside of speakup
  i2c: imx: Fix reset of I2SR_IAL flag
  i2c: imx: Check for I2SR_IAL after every byte
  spi: bcm2835: Release the DMA channel if probe fails after dma_init
  iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEs
  tracing: Fix userstacktrace option for instances
  lib/syscall: fix syscall registers retrieval on 32-bit platforms
  can: af_can: can_rx_unregister(): remove WARN() statement from list operation 
sanity check
  gfs2: check for empty rgrp tree in gfs2_ri_update
  netfilter: ipset: prevent uninit-value in hash_ip6_add
  tipc: fix a deadlock when flushing scheduled work
  ASoC: wm_adsp: fix error return code in wm_adsp_load()
  rtw88: debug: Fix uninitialized memory in debugfs code
  i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()
  dm writecache: remove BUG() and fail gracefully instead
  Input: i8042 - fix error return code in i8042_setup_aux()
  netfilter: nf_tables: avoid false-postive lockdep splat
  netfilter: nftables_offload: set address type in control dissector
  x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes 
bytes
  Linux 5.4.83
  UBUNTU: upstream stable to v5.4.83

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1910784/+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 1910816] Re: Focal update: v5.4.84 upstream stable release

2021-01-14 Thread Kelsey Skunberg
** Changed in: linux (Ubuntu Focal)
   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/1910816

Title:
  Focal update: v5.4.84 upstream stable release

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Focal:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     v5.4.84 upstream stable release
     from git://git.kernel.org/

  Kbuild: do not emit debug info for assembly with LLVM_IAS=1
  x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.S
  iwlwifi: pcie: limit memory read spin time
  arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards.
  iwlwifi: pcie: set LTR to avoid completion timeout
  iwlwifi: mvm: fix kernel panic in case of assert during CSA
  powerpc: Drop -me200 addition to build flags
  arm64: dts: broadcom: clear the warnings caused by empty dma-ranges
  ARC: stack unwinding: don't assume non-current task is sleeping
  scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE
  interconnect: qcom: qcs404: Remove GPU and display RPM IDs
  ibmvnic: skip tx timeout reset while in resetting
  irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspend
  spi: spi-nxp-fspi: fix fspi panic by unexpected interrupts
  soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)
  arm64: tegra: Disable the ACONNECT for Jetson TX2
  platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE on Yoga 11e
  platform/x86: thinkpad_acpi: Add BAT1 is primary battery quirk for Thinkpad 
Yoga 11e 4th gen
  platform/x86: acer-wmi: add automatic keyboard background light toggle key as 
KEY_LIGHTS_TOGGLE
  platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion 13 x360 PC
  platform/x86: touchscreen_dmi: Add info for the Irbis TW118 tablet
  can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0
  ktest.pl: Fix incorrect reboot for grub2bls
  Input: cm109 - do not stomp on control URB
  Input: i8042 - add Acer laptops to the i8042 reset list
  pinctrl: amd: remove debounce filter setting in IRQ type setting
  mmc: block: Fixup condition for CMD13 polling for RPMB requests
  drm/i915/display/dp: Compute the correct slice count for VDSC on DP
  kbuild: avoid static_assert for genksyms
  proc: use untagged_addr() for pagemap_read addresses
  scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"
  x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP
  x86/membarrier: Get rid of a dubious optimization
  x86/apic/vector: Fix ordering in vector assignment
  mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING
  UBUNTU: [Config] updateconfigs for PGTABLE_MAPPING
  compiler.h: fix barrier_data() on clang
  Linux 5.4.84
  UBUNTU: upstream stable to v5.4.84

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1910816/+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 1910817] Re: Focal update: v5.4.85 upstream stable release

2021-01-14 Thread Kelsey Skunberg
** Changed in: linux (Ubuntu Focal)
   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/1910817

Title:
  Focal update: v5.4.85 upstream stable release

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Focal:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     v5.4.85 upstream stable release
     from git://git.kernel.org/

  ptrace: Prevent kernel-infoleak in ptrace_get_syscall_info()
  ipv4: fix error return code in rtm_to_fib_config()
  mac80211: mesh: fix mesh_pathtbl_init() error path
  net: bridge: vlan: fix error return code in __vlan_add()
  vrf: packets with lladdr src needs dst at input with orig_iif when needs 
strict
  net: hns3: remove a misused pragma packed
  udp: fix the proto value passed to ip_protocol_deliver_rcu for the segments
  enetc: Fix reporting of h/w packet counters
  bridge: Fix a deadlock when enabling multicast snooping
  net: stmmac: free tx skb buffer in stmmac_resume()
  tcp: select sane initial rcvq_space.space for big MSS
  tcp: fix cwnd-limited bug for TSO deferral where we send nothing
  net/mlx4_en: Avoid scheduling restart task if it is already running
  lan743x: fix for potential NULL pointer dereference with bare card
  net/mlx4_en: Handle TX error CQE
  net: ll_temac: Fix potential NULL dereference in temac_probe()
  net: stmmac: dwmac-meson8b: fix mask definition of the m250_sel mux
  net: stmmac: delete the eee_ctrl_timer after napi disabled
  ktest.pl: If size of log is too big to email, email error message
  USB: dummy-hcd: Fix uninitialized array use in init()
  USB: add RESET_RESUME quirk for Snapscan 1212
  ALSA: usb-audio: Fix potential out-of-bounds shift
  ALSA: usb-audio: Fix control 'access overflow' errors from chmap
  xhci: Give USB2 ports time to enter U3 in bus suspend
  xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LP
  USB: UAS: introduce a quirk to set no_write_same
  USB: sisusbvga: Make console support depend on BROKEN
  UBUNTU: [Config] updateconfigs for USB_SISUSBVGA_CON
  ALSA: pcm: oss: Fix potential out-of-bounds shift
  serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access
  KVM: mmu: Fix SPTE encoding of MMIO generation upper half
  membarrier: Explicitly sync remote cores when SYNC_CORE is requested
  x86/resctrl: Remove unused struct mbm_state::chunks_bw
  x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled
  Linux 5.4.85
  UBUNTU: upstream stable to v5.4.85

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1910817/+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 1910822] Re: Focal update: v5.4.86 upstream stable release

2021-01-14 Thread Kelsey Skunberg
** Changed in: linux (Ubuntu Focal)
   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/1910822

Title:
  Focal update: v5.4.86 upstream stable release

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Focal:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     v5.4.86 upstream stable release
     from git://git.kernel.org/

  ARM: dts: sun7i: bananapi: Enable RGMII RX/TX delay on Ethernet PHY
  ARM: dts: sun8i: r40: bananapi-m2-berry: Fix dcdc1 regulator
  ARM: dts: sun8i: v40: bananapi-m2-berry: Fix ethernet node
  pinctrl: merrifield: Set default bias in case no particular value given
  pinctrl: baytrail: Avoid clearing debounce value when turning it off
  ARM: dts: sun8i: v3s: fix GIC node memory range
  ARM: dts: sun7i: pcduino3-nano: enable RGMII RX/TX delay on PHY
  ARM: dts: imx6qdl-wandboard-revd1: Remove PAD_GPIO_6 from enetgrp
  ARM: dts: imx6qdl-kontron-samx6i: fix I2C_PM scl pin
  PM: runtime: Add pm_runtime_resume_and_get to deal with usage counter
  gpio: zynq: fix reference leak in zynq_gpio functions
  gpio: mvebu: fix potential user-after-free on probe
  scsi: bnx2i: Requires MMU
  xsk: Fix xsk_poll()'s return type
  xsk: Replace datagram_poll by sock_poll_wait
  can: softing: softing_netdev_open(): fix error handling
  clk: renesas: r9a06g032: Drop __packed for portability
  block: Simplify REQ_OP_ZONE_RESET_ALL handling
  block: factor out requeue handling from dispatch code
  blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kick
  pinctrl: aspeed: Fix GPIO requests on pass-through banks
  netfilter: x_tables: Switch synchronization to RCU
  netfilter: nft_compat: make sure xtables destructors have run
  netfilter: nft_dynset: fix timeouts later than 23 days
  afs: Fix memory leak when mounting with multiple source parameters
  Revert "gpio: eic-sprd: Use devm_platform_ioremap_resource()"
  gpio: eic-sprd: break loop when getting NULL device resource
  netfilter: nft_ct: Remove confirmation check for NFT_CT_ID
  selftests/bpf/test_offload.py: Reset ethtool features after failed setting
  RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait
  i40e: Refactor rx_bi accesses
  i40e: optimise prefetch page refcount
  i40e: avoid premature Rx buffer reuse
  ixgbe: avoid premature Rx buffer reuse
  selftests: fix poll error in udpgro.sh
  net: mvpp2: add mvpp2_phylink_to_port() helper
  drm/tegra: replace idr_init() by idr_init_base()
  kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling
  drm/tegra: sor: Disable clocks on error in tegra_sor_init()
  habanalabs: put devices before driver removal
  arm64: syscall: exit userspace before unmasking exceptions
  vxlan: Add needed_headroom for lower device
  vxlan: Copy needed_tailroom from lowerdev
  scsi: mpt3sas: Increase IOCInit request timeout to 30s
  dm table: Remove BUG_ON(in_interrupt())
  iwlwifi: pcie: add one missing entry for AX210
  drm/amd/display: Init clock value by current vbios CLKs
  perf/x86/intel: Check PEBS status correctly
  kbuild: avoid split lines in .mod files
  soc/tegra: fuse: Fix index bug in get_process_id
  usb: mtu3: fix memory corruption in mtu3_debugfs_regset()
  USB: serial: option: add interface-number sanity check to flag handling
  USB: gadget: f_acm: add support for SuperSpeed Plus
  USB: gadget: f_midi: setup SuperSpeed Plus descriptors
  usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus
  USB: gadget: f_rndis: fix bitrate for SuperSpeed and above
  usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ul
  ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU
  ARM: dts: exynos: fix USB 3.0 VBUS control and over-current pins on Exynos5410
  ARM: dts: exynos: fix USB 3.0 pins supply being turned off on Odroid XU
  coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf()
  coresight: tmc-etr: Check if page is valid before dma_map_page()
  coresight: tmc-etr: Fix barrier packet insertion for perf buffer
  coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf()
  scsi: megaraid_sas: Check user-provided offsets
  HID: i2c-hid: add Vero K147 to descriptor override
  serial_core: Check for port state when tty is in error state
  Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()
  quota: Sanity-check quota file headers on load
  media: msi2500: assign

[Kernel-packages] [Bug 1911235] Re: Groovy update: upstream stable patchset 2021-01-12

2021-01-14 Thread Kelsey Skunberg
** Changed in: linux (Ubuntu Groovy)
   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/1911235

Title:
  Groovy update: upstream stable patchset 2021-01-12

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Groovy:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2021-01-12

  Ported from the following upstream stable releases:
  v5.4.79, v5.9.10
  v5.4.80, v5.9.11
  v5.4.81, v5.9.12
  v5.4.82, v5.9.13
  v5.4.83, v5.9.14

     from git://git.kernel.org/

  powerpc: Only include kup-radix.h for 64-bit Book3S
  leds: lm3697: Fix out-of-bound access
  Input: sunkbd - avoid use-after-free in teardown paths
  mac80211: always wind down STA state
  can: proc: can_remove_proc(): silence remove_proc_entry warning
  powerpc/smp: Call rcu_cpu_starting() earlier
  KVM: x86: clflushopt should be treated as a no-op by emulation
  ACPI: GED: fix -Wformat
  net: lantiq: Add locking for TX DMA channel
  UBUNTU: upstream stable to v5.4.79, v5.9.10
  ah6: fix error return code in ah6_input()
  atm: nicstar: Unmap DMA on send error
  bnxt_en: read EEPROM A2h address using page 0
  devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()
  enetc: Workaround for MDIO register access issue
  Exempt multicast addresses from five-second neighbor lifetime
  inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()
  ipv6: Fix error path to cancel the meseage
  lan743x: fix issue causing intermittent kernel log warnings
  lan743x: prevent entire kernel HANG on open, for some platforms
  mlxsw: core: Use variable timeout for EMAD retries
  net: b44: fix error return code in b44_init_one()
  net: bridge: add missing counters to ndo_get_stats64 callback
  netdevsim: set .owner to THIS_MODULE
  net: dsa: mv88e6xxx: Avoid VTU corruption on 6097
  net: ethernet: mtk-star-emac: fix error return code in mtk_star_enable()
  net: ethernet: mtk-star-emac: return ok when xmit drops
  net: ethernet: ti: am65-cpts: update ret when ptp_clock is ERROR
  net: ethernet: ti: cpsw: fix cpts irq after suspend
  net: ethernet: ti: cpsw: fix error return code in cpsw_probe()
  net: ftgmac100: Fix crash when removing driver
  net: Have netpoll bring-up DSA management interface
  net: ipa: lock when freeing transaction
  netlabel: fix our progress tracking in netlbl_unlabel_staticlist()
  netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()
  net: lantiq: Wait for the GPHY firmware to be ready
  net/mlx4_core: Fix init_hca fields offset
  net/mlx5e: Fix refcount leak on kTLS RX resync
  net/ncsi: Fix netlink registration
  net: phy: mscc: remove non-MACSec compatible phy
  net: qualcomm: rmnet: Fix incorrect receive packet handling during cleanup
  net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()
  net: stmmac: Use rtnl_lock/unlock on netif_set_real_num_rx_queues() call
  net/tls: fix corrupted data in recvmsg
  net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_request
  page_frag: Recover from memory pressure
  qed: fix error return code in qed_iwarp_ll2_start()
  qed: fix ILT configuration of SRC block
  qlcnic: fix error return code in qlcnic_83xx_restart_hw()
  sctp: change to hold/put transport for proto_unreach_timer
  tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimate
  vsock: forward all packets to the host when no H2G is registered
  net/mlx5e: Fix check if netdev is bond slave
  net/mlx5: Add handling of port type in rule deletion
  net/mlx5: Clear bw_share upon VF disable
  net/mlx5: Disable QoS when min_rates on all VFs are zero
  PM: runtime: Add pm_runtime_resume_and_get to deal with usage counter
  net: fec: Fix reference count leak in fec series ops
  net/tls: Fix wrong record sn in async mode of device resync
  net: usb: qmi_wwan: Set DTR quirk for MR400
  Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts""
  tools, bpftool: Avoid array index warnings.
  habanalabs/gaudi: mask WDT error in QMAN
  pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irq
  scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()
  scsi: ufs: Try to save power mode change and UIC cmd completion timeout
  pinctrl: mcp23s08: Print error message whe

[Kernel-packages] [Bug 1911476] Re: Groovy update: upstream stable patchset 2021-01-13

2021-01-14 Thread Kelsey Skunberg
** Changed in: linux (Ubuntu Groovy)
   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/1911476

Title:
  Groovy update: upstream stable patchset 2021-01-13

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Groovy:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     upstream stable patchset 2021-01-13

  Ported from the following upstream stable releases:
  v5.4.84, v5.9.15,
  v5.4.85, v5.9.16

     from git://git.kernel.org/

  Kbuild: do not emit debug info for assembly with LLVM_IAS=1
  mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING
  UBUNTU: [Config] updateconfigs for ZSMALLOC_PGTABLE_MAPPING
  kprobes: Remove NMI context check
  kprobes: Tell lockdep about kprobe nesting
  ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 Detachable quirks
  tools/bootconfig: Fix to check the write failure correctly
  net, xsk: Avoid taking multiple skbuff references
  bpftool: Fix error return value in build_btf_type_table
  vhost-vdpa: fix page pinning leakage in error path (rework)
  powerpc/64s: Fix hash ISA v3.0 TLBIEL instruction generation
  batman-adv: Consider fragmentation for needed_headroom
  batman-adv: Reserve needed_*room for fragments
  batman-adv: Don't always reallocate the fragmentation skb head
  ipvs: fix possible memory leak in ip_vs_control_net_init
  ibmvnic: handle inconsistent login with reset
  ibmvnic: stop free_all_rwi on failed reset
  ibmvnic: avoid memset null scrq msgs
  ibmvnic: delay next reset if hard reset fails
  ibmvnic: track pending login
  ibmvnic: send_login should check for crq errors
  ibmvnic: reduce wait for completion time
  drm/rockchip: Avoid uninitialized use of endpoint id in LVDS
  drm/panel: sony-acx565akm: Fix race condition in probe
  can: m_can: tcan4x5x_can_probe(): fix error path: remove erroneous 
clk_disable_unprepare()
  can: sja1000: sja1000_err(): don't count arbitration lose as an error
  can: sun4i_can: sun4i_can_err(): don't count arbitration lose as an error
  can: c_can: c_can_power_up(): fix error handling
  can: kvaser_pciefd: kvaser_pciefd_open(): fix error handling
  samples/ftrace: Mark my_tramp[12]? global
  scsi: storvsc: Fix error return in storvsc_probe()
  net: broadcom CNIC: requires MMU
  iwlwifi: pcie: invert values of NO_160 device config entries
  perf/x86/intel: Fix a warning on x86_pmu_stop() with large PEBS
  zlib: export S390 symbols for zlib modules
  phy: usb: Fix incorrect clearing of tca_drv_sel bit in SETUP reg for 7211
  arm64: dts: rockchip: Remove system-power-controller from pmic on Odroid Go 
Advance
  iwlwifi: pcie: limit memory read spin time
  arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards.
  arm64: dts: rockchip: Reorder LED triggers from mmc devices on rk3399-roc-pc.
  iwlwifi: sta: set max HE max A-MPDU according to HE capa
  iwlwifi: pcie: set LTR to avoid completion timeout
  iwlwifi: mvm: fix kernel panic in case of assert during CSA
  powerpc: Drop -me200 addition to build flags
  arm64: dts: broadcom: clear the warnings caused by empty dma-ranges
  ARC: stack unwinding: don't assume non-current task is sleeping
  scsi: ufs: Fix unexpected values from ufshcd_read_desc_param()
  scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE
  interconnect: qcom: msm8916: Remove rpm-ids from non-RPM nodes
  interconnect: qcom: qcs404: Remove GPU and display RPM IDs
  ibmvnic: skip tx timeout reset while in resetting
  irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspend
  drm/exynos: depend on COMMON_CLK to fix compile tests
  spi: spi-nxp-fspi: fix fspi panic by unexpected interrupts
  arm-smmu-qcom: Ensure the qcom_scm driver has finished probing
  btrfs: do nofs allocations when adding and removing qgroup relations
  btrfs: fix lockdep splat when enabling and disabling qgroups
  soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)
  intel_idle: Fix intel_idle() vs tracing
  arm64: tegra: Disable the ACONNECT for Jetson TX2
  platform/x86: thinkpad_acpi: add P1 gen3 second fan support
  platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE on Yoga 11e
  platform/x86: thinkpad_acpi: Add BAT1 is primary battery quirk for Thinkpad 
Yoga 11e 4th gen
  platform/x86: thinkpad_acpi: Whitelist P15 firmware for dual fan control
  platform/x86: acer-wmi: add automatic keyb

[Kernel-packages] [Bug 1910555] Re: Driver build error on kernel 5.8, but works on 5.4

2021-01-14 Thread emilio veneziani
Great. Worked for me. Thanks.

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

Title:
  Driver build error on kernel 5.8, but works on 5.4

Status in bcmwl package in Ubuntu:
  Confirmed

Bug description:
  Recently kernel was updated on Focal from 5.4 to 5.8. From that moment on 
WiFi doesn't work anymore. After a try rebuild (reconfigure) the result is:
  ---
  # dpkg-reconfigure bcmwl-kernel-source
  Removing all DKMS Modules
  Done.
  Loading new bcmwl-6.30.223.271+bdcom DKMS files...
  Building for 5.4.0-59-generic 5.8.0-34-generic
  Building for architecture x86_64
  Building initial module for 5.4.0-59-generic
  Done.

  wl.ko:
  Running module version sanity check.
   - Original module
 - No original module exists within this kernel
   - Installation
 - Installing to /lib/modules/5.4.0-59-generic/updates/dkms/

  depmod

  DKMS: install completed.
  Building initial module for 5.8.0-34-generic
  ERROR: Cannot create report: [Errno 17] File exists: 
'/var/crash/bcmwl-kernel-source.0.crash'
  Error! Bad return status for module build on kernel: 5.8.0-34-generic (x86_64)
  Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more 
information.
  ---
  As could be seen, the build for 5.4 completes successfully (and works on same 
kernel), but for 5.8 fails. Seems something is going wrong with missing 
function declaration - function "ioremap_nocache", as could be seen in attached 
make.log.
  I'm guessing, driver code may need be updated according to the new kernel 
headers.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5
  ProcVersionSignature: Ubuntu 5.4.0-59.65-generic 5.4.78
  Uname: Linux 5.4.0-59-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: KDE
  Date: Thu Jan  7 17:13:05 2021
  InstallationDate: Installed on 2020-06-22 (198 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: bcmwl
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2021-01-14 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

** Tags added: bionic

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

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814/+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 1911814] Re: Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

2021-01-14 Thread Daniel LeBlanc
Hello.

As requested in report 1911578, I ran the following command:

apport-collect 1911814

It appeared to complete successfully on Ubuntu 18.04.5 LTS so I am
hopeful that you have some troubleshooting information to work with.

Thanks!

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

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

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

** Tags removed: apport-collected bionic
** Tags added: 18.04 acer aspire tc-895 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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814/+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 1909062] Re: qede: Kubernetes Internal DNS Failure due to QL41xxx NIC not supporting IPIP tx csum offload

2021-01-14 Thread Matthew Ruffell
** Description changed:

  BugLink: https://bugs.launchpad.net/bugs/1909062
  
  [Impact]
  
  For users with QLogic QL41xxx series NICs, such as the FastLinQ QL41000
  Series 10/25/40/50GbE Controller, when they upgrade from the 4.15 kernel
  to the 5.4 kernel, Kubernetes Internal DNS requests will fail, due to
  these packets getting corrupted.
  
  Kubernetes uses IPIP tunnelled packets for internal DNS resolution, and
  this particular packet type is not supported for hardware tx checksum
  offload, and the packets end up corrupted when the qede driver attempts
  to checksum them.
  
  This only affects internal Kubernetes DNS, as regular DNS lookups to
  regular external domains will succeed, due to them not using IPIP packet
  types.
  
  [Fix]
  
  Marvell has developed a fix for the qede driver, which checks the packet
  type, and if it is IPPROTO_IPIP, then csum offloads are disabled for
  socket buffers of type IPIP.
  
  commit 5d5647dad259bb416fd5d3d87012760386d97530
  Author: Manish Chopra 
  Date: Mon Dec 21 06:55:30 2020 -0800
  Subject: qede: fix offload for IPIP tunnel packets
- Link: 
https://github.com/torvalds/linux/commit/5d5647dad259bb416fd5d3d87012760386d97530
 
+ Link: 
https://github.com/torvalds/linux/commit/5d5647dad259bb416fd5d3d87012760386d97530
  
- This commit landed in mainline in 5.11-rc3. The commit is queued for
- upstream stable.
+ This commit landed in mainline in 5.11-rc3. The commit was accepted into
+ update stable 4.14.215, 4.19.167, 5.4.89 and 5.10.7.
+ 
+ Note, this SRU isn't targeted for Bionic due to tx csum offload support
+ only landing in 5.0 and onward, meaning the 4.15 kernel still works even
+ without this patch. Because of this, Bionic can pick the patch up
+ naturally from upstream stable.
  
  [Testcase]
  
  The system must have a QLogic QL41xxx series NIC fitted, and needs to be
  a part of a Kubernetes cluster.
  
  Firstly, get a list of all devices in the system:
  
  $ sudo ifconfig
  
  Next, set all devices down with:
  
  $ sudo ifconfig  down
  
  Next, bring up the QLogic QL41xxx device:
  
  $ sudo ifconfig  up
  
  Then, attempt to lookup an internal Kubernetes domain:
  
  $ nslookup 
  
  Without the patch, the connection will time out:
  
  ;; connection timed out; no servers could be reached
  
  If we look at packet traces with tcpdump, we see it leaves the source,
  but never arrives at the destination.
  
  There is a test kernel available in the following ppa:
  
  https://launchpad.net/~mruffell/+archive/ubuntu/sf297772-test
  
  If you install it, then Kubernetes internal DNS lookups will succeed.
  
  [Where problems could occur]
  
  If a regression were to occur, then users of the qede driver would be
  affected. This is limited to those with QLogic QL41xxx series NICs. The
  patch explicitly checks for IPIP type packets, so only those particular
  packets would be affected.
  
  Since IPIP type packets are uncommon, it would not cause a total outage
  on regression, since most packets are not IPIP tunnelled. It could
  potentially cause problems for users who frequently handle VPN or
  Kubernetes internal DNS traffic.
  
  A workaround would be to use ethtool to disable tx csum offload for all
  packet types, or to revert to an older kernel.

** Also affects: linux (Ubuntu Hirsute)
   Importance: Undecided
   Status: Confirmed

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

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

** Changed in: linux (Ubuntu Hirsute)
 Assignee: (unassigned) => Matthew Ruffell (mruffell)

** Description changed:

  BugLink: https://bugs.launchpad.net/bugs/1909062
  
  [Impact]
  
  For users with QLogic QL41xxx series NICs, such as the FastLinQ QL41000
  Series 10/25/40/50GbE Controller, when they upgrade from the 4.15 kernel
  to the 5.4 kernel, Kubernetes Internal DNS requests will fail, due to
  these packets getting corrupted.
  
  Kubernetes uses IPIP tunnelled packets for internal DNS resolution, and
  this particular packet type is not supported for hardware tx checksum
  offload, and the packets end up corrupted when the qede driver attempts
  to checksum them.
  
  This only affects internal Kubernetes DNS, as regular DNS lookups to
  regular external domains will succeed, due to them not using IPIP packet
  types.
  
  [Fix]
  
  Marvell has developed a fix for the qede driver, which checks the packet
  type, and if it is IPPROTO_IPIP, then csum offloads are disabled for
  socket buffers of type IPIP.
  
  commit 5d5647dad259bb416fd5d3d87012760386d97530
  Author: Manish Chopra 
  Date: Mon Dec 21 06:55:30 2020 -0800
  Subject: qede: fix offload for IPIP tunnel packets
  Link: 
https://github.com/torvalds/linux/commit/5d5647dad259bb416fd5d3d87012760386d97530
  
  This commit landed in mainline in 5.11-rc3. The commit was accepted into
- update stable 4.14.215, 4.19.167, 5.4.89 and 5.10.7.
+ upstream stable 4.14.215, 4.19.167, 5.4

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1911814/+attachment/5453093/+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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1911814/+attachment/5453097/+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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1911814/+attachment/5453095/+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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1911814/+attachment/5453096/+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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1911814/+attachment/5453089/+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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1911814/+attachment/5453094/+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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1911814/+attachment/5453091/+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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1911814/+attachment/5453092/+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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1911814/+attachment/5453098/+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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1911814/+attachment/5453090/+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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1911814/+attachment/5453087/+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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

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

2021-01-14 Thread Daniel LeBlanc
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1911814/+attachment/5453088/+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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/19/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A0
  dmi.board.name: Aspire TC-895
  dmi.board.vendor: Acer
  dmi.board.version: V:1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
  dmi.product.family: Aspire T
  dmi.product.name: Aspire TC-895
  dmi.product.sku: 
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911814/+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 1911814] Re: Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

2021-01-14 Thread Daniel LeBlanc
apport information

** Tags added: apport-collected bionic

** Description changed:

  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578
  
  Hello.
  
  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.
  
  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.
  
  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).
  
  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive & partitions
  do not appear to be recognized by Ubuntu.
  
  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable in
  case I ever want to use it.
  
  Thanks!
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.16
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
+ CasperVersion: 1.394.3
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 18.04
+ LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
+ MachineType: Acer Aspire TC-895
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
+ ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
+ Tags:  bionic
+ Uname: Linux 5.4.0-42-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 05/19/2020
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: R01-A0
+ dmi.board.name: Aspire TC-895
+ dmi.board.vendor: Acer
+ dmi.board.version: V:1.0
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Acer
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
+ dmi.product.family: Aspire T
+ dmi.product.name: Aspire TC-895
+ dmi.product.sku: 
+ dmi.sys.vendor: Acer

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1911814/+attachment/5453086/+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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44
  RelatedPackageVersions:
   linux-restri

[Kernel-packages] [Bug 1911814] [NEW] Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

2021-01-14 Thread Daniel LeBlanc
Public bug reported:

Also reported for Ubuntu 16.04.4 LTS:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

Hello.

I am trying to install Ubuntu 18.04.5 LTS from newly written USB
alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
desktop.

I expected that the install process would recognize the free partition
created on the GPT disk, but it did not.

I had previously reviewed and followed the steps in this guide
(https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
alongside-a-pre-installed-windows-with-uefi).

Secure Boot was disabled in the BIOS on the first failed attempt.  I
tried again with Secure Boot enabled - no change. The drive & partitions
do not appear to be recognized by Ubuntu.

As recommended in the guide, I am submitting this bug report. Any
assistance would be much appreciated! I only purchased this desktop to
run Ubuntu, but would prefer to keep the Windows 10 partition usable in
case I ever want to use it.

Thanks!
--- 
ProblemType: Bug
ApportVersion: 2.20.9-0ubuntu7.16
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
CasperVersion: 1.394.3
CurrentDesktop: ubuntu:GNOME
DistroRelease: Ubuntu 18.04
LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 (20200806.1)
MachineType: Acer Aspire TC-895
Package: linux (not installed)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/username.seed 
boot=casper only-ubiquity quiet splash ---
ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
Tags:  bionic
Uname: Linux 5.4.0-42-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 05/19/2020
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R01-A0
dmi.board.name: Aspire TC-895
dmi.board.vendor: Acer
dmi.board.version: V:1.0
dmi.chassis.type: 3
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A0:bd05/19/2020:svnAcer:pnAspireTC-895:pvr:rvnAcer:rnAspireTC-895:rvrV1.0:cvnAcer:ct3:cvr:
dmi.product.family: Aspire T
dmi.product.name: Aspire TC-895
dmi.product.sku: 
dmi.sys.vendor: Acer

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


** Tags: 18.04 acer aspire tc-895 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/1911814

Title:
  Cannot install Ubuntu 18.04 LTS Alongside Pre-Installed Windows 10

Status in linux package in Ubuntu:
  New

Bug description:
  Also reported for Ubuntu 16.04.4 LTS:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911578

  Hello.

  I am trying to install Ubuntu 18.04.5 LTS from newly written USB
  alongside pre-installed Windows 10 on a new Acer Aspire TC-895-EB11
  desktop.

  I expected that the install process would recognize the free partition
  created on the GPT disk, but it did not.

  I had previously reviewed and followed the steps in this guide
  (https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-
  alongside-a-pre-installed-windows-with-uefi).

  Secure Boot was disabled in the BIOS on the first failed attempt.  I
  tried again with Secure Boot enabled - no change. The drive &
  partitions do not appear to be recognized by Ubuntu.

  As recommended in the guide, I am submitting this bug report. Any
  assistance would be much appreciated! I only purchased this desktop to
  run Ubuntu, but would prefer to keep the Windows 10 partition usable
  in case I ever want to use it.

  Thanks!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
  MachineType: Acer Aspire TC-895
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper only-ubiquity quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-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.173.19
  Tags:  bionic
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatu

[Kernel-packages] [Bug 1910976] Re: Cherry-pick dm-crypt performance improvement patch from Linux 5.9

2021-01-14 Thread Alex Hung
I'd suggest to send a SRU (https://wiki.ubuntu.com/StableReleaseUpdates)
or an email to ubuntu kernel (kernel-t...@lists.ubuntu.com) for broader
audiences and more discussion.

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

Title:
  Cherry-pick dm-crypt performance improvement patch from Linux 5.9

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I'm asking if it would be possible to cherry-pick patch "dm crypt: add
  flags to optionally bypass kcryptd workqueues" into the 5.4 Ubuntu
  kernel. This patch has been merged in mainline kernel 5.9
  
https://github.com/torvalds/linux/commit/39d42fa96ba1b7d2544db3f8ed5da8fb0d5cb877
  but was not tagged for the stable tree.

  This patch provides important performance gains for some workloads
  using dm-crypt / LUKS and cherry-picking it would be very beneficial
  for dm-crypt users. You can find details on the expected gain in the
  following links:

  * https://www.redhat.com/archives/dm-devel/2020-July/msg00138.html
  * https://blog.cloudflare.com/speeding-up-linux-disk-encryption/

  The patch mostly applies cleanly on the Ubuntu 5.4 kernel, the only
  merge conflict is due to the module version at the end of the patch. I
  can provide a backport patch if needed.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1910976/+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 1908992] Re: SYNA30B4:00 06CB:CE09 Mouse on HP EliteBook 850 G7 not working at all

2021-01-14 Thread Wolfgang Schupp
Since linux-oem-5.10 - 5.10.0-1010.11 doesn't seem to have hit the
mirrors yet, I've installed it from the kernel PPA.
https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/ppa

Works for me, thank 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/1908992

Title:
  SYNA30B4:00 06CB:CE09 Mouse  on HP EliteBook 850 G7 not working at all

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Fix Committed
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  Confirmed
Status in linux-oem-5.10 source package in Groovy:
  Invalid

Bug description:
  == SRU Justification ==
  [Impact]
  Pointstick and its left right buttons don't work on EliteBook 859 G7.

  [Fix]
  Use the MT_CLS_WIN_8_FORCE_MULTI_INPUT so the usage collection for
  pointsitck and touchpad won't merge together.

  [Test]
  With the patch applied, pointstick and its left and right buttons start
  to work.

  [Where problems could occur]
  The quirk limits to one specific touchpad/pointstick combo, so
  regression would be highly unlikely.

  == Original Bug Report ==

  $ xinput
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ SYNA30B4:00 06CB:CE09 Mouse id=11   [slave  pointer 
 (2)]
  ⎜   ↳ SYNA30B4:00 06CB:CE09 Touchpad  id=12   [slave  pointer 
 (2)]

  The touchpad is working fine, but the pointing stick/trackpoint does not work 
at all.
  No input is registered with xinput and libinput device tests.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xserver-xorg-input-libinput 0.29.0-1
  ProcVersionSignature: Ubuntu 5.8.0-33.36~20.04.1-generic 5.8.17
  Uname: Linux 5.8.0-33-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  Date: Tue Dec 22 10:13:13 2020
  DistUpgraded: 2020-12-22 07:48:08,643 DEBUG /openCache(), new cache size 70584
  DistroCodename: focal
  DistroVariant: ubuntu
  InstallationDate: Installed on 2020-12-11 (10 days ago)
  InstallationMedia: Xubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  MachineType: HP HP EliteBook 850 G7 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-33-generic 
root=/dev/mapper/vgxubuntu-root ro quiet splash psmouse.proto=bare
  SourcePackage: xserver-xorg-input-libinput
  UpgradeStatus: Upgraded to focal on 2020-12-22 (0 days ago)
  dmi.bios.date: 08/24/2020
  dmi.bios.release: 1.7
  dmi.bios.vendor: HP
  dmi.bios.version: S73 Ver. 01.01.07
  dmi.board.name: 8724
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 06.34.00
  dmi.chassis.asset.tag: 5CG0471SRC
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 6.52
  dmi.modalias: 
dmi:bvnHP:bvrS73Ver.01.01.07:bd08/24/2020:br1.7:efr6.52:svnHP:pnHPEliteBook850G7NotebookPC:pvr:rvnHP:rn8724:rvrKBCVersion06.34.00:cvnHP:ct10:cvr:
  dmi.product.family: 103C_5336AN HP EliteBook
  dmi.product.name: HP EliteBook 850 G7 Notebook PC
  dmi.product.sku: 1J6F3EA#ABD
  dmi.sys.vendor: HP
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1908992/+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 1908992] Re: SYNA30B4:00 06CB:CE09 Mouse on HP EliteBook 850 G7 not working at all

2021-01-14 Thread Wolfgang Schupp
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  SYNA30B4:00 06CB:CE09 Mouse  on HP EliteBook 850 G7 not working at all

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Fix Committed
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  Confirmed
Status in linux-oem-5.10 source package in Groovy:
  Invalid

Bug description:
  == SRU Justification ==
  [Impact]
  Pointstick and its left right buttons don't work on EliteBook 859 G7.

  [Fix]
  Use the MT_CLS_WIN_8_FORCE_MULTI_INPUT so the usage collection for
  pointsitck and touchpad won't merge together.

  [Test]
  With the patch applied, pointstick and its left and right buttons start
  to work.

  [Where problems could occur]
  The quirk limits to one specific touchpad/pointstick combo, so
  regression would be highly unlikely.

  == Original Bug Report ==

  $ xinput
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ SYNA30B4:00 06CB:CE09 Mouse id=11   [slave  pointer 
 (2)]
  ⎜   ↳ SYNA30B4:00 06CB:CE09 Touchpad  id=12   [slave  pointer 
 (2)]

  The touchpad is working fine, but the pointing stick/trackpoint does not work 
at all.
  No input is registered with xinput and libinput device tests.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xserver-xorg-input-libinput 0.29.0-1
  ProcVersionSignature: Ubuntu 5.8.0-33.36~20.04.1-generic 5.8.17
  Uname: Linux 5.8.0-33-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  Date: Tue Dec 22 10:13:13 2020
  DistUpgraded: 2020-12-22 07:48:08,643 DEBUG /openCache(), new cache size 70584
  DistroCodename: focal
  DistroVariant: ubuntu
  InstallationDate: Installed on 2020-12-11 (10 days ago)
  InstallationMedia: Xubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  MachineType: HP HP EliteBook 850 G7 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-33-generic 
root=/dev/mapper/vgxubuntu-root ro quiet splash psmouse.proto=bare
  SourcePackage: xserver-xorg-input-libinput
  UpgradeStatus: Upgraded to focal on 2020-12-22 (0 days ago)
  dmi.bios.date: 08/24/2020
  dmi.bios.release: 1.7
  dmi.bios.vendor: HP
  dmi.bios.version: S73 Ver. 01.01.07
  dmi.board.name: 8724
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 06.34.00
  dmi.chassis.asset.tag: 5CG0471SRC
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 6.52
  dmi.modalias: 
dmi:bvnHP:bvrS73Ver.01.01.07:bd08/24/2020:br1.7:efr6.52:svnHP:pnHPEliteBook850G7NotebookPC:pvr:rvnHP:rn8724:rvrKBCVersion06.34.00:cvnHP:ct10:cvr:
  dmi.product.family: 103C_5336AN HP EliteBook
  dmi.product.name: HP EliteBook 850 G7 Notebook PC
  dmi.product.sku: 1J6F3EA#ABD
  dmi.sys.vendor: HP
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1908992/+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 1911204] Re: i dont know what is error , but i ubuntu-bug linux did this and found bug

2021-01-14 Thread Alex Hung
** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

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

Title:
  i dont know what is error , but i ubuntu-bug linux did this and found
  bug

Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  please help me!!

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-130-generic 4.15.0-130.134
  ProcVersionSignature: Ubuntu 4.15.0-130.134-generic 4.15.18
  Uname: Linux 4.15.0-130-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  savan  4355 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jan 12 19:21:45 2021
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-xenial-amd64-20160624-2
  HibernationDevice: RESUME=UUID=8dbf6066-6d7b-4bce-9ec6-89ada4a8303b
  InstallationDate: Installed on 2021-01-11 (0 days ago)
  InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
  MachineType: Dell Inc. Vostro 15-3568
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-130-generic 
root=UUID=d4896985-94f8-4b04-a057-8a1e74d2b55e ro acpi_rev_override 
locale=en_IN alx.enable_wol=1 mem_sleep_default=deep quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-130-generic N/A
   linux-backports-modules-4.15.0-130-generic  N/A
   linux-firmware  1.173.19
  SourcePackage: linux
  UpgradeStatus: Upgraded to bionic on 2021-01-11 (0 days ago)
  dmi.bios.date: 11/13/2017
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.0.4
  dmi.board.name: 06XGVW
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.0.4:bd11/13/2017:svnDellInc.:pnVostro15-3568:pvr:rvnDellInc.:rn06XGVW:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: Vostro
  dmi.product.name: Vostro 15-3568
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911204/+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 1911219] Re: [nouveau] Xorg freeze

2021-01-14 Thread Sam John
** Attachment added: "prevboot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911219/+attachment/5453074/+files/prevboot.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/1911219

Title:
  [nouveau] Xorg freeze

Status in linux package in Ubuntu:
  Incomplete
Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  
  Also freezes when trying to open Libre Office new documents

  Not sure if it is the video that is causing issues

  Mouse and keyboard seems to be frozen and cant do anything without a
  hard reboot

  Some times the video keeps playing even if everything is frozen.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.8.0-36.40~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-36-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jan 12 11:29:12 2021
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Occurs more often under certain circumstances
  GpuHangStarted: Within the last few days
  GraphicsCard:
   NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: eVga.com. Corp. GT218 [GeForce 210] [3842:1212]
  InstallationDate: Installed on 2021-01-09 (3 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: Gigabyte Technology Co., Ltd. GA-970A-D3
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-36-generic 
root=UUID=598990d0-29d6-4e5b-a8aa-3c75c00bd284 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/30/2012
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F10
  dmi.board.name: GA-970A-D3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF10:bd05/30/2012:svnGigabyteTechnologyCo.,Ltd.:pnGA-970A-D3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-970A-D3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-970A-D3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 20.2.6-0ubuntu0.20.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1~20.04.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-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-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/linux/+bug/1911219/+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 1859592] Re: Bluetooth unavailable after updates - Reading Intel version information failed (-110)

2021-01-14 Thread Alex Burdu
Cold boot as in powering off from PC's source button worked (taking
electricity off the mother board) worked for me.

Just shutting down and having the motherboard LEDs on didn't work.

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

Title:
  Bluetooth unavailable after updates - Reading Intel version
  information failed (-110)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After 10 days of uptime with automatic updates, I rebooted. Bluetooth,
  which I use every day, is no longer available.

  $ dmesg | grep -i bluetooth
  [4.846072] Bluetooth: Core ver 2.22
  [4.846088] Bluetooth: HCI device and connection manager initialized
  [4.846092] Bluetooth: HCI socket layer initialized
  [4.846094] Bluetooth: L2CAP socket layer initialized
  [4.846096] Bluetooth: SCO socket layer initialized
  [5.434081] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [5.434082] Bluetooth: BNEP filters: protocol multicast
  [5.434086] Bluetooth: BNEP socket layer initialized
  [6.874125] Bluetooth: hci0: command 0xfc05 tx timeout
  [6.874129] Bluetooth: hci0: Reading Intel version information failed 
(-110)

  $ uname -a
  Linux abu 5.3.2-050302-generic #201910010731 SMP Tue Oct 1 07:33:48 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

  AMD Ryzen 5 3400G (Picasso, Raven Ridge) (Asrock A300) Ubuntu 18.04
  LTS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859592/+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 1890186] Re: Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument

2021-01-14 Thread Dan Streetman
Ok here's my understanding of this:

Most keyboards report a single usb device 'interface' for the keyboard
(some have separate interface(s) for builtin mice or other non-keyboard
stuff). However, your keyboard reports two separate 'interfaces' for
your single keyboard. Unfortunately, both of the interfaces it reports
use the exact same vendor and product id, so there's no way for systemd
to tell which is which, from the bus/vendor/product info.

The setting in the hwdb matches specifically on this bus/vendor/product id info 
(the b0003v045Ep00DB string):
evdev:input:b0003v045Ep00DB*


  

This applies the scancode remapping to *both* of the interfaces that
your keyboard reports. However, only one of the interfaces actually
supports the remapped scancodes, so when systemd attempts to tell the
kernel to map the specific scancode to the assigned keycode, the kernel
rejects it, which results in the warning messages you saw in the logs.

However these warning log messages are only produced for the second
interface which doesn't actually support or provide the scancodes in
question. So, this logged warning is completely harmless and you can
ignore it.

It's possible that we might be able to figure out how to finesse systemd
hwdb config to get around the fact that your hardware keyboard is
essentially broken (because it reports two separate interfaces with
identical vendor/product ids but with different operation and behavior).
However since these logged errors are completely harmless, and any 'fix'
could possibly (accidentally) cause the mapped keys to *not* function, I
don't think it's worth it to bother fixing this.

Therefore I'm going to close this as wontfix, since I believe this is a
hardware problem that does not have any actual impact on the system's
operation, besides logging a harmless warning message.


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

** Changed in: systemd (Ubuntu)
   Status: New => Won't Fix

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

Title:
  Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103:
  Invalid argument

Status in linux package in Ubuntu:
  Invalid
Status in systemd package in Ubuntu:
  Won't Fix

Bug description:
  I run an up-to-date Ubuntu 20.04.1 LTS "focal" with kernel
  5.4.0-42-generic on Dell Latitude E6440.  Upon examining the output of
  journalctl -b, I see this:

  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Show Plymouth Boot Screen being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Forward Password Requests to Plymouth Directory Watch being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Set Up Additional Binary Formats being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
File System Check on Root Device being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Rebuild Hardware Database being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Platform Persistent Storage Archival being skipped.
  Aug 03 19:22:15 pseudonymizedHostname kernel: [drm] radeon: dpm initialized
  Aug 03 19:22:15 pseudonymizedHostname kernel: [drm] GART: num cpu pages 
524288, num gpu pages 524288
  Aug 03 19:22:15 pseudonymizedHostname kernel: dell_laptop: Using dell-rbtn 
acpi driver for receiving events
  Aug 03 19:22:15 pseudonymizedHostname systemd-udevd[385]: event8: Failed to 
call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument
  Aug 03 19:22:15 pseudonymizedHostname systemd-udevd[385]: event8: Failed to 
call EVIOCSKEYCODE with scan code 0xc022e, and key code 108: Invalid argument

  "Invalid argument" means that something goes wrong there, and I don't know 
what it is.
  On my laptop, event8 seems to be keyboard-related:

  $ sudo cat /proc/bus/input/devices | grep -C 5 event8
  I: Bus=0003 Vendor=045e Product=00db Version=0111
  N: Name="Microsoft Natural® Ergonomic Keyboard 4000"
  P: Phys=usb-:00:14.0-13.1/input0
  S: 
Sysfs=/devices/pci:00/:00:14.0/usb3/3-13/3-13.1/3-13.1:1.0/0003:045E:00DB.0002/input/input9
  U: Uniq=
  H: Handlers=sysrq kbd event8 leds 
  B: PROP=0
  B: EV=120013
  B: KEY=10007 ff8007ff febeffdff3cf fffe
  B: MSC=10
  B: LED=107

  The issue report
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1754921 is
  probably related but marked as a duplicate of a no longer existing
  issue report (#1750855).

  The report
  https://bugs.launchpad.net

[Kernel-packages] [Bug 1910664] Re: Need a new firmware to support RTL8821ce Wifi

2021-01-14 Thread Timo Aaltonen
fixed in groovy and up

** Changed in: linux-firmware (Ubuntu)
   Status: Invalid => Fix Released

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

Title:
  Need a new firmware to support RTL8821ce Wifi

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Focal:
  In Progress

Bug description:
  [Impact]
  It shows below messages and fails to enable the wifi
  [ 3.965229] u kernel: rtw_8821ce :04:00.0: enabling device ( -> 0003)
  [ 3.965403] u kernel: rtw_8821ce :04:00.0: Direct firmware load for 
rtw88/rtw8821c_fw.bin failed with error -2
  [ 3.965405] u kernel: rtw_8821ce :04:00.0: failed to request firmware
  [ 3.967613] u kernel: rtw_8821ce :04:00.0: failed to load firmware

  [Fix]
  There is a new firmware need to cherry pick
  401bd6de rtw88: RTL8821C: add firmware file v24.5

  [Test]
  After add the firmware, it shows
  [ 3.930187] rtw_8821ce :04:00.0: enabling device ( -> 0003)
  [ 3.931104] rtw_8821ce :04:00.0: Firmware version 24.5.0, H2C version 12
  [ 3.999271] rtw_8821ce :04:00.0 wlp4s0: renamed from wlan0

  [Where problems could occur]
  No problems could occur since it enables a new device.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1910664/+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 1911456] Re: Can't receive files over bluetooth unless settings dialog is open

2021-01-14 Thread Brian Murray
** Tags added: focal

** Package changed: ubuntu => bluez (Ubuntu)

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

Title:
  Can't receive files over bluetooth unless settings dialog is open

Status in bluez package in Ubuntu:
  New

Bug description:
  On 18.04 I could send files from my phone to my laptop at any time.
  On 20.04 I can't get files to be accepted by the laptop over bluetooth. After 
much frustration and experimenting, I figured out that it will work, but only 
if the bluetooth settings dialog is open. If the settings dialog is not open, 
the incoming file is rejected.  If the dialog is closed after the file transfer 
begins, the transfer continues but the file is discarded when the transfer is 
complete.  This is very frustrating.
  I need to be able to send files (mostly photos and videos) from my phone to 
my laptop without having to open the settings dialog on the laptop, just like I 
could before upgrading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1911456/+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 1911456] [NEW] Can't receive files over bluetooth unless settings dialog is open

2021-01-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

On 18.04 I could send files from my phone to my laptop at any time.
On 20.04 I can't get files to be accepted by the laptop over bluetooth. After 
much frustration and experimenting, I figured out that it will work, but only 
if the bluetooth settings dialog is open. If the settings dialog is not open, 
the incoming file is rejected.  If the dialog is closed after the file transfer 
begins, the transfer continues but the file is discarded when the transfer is 
complete.  This is very frustrating.
I need to be able to send files (mostly photos and videos) from my phone to my 
laptop without having to open the settings dialog on the laptop, just like I 
could before upgrading.

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


** Tags: bot-comment focal
-- 
Can't receive files over bluetooth unless settings dialog is open
https://bugs.launchpad.net/bugs/1911456
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to bluez 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 1908992] Re: SYNA30B4:00 06CB:CE09 Mouse on HP EliteBook 850 G7 not working at all

2021-01-14 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

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

Title:
  SYNA30B4:00 06CB:CE09 Mouse  on HP EliteBook 850 G7 not working at all

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Fix Committed
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  Confirmed
Status in linux-oem-5.10 source package in Groovy:
  Invalid

Bug description:
  == SRU Justification ==
  [Impact]
  Pointstick and its left right buttons don't work on EliteBook 859 G7.

  [Fix]
  Use the MT_CLS_WIN_8_FORCE_MULTI_INPUT so the usage collection for
  pointsitck and touchpad won't merge together.

  [Test]
  With the patch applied, pointstick and its left and right buttons start
  to work.

  [Where problems could occur]
  The quirk limits to one specific touchpad/pointstick combo, so
  regression would be highly unlikely.

  == Original Bug Report ==

  $ xinput
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ SYNA30B4:00 06CB:CE09 Mouse id=11   [slave  pointer 
 (2)]
  ⎜   ↳ SYNA30B4:00 06CB:CE09 Touchpad  id=12   [slave  pointer 
 (2)]

  The touchpad is working fine, but the pointing stick/trackpoint does not work 
at all.
  No input is registered with xinput and libinput device tests.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xserver-xorg-input-libinput 0.29.0-1
  ProcVersionSignature: Ubuntu 5.8.0-33.36~20.04.1-generic 5.8.17
  Uname: Linux 5.8.0-33-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  Date: Tue Dec 22 10:13:13 2020
  DistUpgraded: 2020-12-22 07:48:08,643 DEBUG /openCache(), new cache size 70584
  DistroCodename: focal
  DistroVariant: ubuntu
  InstallationDate: Installed on 2020-12-11 (10 days ago)
  InstallationMedia: Xubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  MachineType: HP HP EliteBook 850 G7 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-33-generic 
root=/dev/mapper/vgxubuntu-root ro quiet splash psmouse.proto=bare
  SourcePackage: xserver-xorg-input-libinput
  UpgradeStatus: Upgraded to focal on 2020-12-22 (0 days ago)
  dmi.bios.date: 08/24/2020
  dmi.bios.release: 1.7
  dmi.bios.vendor: HP
  dmi.bios.version: S73 Ver. 01.01.07
  dmi.board.name: 8724
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 06.34.00
  dmi.chassis.asset.tag: 5CG0471SRC
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 6.52
  dmi.modalias: 
dmi:bvnHP:bvrS73Ver.01.01.07:bd08/24/2020:br1.7:efr6.52:svnHP:pnHPEliteBook850G7NotebookPC:pvr:rvnHP:rn8724:rvrKBCVersion06.34.00:cvnHP:ct10:cvr:
  dmi.product.family: 103C_5336AN HP EliteBook
  dmi.product.name: HP EliteBook 850 G7 Notebook PC
  dmi.product.sku: 1J6F3EA#ABD
  dmi.sys.vendor: HP
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1908992/+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 1910102] Re: Enable mute and micmute LED on HP EliteBook 850 G7

2021-01-14 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

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

Title:
  Enable mute and micmute LED on HP EliteBook 850 G7

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  Confirmed
Status in linux-oem-5.10 source package in Groovy:
  Invalid

Bug description:
  [Impact]
  Mute and micmute LED on HP EliteBook 850 G7 don't reflect the mute
  status.

  [Fix]
  Apply an HDA quirk to let HP EliteBook 850 G7 use codec GPIO to control
  LED.

  [Test]
  With the patch applied, both mute and micmute LED can be lit when audio
  output or input is muted, respectively.
   
  [Where problems could occur]
  This quirk is specific to one model. It's not likely to regress other
  systems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1910102/+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 1910541] Re: [SRU][G/H/U/OEM-5.10] re-enable s0ix of e1000e

2021-01-14 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

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

Title:
  [SRU][G/H/U/OEM-5.10] re-enable s0ix of e1000e

Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  In Progress
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  In Progress
Status in linux source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  Due to s2idle failure on e1000e driver in ME enabled system, it disabled s0ix.
  Finally latest kernel accepted the bump up timeout value to fixed the issue.
  s0ix can be supported again.

  [Fix]
  Rebase the sauce patch to upstream patch, then support s0ix of e1000e.

  [Test Case]
  s2idle can work normally on ME enabled platform.

  [Where problems could occur]
  s2idle may fail to suspend on 2nd times.

  These patches are trying to revert the disabled s0ix patch in 5.8+,
  no need for 5.7- kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1910541/+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 1910561] Re: Fix right sounds and mute/micmute LEDs for HP ZBook Fury 15/17 G7 Mobile Workstation

2021-01-14 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

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

Title:
  Fix right sounds and mute/micmute LEDs for HP ZBook Fury 15/17 G7
  Mobile Workstation

Status in OEM Priority Project:
  Triaged
Status in linux package in Ubuntu:
  In Progress
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 Committed
Status in linux source package in Groovy:
  In Progress
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux source package in Hirsute:
  In Progress
Status in linux-oem-5.10 source package in Hirsute:
  Invalid

Bug description:
  [Impact]
  * Mute and micmute LED are not work accurately on HP ZBook Fury 15/17 G7 
Mobile Workstation when muting corresponding audio devices.
  * The right channel of internal speaker has not sound.

  [Fix]
  Apply ALC285_FIXUP_HP_GPIO_AMP_INIT quirk to expose GPIOs for controlling 
LEDs and initialing AMP.

  [Test]
  Built a test kernel with applying this patch, the mute/micmute LEDs are work 
as expected.
  The internal speaker could play the sounds from left and right channels.

  [Where problems could occur]
  This quirk is specific for these two platforms. It should not cause the 
regression to other systems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1910561/+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 1910639] Re: DMI entry syntax fix for Pegatron / ByteSpeed C15B

2021-01-14 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

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

Title:
  DMI entry syntax fix for Pegatron / ByteSpeed C15B

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  Incomplete
Status in linux source package in Bionic:
  Incomplete
Status in linux source package in Focal:
  Incomplete
Status in linux source package in Groovy:
  Incomplete
Status in linux source package in Hirsute:
  Incomplete

Bug description:
  [Impact]
  Upstream reports that when compiling the kernel with a48491c65b51 ("Input: 
i8042 - add ByteSpeed touchpad to noloop table"), g++ will complain about:
  drivers/input/serio/i8042-x86ia64io.h:225:3: error: ‘.matches’ designator 
used multiple times in the same initializer list

  C99 semantics is that last duplicated initialiser wins,
  so DMI entry gets overwritten.

  [Fix]
  * a3a9060ecad030 ("Input: i8042 - unbreak Pegatron C15B") in linux-next

  This can be cherry-picked into all the affected series.
  Note that patch for bug 1906128 should be applied first.

  [Test]
  I didn't get this error while building the test kernels for bug 1906128 on 
builder kathleen, with fakeroot commands.

  So the only thing that I can test is to build them again and make sure
  there is no other issues.

  [Where problems could occur]
  If this fix is incorrect it might affect the touchpad support on Pegatron / 
ByteSpeed C15B laptop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1910639/+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 1911001] Re: Use DCPD to control HP DreamColor panel

2021-01-14 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

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

Title:
  Use DCPD to control HP DreamColor panel

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  Confirmed
Status in linux-oem-5.10 source package in Groovy:
  Won't Fix

Bug description:
  [Impact]
  Cannot change brightness on HP ZBook Fury with certain panel.

  [Fix]
  Add the panel to DPCD quirk table to use DPCD to control the panel
  backlight.

  [Test]
  Changing backlight sysfs doesn't change the display brightness.
  With the patch applied, changing sysfs backlight can really change the
  display brightness.

  [Where problems could occur]
  This fix is specific to a single panel, so it's not likely to cause any
  regression to other devices.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1911001/+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 1887968] Re: Pairing with Bluetooth LE mice fails on a Huawei Matebook 13 AMD laptop with Realtek RTL8822CE Wifi/Bluetooth combo adapter

2021-01-14 Thread Filippo
I installed 5.10.6 and 5.10.7 in linux mint 20.1 (via "ubuntu mainline
kernel installer") and the issue remains: i'm trying to pair Huawei
bluetooth mouse to my matebook 13 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/1887968

Title:
  Pairing with Bluetooth LE mice fails on a Huawei Matebook 13 AMD
  laptop with Realtek RTL8822CE Wifi/Bluetooth combo adapter

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm using Ubuntu 20.04 on a Huawei Matebook 13 AMD laptop which seems
  to use a Realtek RTL8822CE Wifi/Bluetooth combo adapter.

  I've been unsuccessful to pair with 2 different bluetooth mice.
  However bluetooth seems to work with other devices. I'm under the
  impression that this problem only happens with Bluetooth LE devices.

  Trying to pair using bluetoothctl fails with the
  org.bluez.Error.AuthenticationCanceled error:

  [bluetooth]# pair E5:5B:67:2A:09:76
  Attempting to pair with E5:5B:67:2A:09:76
  [CHG] Device E5:5B:67:2A:09:76 Connected: yes
  [CHG] Device E5:5B:67:2A:09:76 Connected: no
  Failed to pair: org.bluez.Error.AuthenticationCanceled

  A quick google search for org.bluez.Error.AuthenticationCanceled
  reported nothing relevant.

  Running btmon while trying to pair with the device gives me the
  following:

  Bluetooth monitor ver 5.53
  = Note: Linux version 5.4.0-40-generic (x86_64)   
0.998188
  = Note: Bluetooth subsystem version 2.22  
0.998193
  = New Index: E8:6F:38:9C:2B:3C (Primary,USB,hci0) 
 [hci0] 0.998194
  = Open Index: E8:6F:38:9C:2B:3C   
 [hci0] 0.998195
  = Index Info: E8:6F:38:9C:2B:3C (Realtek Semiconductor Corporation)   
 [hci0] 0.998197
  @ MGMT Open: bluetoothd (privileged) version 1.14 
   {0x0001} 0.998198
  @ MGMT Open: btmon (privileged) version 1.14  
   {0x0002} 0.998310
  @ MGMT Command: Pair Device (0x0019) plen 8   
{0x0001} [hci0] 8.162442
  LE Address: E5:5B:67:2A:09:76 (Static)
  Capability: KeyboardDisplay (0x04)
  < HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 8   
  #1 [hci0] 8.162527
  Own address type: Public (0x00)
  Filter policy: Ignore not in white list (0x01)
  PHYs: 0x01
  Entry 0: LE 1M
Type: Passive (0x00)
Interval: 60.000 msec (0x0060)
Window: 30.000 msec (0x0030)
  > HCI Event: Command Complete (0x0e) plen 4   
  #2 [hci0] 8.284618
LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
  Status: Success (0x00)
  < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6   
  #3 [hci0] 8.284654
  Extended scan: Enabled (0x01)
  Filter duplicates: Enabled (0x01)
  Duration: 0 msec (0x)
  Period: 0.00 sec (0x)
  > HCI Event: Command Complete (0x0e) plen 4   
  #4 [hci0] 8.289616
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
  Status: Success (0x00)
  > HCI Event: LE Meta Event (0x3e) plen 52 
  #5 [hci0] 8.343614
LE Extended Advertising Report (0x0d)
  Num reports: 1
  Entry 0
Event type: 0x0013
  Props: 0x0013
Connectable
Scannable
Use legacy advertising PDUs
  Data status: Complete
Legacy PDU Type: ADV_IND (0x0013)
Address type: Random (0x01)
Address: E5:5B:67:2A:09:76 (Static)
Primary PHY: LE 1M
Secondary PHY: No packets
SID: no ADI field (0xff)
TX power: 127 dBm
RSSI: -20 dBm (0xec)
Periodic advertising invteral: 0.00 msec (0x)
Direct address type: Public (0x00)
Direct address: 00:00:00:00:00:00 (OUI

[Kernel-packages] [Bug 1908264] Re: Disable Atari partition support for cloud kernels

2021-01-14 Thread Marcelo Cerri
SRU submission for the Azure kernels:

https://lists.ubuntu.com/archives/kernel-team/2021-January/116444.html
https://lists.ubuntu.com/archives/kernel-team/2021-January/116445.html
https://lists.ubuntu.com/archives/kernel-team/2021-January/116446.html
https://lists.ubuntu.com/archives/kernel-team/2021-January/116447.html

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

Title:
  Disable Atari partition support for cloud kernels

Status in linux-aws package in Ubuntu:
  In Progress
Status in linux-azure package in Ubuntu:
  Invalid
Status in linux-azure-4.15 package in Ubuntu:
  Invalid
Status in linux-aws source package in Xenial:
  Fix Committed
Status in linux-azure source package in Xenial:
  Invalid
Status in linux-azure-4.15 source package in Xenial:
  Invalid
Status in linux-aws source package in Bionic:
  Fix Committed
Status in linux-azure source package in Bionic:
  Invalid
Status in linux-azure-4.15 source package in Bionic:
  In Progress
Status in linux-aws source package in Focal:
  Fix Committed
Status in linux-azure source package in Focal:
  In Progress
Status in linux-azure-4.15 source package in Focal:
  Invalid
Status in linux-aws source package in Groovy:
  Fix Committed
Status in linux-azure source package in Groovy:
  In Progress
Status in linux-azure-4.15 source package in Groovy:
  Invalid
Status in linux-aws source package in Hirsute:
  In Progress
Status in linux-azure source package in Hirsute:
  Invalid
Status in linux-azure-4.15 source package in Hirsute:
  Invalid

Bug description:
  [Impact]
  Atari partition tables have very broad specifications, and can spontaneously 
show up on uncleared disks with "garbage" data. There have been reports of 
misinterpreted AHDI partition tables before (see [0] and [1]), usually as an 
unintended side-effect of using non-zeroed disks. Users of this specific 
partition scheme are unlikely to be on AWS instances, so we should disable them.

  [0] 
https://lore.kernel.org/linux-block/1467736712-11825-1-git-send-email-kris...@linux.vnet.ibm.com/
  [1] https://mail-index.netbsd.org/port-atari/1995/11/19/0001.html

  [Test Case]
  Ensure that CONFIG_ATARI_PARTITION is not set in /boot/config-$(uname -r)

  [Fix]
  Unset CONFIG_ATARI_PARTITION in debian.aws/config/config.common.ubuntu

  [Regression Potential]
  There could be unexpected dependencies on Atari partitions that are impacted 
by this change. Considering Atari hardware hasn't been produced in a long time, 
and is unlikely to be used in AWS instances, the regression potential should be 
very low.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-aws/+bug/1908264/+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 1910503] Re: latest kernel breaks display full sizing in virtualbox

2021-01-14 Thread Terry Rudd
*** This bug is a duplicate of bug 1901904 ***
https://bugs.launchpad.net/bugs/1901904

** This bug has been marked a duplicate of bug 1901904
   [SRU] virtualbox 6.1.10-dfsg-1~ubuntu1.20.04.1 ADT test failure with 
linux-hwe-5.8 5.8.0-25.26~20.04.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/1910503

Title:
  latest kernel breaks display full sizing in virtualbox

Status in linux package in Ubuntu:
  Confirmed
Status in virtualbox package in Ubuntu:
  New
Status in linux source package in Focal:
  New
Status in virtualbox source package in Focal:
  New

Bug description:
  kernel 5.8.0-34 breaks display full size/resizing in VirtualBox 6.1
  going back to kernel 5.4.0-59 makes full size display working again

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-59.65-generic 5.4.78
  Uname: Linux 5.4.0-59-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jan  7 09:12:44 2021
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox-guest, 6.1.10, 5.4.0-58-generic, x86_64: installed (WARNING! Diff 
between built and installed module!) (WARNING! Diff between built and installed 
module!)
   virtualbox-guest, 6.1.10, 5.4.0-59-generic, x86_64: installed (WARNING! Diff 
between built and installed module!) (WARNING! Diff between built and installed 
module!)
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   VMware SVGA II Adapter [15ad:0405] (prog-if 00 [VGA controller])
 Subsystem: VMware SVGA II Adapter [15ad:0405]
  InstallationDate: Installed on 2020-05-01 (250 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 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Lsusb-t:
   /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
   /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 480M
  MachineType: innotek GmbH VirtualBox
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-59-generic 
root=UUID=71747bce-f255-4284-aefc-caee0698739c ro quiet splash noibrs noibpb 
nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable 
no_stf_barrier mds=off tsx=on tsx_async_abort=off mitigations=off
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.family: Virtual Machine
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1~20.04.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-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-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/linux/+bug/1910503/+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 1829620] Re: i7-8565U, sig=0x806eb/20190514, intel-microcode on ASUS makes kernel stuck during loading initramfs on bionic-updates, bionic-security

2021-01-14 Thread Tim Duckenfield
I had the same issue, having updated my Ubuntu partition to 18.04, ASUS K501UQ. 
I added "dis_ucode_ldr" after "quiet splash" and it worked, both when 
temporarily added using 'e' with GRUB, and permanently added by gediting 
/etc/default/grub. 
I would like to thank everybody on this thread, you really saved my bacon.

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

Title:
  i7-8565U, sig=0x806eb/20190514, intel-microcode on ASUS makes kernel
  stuck during loading initramfs on bionic-updates, bionic-security

Status in intel-microcode package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux-hwe-edge package in Ubuntu:
  Confirmed

Bug description:
  Description:
  - my system gets stuck at "Booting, Loading initramfs" (the first 2 lines of 
booting, after grub)
  - does not even show the enter cryptsetup passphrase
  - affected kernels:
  # apt list --installed |grep linux-signed
  WARNING: apt does not have a stable CLI interface. Use with caution in 
scripts.
  linux-signed-generic/bionic-security,bionic-updates,now 4.15.0.50.52 amd64 
[installed]
  linux-signed-generic-hwe-18.04/bionic-security,bionic-updates,now 
4.18.0.20.70 amd64 [installed]
  linux-signed-generic-hwe-18.04-edge/bionic-security,bionic-updates,now 
5.0.0.15.71 amd64 [installed]

  - the setup is not new, has been working perfectly before (about 7
  days since my last restart?)

  System:
  - HW: ASUS Zenbook 14 UX433FN
  - Ubuntu 18.04, runing latest HWE, fully updated
  - grub(-pc), cryptsetup (crypttab entries for custom encrypted LUKS setup),

  Suspected/possible cause?:
  - recent intel-microcode package update
  - recent kernel package updates

  Steps taken:
  - tried to remove "splash quiet" from grub/kernel cmd line (also tried adding 
nosplash, noplymouth)
  - completely removed nvidia drivers (apt purge *nvidia*)
  - completely purged and reinstalled grub (grup-pc)
  - completely purged and reinstalled all kernels (headers, modules, image, ..)
  - toggle BIOS "fastboot" (now using OFF)
  - toggle UEFI SecureBoot (now using ON)
  - remove plymouth (apt remove *plymouth* , but the workaround is working with 
plymouth installed)

  Workaround:
  - so far, I'm only able to boot with non-Ubuntu kernel! 
(linux-image-liquorix-amd64)
  - which needs "splash" option ON
  - reinstall cryptsetup & update-grub (as suggested in 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1829620/comments/10 )

  I am not sure how to get you more debug info, as this setup has been
  working before, and it's a very eary boot-process bug, so I can't even
  access dmesg etc.

  EDIT:

  Hypothesis:
  Only affects ASUS with i7-8565U Whiskey Lake Intel CPU

  Upstream Bug Report:
  https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/1

  WORKAROUND 1: disable intel microcode updates during boot
  From this bug: 
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1759920
  1/ add the boot parameter: dis_ucode_ldr to /etc/default/grub
  2/ update-grub

  WORKAROUND 2: downgrade (and hold) intel-microcode to older version from 
bionic/main
  apt install --reinstall intel-microcode=3.20180312.0~ubuntu18.04.1

  WORKAROUND 3: upgrade BIOS
  Asus has released updated BIOSes, which probably include the newest 
microcode. After upgrading workarounds 1,2 are not needed. 
  Please NOTE, unlike workarounds 1,2, BIOS upgrade is permanent and cannot be 
(easily) reverted. 

  ---
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: KDE neon 18.04
  InstallationDate: Installed on 2012-12-23 (2337 days ago)
  InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Release amd64 
(20121017.1)
  Package: linux-hwe-edge (not installed)
  Tags:  bionic wayland-session
  Uname: Linux 5.0.0-17.1-liquorix-amd64 x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm libvirtd lpadmin netdev plugdev sudo vboxusers video
  _MarkForUpload: True
  ---
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: KDE neon 18.04
  InstallationDate: Installed on 2012-12-23 (2339 days ago)
  InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Release amd64 
(20121017.1)
  Package: linux-hwe-edge
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.0.0-15.16~18.04.1-generic 5.0.6
  Tags: third-party-packages bionic wayland-session
  Uname: Linux 5.0.0-15-generic x86_64
  UnreportableReason: Toto není oficiální KDE balík. Prosíme odstraňte všechny 
balíky třetích stran a zkuste to znovu.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm libvirtd lpadmin netdev plugdev sudo video
  _MarkForUploa

[Kernel-packages] [Bug 1905627] Re: Bluetooth stops working on Raspberry Pi 4 with bluez 5.55-0ubuntu1.1

2021-01-14 Thread Brian Murray
** Also affects: bluez (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: bluez (Ubuntu Hirsute)
   Importance: High
 Assignee: Dave Jones (waveform)
   Status: New

** Tags removed: rls-gg-incoming rls-hh-incoming

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

Title:
  Bluetooth stops working on Raspberry Pi 4 with bluez 5.55-0ubuntu1.1

Status in bluez package in Ubuntu:
  New
Status in bluez source package in Groovy:
  New
Status in bluez source package in Hirsute:
  New

Bug description:
  Bluetooth stops working after updating to bluez version
  5.55-0ubuntu1.1. /usr/bin/btuart returns "bcm43xx_init Initialization
  timed out". Bluetooth is working again if bluez is reverted to version
  5.55-0ubuntu1. I don't have any unusual setup like miniuart-bt.

  Release:  20.10
  bluez:
Installed: 5.55-0ubuntu1.1
Candidate: 5.55-0ubuntu1.1
Version table:
   *** 5.55-0ubuntu1.1 500
  500 http://ports.ubuntu.com/ubuntu-ports groovy-updates/main arm64 
Packages
  100 /var/lib/dpkg/status
   5.55-0ubuntu1 500
  500 http://ports.ubuntu.com/ubuntu-ports groovy/main arm64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: bluez 5.55-0ubuntu1.1
  ProcVersionSignature: Ubuntu 5.8.0-1007.10-raspi 5.8.14
  Uname: Linux 5.8.0-1007-raspi aarch64
  ApportVersion: 2.20.11-0ubuntu50.2
  Architecture: arm64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Nov 25 16:09:03 2020
  ImageMediaBuild: 20200423.1
  InterestingModules: bnep bluetooth
  Lspci-vt: -[:00]---00.0-[01]00.0  VIA Technologies, Inc. VL805 USB 
3.0 Host Controller
  Lsusb:
   Bus 002 Device 002: ID 1058:25ee Western Digital Technologies, Inc. My Book 
25EE
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Lsusb-t:
   /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
   |__ Port 2: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
   /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
   |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
  ProcKernelCmdLine: coherent_pool=1M 8250.nr_uarts=0 
snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 
snd_bcm2835.enable_headphones=1 video=HDMI-A-1:1920x1080M@60 
smsc95xx.macaddr=DC:A6:32:B9:18:CC vc_mem.mem_base=0x3eb0 
vc_mem.mem_size=0x3ff0  dwc_otg.lpm_enable=0 console=tty1 
root=PARTUUID=5f9d0997-1b4e-423b-ad5e-8bce1a7e1ae4 rootfstype=ext4 
elevator=deadline rootwait fixrtc
  SourcePackage: bluez
  UpgradeStatus: Upgraded to groovy on 2020-10-23 (33 days ago)
  acpidump:
   
  hciconfig:
   
  rfkill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1905627/+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 1906384] Re: [UBUNTU 18.04] lvm boot failure

2021-01-14 Thread Frank Heimes
Well, if multipath in configured in the right way, the initramfs can be rebuild 
for example with:
sudo update-initramfs -k all -u

But additional paths also means additional (FCP) devices needed.
You need to make sure that these additional devices are in place and configured 
in a persistent way using chzdev and available in the early boot cycle.
So if you call chzdev to activate the additional FCZ devices and you add the 
arguments "-p -r zdev:early", the initramfs rebuild is automatically triggered 
for you.

On top make sure you have multipath-tools-boot installed (in add. to
multipath-tools).

But doing that during the installation is of course the more convenient
(and less error prone) way.

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

Title:
  [UBUNTU 18.04] lvm boot failure

Status in Ubuntu on IBM z Systems:
  Incomplete
Status in linux package in Ubuntu:
  New

Bug description:
  ---Problem Description---
  boot failure with LVM root disk
   
  ---uname output---
  4.15.0-91-generic #92-Ubuntu SMP Fri Feb 28 11:07:52 UTC 2020 s390x s390x 
s390x GNU/Linux
   
  Machine Type = 8561 LT1 
   
  ---System Hang---
   Boot failure with LVM root disk and enter emergency shell
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
   boot the system
   
  *Additional Instructions for Chee Ye/y...@cn.ibm.com:
  -Attach:
/proc/partitions
/proc/mounts/
/etc/lvm/lvm.conf
dmsetup ls
dmsetup table
dmsetup targets
dmsetup version
lvm version

  
  During boot, got below error message and then entered emergency shell. I am 
attaching part of the console log from HMC. 

  "WARNING: PV UbKGJN-sLdU-PeZu-p2hF-ca1W-Gd74-WUISRc prefers device /dev/sdah 
be"
  "cause device was seen first."
  "WARNING: PV UbKGJN-sLdU-PeZu-p2hF-ca1W-Gd74-WUISRc prefers device /dev/sdah 
be"
  "cause device was seen first."
  "WARNING: PV UbKGJN-sLdU-PeZu-p2hF-ca1W-Gd74-WUISRc prefers device /dev/sdah 
be"
  "cause device was seen first."
  "WARNING: PV 3wBaLS-TaW1-IJAI-Akmo-k90H-uT6G-j7XEX3 prefers device /dev/sdh5 
be"
  "cause device was seen first."
  "WARNING: PV 3wBaLS-TaW1-IJAI-Akmo-k90H-uT6G-j7XEX3 prefers device /dev/sdh5 
be"
  "cause device was seen first."
  "WARNING: PV 3wBaLS-TaW1-IJAI-Akmo-k90H-uT6G-j7XEX3 prefers device /dev/sdh5 
be"
  "cause device was seen first."
  "WARNING: PV Ksjsai-Hw03-r9x9-n2Kv-4tqe-GyP9-qVWc2c prefers device /dev/sdcn 
be"
  "cause device was seen first."
  "WARNING: PV Ksjsai-Hw03-r9x9-n2Kv-4tqe-GyP9-qVWc2c prefers device /dev/sdcn 
be"
  "cause device was seen first."
  "WARNING: PV Ksjsai-Hw03-r9x9-n2Kv-4tqe-GyP9-qVWc2c prefers device /dev/sdcn 
be"
  "cause device was seen first."
  "Cannot activate LVs in VG ISVCL1-vg while PVs appear on duplicate devices."
  done.
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: error opening /dev/md?*: No such file or directory"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  "mdadm: No arrays found in config file or automatically"
  done.
  "Gave up waiting for root file system device.  Common problems:"
  "- Boot args (cat /proc/cmdline)"
  "- Check rootdelay= (did the system wait long enough?)"
  "- Missing modules (cat /proc/modules; ls /dev)"
  "chvt: can't open console"
  "ALERT!

[Kernel-packages] [Bug 1909005] Re: Ubuntu does not resume (wake up) from suspend

2021-01-14 Thread Avtandil Kikabidze
Guys, are you sure its related to kernel? 
I've upgraded Nvidia drivers and looks like the issue is fixed.

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

Title:
  Ubuntu does not resume (wake up) from suspend

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Whenever Ubuntu gets into suspend state, I cannot wake it up. 
  -Keystrokes start the fans but screen does not turn on and Ubuntu still seems 
to be suspended because in my teamviewer account the computer is still offline.
  -Power button clicks do not help
  -I always have to turn off computer by holding power button and then turn it 
on again.

  The only kernel that works is the following: "linux-image-5.0.0-1070
  -oem-osp1". But with this old kernel I run into different problems.

  I have the latest BIOS version from Dell (released 2020-11-27) and the
  latest updates in Ubuntu 20.04.

  I will post logs during suspend and important logs (found in Logs gui
  tool)

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-58-generic 5.4.0-58.64
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  Uname: Linux 5.4.0-58-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  philip 2340 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Dec 22 13:59:14 2020
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-bionic-amd64-20190418-59+beaver-osp1-loras+X18
  InstallationDate: Installed on 2019-12-04 (383 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20190418-12:10
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 003: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3593
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=26003f0f-3564-472f-984c-a9a00e480fd0 ro mem_sleep_default=deep 
tsc=reliable quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-11-04 (47 days ago)
  dmi.bios.date: 11/13/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.0
  dmi.board.name: 04N9HV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.0:bd11/13/2020:svnDellInc.:pnInspiron3593:pvr:rvnDellInc.:rn04N9HV:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3593
  dmi.product.sku: 0979
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909005/+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 1911369] Re: [radeon] Horizontal lines of screen corruption after last update.

2021-01-14 Thread Norm Petroff
Same problem using the live image 20.10

** Attachment added: "20.10_corruption.png"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1911369/+attachment/5453034/+files/20.10_corruption.png

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

Title:
  [radeon] Horizontal lines of screen corruption after last update.

Status in linux package in Ubuntu:
  Invalid
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  A clean install is fine if I don't take updates.  If I do take the
  updates and reboot then I get heavy video corruption.  This just
  started today.

  This is a dual boot system.  The windows system has no issues.
  Appears to be software and not a hardware issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.8.0-36.40~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-36-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jan 12 21:18:27 2021
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Tahiti PRO [Radeon HD 7950/8950 OEM / 
R9 280] [1002:679a] (prog-if 00 [VGA controller])
 Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti PRO2 [Radeon HD 
7950 Boost] [1002:3000]
  InstallationDate: Installed on 2021-01-13 (0 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Hewlett-Packard HP Z420 Workstation
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-36-generic 
root=UUID=e1d90a30-a65a-46c5-bae3-c39bbf1a4e0e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2019
  dmi.bios.release: 3.96
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: J61 v03.96
  dmi.board.name: 1589
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 0.00
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrJ61v03.96:bd10/29/2019:br3.96:svnHewlett-Packard:pnHPZ420Workstation:pvr:rvnHewlett-Packard:rn1589:rvr0.00:cvnHewlett-Packard:ct6:cvr:
  dmi.product.family: 103C_53335X G=D
  dmi.product.name: HP Z420 Workstation
  dmi.product.sku: D8N02UC#ABA
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1~20.04.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-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-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/linux/+bug/1911369/+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 1905627] Re: Bluetooth stops working on Raspberry Pi 4 with bluez 5.55-0ubuntu1.1

2021-01-14 Thread Matthieu Clemenceau
** Tags added: fr-1054

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

Title:
  Bluetooth stops working on Raspberry Pi 4 with bluez 5.55-0ubuntu1.1

Status in bluez package in Ubuntu:
  New

Bug description:
  Bluetooth stops working after updating to bluez version
  5.55-0ubuntu1.1. /usr/bin/btuart returns "bcm43xx_init Initialization
  timed out". Bluetooth is working again if bluez is reverted to version
  5.55-0ubuntu1. I don't have any unusual setup like miniuart-bt.

  Release:  20.10
  bluez:
Installed: 5.55-0ubuntu1.1
Candidate: 5.55-0ubuntu1.1
Version table:
   *** 5.55-0ubuntu1.1 500
  500 http://ports.ubuntu.com/ubuntu-ports groovy-updates/main arm64 
Packages
  100 /var/lib/dpkg/status
   5.55-0ubuntu1 500
  500 http://ports.ubuntu.com/ubuntu-ports groovy/main arm64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: bluez 5.55-0ubuntu1.1
  ProcVersionSignature: Ubuntu 5.8.0-1007.10-raspi 5.8.14
  Uname: Linux 5.8.0-1007-raspi aarch64
  ApportVersion: 2.20.11-0ubuntu50.2
  Architecture: arm64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Nov 25 16:09:03 2020
  ImageMediaBuild: 20200423.1
  InterestingModules: bnep bluetooth
  Lspci-vt: -[:00]---00.0-[01]00.0  VIA Technologies, Inc. VL805 USB 
3.0 Host Controller
  Lsusb:
   Bus 002 Device 002: ID 1058:25ee Western Digital Technologies, Inc. My Book 
25EE
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Lsusb-t:
   /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
   |__ Port 2: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
   /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
   |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
  ProcKernelCmdLine: coherent_pool=1M 8250.nr_uarts=0 
snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 
snd_bcm2835.enable_headphones=1 video=HDMI-A-1:1920x1080M@60 
smsc95xx.macaddr=DC:A6:32:B9:18:CC vc_mem.mem_base=0x3eb0 
vc_mem.mem_size=0x3ff0  dwc_otg.lpm_enable=0 console=tty1 
root=PARTUUID=5f9d0997-1b4e-423b-ad5e-8bce1a7e1ae4 rootfstype=ext4 
elevator=deadline rootwait fixrtc
  SourcePackage: bluez
  UpgradeStatus: Upgraded to groovy on 2020-10-23 (33 days ago)
  acpidump:
   
  hciconfig:
   
  rfkill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1905627/+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 1909005] Re: Ubuntu does not resume (wake up) from suspend

2021-01-14 Thread Kai-Heng Feng
Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.11-rc3/amd64/


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

Title:
  Ubuntu does not resume (wake up) from suspend

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Whenever Ubuntu gets into suspend state, I cannot wake it up. 
  -Keystrokes start the fans but screen does not turn on and Ubuntu still seems 
to be suspended because in my teamviewer account the computer is still offline.
  -Power button clicks do not help
  -I always have to turn off computer by holding power button and then turn it 
on again.

  The only kernel that works is the following: "linux-image-5.0.0-1070
  -oem-osp1". But with this old kernel I run into different problems.

  I have the latest BIOS version from Dell (released 2020-11-27) and the
  latest updates in Ubuntu 20.04.

  I will post logs during suspend and important logs (found in Logs gui
  tool)

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-58-generic 5.4.0-58.64
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  Uname: Linux 5.4.0-58-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  philip 2340 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Dec 22 13:59:14 2020
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-bionic-amd64-20190418-59+beaver-osp1-loras+X18
  InstallationDate: Installed on 2019-12-04 (383 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20190418-12:10
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 003: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3593
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=26003f0f-3564-472f-984c-a9a00e480fd0 ro mem_sleep_default=deep 
tsc=reliable quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-11-04 (47 days ago)
  dmi.bios.date: 11/13/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.0
  dmi.board.name: 04N9HV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.0:bd11/13/2020:svnDellInc.:pnInspiron3593:pvr:rvnDellInc.:rn04N9HV:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3593
  dmi.product.sku: 0979
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909005/+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 1909017] Re: bug when suspending the system does not wake up and freezes on black screen

2021-01-14 Thread Kai-Heng Feng
Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.11-rc3/amd64/


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

Title:
  bug when suspending the system does not wake up and freezes on black
  screen

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Bug when suspending the system does not wake up and freezes on black
  screen.

  If I lower the screen or suspend, when trying to turn on the computer
  the screen is frozen on a black screen and does not obey any command
  that I try, it is stuck on a black screen, and I am forced to turn off
  the forced computer by holding the power until it turns off .

  version.log: Ubuntu 5.8.0-33.36~20.04.1-generic 5.8.17

  lspci-vnvn.log: https://del.dog/menitofyfy.txt

  
  more info:
  togofire@togofire:~$ cat /etc/*-release
  DISTRIB_ID=LinuxMint
  DISTRIB_RELEASE=20
  DISTRIB_CODENAME=ulyana
  DISTRIB_DESCRIPTION="Linux Mint 20 Ulyana"
  NAME="Linux Mint"
  VERSION="20 (Ulyana)"
  ID=linuxmint
  ID_LIKE=ubuntu
  PRETTY_NAME="Linux Mint 20"
  VERSION_ID="20"
  HOME_URL="https://www.linuxmint.com/";
  SUPPORT_URL="https://forums.linuxmint.com/";
  
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/";
  PRIVACY_POLICY_URL="https://www.linuxmint.com/";
  VERSION_CODENAME=ulyana
  UBUNTU_CODENAME=focal
  cat: /etc/upstream-release: É um diretório
  togofire@togofire:~$ cat /etc/*-release | grep PRETTY
  cat: /etc/upstream-release: É um diretório
  PRETTY_NAME="Linux Mint 20"
  togofire@togofire:~$ lsb_release -a
  LSB Version:  core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
  Distributor ID:   Linuxmint
  Description:  Linux Mint 20
  Release:  20
  Codename: ulyana
  togofire@togofire:~$ uname -a
  Linux togofire 5.8.0-33-generic #36~20.04.1-Ubuntu SMP Wed Dec 9 17:01:13 UTC 
2020 x86_64 x86_64 x86_64 GNU/Linux
  togofire@togofire:~$ cat /proc/version
  Linux version 5.8.0-33-generic (buildd@lgw01-amd64-010) (gcc (Ubuntu 
9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) 
#36~20.04.1-Ubuntu SMP Wed Dec 9 17:01:13 UTC 2020
  togofire@togofire:~$
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  togofire   4520 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux Mint 20
  InstallationDate: Installed on 2020-07-04 (171 days ago)
  InstallationMedia: Linux Mint 20 "Ulyana" - Release amd64 20200624
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 5986:2113 Acer, Inc Integrated Camera
   Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 81GT
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-33-generic 
root=UUID=90612144-f123-47e5-b09e-9c2870210dfb ro quiet splash
  ProcVersionSignature: Ubuntu 5.8.0-33.36~20.04.1-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-33-generic N/A
   linux-backports-modules-5.8.0-33-generic  N/A
   linux-firmware1.187.6
  Tags:  ulyana
  Uname: Linux 5.8.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/15/2020
  dmi.bios.release: 1.54
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8JCN54WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40688 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Legion Y530-15ICH
  dmi.ec.firmware.release: 1.54
  dmi.modalias: 
dmi:bvnLENOVO:bvr8JCN54WW:bd06/15/2020:br1.54:efr1.54:svnLENOVO:pn81GT:pvrLenovoLegionY530-15ICH:rvnLENOVO:rnLNVNB161216:rvrSDK0J40688WIN:cvnLENOVO:ct10:cvrLenovoLegionY530-15ICH:
  dmi.product.family: Legion Y530-15ICH
  dmi.product.name: 81GT
  dmi.product.sku: LENOVO_MT_81GT_BU_idea_FM_Legion Y530-15ICH
  dmi.product.version: Lenovo Legion Y530-15ICH
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  togofire   4218 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux Mint 20
  InstallationDate: Installed on 2020-07-04 (187 days ago)
  InstallationMedia: Linux Mint 20 "Ulyana" - Release amd64 20200624
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  

[Kernel-packages] [Bug 1835660] Re: initramfs unpacking failed

2021-01-14 Thread Dimitri John Ledkov
** Also affects: grub2 (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: initramfs-tools (Ubuntu Groovy)
   Importance: Undecided
   Status: New

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

** Also affects: grub2 (Ubuntu Hirsute)
   Importance: High
 Assignee: Dimitri John Ledkov (xnox)
   Status: Invalid

** Also affects: initramfs-tools (Ubuntu Hirsute)
   Importance: High
   Status: Invalid

** Also affects: linux (Ubuntu Hirsute)
   Importance: High
   Status: Confirmed

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

** Also affects: initramfs-tools (Ubuntu Focal)
   Importance: Undecided
   Status: New

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

** Changed in: initramfs-tools (Ubuntu Groovy)
   Status: New => Invalid

** Changed in: initramfs-tools (Ubuntu Focal)
   Status: New => Invalid

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

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

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

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

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

** Changed in: linux (Ubuntu Focal)
   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/1835660

Title:
  initramfs unpacking failed

Status in OEM Priority Project:
  New
Status in grub2 package in Ubuntu:
  Invalid
Status in initramfs-tools package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Confirmed
Status in grub2 source package in Focal:
  Invalid
Status in initramfs-tools source package in Focal:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in grub2 source package in Groovy:
  Invalid
Status in initramfs-tools source package in Groovy:
  Invalid
Status in linux source package in Groovy:
  Confirmed
Status in grub2 source package in Hirsute:
  Invalid
Status in initramfs-tools source package in Hirsute:
  Invalid
Status in linux source package in Hirsute:
  Confirmed

Bug description:
  "initramfs unpacking failed: Decoding failed",  message appears on
  boot up.

  If I "update-initramfs" using gzip instead of lz, then boot up passes
  without decoding failed message.

  ---

  However, we currently believe that the decoding error reported in
  dmesg is actually harmless and has no impact on usability on the
  system.

  Switching from lz4 to gzip compression, simply papers over the
  warning, without any benefits, and slows down boot.

  Kernel should be fixed to correctly parse lz4 compressed initrds, or
  at least lower the warning, to not be user visible as an error.

  [Impact]

   * Decoding failure messages in dmsg with a single lz4 initrd

   * Multiple lz4 compressed initrds cannot be decompressed by kernel,
  when loaded by grub

   * Multiple lz4 compressed initrds cannot be decompressed by kernel,
  when there is padding between them

  [Test Case]

   * Create empty padding with $ dd if=/dev/zero of=pad4 bs=1 count=4

   * Create an lz4 compressed initrd with a single test-file in it with
  some content. I.e. echo "second-initrd" > test-file, and then pack
  that with cpio hewc owned by root & lz4 -l.

   * Create a combined padded initrd of stock initrd, pad4, and the
  test-marker initrd created above.

   * Boot above with "break=top" kernel command line.

   * With broken kernels, there should be dmesg error message that
  decoding failed, and one will observe that /test-file does not exist
  in the shell.

   * With fixed kernel, /test-file in the initrd shell should exist, and
  should have the expected content "second-initrd".

   * The alignment and padding in the above test case depends on the
  size of the first initrd => if a given padded initrd does not
  reproduce the problem, try varying the size of the first initrd or
  that of the padding between 0..4.

  
  [Where problems could occur]

   * This changes compatible lz4 decompressor in the kernel, which can
  also be used by other kernel modules such as cryptography, squashfs,
  zram, f2fs, comprssed kernel image, pstore. For example, previously
  rejected files with "bogus" length and extra padding may now be
  accepted, whereas they were previously getting rejected by the
  decompressor.

   * Ideally kernel should switch to the stable lz4 format which has
  better specification of end of stream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1835660/+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 1835660] Re: initramfs unpacking failed

2021-01-14 Thread Dimitri John Ledkov
** 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/1835660

Title:
  initramfs unpacking failed

Status in OEM Priority Project:
  New
Status in grub2 package in Ubuntu:
  Invalid
Status in initramfs-tools package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Confirmed
Status in grub2 source package in Focal:
  Invalid
Status in initramfs-tools source package in Focal:
  Invalid
Status in linux source package in Focal:
  New
Status in grub2 source package in Groovy:
  Invalid
Status in initramfs-tools source package in Groovy:
  Invalid
Status in linux source package in Groovy:
  Confirmed
Status in grub2 source package in Hirsute:
  Invalid
Status in initramfs-tools source package in Hirsute:
  Invalid
Status in linux source package in Hirsute:
  Confirmed

Bug description:
  "initramfs unpacking failed: Decoding failed",  message appears on
  boot up.

  If I "update-initramfs" using gzip instead of lz, then boot up passes
  without decoding failed message.

  ---

  However, we currently believe that the decoding error reported in
  dmesg is actually harmless and has no impact on usability on the
  system.

  Switching from lz4 to gzip compression, simply papers over the
  warning, without any benefits, and slows down boot.

  Kernel should be fixed to correctly parse lz4 compressed initrds, or
  at least lower the warning, to not be user visible as an error.

  [Impact]

   * Decoding failure messages in dmsg with a single lz4 initrd

   * Multiple lz4 compressed initrds cannot be decompressed by kernel,
  when loaded by grub

   * Multiple lz4 compressed initrds cannot be decompressed by kernel,
  when there is padding between them

  [Test Case]

   * Create empty padding with $ dd if=/dev/zero of=pad4 bs=1 count=4

   * Create an lz4 compressed initrd with a single test-file in it with
  some content. I.e. echo "second-initrd" > test-file, and then pack
  that with cpio hewc owned by root & lz4 -l.

   * Create a combined padded initrd of stock initrd, pad4, and the
  test-marker initrd created above.

   * Boot above with "break=top" kernel command line.

   * With broken kernels, there should be dmesg error message that
  decoding failed, and one will observe that /test-file does not exist
  in the shell.

   * With fixed kernel, /test-file in the initrd shell should exist, and
  should have the expected content "second-initrd".

   * The alignment and padding in the above test case depends on the
  size of the first initrd => if a given padded initrd does not
  reproduce the problem, try varying the size of the first initrd or
  that of the padding between 0..4.

  
  [Where problems could occur]

   * This changes compatible lz4 decompressor in the kernel, which can
  also be used by other kernel modules such as cryptography, squashfs,
  zram, f2fs, comprssed kernel image, pstore. For example, previously
  rejected files with "bogus" length and extra padding may now be
  accepted, whereas they were previously getting rejected by the
  decompressor.

   * Ideally kernel should switch to the stable lz4 format which has
  better specification of end of stream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1835660/+subscriptions

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


  1   2   >