[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'...
remote: Counting objects: 7717929, done.
remote: Compressing objects: 100% (1127512/1127512), done.
Receiving objects: 100% (7717929/7717929), 1.70 GiB | 18.47 MiB/s, done.
remote: Total 7717929 (delta 6543888), reused 7715758 (delta 6541783)
Resolving deltas: 100% (6543888/6543888), done.
Checking out files: 100% (63373/63373), done.

This appears to have executed okay with no errors.

The resultding local directory is ubuntu-bionic. This is owned
by me as a regular user. I executed the git clone as myself,
not root.

I also checked to make sure that the machine has enough free
disk space

maallyn@li1004-144:~/ubuntu-bionic$ df -k .
Filesystem 1K-blocksUsed Available Use% Mounted on
/dev/sda   329820620 7681400 305371960   3% /

Following instructions for kernel configuration (I plan to conigure only amd64
targets

chmod a+x debian/rules
chmod a+x debian/scripts/*
chmod a+x debian/scripts/misc/*
LANG=C fakeroot debian/rules clean

All seem okay

Now doing configs:

Do you want to edit config: amd64/config.flavour.generic? [Y/n]  I say yes
Do you want to edit config: amd64/config.flavour.lowlatency? [Y/n]  I say yes

For both of those, the only change I make is to remove the noveau NVIDIA
driver as I plan to use the propriatary NVIDIA drivers.

All other architecture, I answer no.

LANG=C fakeroot debian/rules clean

At this point, I do a tar of the clean source directory and
save the result so that you can pull the tar file and see what
I have prior to starting the build

I have created new web site for results:

The tar file is at testing.allyn.com/bionic.tar.bz2

=
This is typical of the output of the vmstat command; showing that
there is no shortage of memory or cpu resources.

10  0  0 7864448 180624 774996400 0  2596 13312 27719 73 17 10  
0  0
 7  0  0 7891128 180624 775388400 0  2996 23490 46709 67 14 20  
0  0
 5  0  0 7879720 180628 775951600 0  2800 19255 38487 76 14 11  
0  0
10  0  0 7963952 180636 776774400 0  2560 17455 36468 76 13 11  
0  0
procs ---memory-- ---swap-- -io -system-- --cpu-
 r  b   swpd   free   buff  cache   si   sobibo   in   cs us sy id wa st
10  0  0 7934168 180636 777066400 0  4352 14918 28456 81 11  8  
0  0
 8  0  0 8133776 180640 777514800 0  3648 22041 45351 66 15 19  
0  0
11  0  0 7921644 180640 777685200 0  1532 17850 35453 70 12 18  
0  0
 7  0  0 7864824 180644 777971200 0  3412 24265 48031 66 15 19  
0  0
11  0  0 7960116 180648 778364800 0  2788 25437 49499 70 14 16  
0  0
 8  0  0 8092108 180664 778704400 0  5496 20968 39922 74 13 13  
0  0
 8  0  0 7824748 180672 778948400 0  2424 19235 37107 73 13 14  
0  0
 8  0  0 8019460 180672 779309200 0  2620 19162 37465 75 13 13  
0  0
11  0  0 8031848 180680 780778800 0  2164 20175 40167 71 16 14  
0  0
 8  0  0 7848844 180684 781095200 0  2412 20743 40815 72 13 15  
0  0
 8  0  0 7790564 180696 781805600 0 34888 21512 42363 72 14 14  
0  0
13  0  0 7842920 180696 782136000 0  2072 22679 44473 72 13 15  
0  0
 7  0  0 7880812 180708 782448400 0  2876 18095 34736 77 12 10  
0  0
 9  0  0 7885716 180720 782793200 4  2396 22771 44153 69 13 18  
0  0
11  0  0 7948224 180720 783129200 0  2148 19393 39164 69 13 18  
0  0
 7  0  0 7982632 180728 783410000 0  5548 22850 45862 68 14 18  
0  0
 9  0  0 8038948 180728 783753200 0  2480 20843 42140 70 15 15  
0  0
 8  0  0 7812604 180736 784054400 0  2192 19992 39908 69 13 18  
0  0
 8  0  0 8026276 180740 784560000 0  3100 22430 45912 69 14 17  
0  0
 9  0  0 7942404 180752 784884000 0  1664 15072 33452 76 11 12  
0  0
 3  0  0 7924660 180760 785162400 0 14432 21655 42980 67 13 20  
0  0
 9  0  0 7969044 180764 785557200 0  2412 21355 42584 72 13 15  
0  0

==


Note that I get the same error:

Debug: module-check-generic
II: Checking modules for generic...
   reading new modules...read 5167 modules.
   reading old modules...
  MISS: nouveau
  read 5168 modules : new(0)  missing(1)
EE: Missing modules (start begging for mercy)
make: *** [module-check-generic] Error 1
debian/rules.d/4-checks.mk:9: recipe for target 'module-check-generic' failed


==

[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 @@ static void acpi_gpiochip_request_irqs(s
acpi_gpiochip_request_irq(acpi_gpio, event);
 }
 
+static enum gpiod_flags
+acpi_gpio_to_gpiod_flags(const struct acpi_resource_gpio *agpio, int polarity)
+{
+   /* GpioInt() implies input configuration */
+   if (agpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT)
+   return GPIOD_IN;
+
+   switch (agpio->io_restriction) {
+   case ACPI_IO_RESTRICT_INPUT:
+   return GPIOD_IN;
+   case ACPI_IO_RESTRICT_OUTPUT:
+   /*
+* ACPI GPIO resources don't contain an initial value for the
+* GPIO. Therefore we deduce that value from the pull field
+* and the polarity instead. If the pin is pulled up we assume
+* default to be high, if it is pulled down we assume default
+* to be low, otherwise we leave pin untouched. For active low
+* polarity values will be switched. See also
+* Documentation/firmware-guide/acpi/gpio-properties.rst.
+*/
+   switch (agpio->pin_config) {
+   case ACPI_PIN_CONFIG_PULLUP:
+   return polarity == GPIO_ACTIVE_LOW ? GPIOD_OUT_LOW : 
GPIOD_OUT_HIGH;
+   case ACPI_PIN_CONFIG_PULLDOWN:
+   return polarity == GPIO_ACTIVE_LOW ? GPIOD_OUT_HIGH : 
GPIOD_OUT_LOW;
+   default:
+   break;
+   }
+   break;
+   default:
+   break;
+   }
+
+   /*
+* Assume that the BIOS has configured the direction and pull
+* accordingly.
+*/
+   return GPIOD_ASIS;
+}
+
+static struct gpio_desc *acpi_request_own_gpiod(struct gpio_chip *chip,
+   struct acpi_resource_gpio 
*agpio,
+   unsigned int index,
+   const char *label)
+{
+   int polarity = GPIO_ACTIVE_HIGH;
+   enum gpiod_flags flags = acpi_gpio_to_gpiod_flags(agpio, polarity);
+   unsigned int pin = agpio->pin_table[index];
+   struct gpio_desc *desc;
+   int ret;
+
+   desc = gpiochip_request_own_desc(chip, pin, label, polarity, flags);
+   if (IS_ERR(desc))
+   return desc;
+
+   ret = gpio_set_debounce_timeout(desc, agpio->debounce_timeout);
+   if (ret)
+   gpiochip_free_own_desc(desc);
+
+   return ret ? ERR_PTR(ret) : desc;
+}
+
 static bool acpi_gpio_in_ignore_list(const char *controller_in, int pin_in)
 {
const char *controller, *pin_str;
@@ -290,8 +352,8 @@ static acpi_status acpi_gpiochip_alloc_e
if (!handler)
return AE_OK;
 
-   desc = gpiochip_request_own_desc(chip, pin, "ACPI:Event",
-GPIO_ACTIVE_HIGH, GPIOD_IN);
+   desc = acpi_request_own_gpiod(chip, agpio, 0, "ACPI:Event");
+
if (IS_ERR(desc)) {
dev_err(chip->parent,
"Failed to request GPIO for pin 0x%04X, err %ld\n",
@@ -526,39 +588,6 @@ static bool acpi_get_driver_gpio_data(st
return false;
 }
 
-static enum gpiod_flags
-acpi_gpio_to_gpiod_flags(const struct acpi_resource_gpio *agpio)
-{
-   switch (agpio->io_restriction) {
-   case ACPI_IO_RESTRICT_INPUT:
-   return GPIOD_IN;
-   case ACPI_IO_RESTRICT_OUTPUT:
-   /*
-* ACPI GPIO resources don't contain an initial value for the
-* GPIO. Therefore we deduce that value from the pull field
-* instead. If the pin is pulled up we assume default to be
-* high, if it is pulled down we assume default to be low,
-* otherwise we leave pin untouched.
-*/
-   switch (agpio->pin_config) {
-   case ACPI_PIN_CONFIG_PULLUP:
-   return GPIOD_OUT_HIGH;
-   case ACPI_PIN_CONFIG_PULLDOWN:
-   return GPIOD_OUT_LOW;
-   default:
-   break;
-   }
-   default:
-   break;
-   }
-
-   /*
-* Assume that the BIOS has configured the direction and pull
-* accordingly.
-*/
-   return GPIOD_ASIS;
-}
-
 static int
 __acpi_gpio_update_gpiod_flags(enum gpiod_flags *flags, enum gpiod_flags 
update)
 {
@@ -664,6 +693,7 @@ static int acpi_populate_gpio_lookup(str
lookup->desc = acpi_get_gpiod(agpio->resource_source.string_ptr,
  agpio->pin_table[pin_index]);
lookup->in

[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&id=2d9284c18862480bcabb331088692b51c70dad2c),

#311 do not work with kernel 5.10.4.

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

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

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

Bug description:
  Update (#296)
  =

  The latest kernel tree
  (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git)
  has the complete solution to fix this bug. So we can expect kernel
  v5.11 to fix this issue without any additional work. Before the
  release of v5.11, you are suggested to use #189 to save your touchpad.

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

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

  
  Original bug report
  ===

  Hello

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

  xinput indentifies it as MSFT0001:00 04F3:3140

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

  Thanks a lot for your time. It does not help, but I can confirm what
  was reported on askubuntu by another user : the touchpad does work on
  Windows.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-40-generic 5.4.0-40.44
  ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
  Uname: Linux 5.4.0-40-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicolas1567 F pulseaudio
   /dev/snd/controlC1:  nicolas1567 F pulseaudio
   /dev/snd/controlC2:  nicolas1567 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jul 10 20:14:25 2020
  InstallationDate: Installed on 2020-07-02 (8 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: LENOVO 82B5
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-40-generic 
root=UUID=d88

[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 problems could occur]
Tried some other Bluetooth peripherals and didn't see any regression.
This is also internally tested by Realtek.

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

** Affects: linux-firmware (Ubuntu)
 Importance: Medium
 Status: Confirmed

** Affects: linux-firmware (Ubuntu Focal)
 Importance: Medium
 Status: Confirmed

** Affects: linux-firmware (Ubuntu Groovy)
 Importance: Medium
 Status: Confirmed

** Affects: linux-firmware (Ubuntu Hirsute)
 Importance: Medium
 Status: Confirmed


** Tags: oem-priority originate-from-1908174 stella

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

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

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

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

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

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

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

** Changed in: linux-firmware (Ubuntu Groovy)
   Importance: Undecided => Medium

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

** Tags added: oem-priority originate-from-1908174 stella

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

Title:
  Fix Realtek 8821c bluetooth fails reconnect BLE devices after suspend

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

Bug description:
  [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 problems could occur]
  Tried some other Bluetooth peripherals and didn't see any regression.
  This is also internally tested by Realtek.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909705/+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 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:
=
maallyn@li1004-144:~/bionic$ dpkg -l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version ArchitectureDescription
+++-=-===-===-===
ii  accountsservice   0.6.45-1ubuntu1 amd64   query and manipulate 
user account information
ii  acl   2.2.52-3build1  amd64   Access control list 
utilities
ii  acpid 1:2.0.28-1ubunt amd64   Advanced 
Configuration and Power Interface even
ii  adduser   3.116ubuntu1all add and remove users 
and groups
ii  amd64-microcode   3.20191021.1+re amd64   Processor microcode 
firmware for AMD CPUs
ii  apparmor  2.12-4ubuntu5.1 amd64   user-space parser 
utility for AppArmor
ii  apport2.20.9-0ubuntu7 all automatically 
generate crash reports for debugg
ii  apport-symptoms   0.20all symptom scripts for 
apport
ii  apt   1.6.12ubuntu0.2 amd64   commandline package 
manager
ii  apt-utils 1.6.12ubuntu0.2 amd64   package management 
related utility programs
ii  asciidoc  8.6.10-2all Highly configurable 
text format for writing doc
ii  asciidoc-base 8.6.10-2all Minimal version of 
asciidoc not suitable for pd
ii  asciidoc-common   8.6.10-2all Basic data and 
configuration files for asciidoc
ii  at3.1.20-3.1ubunt amd64   Delayed job execution 
and batch processing
ii  autoconf  2.69-11 all automatic configure 
script builder
ii  automake  1:1.15.1-3ubunt all Tool for generating 
GNU Standards-compliant Mak
ii  autopoint 0.19.8.1-6ubunt all The autopoint program 
from GNU gettext
ii  autotools-dev 20180224.1  all Update infrastructure 
for config.{guess,sub} fi
ii  base-files10.1ubuntu2.10  amd64   Debian base system 
miscellaneous files
ii  base-passwd   3.5.44  amd64   Debian base system 
master password and group fi
ii  bash  4.4.18-2ubuntu1 amd64   GNU Bourne Again SHell
ii  bash-completion   1:2.8-1ubuntu1  all programmable 
completion for the bash shell
ii  bc1.07.1-2amd64   GNU bc arbitrary 
precision calculator language
ii  bcache-tools  1.0.8-2ubuntu0. amd64   bcache userspace tools
ii  bind9-host1:9.11.3+dfsg-1 amd64   DNS lookup utility 
(deprecated)
ii  binutils  2.30-21ubuntu1~ amd64   GNU assembler, linker 
and binary utilities
ii  binutils-common:amd64 2.30-21ubuntu1~ amd64   Common files for the 
GNU assembler, linker and
ii  binutils-x86-64-linux 2.30-21ubuntu1~ amd64   GNU binary utilities, 
for x86-64-linux-gnu targ
ii  bison 2:3.0.4.dfsg-1b amd64   YACC-compatible 
parser generator
ii  bsdmainutils  11.1.2ubuntu1   amd64   collection of more 
utilities from FreeBSD
ii  bsdutils  1:2.31.1-0.4ubu amd64   basic utilities from 
4.4BSD-Lite
ii  btrfs-progs   4.15.1-1build1  amd64   Checksumming Copy on 
Write Filesystem utilities
ii  btrfs-tools   4.15.1-1build1  amd64   transitional dummy 
package
ii  build-essential   12.4ubuntu1 amd64   Informational list of 
build-essential packages
ii  busybox-initramfs 1:1.27.2-2ubunt amd64   Standalone shell 
setup for initramfs
ii  busybox-static1:1.27.2-2ubunt amd64   Standalone rescue 
shell with tons of builtin ut
ii  byobu 5.125-0ubuntu1  all text window manager, 
shell multiplexer, integra
ii  bzip2 1.0.6-8.1ubuntu amd64   high-quality 
block-sorting file compressor - ut
ii  ca-certificates   20201027ubuntu0 all Common CA certificates
ii  ca-certificates-java  20180516ubuntu1 all Common CA 
certificates (JKS keystore)
ii  cloud-guest-utils 0.30-0ubuntu5   all cloud guest utilities
ii  cloud-initramfs-copym 0.40ubuntu1.1   all copy initramfs 
modules into root filesystem for
ii  cloud-initramfs-dyn-n 0.40ubuntu1.1   all write a network 
interface file in /run fo

[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 performed first on system console

apt-get update
apt-get dist-upgrade
apt-get upgrade

Uncommended all instances of deb-src

rebooted machine

System booted up,

apt-get install ssh

Added user account with sudo access to root

As user, run ssh-keygen and then install public
key for my workstation

Confirm Ubuntu and Kernel version before doing anything

maallyn@li1004-144:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.5 LTS
Release:18.04
Codename:   bionic

maallyn@li1004-144:~$ uname -a
Linux li1004-144 4.15.0-128-generic #131-Ubuntu SMP Wed Dec 9 06:57:35 UTC 2020 
x86_64 x86_64 x86_64 GNU/Linux

Now with user account enabled root via sudo

sudo apt-get install build-essential

following procedure in https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

sudo apt-get build-dep linux linux-image-$(uname -r)
(observed, but saw no errors)

sudo apt-get install libncurses-dev flex bison openssl libssl-dev dkms
libelf-dev libudev-dev libpci-dev libiberty-dev autoconf fakeroot

(Please note that I had to add fakeroot, which is used
but not mentioned in the procedure.

This command was run as the user; not root. However, even though it appeared
to execute okay, I notice there was no source code in the resulting tar file.

Googling around, I find that with 18.04, we need to do:

apt-get source linux-source as the user (not root)

Output of that command is:

==
maallyn@li1004-144:~$ apt-get source linux-source
Reading package lists... Done
Picking 'linux-meta' as source package instead of 'linux-source'
NOTICE: 'linux-meta' packaging is maintained in the 'Git' version control 
system at:
git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/bionic
Please use:
git clone 
git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/bionic
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 25.4 kB of source archives.
Get:1 http://mirrors.linode.com/ubuntu bionic-updates/main linux-meta 
4.15.0.128.115 (dsc) [11.0 kB]
Get:2 http://mirrors.linode.com/ubuntu bionic-updates/main linux-meta 
4.15.0.128.115 (tar) [14.4 kB]
Fetched 25.4 kB in 0s (0 B/s)
dpkg-source: info: extracting linux-meta in linux-meta-4.15.0.128.115
dpkg-source: info: unpacking linux-meta_4.15.0.128.115.tar.xz
===

I do:

git clone git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-
meta/+git/bionic

This did execute okay, but the result is suspicious; there are no source files
at all.

If I do a find from the top, I get the following:

=
maallyn@li1004-144:~/bionic$ find .
.
./.git
./.git/index
./.git/hooks
./.git/hooks/applypatch-msg.sample
./.git/hooks/post-update.sample
./.git/hooks/pre-applypatch.sample
./.git/hooks/commit-msg.sample
./.git/hooks/prepare-commit-msg.sample
./.git/hooks/pre-rebase.sample
./.git/hooks/pre-commit.sample
./.git/hooks/pre-push.sample
./.git/hooks/fsmonitor-watchman.sample
./.git/hooks/update.sample
./.git/hooks/pre-receive.sample
./.git/branches
./.git/description
./.git/objects
./.git/objects/pack
./.git/objects/pack/pack-1929ba54decacfff807309c467430129b87b4ad4.pack
./.git/objects/pack/pack-1929ba54decacfff807309c467430129b87b4ad4.idx
./.git/objects/info
./.git/info
./.git/info/exclude
./.git/refs
./.git/refs/tags
./.git/refs/remotes
./.git/refs/remotes/origin
./.git/refs/remotes/origin/HEAD
./.git/refs/heads
./.git/refs/heads/master
./.git/HEAD
./.git/packed-refs
./.git/logs
./.git/logs/refs
./.git/logs/refs/remotes
./.git/logs/refs/remotes/origin
./.git/logs/refs/remotes/origin/HEAD
./.git/logs/refs/heads
./.git/logs/refs/heads/master
./.git/logs/HEAD
./.git/config
./update-version
./debian
./debian/scripts
./debian/scripts/misc
./debian/scripts/misc/git-ubuntu-log
./debian/compat
./debian/source
./debian/source/options
./debian/source/format
./debian/dkms-versions
./debian/changelog
./debian/rules
./debian/control.d
./debian/control.d/transitionals-hwe-edge
./debian/control.d/powerpc64-emb
./debian/control.d/signed-lowlatency
./debian/control.d/generic
./debian/control.d/generic-lpae
./debian/control.d/lowlatency
./debian/control.d/virtual
./debian/control.d/transitionals-hwe
./debian/control.d/powerpc-smp
./debian/control.d/signed-generic
./debian/control.d/powerpc-e500mc
./debian/control.d/powerpc64-smp
./debian/copyright
./debian/control.common
===

I am following the procedure in case this is okay. I am not doing the
git clone git://kernel.ubuntu.com/ubuntu/ubuntu-b

[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 :00:02.0: [drm] *ERROR* Link Training
  Unsuccessful

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux-oem-5.6 source package in Focal:
  Won't Fix
Status in linux source package in Groovy:
  Won't Fix
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 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
Status in linux-oem-5.6 source package in Hirsute:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  On platforms supported DP tunneling over USB 3.2 or so, a Retimer is
  required on the host side to cover insertion loss. On such platforms the
  rtimer firmware maybe configured to use LTTPR (Link Training Tunable PHY
  Repeater) non-transparent mode only, which is only supported in drm-tip
  currently. Without LTTPR support, link training may fail with following
  error messages depending on the data path configuration:

    i915 :00:02.0: [drm] *ERROR* Link Training Unsuccessful
    i915 :00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun

  [Fix]

  Patchset https://www.spinics.net/lists/intel-gfx/msg248700.html
  ("drm/i915: Add support for LTTPR non-transparent link training mode")
  is required to fix this issue. It has been landed to drm-tip and will
  only be merged to mainline in v5.11.

  Patchset https://patchwork.freedesktop.org/series/76993/ ("Plumb crtc
  state to link training code") is included for link training functions
  prototype changes.

  [Test Case]

  On Dell OptiPlex and WD19 docking station, use following steps to verify:
  1. disconnect WD19 from OptiPlex, disconnect OptiPlex's power
  2. attach OptiPlex's power cord
  3. attach WD19's power cord
  4. attach DP to WD19
  5. attach WD19 to OptiPlex
  6. boot up and check if boot to GUI directly
  7. `dmesg` and check if aforementioned DRM link training error appears

  [Where problems could occur]

  The second patchset pulled for dependency doesn't have too much
  effective changes but refactoring some translation functions, so very
  unlikely to have regressions.

  For the major part, LTTPR support, when LTTPR is either not detected or
  not supported, it will fall back to use transparent mode as it was.
  Otherwise, DP Standard recommends to use LTTPR non-transparent mode for
  link training, so this should be the right way to have best hardware
  support.

  == original bug description ==

  [Summary]
  When the monitor ONLY is connected to the WD19 (DP port) and WD19 is 
connected to the type c port than boot the machine, the monitor shows no video 
output after loaded i915.

  [Reproduce Steps]
  1. connect power cable of WD19
  2. connect DP cable from monitor to WD19
  3. connect power cable to target system.
  4. connect type c cable from WD19 to target system
  5. boot up

  [Results]
  Expected: video output as there is only one monitor connected.
  Actual: No video output.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.6.0-1033-oem 5.6.0-1033.35
  ProcVersionSignature: Ubuntu 5.6.0-1033.35-oem 5.6.19
  Uname: Linux 5.6.0-1033-oem x86_64
  ApportVersion: 2.20.11-0ubuntu27.11
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Thu Nov 12 05:11:11 2020
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-metapod+X40
  InstallationDate: Installed on 2020-11-03 (9 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  SourcePackage: linux-signed-oem-5.6
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux-oem-5.6 source package in Focal:
  Won't Fix
Status in linux source package in Groovy:
  Won't Fix
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 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
Status in linux-oem-5.6 source package in Hirsute:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  On platforms supported DP tunneling over USB 3.2 or so, a Retimer is
  required on the host side to cover insertion loss. On such platforms the
  rtimer firmware maybe configured to use LTTPR (Link Training Tunable PHY
  Repeater) non-transparent mode only, which is only supported in drm-tip
  currently. Without LTTPR support, link training may fail with following
  error messages depending on the data path configuration:

    i915 :00:02.0: [drm] *ERROR* Link Training Unsuccessful
    i915 :00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun

  [Fix]

  Patchset https://www.spinics.net/lists/intel-gfx/msg248700.html
  ("drm/i915: Add support for LTTPR non-transparent link training mode")
  is required to fix this issue. It has been landed to drm-tip and will
  only be merged to mainline in v5.11.

  Patchset https://patchwork.freedesktop.org/series/76993/ ("Plumb crtc
  state to link training code") is included for link training functions
  prototype changes.

  [Test Case]

  On Dell OptiPlex and WD19 docking station, use following steps to verify:
  1. disconnect WD19 from OptiPlex, disconnect OptiPlex's power
  2. attach OptiPlex's power cord
  3. attach WD19's power cord
  4. attach DP to WD19
  5. attach WD19 to OptiPlex
  6. boot up and check if boot to GUI directly
  7. `dmesg` and check if aforementioned DRM link training error appears

  [Where problems could occur]

  The second patchset pulled for dependency doesn't have too much
  effective changes but refactoring some translation functions, so very
  unlikely to have regressions.

  For the major part, LTTPR support, when LTTPR is either not detected or
  not supported, it will fall back to use transparent mode as it was.
  Otherwise, DP Standard recommends to use LTTPR non-transparent mode for
  link training, so this should be the right way to have best hardware
  support.

  == original bug description ==

  [Summary]
  When the monitor ONLY is connected to the WD19 (DP port) and WD19 is 
connected to the type c port than boot the machine, the monitor shows no video 
output after loaded i915.

  [Reproduce Steps]
  1. connect power cable of WD19
  2. connect DP cable from monitor to WD19
  3. connect power cable to target system.
  4. connect type c cable from WD19 to target system
  5. boot up

  [Results]
  Expected: video output as there is only one monitor connected.
  Actual: No video output.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.6.0-1033-oem 5.6.0-1033.35
  ProcVersionSignature: Ubuntu 5.6.0-1033.35-oem 5.6.19
  Uname: Linux 5.6.0-1033-oem x86_64
  ApportVersion: 2.20.11-0ubuntu27.11
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Thu Nov 12 05:11:11 2020
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-metapod+X40
  InstallationDate: Installed on 2020-11-03 (9 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  SourcePackage: linux-signed-oem-5.6
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1903969/+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 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 procedure at
  https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  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 dist-upgrade

  Reboot machine

  Confirm version:
  maallyn@li1183-111:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 18.04.5 LTS
  Release:18.04
  Codename:   bionic

  maallyn@li1183-111:~$ uname -a
  Linux li1183-111 4.15.0-128-generic #131-Ubuntu SMP Wed Dec 9 06:57:35 UTC 
2020 x86_64 x86_64 x86_64 GNU/Linux

  sudo apt-get build-dep linux linux-image-$(uname -r)

  apt-get install libncurses-dev flex bison openssl libssl-dev dkms
  libelf-dev libudev-dev libpci-dev libiberty-dev autoconf

  
   apt-get source linux-image-$(uname -r)  Is broken. I am 
getting permission
  denied even though I am on as root.

  
  root@li1183-111:~# apt-get source linux-image-$(uname -r)
  Reading package lists... Done
  Picking 'linux-signed' as source package instead of 
'linux-image-4.15.0-128-generic'
  Need to get 19.8 kB of source archives.
  Get:1 http://mirrors.linode.com/ubuntu bionic-updates/main linux-signed 
4.15.0-128.131 (dsc) [2,103 B]
  Get:2 http://mirrors.linode.com/ubuntu bionic-updates/main linux-signed 
4.15.0-128.131 (tar) [17.7 kB]
  Fetched 19.8 kB in 0s (1,805 kB/s)
  dpkg-source: info: extracting linux-signed in linux-signed-4.15.0
  dpkg-source: info: unpacking linux-signed_4.15.0-128.131.tar.xz
  W: Download is performed unsandboxed as root as file 
'linux-signed_4.15.0-128.131.dsc' couldn't be accessed by user '_apt'. - 
pkgAcquire::Run (13: Permission denied)

  ##
  #

  Now trying git clone method

  git clone git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git

  This seems to work okay . . .
  maallyn@li1183-111:~$ git clone 
git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git
  Cloning into 'ubuntu-bionic'...
  remote: Counting objects: 7717929, done.
  remote: Compressing objects: 100% (1127512/1127512), done.
  Receiving objects: 100% (7717929/7717929), 1.70 GiB | 18.82 MiB/s, done.
  remote: Total 7717929 (delta 6543888), reused 7715758 (delta 6541783)
  Resolving deltas: 100% (6543888/6543888), done.
  Checking out files: 100% (63373/63373), done.

  
  Now, trying to do the fakeroot, come to find that the procedure
  did not include apt-get install fakeroot

  Now the prep to do the configures seem to be okay

  Now, added allyn1 to version by changing the first line of 
debian.master/changelog:
  linux (4.15.0-126.129-allyn1) bionic; urgency=medium

  Change config to remove Nouveau (NVIDIA) cards from configuration
  so that I can use the propriatary NVIDIA drivers

  Changed only amd64 and amd64 lowlatency, but did not change others

  
  ---
  LANG=C fakeroot debian/rules binary-headers binary-generic binary-perarch

  I have made the entire output of the console available at:
  www.allyn.com/build-attempt.txt

  I have also made the entire (uncompiled) source tree available at:
  www.allyn.com/ubuntu-bionic.tar

  I can be contacted at markallyn...@gmail.com and my account at ubuntu
  is maallyn123

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-128-generic 4.15.0-128.131
  ProcVersionSignature: Ubuntu 4.15.0-128.131-generic 4.15.18
  Uname: Linux 4.15.0-128-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Dec 30 17:06 seq
   crw-rw 1 root audio 116, 33 Dec 30 17:06 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.21
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Wed Dec 30 18:54:36 2020
  InstallationDate: Installed on 2020-09-28 (92 days ago)
  InstallationMedia: Ubuntu-Server 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200810)
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  PciMultimedia:
   
  ProcFB: 0 bochsdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-128-generic root=/dev/sda 
ro console=ttyS0,19200n8 net.ifnames=0
  Related

[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.
https://bugs.launchpad.net/bugs/1909687

Title:
  Cannot compile kernel using procedure at
  https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  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 dist-upgrade

  Reboot machine

  Confirm version:
  maallyn@li1183-111:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 18.04.5 LTS
  Release:18.04
  Codename:   bionic

  maallyn@li1183-111:~$ uname -a
  Linux li1183-111 4.15.0-128-generic #131-Ubuntu SMP Wed Dec 9 06:57:35 UTC 
2020 x86_64 x86_64 x86_64 GNU/Linux

  sudo apt-get build-dep linux linux-image-$(uname -r)

  apt-get install libncurses-dev flex bison openssl libssl-dev dkms
  libelf-dev libudev-dev libpci-dev libiberty-dev autoconf

  
   apt-get source linux-image-$(uname -r)  Is broken. I am 
getting permission
  denied even though I am on as root.

  
  root@li1183-111:~# apt-get source linux-image-$(uname -r)
  Reading package lists... Done
  Picking 'linux-signed' as source package instead of 
'linux-image-4.15.0-128-generic'
  Need to get 19.8 kB of source archives.
  Get:1 http://mirrors.linode.com/ubuntu bionic-updates/main linux-signed 
4.15.0-128.131 (dsc) [2,103 B]
  Get:2 http://mirrors.linode.com/ubuntu bionic-updates/main linux-signed 
4.15.0-128.131 (tar) [17.7 kB]
  Fetched 19.8 kB in 0s (1,805 kB/s)
  dpkg-source: info: extracting linux-signed in linux-signed-4.15.0
  dpkg-source: info: unpacking linux-signed_4.15.0-128.131.tar.xz
  W: Download is performed unsandboxed as root as file 
'linux-signed_4.15.0-128.131.dsc' couldn't be accessed by user '_apt'. - 
pkgAcquire::Run (13: Permission denied)

  ##
  #

  Now trying git clone method

  git clone git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git

  This seems to work okay . . .
  maallyn@li1183-111:~$ git clone 
git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git
  Cloning into 'ubuntu-bionic'...
  remote: Counting objects: 7717929, done.
  remote: Compressing objects: 100% (1127512/1127512), done.
  Receiving objects: 100% (7717929/7717929), 1.70 GiB | 18.82 MiB/s, done.
  remote: Total 7717929 (delta 6543888), reused 7715758 (delta 6541783)
  Resolving deltas: 100% (6543888/6543888), done.
  Checking out files: 100% (63373/63373), done.

  
  Now, trying to do the fakeroot, come to find that the procedure
  did not include apt-get install fakeroot

  Now the prep to do the configures seem to be okay

  Now, added allyn1 to version by changing the first line of 
debian.master/changelog:
  linux (4.15.0-126.129-allyn1) bionic; urgency=medium

  Change config to remove Nouveau (NVIDIA) cards from configuration
  so that I can use the propriatary NVIDIA drivers

  Changed only amd64 and amd64 lowlatency, but did not change others

  
  ---
  LANG=C fakeroot debian/rules binary-headers binary-generic binary-perarch

  I have made the entire output of the console available at:
  www.allyn.com/build-attempt.txt

  I have also made the entire (uncompiled) source tree available at:
  www.allyn.com/ubuntu-bionic.tar

  I can be contacted at markallyn...@gmail.com and my account at ubuntu
  is maallyn123

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-128-generic 4.15.0-128.131
  ProcVersionSignature: Ubuntu 4.15.0-128.131-generic 4.15.18
  Uname: Linux 4.15.0-128-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Dec 30 17:06 seq
   crw-rw 1 root audio 116, 33 Dec 30 17:06 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.21
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Wed Dec 30 18:54:36 2020
  InstallationDate: Installed on 2020-09-28 (92 days ago)
  InstallationMedia: Ubuntu-Server 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200810)
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  PciMultimedia:
   
  ProcFB: 0 bochsdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-128-generic root=/dev/sda 
ro cons

[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.
https://bugs.launchpad.net/bugs/1909696

Title:
  nvidia-304 fails on Ubunut 18.04

Status in nvidia-graphics-drivers-375 package in Ubuntu:
  Invalid

Bug description:
  $ 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"
  VERSION="18.04.5 LTS (Bionic Beaver)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 18.04.5 LTS"
  VERSION_ID="18.04"
  HOME_URL="https://www.ubuntu.com/";
  SUPPORT_URL="https://help.ubuntu.com/";
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/";
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy";
  VERSION_CODENAME=bionic
  UBUNTU_CODENAME=bionic

  $ sudo ubuntu-drivers devices
  == /sys/devices/pci:00/:00:01.0/:01:00.0 ==
  modalias : pci:v10DEd0161sv1458sd3415bc03sc00i00
  vendor   : NVIDIA Corporation
  model: NV44 [GeForce 6200 TurboCache]
  driver   : nvidia-304 - third-party free recommended
  driver   : xserver-xorg-video-nouveau - distro free builtin

  $ sudo ubuntu-drivers autoinstall
  Paketlisten werden gelesen... Fertig
  Abhängigkeitsbaum wird aufgebaut.   
  Statusinformationen werden eingelesen Fertig
  Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
  Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
  Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
  nicht erstellt wurden oder Incoming noch nicht verlassen haben.
  Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

  Die folgenden Pakete haben unerfüllte Abhängigkeiten:
   nvidia-304 : Hängt ab von: xorg-video-abi-11 ist aber nicht installierbar 
oder
   xorg-video-abi-12 ist aber nicht installierbar 
oder
   xorg-video-abi-13 ist aber nicht installierbar 
oder
   xorg-video-abi-14 ist aber nicht installierbar 
oder
   xorg-video-abi-15 ist aber nicht installierbar 
oder
   xorg-video-abi-18 ist aber nicht installierbar 
oder
   xorg-video-abi-19 ist aber nicht installierbar 
oder
   xorg-video-abi-20 ist aber nicht installierbar 
oder
   xorg-video-abi-23
Hängt ab von: xserver-xorg-core
  E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte 
Pakete.

  
  Error messages unfortunatelly appear in German.
  Here is a translated version:

  $ sudo ubuntu-drivers autoinstall
  Package lists are being read ... Done
  Dependency tree is built.
  Status information is read in  Done
  Some packages could not be installed. That can mean that
  You have requested an impossible situation or when you have the
  Unstable distro use that some required packages still
  have not been created or have not yet left Incoming.
  The following information may help you resolve the situation:

  The following packages have unfulfilled dependencies:
   nvidia-304: Depends on: xorg-video-abi-11 but cannot be installed or
   xorg-video-abi-12 cannot be installed or
   xorg-video-abi-13 cannot be installed or
   xorg-video-abi-14 cannot be installed or
   xorg-video-abi-15 cannot be installed or
   xorg-video-abi-18 cannot be installed or
   xorg-video-abi-19 cannot be installed or
   xorg-video-abi-20 cannot be installed or
   xorg-video-abi-23
Depends on: xserver-xorg-core
  E: Problems cannot be corrected, you have defective packages withheld.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-375/+bug/1909696/+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 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"
VERSION="18.04.5 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/";
SUPPORT_URL="https://help.ubuntu.com/";
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/";
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy";
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

$ sudo ubuntu-drivers devices
== /sys/devices/pci:00/:00:01.0/:01:00.0 ==
modalias : pci:v10DEd0161sv1458sd3415bc03sc00i00
vendor   : NVIDIA Corporation
model: NV44 [GeForce 6200 TurboCache]
driver   : nvidia-304 - third-party free recommended
driver   : xserver-xorg-video-nouveau - distro free builtin

$ sudo ubuntu-drivers autoinstall
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.   
Statusinformationen werden eingelesen Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 nvidia-304 : Hängt ab von: xorg-video-abi-11 ist aber nicht installierbar oder
 xorg-video-abi-12 ist aber nicht installierbar oder
 xorg-video-abi-13 ist aber nicht installierbar oder
 xorg-video-abi-14 ist aber nicht installierbar oder
 xorg-video-abi-15 ist aber nicht installierbar oder
 xorg-video-abi-18 ist aber nicht installierbar oder
 xorg-video-abi-19 ist aber nicht installierbar oder
 xorg-video-abi-20 ist aber nicht installierbar oder
 xorg-video-abi-23
  Hängt ab von: xserver-xorg-core
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte 
Pakete.


Error messages unfortunatelly appear in German.
Here is a translated version:

$ sudo ubuntu-drivers autoinstall
Package lists are being read ... Done
Dependency tree is built.
Status information is read in  Done
Some packages could not be installed. That can mean that
You have requested an impossible situation or when you have the
Unstable distro use that some required packages still
have not been created or have not yet left Incoming.
The following information may help you resolve the situation:

The following packages have unfulfilled dependencies:
 nvidia-304: Depends on: xorg-video-abi-11 but cannot be installed or
 xorg-video-abi-12 cannot be installed or
 xorg-video-abi-13 cannot be installed or
 xorg-video-abi-14 cannot be installed or
 xorg-video-abi-15 cannot be installed or
 xorg-video-abi-18 cannot be installed or
 xorg-video-abi-19 cannot be installed or
 xorg-video-abi-20 cannot be installed or
 xorg-video-abi-23
  Depends on: xserver-xorg-core
E: Problems cannot be corrected, you have defective packages withheld.

** Affects: nvidia-graphics-drivers-375 (Ubuntu)
 Importance: Undecided
 Status: Invalid

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

Title:
  nvidia-304 fails on Ubunut 18.04

Status in nvidia-graphics-drivers-375 package in Ubuntu:
  Invalid

Bug description:
  $ 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"
  VERSION="18.04.5 LTS (Bionic Beaver)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 18.04.5 LTS"
  VERSION_ID="18.04"
  HOME_URL="https://www.ubuntu.com/";
  SUPPORT_URL="https://help.ubuntu.com/";
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/";
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy";
  VERSION_CODENAME=bionic
  UBUNTU_CODENAME=bionic

  $ sudo ubuntu-drivers devices
  == /sys/devices/pci:00/:00:01.0/:01:00.0 ==
  modalias : pci:v10DEd0161sv1458sd3415bc03sc00i00
  vendor   : NVIDIA Corporation
  model: NV44 [GeForce 6200 

[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.
https://bugs.launchpad.net/bugs/1861235

Title:
  zfs recv PANIC at range_tree.c:304:range_tree_find_impl()

Status in Linux:
  New
Status in zfs-linux package in Ubuntu:
  Incomplete
Status in zfs-linux source package in Bionic:
  Confirmed

Bug description:
  Same as bug 1861228 but with a newer kernel installed.

  [  790.702566] VERIFY(size != 0) failed
  [  790.702590] PANIC at range_tree.c:304:range_tree_find_impl()
  [  790.702611] Showing stack for process 28685
  [  790.702614] CPU: 17 PID: 28685 Comm: receive_writer Tainted: P   O 
4.15.0-76-generic #86-Ubuntu
  [  790.702615] Hardware name: Supermicro SSG-6038R-E1CR16L/X10DRH-iT, BIOS 
2.0 12/17/2015
  [  790.702616] Call Trace:
  [  790.702626]  dump_stack+0x6d/0x8e
  [  790.702637]  spl_dumpstack+0x42/0x50 [spl]
  [  790.702640]  spl_panic+0xc8/0x110 [spl]
  [  790.702645]  ? __switch_to_asm+0x41/0x70
  [  790.702714]  ? arc_prune_task+0x1a/0x40 [zfs]
  [  790.702740]  ? dbuf_dirty+0x43d/0x850 [zfs]
  [  790.702745]  ? getrawmonotonic64+0x43/0xd0
  [  790.702746]  ? getrawmonotonic64+0x43/0xd0
  [  790.702775]  ? dmu_zfetch+0x49a/0x500 [zfs]
  [  790.702778]  ? getrawmonotonic64+0x43/0xd0
  [  790.702805]  ? dmu_zfetch+0x49a/0x500 [zfs]
  [  790.702807]  ? mutex_lock+0x12/0x40
  [  790.702833]  ? dbuf_rele_and_unlock+0x1a8/0x4b0 [zfs]
  [  790.702866]  range_tree_find_impl+0x88/0x90 [zfs]
  [  790.702870]  ? spl_kmem_zalloc+0xdc/0x1a0 [spl]
  [  790.702902]  range_tree_clear+0x4f/0x60 [zfs]
  [  790.702930]  dnode_free_range+0x11f/0x5a0 [zfs]
  [  790.702957]  dmu_object_free+0x53/0x90 [zfs]
  [  790.702983]  dmu_free_long_object+0x9f/0xc0 [zfs]
  [  790.703010]  receive_freeobjects.isra.12+0x7a/0x100 [zfs]
  [  790.703036]  receive_writer_thread+0x6d2/0xa60 [zfs]
  [  790.703040]  ? set_curr_task_fair+0x2b/0x60
  [  790.703043]  ? spl_kmem_free+0x33/0x40 [spl]
  [  790.703048]  ? kfree+0x165/0x180
  [  790.703073]  ? receive_free.isra.13+0xc0/0xc0 [zfs]
  [  790.703078]  thread_generic_wrapper+0x74/0x90 [spl]
  [  790.703081]  kthread+0x121/0x140
  [  790.703084]  ? __thread_exit+0x20/0x20 [spl]
  [  790.703085]  ? kthread_create_worker_on_cpu+0x70/0x70
  [  790.703088]  ret_from_fork+0x35/0x40
  [  967.636923] INFO: task txg_quiesce:14810 blocked for more than 120 seconds.
  [  967.636979]   Tainted: P   O 4.15.0-76-generic #86-Ubuntu
  [  967.637024] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  967.637076] txg_quiesce D0 14810  2 0x8000
  [  967.637080] Call Trace:
  [  967.637089]  __schedule+0x24e/0x880
  [  967.637092]  schedule+0x2c/0x80
  [  967.637106]  cv_wait_common+0x11e/0x140 [spl]
  [  967.637114]  ? wait_woken+0x80/0x80
  [  967.637122]  __cv_wait+0x15/0x20 [spl]
  [  967.637210]  txg_quiesce_thread+0x2cb/0x3d0 [zfs]
  [  967.637278]  ? txg_delay+0x1b0/0x1b0 [zfs]
  [  967.637286]  thread_generic_wrapper+0x74/0x90 [spl]
  [  967.637291]  kthread+0x121/0x140
  [  967.637297]  ? __thread_exit+0x20/0x20 [spl]
  [  967.637299]  ? kthread_create_worker_on_cpu+0x70/0x70
  [  967.637304]  ret_from_fork+0x35/0x40
  [  967.637326] INFO: task zfs:28590 blocked for more than 120 seconds.
  [  967.637371]   Tainted: P   O 4.15.0-76-generic #86-Ubuntu
  [  967.637416] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  967.637467] zfs D0 28590  28587 0x8080
  [  967.637470] Call Trace:
  [  967.637474]  __schedule+0x24e/0x880
  [  967.637477]  schedule+0x2c/0x80
  [  967.637486]  cv_wait_common+0x11e/0x140 [spl]
  [  967.637491]  ? wait_woken+0x80/0x80
  [  967.637498]  __cv_wait+0x15/0x20 [spl]
  [  967.637554]  dmu_recv_stream+0xa51/0xef0 [zfs]
  [  967.637630]  zfs_ioc_recv_impl+0x306/0x1100 [zfs]
  [  967.637679]  ? dbuf_read+0x34a/0x920 [zfs]
  [  967.637725]  ? dbuf_rele+0x36/0x40 [zfs]
  [  967.637728]  ? _cond_resched+0x19/0x40
  [  967.637798]  zfs_ioc_recv_new+0x33d/0x410 [zfs]
  [  967.637809]  ? spl_kmem_alloc_impl+0xe5/0x1a0 [spl]
  [  967.637816]  ? spl_vmem_alloc+0x19/0x20 [spl]
  [  967.637828]  ? nv_alloc_sleep_spl+0x1f/0x30 [znvpair]
  [  967.637834]  ? nv_mem_zalloc.isra.0+0x2e/0x40 [znvpair]
  [  967.637840]  ? nvlist_xalloc.part.2+0x50/0xb0 [znvpair]
  [  967.637905]  zfsdev_ioctl+0x451/0x610 [zfs]
  [  967.637913]  do_vfs_ioctl+0xa8/0x630
  [  967.637917]  ? __audit_syscall_entry+0xbc/0x110
  [  967.637924]  ? syscall_trace_enter+0x1da/0x2d0
  [  967.637927]  SyS_ioctl+0x79/0x90
  [  967.637930]  do_syscall_64+0x73/0x130
  [  967.637935]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
  [  967.637938] RIP: 0033:0x7fc305a905d7
  [  967.637940] RSP: 002b:7ffc45e39618 EFLAGS: 0246 ORIG_RAX: 
0010
  [ 

[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.
https://bugs.launchpad.net/bugs/1906273

Title:
  iwlwifi - very slow for intel 9260/9560 wireless cards

Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  I have tried 2 intel wifi cards (9260 and previously 9560, which i
  thought was broken) in my msi GF63 laptop. Both cards work fine when
  using windows, getting me a speed of 450 mbps consistently.

  But when using linux with ubuntu 20.04, this speed is reduced to max
  25 mbps (using the same 5G network).

  I'm using iwlwifi-9260-th-b0-jf-b0-46.ucode and kernel 5.6.19.

  I have tried with a previous version of the driver
  (iwlwifi-9260-th-b0-jf-b0-34.ucode), but unfortunately gave me the
  same result. I have also tried different kernels (5.4.0 that came with
  ubuntu 20.04 and also 5.3.18), to no avail.

  I've also tried fiddling with settings in /etc/modprobe.d/iwlwifi-
  opt.conf

  options iwlwifi 11n_disable=1
  options iwlwifi swcrypto=0
  options iwlwifi bt_coex_active=0
  options iwlwifi power_save=0
  options iwlwifi uapsd_disable=1
  options iwlmvm power_scheme=1

  These seem to get me the 'best' results, of merely 25 mbps.

  windows, when getting 450 mbps, uses this driver version 22.0.0.6
  (https://downloadcenter.intel.com/download/29902)

  I have disabled power-management so i don't think it's a power save
  issue like someone else suggested.

  From iw and iwconfig, the max bit rate seems to be 54.0 Mbps, but the
  card can surely do much faster.

  Any idea on how to fix this? Please let me know if more info is
  needed. Thanks!

  dmesg | grep iwl
  [2.287446] iwlwifi :04:00.0: enabling device ( -> 0002)
  [2.301450] iwlwifi :04:00.0: Found debug destination: EXTERNAL_DRAM
  [2.301452] iwlwifi :04:00.0: Found debug configuration: 0
  [2.301710] iwlwifi :04:00.0: loaded firmware version 46.6bf1df06.0 
9260-th-b0-jf-b0-46.ucode op_mode iwlmvm
  [2.356367] iwlwifi :04:00.0: Detected Intel(R) Wireless-AC 9260 
160MHz, REV=0x324
  [2.370323] iwlwifi :04:00.0: Applying debug destination EXTERNAL_DRAM
  [2.370983] iwlwifi :04:00.0: Allocated 0x0040 bytes for firmware 
monitor.
  [2.429183] iwlwifi :04:00.0: base HW address: f2:ac:12:fa:47:6f
  [2.496763] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
  [2.509009] iwlwifi :04:00.0 wlp4s0: renamed from wlan0
  [3.401664] iwlwifi :04:00.0: Applying debug destination EXTERNAL_DRAM
  [3.515240] iwlwifi :04:00.0: Applying debug destination EXTERNAL_DRAM
  [3.585957] iwlwifi :04:00.0: FW already configured (0) - 
re-configuring

  
  iw list
  Wiphy phy0
max # scan SSIDs: 20
max scan IEs length: 464 bytes
max # sched scan SSIDs: 20
max # match sets: 11
max # scan plans: 2
max scan plan interval: 65535
max scan plan iterations: 254
Retry short limit: 7
Retry long limit: 4
Coverage class: 0 (up to 0m)
Device supports RSN-IBSS.
Device supports AP-side u-APSD.
Device supports T-DLS.
Supported Ciphers:
* WEP40 (00-0f-ac:1)
* WEP104 (00-0f-ac:5)
* TKIP (00-0f-ac:2)
* CCMP-128 (00-0f-ac:4)
* GCMP-128 (00-0f-ac:8)
* GCMP-256 (00-0f-ac:9)
* CMAC (00-0f-ac:6)
* GMAC-128 (00-0f-ac:11)
* GMAC-256 (00-0f-ac:12)
Available Antennas: TX 0x3 RX 0x3
Configured Antennas: TX 0x3 RX 0x3
Supported interface modes:
 * IBSS
 * managed
 * AP
 * AP/VLAN
 * monitor
 * P2P-client
 * P2P-GO
 * P2P-device
Band 1:
Bitrates (non-HT):
* 1.0 Mbps
* 2.0 Mbps (short preamble supported)
* 5.5 Mbps (short preamble supported)
* 11.0 Mbps (short preamble supported)
* 6.0 Mbps
* 9.0 Mbps
* 12.0 Mbps
* 18.0 Mbps
* 24.0 Mbps
* 36.0 Mbps
* 48.0 Mbps
* 54.0 Mbps
Frequencies:
* 2412 MHz [1] (22.0 dBm)
* 2417 MHz [2] (22.0 dBm)
* 2422 MHz [3] (22.0 dBm)
* 2427 MHz [4] (22.0 dBm)
* 2432 MHz [5] (22.0 dBm)
* 2437 MHz [6] (22.0 dBm)
* 2

[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 procedure at
  https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 dist-upgrade

  Reboot machine

  Confirm version:
  maallyn@li1183-111:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 18.04.5 LTS
  Release:18.04
  Codename:   bionic

  maallyn@li1183-111:~$ uname -a
  Linux li1183-111 4.15.0-128-generic #131-Ubuntu SMP Wed Dec 9 06:57:35 UTC 
2020 x86_64 x86_64 x86_64 GNU/Linux

  sudo apt-get build-dep linux linux-image-$(uname -r)

  apt-get install libncurses-dev flex bison openssl libssl-dev dkms
  libelf-dev libudev-dev libpci-dev libiberty-dev autoconf

  
   apt-get source linux-image-$(uname -r)  Is broken. I am 
getting permission
  denied even though I am on as root.

  
  root@li1183-111:~# apt-get source linux-image-$(uname -r)
  Reading package lists... Done
  Picking 'linux-signed' as source package instead of 
'linux-image-4.15.0-128-generic'
  Need to get 19.8 kB of source archives.
  Get:1 http://mirrors.linode.com/ubuntu bionic-updates/main linux-signed 
4.15.0-128.131 (dsc) [2,103 B]
  Get:2 http://mirrors.linode.com/ubuntu bionic-updates/main linux-signed 
4.15.0-128.131 (tar) [17.7 kB]
  Fetched 19.8 kB in 0s (1,805 kB/s)
  dpkg-source: info: extracting linux-signed in linux-signed-4.15.0
  dpkg-source: info: unpacking linux-signed_4.15.0-128.131.tar.xz
  W: Download is performed unsandboxed as root as file 
'linux-signed_4.15.0-128.131.dsc' couldn't be accessed by user '_apt'. - 
pkgAcquire::Run (13: Permission denied)

  ##
  #

  Now trying git clone method

  git clone git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git

  This seems to work okay . . .
  maallyn@li1183-111:~$ git clone 
git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git
  Cloning into 'ubuntu-bionic'...
  remote: Counting objects: 7717929, done.
  remote: Compressing objects: 100% (1127512/1127512), done.
  Receiving objects: 100% (7717929/7717929), 1.70 GiB | 18.82 MiB/s, done.
  remote: Total 7717929 (delta 6543888), reused 7715758 (delta 6541783)
  Resolving deltas: 100% (6543888/6543888), done.
  Checking out files: 100% (63373/63373), done.

  
  Now, trying to do the fakeroot, come to find that the procedure
  did not include apt-get install fakeroot

  Now the prep to do the configures seem to be okay

  Now, added allyn1 to version by changing the first line of 
debian.master/changelog:
  linux (4.15.0-126.129-allyn1) bionic; urgency=medium

  Change config to remove Nouveau (NVIDIA) cards from configuration
  so that I can use the propriatary NVIDIA drivers

  Changed only amd64 and amd64 lowlatency, but did not change others

  
  ---
  LANG=C fakeroot debian/rules binary-headers binary-generic binary-perarch

  I have made the entire output of the console available at:
  www.allyn.com/build-attempt.txt

  I have also made the entire (uncompiled) source tree available at:
  www.allyn.com/ubuntu-bionic.tar

  I can be contacted at markallyn...@gmail.com and my account at ubuntu
  is maallyn123

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-128-generic 4.15.0-128.131
  ProcVersionSignature: Ubuntu 4.15.0-128.131-generic 4.15.18
  Uname: Linux 4.15.0-128-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Dec 30 17:06 seq
   crw-rw 1 root audio 116, 33 Dec 30 17:06 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.21
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Wed Dec 30 18:54:36 2020
  InstallationDate: Installed on 2020-09-28 (92 days ago)
  InstallationMedia: Ubuntu-Server 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200810)
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  PciMultimedia:
   
  ProcFB: 0 bochsdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-128-generic root=/dev/sda 
ro console=ttyS0,19200n8 net.ifnames=0
  RelatedPac

[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 dist-upgrade

Reboot machine

Confirm version:
maallyn@li1183-111:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.5 LTS
Release:18.04
Codename:   bionic

maallyn@li1183-111:~$ uname -a
Linux li1183-111 4.15.0-128-generic #131-Ubuntu SMP Wed Dec 9 06:57:35 UTC 2020 
x86_64 x86_64 x86_64 GNU/Linux

sudo apt-get build-dep linux linux-image-$(uname -r)

apt-get install libncurses-dev flex bison openssl libssl-dev dkms
libelf-dev libudev-dev libpci-dev libiberty-dev autoconf


 apt-get source linux-image-$(uname -r)  Is broken. I am 
getting permission
denied even though I am on as root.


root@li1183-111:~# apt-get source linux-image-$(uname -r)
Reading package lists... Done
Picking 'linux-signed' as source package instead of 
'linux-image-4.15.0-128-generic'
Need to get 19.8 kB of source archives.
Get:1 http://mirrors.linode.com/ubuntu bionic-updates/main linux-signed 
4.15.0-128.131 (dsc) [2,103 B]
Get:2 http://mirrors.linode.com/ubuntu bionic-updates/main linux-signed 
4.15.0-128.131 (tar) [17.7 kB]
Fetched 19.8 kB in 0s (1,805 kB/s)
dpkg-source: info: extracting linux-signed in linux-signed-4.15.0
dpkg-source: info: unpacking linux-signed_4.15.0-128.131.tar.xz
W: Download is performed unsandboxed as root as file 
'linux-signed_4.15.0-128.131.dsc' couldn't be accessed by user '_apt'. - 
pkgAcquire::Run (13: Permission denied)

##
#

Now trying git clone method

git clone git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git

This seems to work okay . . .
maallyn@li1183-111:~$ git clone git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git
Cloning into 'ubuntu-bionic'...
remote: Counting objects: 7717929, done.
remote: Compressing objects: 100% (1127512/1127512), done.
Receiving objects: 100% (7717929/7717929), 1.70 GiB | 18.82 MiB/s, done.
remote: Total 7717929 (delta 6543888), reused 7715758 (delta 6541783)
Resolving deltas: 100% (6543888/6543888), done.
Checking out files: 100% (63373/63373), done.


Now, trying to do the fakeroot, come to find that the procedure
did not include apt-get install fakeroot

Now the prep to do the configures seem to be okay

Now, added allyn1 to version by changing the first line of 
debian.master/changelog:
linux (4.15.0-126.129-allyn1) bionic; urgency=medium

Change config to remove Nouveau (NVIDIA) cards from configuration
so that I can use the propriatary NVIDIA drivers

Changed only amd64 and amd64 lowlatency, but did not change others


---
LANG=C fakeroot debian/rules binary-headers binary-generic binary-perarch

I have made the entire output of the console available at: www.allyn.com
/build-attempt.txt

I have also made the entire (uncompiled) source tree available at:
www.allyn.com/ubuntu-bionic.tar

I can be contacted at markallyn...@gmail.com and my account at ubuntu is
maallyn123

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-128-generic 4.15.0-128.131
ProcVersionSignature: Ubuntu 4.15.0-128.131-generic 4.15.18
Uname: Linux 4.15.0-128-generic x86_64
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Dec 30 17:06 seq
 crw-rw 1 root audio 116, 33 Dec 30 17:06 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
ApportVersion: 2.20.9-0ubuntu7.21
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
Date: Wed Dec 30 18:54:36 2020
InstallationDate: Installed on 2020-09-28 (92 days ago)
InstallationMedia: Ubuntu-Server 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200810)
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
Lsusb: Error: command ['lsusb'] failed with exit code 1:
MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
PciMultimedia:
 
ProcFB: 0 bochsdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-128-generic root=/dev/sda ro 
console=ttyS0,19200n8 net.ifnames=0
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-128-generic N/A
 linux-backports-modules-4.15.0-128-generic  N/A
 linux-firmware  1.173.19
RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:
 
dmi.bios.date: 04/01/2014
dmi.bios.vendor: SeaBIOS
dmi.bios.version: rel-1.12.0-0-ga698c8995f-prebuilt.qemu.org
dmi.chassis.type: 1
dmi.chassis.vendor: QEMU
dmi.chassis.version: pc-q35-3.1
dmi.modalias: 
dmi:bvnSeaBIOS:bvrrel-1.12.0-0-ga698c8995f-prebuil

[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 desktops, 
ubuntu and lxqt. After 1 or 2 hours (often during CPU/GPU-heavy work like using 
Firefox), the system freezes, which means:
- Screen freezes (just shows the same picture. mouse-cursor not moving, 
keyboard not working)
- Keyboard not responding (e.g. Num-LED not changing when pressing Num)
- Changing to another tty via e.g. Ctrl+Alt+F3 is not working anymore
- BUT: System in the background still works. I can still hear audio (of a movie 
for example). Other tasks like ffmpeg-downloads are still working.

During a freeze, Alt+SysRq+k isn't changing much. I can hear the audio 
stopping. But the system is "too frozen" to be able to kill the X server. I 
also tried killing it via ssh - no chance. Alt+SysRq+reisub works to do a 
Pi-restart.
These freezes occur during typing, during clicking, but also when doing nothing 
with mouse and keyboard (like watching a video).

A journalctl-log of the freeze (occurred at 00:08:something when typing
with my keyboard) during ubuntu-desktop session is given here (I tried
Alt+SysRq+k at 00:10:something without success):

[...]
Dez 26 00:07:31 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 
vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Dez 26 00:07:36 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 
vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Dez 26 00:07:41 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 
vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Dez 26 00:07:46 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 
vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Dez 26 00:07:48 myRaspi dbus-daemon[4131]: [session uid=1000 pid=4131] 
Activating via systemd: service name='org.freedesktop.Tracker1' 
unit='tracker-store.service' requested by ':1.2' (uid=1000 pid=4128 
comm="/usr/libexec/tracker-miner-fs " label="unconfined")
Dez 26 00:07:48 myRaspi systemd[4119]: Starting Tracker metadata database store 
and lookup manager...
Dez 26 00:07:48 myRaspi dbus-daemon[4131]: [session uid=1000 pid=4131] 
Successfully activated service 'org.freedesktop.Tracker1'
Dez 26 00:07:48 myRaspi systemd[4119]: Started Tracker metadata database store 
and lookup manager.
Dez 26 00:07:49 myRaspi dbus-daemon[4131]: [session uid=1000 pid=4131] 
Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' 
unit='tracker-extract.service' requested by ':1.2' (uid=1000 pid=4128 
comm="/usr/libexec/tracker-miner-fs " label="unconfined")
Dez 26 00:07:49 myRaspi systemd[4119]: Starting Tracker metadata extractor...
Dez 26 00:07:49 myRaspi tracker-extract[179165]: Set scheduler policy to 
SCHED_IDLE
Dez 26 00:07:49 myRaspi tracker-extract[179165]: Setting priority nice level to 
19
Dez 26 00:07:49 myRaspi dbus-daemon[4131]: [session uid=1000 pid=4131] 
Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
Dez 26 00:07:49 myRaspi systemd[4119]: Started Tracker metadata extractor.
Dez 26 00:07:51 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 
vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Dez 26 00:08:00 myRaspi systemd[4119]: tracker-extract.service: Succeeded.
Dez 26 00:08:01 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 
vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Dez 26 00:08:06 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 

[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:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1896627
because on the laptop, it mostly (but not only) happens when I use the touchpad 
or mouse and gets even worse when I scroll very slow.

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

Title:
  [i915] Noise-like lines of graphics corruption when moving windows in
  Xorg sessions

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

Bug description:
  == SRU Justification ==
  [Impact]
  Noise-like lines of graphics corruption when moving windows in Xorg
  sessions.

  [Fix]
  Revert "UBUNTU: SAUCE: drm/i915: Synchronize active and retire
  callbacks".

  [Test]
  Daniel van Vugt confirmed reverting the commit fixes the issue.
  I can also reproduce the issue on one of my system, I can confirm it
  fixes the issue too.

  [Where problems could occur]
  Race condition the commit solves may appear again.
  The commit was reverted and replaced by an upstream fix, which is already 
included in 5.8. So it should be rather safe here.

  == Original Bug Report ==

  I left my desktop (T480s thinkpad docked to ThinkVision P24h-10)
  unattended for a while, and then got the error message and now have
  funny lines on activity, e.g. red lines flashing on top of gnome-shell
  bar when switching windows, or white blocks/lines around typing text.

  This is the second or third time it happened, reboot fixes it until
  the error pops up again.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: linux-image-5.8.0-19-generic 5.8.0-19.20
  ProcVersionSignature: Ubuntu 5.8.0-19.20-generic 5.8.8
  Uname: Linux 5.8.0-19-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu45
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jak5052 F pulseaudio
   /dev/snd/controlC1:  jak5052 F pulseaudio
   /dev/snd/pcmC1D0p:   jak5052 F...m pulseaudio
   /dev/snd/controlC0:  jak5052 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  CurrentDmesg: Error: command ['dmesg'] failed with exit code 1: dmesg: read 
kernel buffer failed: Operation not permitted
  Date: Thu Sep 17 19:14:11 2020
  HibernationDevice: RESUME=none
  InstallationDate: Installed on 2018-03-14 (917 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180313)
  MachineType: LENOVO 20L8S02D00
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-19-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-19-generic N/A
   linux-backports-modules-5.8.0-19-generic  N/A
   linux-firmware1.190
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/04/2020
  dmi.bios.release: 1.42
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N22ET65W (1.42 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20L8S02D00
  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.ec.firmware.release: 1.20
  dmi.modalias: 
dmi:bvnLENOVO:bvrN22ET65W(1.42):bd06/04/2020:br1.42:efr1.20:svnLENOVO:pn20L8S02D00:pvrThinkPadT480s:rvnLENOVO:rn20L8S02D00:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T480s
  dmi.product.name: 20L8S02D00
  dmi.product.sku: LENOVO_MT_20L8_BU_Think_FM_ThinkPad T480s
  dmi.product.version: ThinkPad T480s
  dmi.sys.vendor: LENOVO
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu45
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jak5052 F pulseaudio
   /dev/snd/controlC1:  jak5052 F pulseaudio
   /dev/snd/pcmC1D0p:   jak5052 F...m pulseaudio
   /dev/snd/controlC0:  jak5052 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  CurrentDmesg: Error: command ['dmesg'] failed with exit code 1: dmesg: read 
kernel buffer failed: Operation not permitted
  DistroRelease: Ubuntu 20.10
  HibernationDevice: RESUME=none
  InstallationDate: Installed on 2018-03-14 (917 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180313)
  MachineType: LENOVO 20L8S02D00
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-19-generic 

[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 login-
  screen

Status in linux-raspi package in Ubuntu:
  New

Bug description:
  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 aarch64 aarch64 aarch64 GNU/Linux

  I'm using 
  - Raspberry Pi4B 8GB
  - Logitech MK120 Keyboard and Mouse (wired).

  How I could reproduce the mentioned crash:
  - Boot and wait (don't touch mouse/keyboard) at login-screen for five minutes
  - After five minutes, screen will turn black
  - If you move the mouse then, screen will be back again but frozen 
(mouse/keyboard not working). x server will be crashed.

  restarting x-server via ssh or via Alt+SysRq+k is possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1909678/+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 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 aarch64 aarch64 aarch64 GNU/Linux

I'm using 
- Raspberry Pi4B 8GB
- Logitech MK120 Keyboard and Mouse (wired).

How I could reproduce the mentioned crash:
- Boot and wait (don't touch mouse/keyboard) at login-screen for five minutes
- After five minutes, screen will turn black
- If you move the mouse then, screen will be back again but frozen 
(mouse/keyboard not working). x server will be crashed.

restarting x-server via ssh or via Alt+SysRq+k is possible

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


** Tags: crash freeze login-screen x-server
-- 
Ubuntu 20.10 Desktop on Pi4B - x-server crash when idling at login-screen 
https://bugs.launchpad.net/bugs/1909678
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux-raspi 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 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 entries:

Dez 29 15:05:55 marco-MS-7817 kernel: xhci_hcd :00:14.0: xHCI host 
controller not responding, assume dead
Dez 29 15:05:55 marco-MS-7817 kernel: xhci_hcd :00:14.0: HC died; cleaning 
up
Dez 29 15:05:55 marco-MS-7817 kernel: r8712u 3-1:1.0 wlx485b39ebba55: xmit_bh 
=> driver_stopped or surprise_removed
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWENCODEEXT]: No 
such device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWENCODE]: No 
such device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWENCODEEXT]: No 
such device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWENCODE]: No 
such device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWENCODEEXT]: No 
such device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWENCODE]: No 
such device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCGIWMODE]: No such 
device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWAP]: No such 
device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWESSID]: No such 
device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: Could not read interface 
wlx485b39ebba55 flags: No such device
Dez 29 15:06:25 marco-MS-7817 kernel: xhci_hcd :03:00.0: xHCI host 
controller not responding, assume dead
Dez 29 15:06:25 marco-MS-7817 kernel: xhci_hcd :03:00.0: HC died; cleaning 
up
Dez 29 15:06:25 marco-MS-7817 kernel: blk_update_request: I/O error, dev sdb, 
sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 0
Dez 29 15:06:28 marco-MS-7817 kernel: Buffer I/O error on dev sdb1, logical 
block 30441472, lost sync page write
Dez 29 15:06:28 marco-MS-7817 kernel: JBD2: Error -5 detected when updating 
journal superblock for sdb1-8.
Dez 29 15:06:28 marco-MS-7817 kernel: Aborting journal on device sdb1-8.
Dez 29 15:06:28 marco-MS-7817 kernel: Buffer I/O error on dev sdb1, logical 
block 30441472, lost sync page write
Dez 29 15:06:28 marco-MS-7817 kernel: JBD2: Error -5 detected when updating 
journal superblock for sdb1-8.
Dez 29 15:06:28 marco-MS-7817 kernel: Buffer I/O error on dev sdc1, logical 
block 7372800, lost sync page write
Dez 29 15:06:28 marco-MS-7817 kernel: JBD2: Error -5 detected when updating 
journal superblock for sdc1-8.
Dez 29 15:06:28 marco-MS-7817 kernel: Aborting journal on device sdc1-8.
Dez 29 15:06:28 marco-MS-7817 kernel: Buffer I/O error on dev sdc1, logical 
block 7372800, lost sync page write
Dez 29 15:06:28 marco-MS-7817 kernel: JBD2: Error -5 detected when updating 
journal superblock for sdc1-8.
Dez 29 15:06:28 marco-MS-7817 kernel: Buffer I/O error on dev sdc1, logical 
block 0, lost sync page write
Dez 29 15:06:28 marco-MS-7817 kernel: EXT4-fs (sdc1): I/O error while writing 
superblock

The problems started when I connected a ASUS WLAN stick. I unplugged it
now and check if the problem persists.

My system:

System:Host: marco-MS-7817 Kernel: 5.4.0-58-lowlatency x86_64 bits: 64 
Desktop: Xfce 4.14.2 
   Distro: Ubuntu 20.04.1 LTS (Focal Fossa) 
Machine:   Type: Desktop Mobo: MSI model: H81M-E34 (MS-7817) v: 3.0 serial: 
 
   BIOS: American Megatrends v: 17.5 date: 03/30/2015 
CPU:   Topology: Quad Core model: Intel Core i5-4460 bits: 64 type: MCP L2 
cache: 6144 KiB 
   Speed: 3200 MHz min/max: 800/3200 MHz Core speeds (MHz): 1: 3200 2: 
3200 3: 3201 4: 3200 
Graphics:  Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated 
Graphics driver: i915 v: kernel 
   Display: x11 server: X.Org 1.20.8 driver: modesetting unloaded: 
fbdev,vesa resolution: 1920x1080~60Hz 
   OpenGL: renderer: Mesa DRI Intel HD Graphics 4600 (HSW GT2) v: 4.5 
Mesa 20.0.8 
Audio: Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio 
driver: snd_hda_intel 
   Device-2: BEHRINGER UMC204HD 192k type: USB driver: snd-usb-audio 
   Device-3: AKAI Professional M.I. type: USB driver: 
hid-generic,snd-usb-audio,usbhid 
   Sound Server: ALSA v: k5.4.0-58-lowlatency 
Network:   Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
driver: r8169 
   IF: enp2s0 state: up speed: 1000 Mbps duplex: full mac: 
d8:cb:8a:e8:e9:99 
Drives:Local Storage: total: 523.08 GiB used: 176.46 GiB (33.7%) 
   ID-1: /dev/sda vendor: Samsung model: SSD 850 EVO 250GB size: 232.89 
GiB 
   ID-2: /dev/sdb type: USB vendor: Samsung model: Portable SSD T5 
size: 232.89 GiB 
   ID-3: /dev/sdc type: USB vendor: SanDisk model: Ultra size: 57.30 
GiB 
Partition: ID-1: / size: 36.41 GiB used: 14.49 GiB (39.8%) fs: ext4 dev: 
/dev/sda1 
   ID-2: /home size: 184.23 GiB used: 

[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 Ubuntu.
https://bugs.launchpad.net/bugs/1909499

Title:
  iwlwifi :03:00.0: No beacon heard and the time event is over
  already...

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I see this error frequently inside logs: iwlwifi :03:00.0: No
  beacon heard and the time event is over already...

  Also, the internet doesn't seem stable, from time to time it
  disconnects and reconnects on its own, and other times it disconnects
  and wants me to enter the key again to connect. However, if i hit the
  X button to close the password modal and try to connect again from the
  networks list, it does connect without the need to enter the password.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-firmware 1.187.6
  ProcVersionSignature: Ubuntu 5.4.0-58.64-lowlatency 5.4.73
  Uname: Linux 5.4.0-58-lowlatency x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lyubo 14448 F pulseaudio
   /dev/snd/pcmC0D0p:   lyubo 14448 F...m pulseaudio
  CasperMD5CheckResult: skip
  Date: Mon Dec 28 21:50:51 2020
  Dependencies:
   
  InstallationDate: Installed on 2020-12-27 (0 days ago)
  InstallationMedia: Kubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 04f2:b5f7 Chicony Electronics Co., Ltd HD WebCam
   Bus 001 Device 003: ID 8087:0aa7 Intel Corp. 
   Bus 001 Device 002: ID 275d:0ba6  USB OPTICAL MOUSE 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire A515-51G
  PackageArchitecture: all
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-58-lowlatency 
root=/dev/mapper/vgkubuntu-root ro quiet splash lockdown=confidentiality 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-lowlatency N/A
   linux-backports-modules-5.4.0-58-lowlatency  N/A
   linux-firmware   1.187.6
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/03/2019
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.02
  dmi.board.asset.tag: Type2 - Board Serial Number
  dmi.board.name: Charmander_KL
  dmi.board.vendor: KBL
  dmi.board.version: V2.02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.02
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.02:bd01/03/2019:svnAcer:pnAspireA515-51G:pvrV2.02:rvnKBL:rnCharmander_KL:rvrV2.02:cvnAcer:ct10:cvrV2.02:
  dmi.product.family: Aspire 5
  dmi.product.name: Aspire A515-51G
  dmi.product.sku: 
  dmi.product.version: V2.02
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1909499/+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 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 pad not woking

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  apoorv 1561 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Dec 30 16:03:06 2020
  MachineType: LENOVO 20RV
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=98091162-83c7-48a3-ac2e-61ed94679304 ro i8042.reset 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: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/20/2020
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CJCN31WW
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.modalias: 
dmi:bvnLENOVO:bvrCJCN31WW:bd11/20/2020:svnLENOVO:pn20RV:pvrLenovoThinkBook14-IML:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvr:
  dmi.product.family: Lenovo ThinkBook 14-IML
  dmi.product.name: 20RV
  dmi.product.sku: LENOVO_MT_20RV_BU_idea_FM_Lenovo ThinkBook 14-IML
  dmi.product.version: Lenovo ThinkBook 14-IML
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909656/+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 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
ApportVersion: 2.20.11-0ubuntu27.14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  apoorv 1561 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Dec 30 16:03:06 2020
MachineType: LENOVO 20RV
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=98091162-83c7-48a3-ac2e-61ed94679304 ro i8042.reset 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: No upgrade log present (probably fresh install)
dmi.bios.date: 11/20/2020
dmi.bios.vendor: LENOVO
dmi.bios.version: CJCN31WW
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.modalias: 
dmi:bvnLENOVO:bvrCJCN31WW:bd11/20/2020:svnLENOVO:pn20RV:pvrLenovoThinkBook14-IML:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvr:
dmi.product.family: Lenovo ThinkBook 14-IML
dmi.product.name: 20RV
dmi.product.sku: LENOVO_MT_20RV_BU_idea_FM_Lenovo ThinkBook 14-IML
dmi.product.version: Lenovo ThinkBook 14-IML
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug 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/1909656

Title:
  synaptic touch point track pad not woking

Status in linux package in Ubuntu:
  New

Bug description:
  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
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  apoorv 1561 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Dec 30 16:03:06 2020
  MachineType: LENOVO 20RV
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=98091162-83c7-48a3-ac2e-61ed94679304 ro i8042.reset 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: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/20/2020
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CJCN31WW
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.modalias: 
dmi:bvnLENOVO:bvrCJCN31WW:bd11/20/2020:svnLENOVO:pn20RV:pvrLenovoThinkBook14-IML:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvr:
  dmi.product.family: Lenovo ThinkBook 14-IML
  dmi.product.name: 20RV
  dmi.product.sku: LENOVO_MT_20RV_BU_idea_FM_Lenovo ThinkBook 14-IML
  dmi.product.version: Lenovo ThinkBook 14-IML
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909656/+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 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 in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  New
Status in linux source package in Focal:
  New
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Hirsute:
  In Progress
Status in linux-oem-5.10 source package in Hirsute:
  New

Bug description:
  [Impact]

  The TGL machine could show drm_WARN_ON(common_len <= 0) when connect with the 
TBT dock(WD19TB).
  [ cut here ]
  i915 :00:02.0: drm_WARN_ON(common_len <= 0)
  WARNING: CPU: 4 PID: 194 at drivers/gpu/drm/i915/display/intel_dp.c:2385 
intel_dp_compute_link_config+0x820/0x900 [i915]
  Modules linked in: i915(+) i2c_algo_bit drm_kms_helper crc32_pclmul 
syscopyarea sysfillrect sysimgblt fb_sys_fops cec rc_core nvme e1000e(+) c_i801 
ahci i2c_smbus
  thunderbolt(+) xhci_pci xhci_pci_renesas wmi video backlight 
pinctrl_tigerlake pinctrl_intel
  CPU: 4 PID: 194 Comm: systemd-udevd Not tainted 5.10.0-051000rc7-generic 
#202012062330
  Hardware name: Dell Inc. OptiPlex 7090 UFF - China HDD Protection/, BIOS 
0.6.4 11/07/2020
  RIP: 0010:intel_dp_compute_link_config+0x820/0x900 [i915]
  Code: 4c 8b 77 50 4d 85 f6 75 03 4c 8b 37 e8 b9 b9 60 dc 48 c7 c1 b5 6d 83 c0 
4c 89 f2 48 c7 c7 d0 69 83 c0 48 89 c6 e8 a5 84 f2 db <0f> 0b ff e9 60 f8 ff ff 
48 8b
  c2 60 04 82
  RSP: 0018:ba120061f6b0 EFLAGS: 00010282
  RAX:  RBX: 956df17c2000 RCX: 
  RDX: 002f RSI: 9e1b1dcf RDI: 0246
  RBP: ba120061f720 R08: 9e1b1da0 R09: 002f
  R10: 9e1b2180 R11: 9e1b1db2 R12: 956df1e4
  R13: 956df17c6000 R14: 956e029a99e0 R15: 956df17c6000
  FS: 7fbd08cdd880() GS:956e0e50() knlGS:
  CS: 0010 DS:  ES:  CR0: 80050033
  CR2: 5635d4c41678 CR3: 000271c64006 CR4: 00770ee0
  PKRU: 5554
  Call Trace:
  ? dev_printk+0x5d/0x74
  intel_dp_compute_config+0x11b/0x570 [i915]
  intel_ddi_compute_config+0x9f/0xe0 [i915]
  intel_modeset_pipe_config+0x212/0x9c0 [i915]
  intel_atomic_check+0x263/0x12c0 [i915]
  ? __drm_dbg+0x87/0x90 [drm]
  drm_atomic_check_only+0x2c7/0x450 [drm]
  drm_atomic_commit+0x18/0x50 [drm]
  intel_modeset_init_nogem+0x486/0xb10 [i915]
  i915_driver_probe+0x3e8/0x6e0 [i915]
  ? mutex_lock+0x13/0x40
  i915_pci_probe+0x5a/0x140 [i915]
  local_pci_probe+0x48/0x80
  pci_device_probe+0x10f/0x1c0
  really_probe+0x1db/0x440
  driver_probe_device+0xe9/0x160
  device_driver_attach+0x5d/0x70
  __driver_attach+0x8f/0x150
  ? device_driver_attach+0x70/0x70
  bus_for_each_dev+0x7e/0xc0
  driver_attach+0x1e/0x20
  bus_add_driver+0x152/0x1f0
  driver_register+0x74/0xd0
  __pci_register_driver+0x54/0x60
  i915_init+0x61/0x75 [i915]
  ? 0xc08a1000
  do_one_initcall+0x4a/0x1fa
  ? _cond_resched+0x19/0x30
  ? kmem_cache_alloc_trace+0x17e/0x2f0
  do_init_module+0x62/0x240
  load_module+0xfbe/0x11e0
  __do_sys_finit_module+0xbe/0x120
  ? __do_sys_finit_module+0xbe/0x120
  __x64_sys_finit_module+0x1a/0x20
  do_syscall_64+0x38/0x90
  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  RIP: 0033:0x7fbd0925f89d
  Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 
89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 73 01 c3 48 8b 0d 
c3 f5 0c 00 f7 d8 64 89 01 48
  RSP: 002b:7fffa60dc628 EFLAGS: 0246 ORIG_RAX: 0139
  RAX: ffda RBX: 5635d4c942b0 RCX: 7fbd0925f89d
  RDX:  RSI: 7fbd0913cded RDI: 0014
  RBP: 0002 R08:  R09: 
  R10: 0014 R11: 0246 R12: 7fbd0913cded
  R13:  R14: 5635d4c92b70 R15: 5635d4c942b0
  ---[ end trace c48f367c543f3384 ]-—

  [Fix]

  Kernel driver patchset https://patchwork.freedesktop.org/series/82173/
  targeting v5.11.

  [Test Case]

  1. Boot with kernel built with these patches applied.
  2. check the dmesg.

  [Where problems could occur]

  The fix could resolve the drm_WARN_ON.
  It ease the symptom that can't output the video with the TBT dock(WD19TB) at 
the first boot, but it may not fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1908885/+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 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:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909474/+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 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, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1909474

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-58-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.06.3012.A1
  dmi.board.name: D3012-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3012-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PIP1
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
  dmi.product.name: ESPRIMO P7936
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909474/+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 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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.14
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  joerg   821 F pulseaudio
+ CasperMD5CheckResult: skip
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-03-14 (291 days ago)
+ InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
+ IwConfig:
+  enp0s25   no wireless extensions.
+  
+  lono wireless extensions.
+ MachineType: FUJITSU ESPRIMO P7936
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=de_DE
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
+ ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-5.4.0-58-generic N/A
+  linux-backports-modules-5.4.0-58-generic  N/A
+  linux-firmware1.187.6
+ RfKill:
+  
+ Tags:  focal
+ Uname: Linux 5.4.0-58-generic x86_64
+ UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
+ UserGroups: N/A
+ _MarkForUpload: True
+ dmi.bios.date: 04/21/2011
+ dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
+ dmi.bios.version: 6.00 R1.06.3012.A1
+ dmi.board.name: D3012-A1
+ dmi.board.vendor: FUJITSU
+ dmi.board.version: S26361-D3012-A1
+ dmi.chassis.type: 6
+ dmi.chassis.vendor: FUJITSU
+ dmi.chassis.version: C$PIP1
+ dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
+ dmi.product.name: ESPRIMO P7936
+ dmi.sys.vendor: FUJITSU

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  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 testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joerg   821 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-14 (291 days ago)
  InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   enp0s25   no wireless extensions.
   
   lono wireless extensions.
  MachineType: FUJITSU ESPRIMO P7936
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  RfKill:
   
  Tags:  focal
  Uname: Linu

[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 stability. It used to happen daily for me
but doesn't anymore.

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

Title:
  [i915] Noise-like lines of graphics corruption when moving windows in
  Xorg sessions

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

Bug description:
  == SRU Justification ==
  [Impact]
  Noise-like lines of graphics corruption when moving windows in Xorg
  sessions.

  [Fix]
  Revert "UBUNTU: SAUCE: drm/i915: Synchronize active and retire
  callbacks".

  [Test]
  Daniel van Vugt confirmed reverting the commit fixes the issue.
  I can also reproduce the issue on one of my system, I can confirm it
  fixes the issue too.

  [Where problems could occur]
  Race condition the commit solves may appear again.
  The commit was reverted and replaced by an upstream fix, which is already 
included in 5.8. So it should be rather safe here.

  == Original Bug Report ==

  I left my desktop (T480s thinkpad docked to ThinkVision P24h-10)
  unattended for a while, and then got the error message and now have
  funny lines on activity, e.g. red lines flashing on top of gnome-shell
  bar when switching windows, or white blocks/lines around typing text.

  This is the second or third time it happened, reboot fixes it until
  the error pops up again.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: linux-image-5.8.0-19-generic 5.8.0-19.20
  ProcVersionSignature: Ubuntu 5.8.0-19.20-generic 5.8.8
  Uname: Linux 5.8.0-19-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu45
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jak5052 F pulseaudio
   /dev/snd/controlC1:  jak5052 F pulseaudio
   /dev/snd/pcmC1D0p:   jak5052 F...m pulseaudio
   /dev/snd/controlC0:  jak5052 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  CurrentDmesg: Error: command ['dmesg'] failed with exit code 1: dmesg: read 
kernel buffer failed: Operation not permitted
  Date: Thu Sep 17 19:14:11 2020
  HibernationDevice: RESUME=none
  InstallationDate: Installed on 2018-03-14 (917 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180313)
  MachineType: LENOVO 20L8S02D00
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-19-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-19-generic N/A
   linux-backports-modules-5.8.0-19-generic  N/A
   linux-firmware1.190
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/04/2020
  dmi.bios.release: 1.42
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N22ET65W (1.42 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20L8S02D00
  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.ec.firmware.release: 1.20
  dmi.modalias: 
dmi:bvnLENOVO:bvrN22ET65W(1.42):bd06/04/2020:br1.42:efr1.20:svnLENOVO:pn20L8S02D00:pvrThinkPadT480s:rvnLENOVO:rn20L8S02D00:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T480s
  dmi.product.name: 20L8S02D00
  dmi.product.sku: LENOVO_MT_20L8_BU_Think_FM_ThinkPad T480s
  dmi.product.version: ThinkPad T480s
  dmi.sys.vendor: LENOVO
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu45
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jak5052 F pulseaudio
   /dev/snd/controlC1:  jak5052 F pulseaudio
   /dev/snd/pcmC1D0p:   jak5052 F...m pulseaudio
   /dev/snd/controlC0:  jak5052 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  CurrentDmesg: Error: command ['dmesg'] failed with exit code 1: dmesg: read 
kernel buffer failed: Operation not permitted
  DistroRelease: Ubuntu 20.10
  HibernationDevice: RESUME=none
  InstallationDate: Installed on 2018-03-14 (917 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180313)
  MachineType: LENOVO 20L8S02D00
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-19-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-19.20-generic