[Kernel-packages] [Bug 1904069] Re: RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after suspend

2020-11-24 Thread Jarrod Farrell
@kaihengfeng

Putting the contents of rtl_bt/ from that repository onto my
/lib/firmware/rtl_bt/ hasn't changed the issue; bluetooth still doesn't
come up at boot.

Even tried the current master, or
b362fd4cb8963ad75517dbcf424974f65a29a60e
with no difference.

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  

[Kernel-packages] [Bug 1904069] Re: RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after suspend

2020-11-24 Thread Jarrod Farrell
@kaihengfeng

Putting the contents of rtl_bt/ from that repository onto my
/lib/firmware/rtl_bt/ hasn't changed the issue; bluetooth still doesn't
come up at boot.

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  

[Kernel-packages] [Bug 1904069] Re: RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after suspend

2020-11-14 Thread Jarrod Farrell
To be complete, BIOS was updated to R0UET77W which is the latest as of
this post. No change.

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.11
  Architecture: 

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

2020-11-12 Thread Jarrod Farrell
apport information

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

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  ApportVersion: 

[Kernel-packages] [Bug 1904069] WpaSupplicantLog.txt

2020-11-12 Thread Jarrod Farrell
apport information

** Attachment added: "WpaSupplicantLog.txt"
   
https://bugs.launchpad.net/bugs/1904069/+attachment/5433942/+files/WpaSupplicantLog.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/1904069

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  ApportVersion: 

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: 

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

2020-11-12 Thread Jarrod Farrell
apport information

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

** Attachment removed: "WpaSupplicantLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1904069/+attachment/5433942/+files/WpaSupplicantLog.txt

