[Kernel-packages] [Bug 1909687] Re: Cannot compile kernel using procedure at https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

2020-12-30 Thread Mark Allyn
I have decided to make another attempt at doing the build. Here is the command and result of the git clone: maallyn@li1004-144:~$ git clone git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git Cloning into 'ubuntu-bionic'...

[Kernel-packages] [Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-12-30 Thread wangjun
with kernel 5.10.4 , this patch work on fedora 33. diff -Narup a/drivers/gpio/gpiolib-acpi.c b/drivers/gpio/gpiolib-acpi.c --- a/drivers/gpio/gpiolib-acpi.c 2020-12-14 06:41:30.0 +0800 +++ b/drivers/gpio/gpiolib-acpi.c 2020-12-22 14:31:53.078877000 +0800 @@ -205,6 +205,68 @@

[Kernel-packages] [Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-12-30 Thread wangjun
because this submit (https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/gpio/gpiolib.c?h=v5.10.4=2d9284c18862480bcabb331088692b51c70dad2c), #311 do not work with kernel 5.10.4. -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 1909705] [NEW] Fix Realtek 8821c bluetooth fails reconnect BLE devices after suspend

2020-12-30 Thread Kai-Heng Feng
Public bug reported: [Impact] Connected BLE devices like keyboard and mouse won't automatically reconnect to host after system suspend. [Fix] New firmware from Realtek. [Test] With the new firmware used, BLE keyboard and mouse will reconnect to host by pressing any key or by moving it. [Where

[Kernel-packages] [Bug 1909687] Re: Cannot compile kernel using procedure at https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

2020-12-30 Thread Mark Allyn
I am going to once again try to do the compile with the version from the git repository. I am on the same system. First of all, before I go any further, here is the dpkg -l command to show you what packages are on the system as I attempt to do the build:

[Kernel-packages] [Bug 1909687] Re: Cannot compile kernel using procedure at https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

2020-12-30 Thread Mark Allyn
Here is some more information. I follow the suggestion to I do apt-get source, but am having more problems. Here is the diary: === Start with fresh provision of Ubuntu 18.02 on Linode VPS Following

[Kernel-packages] [Bug 1903969] Re: failed to boot to GUI: i915 0000:00:02.0: [drm] *ERROR* Link Training Unsuccessful

2020-12-30 Thread koba
** Tags added: originate-from-1894066 ** Tags added: originate-from-1895638 -- 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/1903969 Title: failed to boot to GUI: i915

[Kernel-packages] [Bug 1903969] Re: failed to boot to GUI: i915 0000:00:02.0: [drm] *ERROR* Link Training Unsuccessful

2020-12-30 Thread koba
** Tags added: originate-from-1907526 -- 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/1903969 Title: failed to boot to GUI: i915 :00:02.0: [drm] *ERROR* Link Training

[Kernel-packages] [Bug 1909687] Re: Cannot compile kernel using procedure at https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

2020-12-30 Thread Mark Allyn
Sorry, I accidentally shut down the web site. You should be able to go to build-attempt.txt now -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1909687 Title: Cannot compile kernel using

[Kernel-packages] [Bug 1909687] Re: Cannot compile kernel using procedure at https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

2020-12-30 Thread You-Sheng Yang
Hi, don't run apt-get source as root. build-attempt.txt not found. ** 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.

[Kernel-packages] [Bug 1909696] Re: nvidia-304 fails on Ubunut 18.04

2020-12-30 Thread Nephilim1973
Sorry, wrong driver version... ** Changed in: nvidia-graphics-drivers-375 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to nvidia-graphics-drivers-375 in Ubuntu.

[Kernel-packages] [Bug 1909696] [NEW] nvidia-304 fails on Ubunut 18.04

2020-12-30 Thread Nephilim1973
Public bug reported: $ uname -a Linux p5kws 5.4.0-58-generic #64~18.04.1-Ubuntu SMP Wed Dec 9 17:11:11 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/*-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS" NAME="Ubuntu"

[Kernel-packages] [Bug 1861235] Re: zfs recv PANIC at range_tree.c:304:range_tree_find_impl()

2020-12-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: zfs-linux (Ubuntu Bionic) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to zfs-linux in Ubuntu.

[Kernel-packages] [Bug 1906273] Re: iwlwifi - very slow for intel 9260/9560 wireless cards

2020-12-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-firmware (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

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

2020-12-30 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/1909687 Title: Cannot compile kernel using

[Kernel-packages] [Bug 1909687] [NEW] Cannot compile kernel using procedure at https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

2020-12-30 Thread Mark Allyn
Public bug reported: I am trying to use the procedure to compile the kernel for ubuntu- bionic: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel Here is the procedure that I tried to do: First, uncomment all deb-src in /etc/apt/sources.list apt-get update apt-get upgrade apt-get

[Kernel-packages] [Bug 1909680] [NEW] Ubuntu 20.10 Desktop on Pi4B - random X server crashes

2020-12-30 Thread Juliane
Public bug reported: My system: Linux myRaspi 5.8.0-1010-raspi #13-Ubuntu SMP PREEMPT Wed Dec 9 17:14:07 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux I'm using - Raspberry Pi4B 8GB - Logitech MK120 Keyboard and Mouse (wired) I'm using Ubuntu 20.10 Desktop and get random crashes in both of my

[Kernel-packages] [Bug 1896091] Re: [i915] Noise-like lines of graphics corruption when moving windows in Xorg sessions

2020-12-30 Thread rud
I have a similar issue with Core i3-9100 desktop (Ubuntu 20.10 clean install) and a HP Probook 430 G6 (Core i5-82xx). Example: https://aws1.discourse-cdn.com/standard17/uploads/ubuntubudgie/original/2X/1/1f3f03e248964bc470caf7748cf7d8aa424474fc.jpeg Might be the same as:

[Kernel-packages] [Bug 1909678] Re: Ubuntu 20.10 Desktop on Pi4B - x-server crash when idling at login-screen

2020-12-30 Thread Juliane
** Package changed: ubuntu => linux-raspi (Ubuntu) -- 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/1909678 Title: Ubuntu 20.10 Desktop on Pi4B - x-server crash when idling at

[Kernel-packages] [Bug 1909678] [NEW] Ubuntu 20.10 Desktop on Pi4B - x-server crash when idling at login-screen

2020-12-30 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: It is the same bug already described here: https://askubuntu.com/questions/1300689/problem-with-usb-keyboard-and- mouse-on-raspberry-pi-4b-with-ubuntu-20-10 My system: Linux myRaspi 5.8.0-1010-raspi #13-Ubuntu SMP PREEMPT Wed Dec 9 17:14:07 UTC 2020

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

2020-12-30 Thread Marco
I experienced a similar issue twice during the last week with Ubuntustudio running with kernel: 5.4.0-58-lowlatency #64-Ubuntu SMP PREEMPT Wed Dec 9 09:48:08 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux The system completely freezes and I have to press the reset button. These are the journal

[Kernel-packages] [Bug 1909499] Re: iwlwifi 0000:03:00.0: No beacon heard and the time event is over already...

2020-12-30 Thread Lyubomir
** Attachment added: "network_manager_journal" https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1909499/+attachment/5447997/+files/network_manager_journal -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in

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

2020-12-30 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/1909656 Title: synaptic touch point track

[Kernel-packages] [Bug 1909656] [NEW] synaptic touch point track pad not woking

2020-12-30 Thread Apoorv
Public bug reported: i am unable to use my laptop track pad model no: Lenovo-ThinkBook-14-IML 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

[Kernel-packages] [Bug 1908885] Re: Fix drm_WARN_ON(common_len <= 0)

2020-12-30 Thread koba
** Tags added: originate-from-1909437 -- 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/1908885 Title: Fix drm_WARN_ON(common_len <= 0) Status in HWE Next: New Status in linux package

[Kernel-packages] [Bug 1909474] Re: System hangs after attaching Mediatek mt76x2u based USB Wifi network adapter

2020-12-30 Thread Joerg Leonhard
"apport-collect" was executed without the USB Mediatek Wifi adapter as the network does not work, when it's plugged in :-( -- 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/1909474 Title:

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447939/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "acpidump.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447941/+files/acpidump.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages,

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447940/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447936/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447930/+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/1909474

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447934/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447938/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447937/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447932/+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/1909474

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447935/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447933/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447931/+files/Lspci-vt.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447927/+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/1909474

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

2020-12-30 Thread Joerg Leonhard
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1909474/+attachment/5447928/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1909474] Re: System hangs after attaching Mediatek mt76x2u based USB Wifi network adapter

2020-12-30 Thread Joerg Leonhard
apport information ** Tags added: apport-collected ** Description changed: After attaching a Mediatek mt76x2u based USB Wifi network adapter the system (Ubuntu 20.04.1 LTS linux version 5.4.0-58-generic) hangs My findings after some testing: - A freshly installed Ubuntu 20.04 (for

[Kernel-packages] [Bug 1896091] Re: [i915] Noise-like lines of graphics corruption when moving windows in Xorg sessions

2020-12-30 Thread Julian Andres Klode
It's possible you see a different bug, I'd suggest opening a new bug report about it with ubuntu-bug so the kernel team actually has some data about the system rather than just small comments. I think we can all agree that the patch (well removal of patch :)) made a vast improvement in terms of