** Attachment removed: "WifiSyslog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1904069/+attachment/5433941/+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/1904069

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [  

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  ApportVersion: 

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

2020-11-12 Thread Jarrod Farrell
apport information

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

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  ApportVersion: 

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  ApportVersion: 

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  ApportVersion: 

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  ApportVersion: 

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  ApportVersion: 

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  ApportVersion: 

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

2020-11-12 Thread Jarrod Farrell
apport information

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

Title:
  RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after
  suspend

Status in linux package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 20.04.1 LTS
  We're expecting the RTL8822BE to have bluetooth working after boot
  We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, 
then become attach after resuming from a suspend.

  My ThinkPad is equiped with the RTL8822BE chipset that's providing
  WiFi and, should, Bluetooth. The WiFi portion of this works fine,
  however the Bluetooth portion is acting unusual. It will detach itself
  during boot then after resuming from a suspend it'll become reattached
  and stay attached until the system is restarted.

  In brevity: with dmesg, during boot it sees there's a USB device

  [1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

  Then later detects what it is

  [1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.447022] usb 3-1: Product: Bluetooth Radio 
  [1.447024] usb 3-1: Manufacturer: Realtek 
  [1.447025] usb 3-1: SerialNumber: [...]

  Then later it disconnects after thinkpad_acpi starts working

  [   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
  [   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
  [   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
  [   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
  [   23.351660] thinkpad_acpi: radio switch found; radios are enabled
  [   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
  [   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
  [   23.364134] usb 3-1: USB disconnect, device number 2

  Then I suspend and resume.

  [   40.285466] pci_bus :01: Allocating resources
  [   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
  [   40.285606] pcieport :00:01.1: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 01] add_size 20 add_align 10
  [   40.285660] pci_bus :02: Allocating resources
  [   40.285668] pcieport :00:01.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 02] add_size 20 add_align 10
  [   40.285724] pci_bus :03: Allocating resources
  [   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to 
[bus 03] add_size 1000
  [   40.285737] pcieport :00:01.3: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 03] add_size 20 add_align 10
  [   40.285748] pci_bus :04: Allocating resources
  [   40.285795] pcieport :00:01.6: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 04] add_size 20 add_align 10
  [   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
  [   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
  [   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
  [   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
  [   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
  [   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
  [   40.286272] pci_bus :05: Allocating resources
  [   40.286330] pci_bus :06: Allocating resources
  [   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to 
[bus 06] add_size 1000
  [   40.286338] pcieport :00:08.2: bridge window [mem 
0x0010-0x000f 64bit pref] to [bus 06] add_size 20 add_align 10
  [   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
  [   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
  [   40.288537] done.
  [   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
  [   40.488676] PM: suspend exit
  [   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
  [   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [   40.590364] usb 3-1: Product: Bluetooth Radio 
  [   40.590365] usb 3-1: Manufacturer: Realtek 
  [   40.590366] usb 3-1: SerialNumber: [...]

  So either thinkpad_acpi is doing something that triggers the bluetooth
  to disconnect (since it always seems to disconnect after
  thinkpad_acpi) or something else is going wrong.

  apport-collect will follow shortly.
  --- 
  ProblemType: Bug
  ApportVersion: 

[Kernel-packages] [Bug 1904069] [NEW] RTL8822BE ThinkPad E585, Bluetooth detaches on boot, attaches after suspend

2020-11-12 Thread Jarrod Farrell
Public bug reported:

We're running Ubuntu 20.04.1 LTS
We're expecting the RTL8822BE to have bluetooth working after boot
We're not expecting the RTL8822BE to attach bluetooth, disconnect shortly, then 
become attach after resuming from a suspend.

My ThinkPad is equiped with the RTL8822BE chipset that's providing WiFi
and, should, Bluetooth. The WiFi portion of this works fine, however the
Bluetooth portion is acting unusual. It will detach itself during boot
then after resuming from a suspend it'll become reattached and stay
attached until the system is restarted.

In brevity: with dmesg, during boot it sees there's a USB device

[1.270947] usb 3-1: new full-speed USB device number 2 using xhci_hcd

Then later detects what it is

[1.447016] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
[1.447019] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1.447022] usb 3-1: Product: Bluetooth Radio 
[1.447024] usb 3-1: Manufacturer: Realtek 
[1.447025] usb 3-1: SerialNumber: [...]

Then later it disconnects after thinkpad_acpi starts working

[   23.347846] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[   23.347849] thinkpad_acpi: http://ibm-acpi.sf.net/
[   23.347850] thinkpad_acpi: ThinkPad BIOS R0UET76W (1.56 ), EC R0UHT76W
[   23.347850] thinkpad_acpi: Lenovo ThinkPad E585, model 20KVCTO1WW
[   23.351660] thinkpad_acpi: radio switch found; radios are enabled
[   23.351693] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
[   23.351693] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
[   23.364134] usb 3-1: USB disconnect, device number 2

Then I suspend and resume.

[   40.285466] pci_bus :01: Allocating resources
[   40.285603] pcieport :00:01.1: bridge window [io  0x1000-0x0fff] to [bus 
01] add_size 1000
[   40.285606] pcieport :00:01.1: bridge window [mem 0x0010-0x000f 
64bit pref] to [bus 01] add_size 20 add_align 10
[   40.285660] pci_bus :02: Allocating resources
[   40.285668] pcieport :00:01.2: bridge window [mem 0x0010-0x000f 
64bit pref] to [bus 02] add_size 20 add_align 10
[   40.285724] pci_bus :03: Allocating resources
[   40.285735] pcieport :00:01.3: bridge window [io  0x1000-0x0fff] to [bus 
03] add_size 1000
[   40.285737] pcieport :00:01.3: bridge window [mem 0x0010-0x000f 
64bit pref] to [bus 03] add_size 20 add_align 10
[   40.285748] pci_bus :04: Allocating resources
[   40.285795] pcieport :00:01.6: bridge window [mem 0x0010-0x000f 
64bit pref] to [bus 04] add_size 20 add_align 10
[   40.285806] pcieport :00:01.1: BAR 15: assigned [mem 
0xc0b0-0xc0cf 64bit pref]
[   40.285809] pcieport :00:01.2: BAR 15: assigned [mem 
0xc0d0-0xc0ef 64bit pref]
[   40.285814] pcieport :00:01.3: BAR 15: assigned [mem 
0xc0f0-0xc10f 64bit pref]
[   40.285817] pcieport :00:01.6: BAR 15: assigned [mem 
0xc110-0xc12f 64bit pref]
[   40.285826] pcieport :00:01.1: BAR 13: assigned [io  0x4000-0x4fff]
[   40.285831] pcieport :00:01.3: BAR 13: assigned [io  0x5000-0x5fff]
[   40.286272] pci_bus :05: Allocating resources
[   40.286330] pci_bus :06: Allocating resources
[   40.286336] pcieport :00:08.2: bridge window [io  0x1000-0x0fff] to [bus 
06] add_size 1000
[   40.286338] pcieport :00:08.2: bridge window [mem 0x0010-0x000f 
64bit pref] to [bus 06] add_size 20 add_align 10
[   40.286344] pcieport :00:08.2: BAR 15: assigned [mem 
0xc130-0xc14f 64bit pref]
[   40.286347] pcieport :00:08.2: BAR 13: assigned [io  0x6000-0x6fff]
[   40.288537] done.
[   40.418874] usb 3-1: new full-speed USB device number 4 using xhci_hcd
[   40.488676] PM: suspend exit
[   40.590358] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, 
bcdDevice= 1.10
[   40.590362] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   40.590364] usb 3-1: Product: Bluetooth Radio 
[   40.590365] usb 3-1: Manufacturer: Realtek 
[   40.590366] usb 3-1: SerialNumber: [...]

So either thinkpad_acpi is doing something that triggers the bluetooth
to disconnect (since it always seems to disconnect after thinkpad_acpi)
or something else is going wrong.

apport-collect will follow shortly.
--- 
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu27.11
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jarrod 4387 F pulseaudio
 /dev/snd/controlC0:  jarrod 4387 F pulseaudio
CasperMD5CheckResult: skip
DistroRelease: Ubuntu 20.04
InstallationDate: Installed on 2019-10-17 (392 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191014)
MachineType: LENOVO 20KVCTO1WW
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
Package: linux (not installed)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, 

[Kernel-packages] [Bug 1848108] Re: [amdgpu] Screen Glitching & Kernel Panic

2019-12-16 Thread Jarrod Farrell
@kaihengfeng

Sorry about the delay. Life being distracting.

But it seems like the issue is /mostly/ fixed in the provided 2019-12-16
build and so far hasn't required me to hard shutdown which is good. What
isn't particularly good is the occasional "freeze" where everything on
screen stops for a few moments. Occasionally during these freezes, items
that were occluded by something appeared in front of it instead, like
desktop icons in front of Firefox with mild graphical glitching on a
terminal window (tiling parts of a window somewhere else). It seems like
the issue occurs when something even mildly graphically intensive
(searching through a large webpage, alt-tabbing, etc.) will cause one of
these freezes. I've even had it happen several times in a row before it
finally recovered.

I did open journalctl -f and noted this:

Dec 16 16:12:29 DarkBolt kernel: [drm:amdgpu_dm_commit_planes.constprop.0 
[amdgpu]] *ERROR* Waiting for fences timed out!
Dec 16 16:12:29 DarkBolt kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* 
ring gfx timeout, but soft recovered
Dec 16 16:12:39 DarkBolt kernel: [drm:amdgpu_dm_commit_planes.constprop.0 
[amdgpu]] *ERROR* Waiting for fences timed out!
Dec 16 16:12:39 DarkBolt kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* 
ring gfx timeout, but soft recovered

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

Title:
  [amdgpu] Screen Glitching & Kernel Panic

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  I've recently updated to Eoan, but it seems like some nasty bugs came
  with it, particularly from the amdgpu package.

  It started with visual glitches but it would occasionally freeze the
  screen with whatever playing in the background and require me to hard-
  shutdown to escape. Attached is an abridged `journalctl -b -1` showing
  the lines were the kernal panic occurred. I'll probably attach more as
  they occur and if it's not redundant.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompositorRunning: None
  Date: Mon Oct 14 21:27:34 2019
  DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
  InstallationDate: Installed on 2019-03-22 (206 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KVCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0UET68W (1.48 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KVCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E585
  dmi.product.name: 20KVCTO1WW
  dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
  dmi.product.version: ThinkPad E585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 

[Kernel-packages] [Bug 1848108] Re: [amdgpu] Screen Glitching & Kernel Panic

2019-11-03 Thread Jarrod Farrell
@kaihenfeng
Same white screen issue. But this time I actually collected last boot's journal 
and noticed this boot's and last boot's share a similar stack-trace at boot. 
Searching comes up with,
https://bugs.freedesktop.org/show_bug.cgi?id=107296
And judging from the comments they mention blank screens. But this stack trace 
appears regardless on a boot that gets a usable or a white void, albeit 
discretely different due to file differences it seems so it might not even be 
related. It's something I've observed.

** Bug watch added: freedesktop.org Bugzilla #107296
   https://bugs.freedesktop.org/show_bug.cgi?id=107296

** Attachment added: "journalctl-11-3-19"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+attachment/5302439/+files/lastboot-review.log

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

Title:
  [amdgpu] Screen Glitching & Kernel Panic

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  I've recently updated to Eoan, but it seems like some nasty bugs came
  with it, particularly from the amdgpu package.

  It started with visual glitches but it would occasionally freeze the
  screen with whatever playing in the background and require me to hard-
  shutdown to escape. Attached is an abridged `journalctl -b -1` showing
  the lines were the kernal panic occurred. I'll probably attach more as
  they occur and if it's not redundant.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompositorRunning: None
  Date: Mon Oct 14 21:27:34 2019
  DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
  InstallationDate: Installed on 2019-03-22 (206 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KVCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0UET68W (1.48 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KVCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E585
  dmi.product.name: 20KVCTO1WW
  dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
  dmi.product.version: ThinkPad E585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+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 1848108] Re: [amdgpu] Screen Glitching & Kernel Panic

2019-11-03 Thread Jarrod Farrell
** Attachment added: "AMD Trace encountered in 5.4.0-050400rc4-generic"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+attachment/5302440/+files/amd-trace.log

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

Title:
  [amdgpu] Screen Glitching & Kernel Panic

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  I've recently updated to Eoan, but it seems like some nasty bugs came
  with it, particularly from the amdgpu package.

  It started with visual glitches but it would occasionally freeze the
  screen with whatever playing in the background and require me to hard-
  shutdown to escape. Attached is an abridged `journalctl -b -1` showing
  the lines were the kernal panic occurred. I'll probably attach more as
  they occur and if it's not redundant.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompositorRunning: None
  Date: Mon Oct 14 21:27:34 2019
  DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
  InstallationDate: Installed on 2019-03-22 (206 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KVCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0UET68W (1.48 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KVCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E585
  dmi.product.name: 20KVCTO1WW
  dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
  dmi.product.version: ThinkPad E585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+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 1848108] Re: [amdgpu] Screen Glitching & Kernel Panic

2019-10-17 Thread Jarrod Farrell
I did a reinstall of Eoan using last night's daily image and even during
live it still had the visual issues among the occasional crash which
continued after installation. Reverted to 5.0.21 for the meantime.

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

Title:
  [amdgpu] Screen Glitching & Kernel Panic

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  I've recently updated to Eoan, but it seems like some nasty bugs came
  with it, particularly from the amdgpu package.

  It started with visual glitches but it would occasionally freeze the
  screen with whatever playing in the background and require me to hard-
  shutdown to escape. Attached is an abridged `journalctl -b -1` showing
  the lines were the kernal panic occurred. I'll probably attach more as
  they occur and if it's not redundant.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompositorRunning: None
  Date: Mon Oct 14 21:27:34 2019
  DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
  InstallationDate: Installed on 2019-03-22 (206 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KVCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0UET68W (1.48 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KVCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E585
  dmi.product.name: 20KVCTO1WW
  dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
  dmi.product.version: ThinkPad E585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+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 1848108] Re: [amdgpu] Screen Glitching & Kernel Panic

2019-10-16 Thread Jarrod Farrell
@vanvugt
Ran my laptop's diagnostic for memory and it passed. Didn't have a flash drive 
I was willing to sacrifice. Attached is it's log.

** Attachment added: "Log.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+attachment/5297426/+files/Log.log

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

Title:
  [amdgpu] Screen Glitching & Kernel Panic

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  I've recently updated to Eoan, but it seems like some nasty bugs came
  with it, particularly from the amdgpu package.

  It started with visual glitches but it would occasionally freeze the
  screen with whatever playing in the background and require me to hard-
  shutdown to escape. Attached is an abridged `journalctl -b -1` showing
  the lines were the kernal panic occurred. I'll probably attach more as
  they occur and if it's not redundant.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompositorRunning: None
  Date: Mon Oct 14 21:27:34 2019
  DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
  InstallationDate: Installed on 2019-03-22 (206 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KVCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0UET68W (1.48 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KVCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E585
  dmi.product.name: 20KVCTO1WW
  dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
  dmi.product.version: ThinkPad E585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+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 1848108] Re: [amdgpu] Screen Glitching & Kernel Panic

2019-10-15 Thread Jarrod Farrell
I'm using 5.0.0-31-generic at the moment and it seems to have quelled
the issue, including the graphical issues. So I guess the graphical
issues is a symptom of a problem with the kernel baring something else
having a disagreement with it.

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

Title:
  [amdgpu] Screen Glitching & Kernel Panic

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  I've recently updated to Eoan, but it seems like some nasty bugs came
  with it, particularly from the amdgpu package.

  It started with visual glitches but it would occasionally freeze the
  screen with whatever playing in the background and require me to hard-
  shutdown to escape. Attached is an abridged `journalctl -b -1` showing
  the lines were the kernal panic occurred. I'll probably attach more as
  they occur and if it's not redundant.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompositorRunning: None
  Date: Mon Oct 14 21:27:34 2019
  DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
  InstallationDate: Installed on 2019-03-22 (206 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KVCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0UET68W (1.48 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KVCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E585
  dmi.product.name: 20KVCTO1WW
  dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
  dmi.product.version: ThinkPad E585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+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 1848108] Re: [amdgpu] Screen Glitching & Kernel Panic

2019-10-15 Thread Jarrod Farrell
Another kernel panic, this time related to web content.

** Attachment added: "Failure while using Xwayland."
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+attachment/5297330/+files/xwayfail.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/1848108

Title:
  [amdgpu] Screen Glitching & Kernel Panic

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  I've recently updated to Eoan, but it seems like some nasty bugs came
  with it, particularly from the amdgpu package.

  It started with visual glitches but it would occasionally freeze the
  screen with whatever playing in the background and require me to hard-
  shutdown to escape. Attached is an abridged `journalctl -b -1` showing
  the lines were the kernal panic occurred. I'll probably attach more as
  they occur and if it's not redundant.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompositorRunning: None
  Date: Mon Oct 14 21:27:34 2019
  DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
  InstallationDate: Installed on 2019-03-22 (206 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KVCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0UET68W (1.48 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KVCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E585
  dmi.product.name: 20KVCTO1WW
  dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
  dmi.product.version: ThinkPad E585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+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 1848108] Re: [amdgpu] Screen Glitching & Kernel Panic

2019-10-15 Thread Jarrod Farrell
@kaihengfeng
Following instructions here,
https://wiki.ubuntu.com/Kernel/MainlineBuilds
I've installed generics, rebooted, and was welcomed to the blinding white void.
Hazarding a guess, I typed in my system's encryption password and it subtly 
changed brightness like it usually did and a mouse cursor appeared. So that's 
something.
Switching to a virtual console still was white but I was able to blindly login 
and type in `sudo reboot now` and switch back to a stable kernel.

Removing a workaround employed here,
https://forums.lenovo.com/t5/Other-Linux-Discussions/ThinkPad-E485-E585-Firmware-bug-ACPI-IVRS-table/td-p/4191484
particularly the `ivrs_ioapic[32]=00:14.0` line didn't resolve and just left me 
hung after GRUB like it did normally.

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

Title:
  [amdgpu] Screen Glitching & Kernel Panic

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  I've recently updated to Eoan, but it seems like some nasty bugs came
  with it, particularly from the amdgpu package.

  It started with visual glitches but it would occasionally freeze the
  screen with whatever playing in the background and require me to hard-
  shutdown to escape. Attached is an abridged `journalctl -b -1` showing
  the lines were the kernal panic occurred. I'll probably attach more as
  they occur and if it's not redundant.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompositorRunning: None
  Date: Mon Oct 14 21:27:34 2019
  DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
  InstallationDate: Installed on 2019-03-22 (206 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KVCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0UET68W (1.48 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KVCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E585
  dmi.product.name: 20KVCTO1WW
  dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
  dmi.product.version: ThinkPad E585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+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 1848108] Re: [amdgpu] Screen Glitching & Kernel Panic

2019-10-14 Thread Jarrod Farrell
@vanvugt
That is fine. The screen glitching might be a symptom, but if it still persists 
after a patch then I'll create a new report exclusively for the screen 
glitching.

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

Title:
  [amdgpu] Screen Glitching & Kernel Panic

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  I've recently updated to Eoan, but it seems like some nasty bugs came
  with it, particularly from the amdgpu package.

  It started with visual glitches but it would occasionally freeze the
  screen with whatever playing in the background and require me to hard-
  shutdown to escape. Attached is an abridged `journalctl -b -1` showing
  the lines were the kernal panic occurred. I'll probably attach more as
  they occur and if it's not redundant.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompositorRunning: None
  Date: Mon Oct 14 21:27:34 2019
  DistUpgraded: 2019-10-13 05:03:20,327 DEBUG entry '# deb 
http://linux.teamviewer.com/deb stable main # disabled on upgrade to eoan' was 
disabled (unknown mirror)
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:506f]
  InstallationDate: Installed on 2019-03-22 (206 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KVCTO1WW
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro DEFAULT quiet splash ivrs_ioapic[32]=00:14.0
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to eoan on 2019-10-13 (1 days ago)
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0UET68W (1.48 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KVCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0UET68W(1.48):bd12/07/2018:svnLENOVO:pn20KVCTO1WW:pvrThinkPadE585:rvnLENOVO:rn20KVCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E585
  dmi.product.name: 20KVCTO1WW
  dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585
  dmi.product.version: ThinkPad E585
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848108/+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 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-14 Thread Jarrod Farrell
Lenovo Thinkpad E585 with r8822be adapter. 5.0.0-25 still has issues.
Staying on 5.0.0-20 until another kernel version comes out that fixes the issue.

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

Status in linux package in Ubuntu:
  Triaged

Bug description:
  On July 24th I upgraded to the latest linux-headers-5.0.0-21 as part
  of the dist-upgrade for latest packages in Disco Dingo 19.04. I didn't
  notice that wifi was no longer working because at work I exclusively
  use a wired Ethernet connection.

  Today, however, when I tried to use my realtek r8822be wireless card,
  I discovered that it was totally unresponsive and did not work with
  wpa_supplicant / wpa_cli even when invoked manually from the command
  line (let alone with NetworkManager). When the problem occurred, I was
  using 19.04's latest kernel 5.0.0-21.

  I then rebooted and selected kernel 5.0.0-20 from GRUB menu. "uname
  -a" shows that I am using the previous kernel version:

  Linux pj 5.0.0-20-generic #21-Ubuntu SMP Mon Jun 24 09:32:09 UTC 2019
  x86_64 x86_64 x86_64 GNU/Linux

  With this kernel version as well as linux-headers-5.0.0.20, linux-
  headers-5.0.0-20-generic, my realtek wireless card works fine. While
  booted into 5.0.0-20 kernel, here are the realtek kernel modules that
  are loaded:

  # lsmod | grep r8
  r8822be   692224  0
  mac80211  806912  1 r8822be
  cfg80211  671744  2 mac80211,r8822be
  r8169  81920  0

  Hopefully this realtek wireless regression can get fixed in the next
  minor kernel version. Let me know if you need any more information.

  Best Regards,
  Jun

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