[Kernel-packages] [Bug 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2022-09-05 Thread Timo Aaltonen
** Changed in: hwe-next
   Status: New => Fix Released

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-firmware source package in Focal:
  Fix Released
Status in linux-oem-5.10 source package in Focal:
  Fix Released
Status in linux-oem-5.6 source package in Focal:
  Won't Fix
Status in linux source package in Groovy:
  Won't Fix
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  RTL8821CE RFE Type 2 PCIE module is not supported by new rtw88 driver
  in kernel version v5.11 or older. Dmesg gives:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0: rfe 2 isn't supported
rtw_8821ce :01:00.0: failed to setup chip efuse info
rtw_8821ce :01:00.0: failed to setup chip information

  Such modules are previosly covered by rtl8821ce-dkms.

  [Fix]

  Patch set
  
https://lore.kernel.org/linux-wireless/20210202055012.8296-1-pks...@realtek.com/
  landed in v5.12-rc1, as well as WLAN firmware updates in commit
  c5e3240eff0f ("rtw88: RTL8821C: Update firmware to v24.8"), which is
  already available in Hirsute version 1.195. Bluetooth firmware should
  have been the latest 0x829a_7644 in both Focal/Hirsute.

  [Test Case]

  With patched kernel, wlan interface should be up and running:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0 wlp1s0: renamed from wlan0

  [Where problems could occur]

  Previously this hardware piece can only be driven by external DKMS
  modules, so with this driver patched, users can now use in-tree driver,
  but may experience the difference between them in power consumption or
  feature supportness.

  [Other Info]

  While Bionic/Focal LTS is still using rtl8821ce-dkms for RFE Type 2
  cards, there is no plan to introduce such change to them. So they'll be
  upgraded only at the next point release with kernel >= 5.11.

  == original bug description ==

  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-04-22 Thread You-Sheng Yang
@Menno, you can try `iw list` with that dkms removed. AFAIK in-tree
Realtek 8821CE driver does have 5G freq support, but it may various with
models. Everyone should be moving to this driver if possible.

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

Title:
  Add in-tree Realtek 8821CE wireless module support

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

Bug description:
  [SRU Justification]

  [Impact]

  RTL8821CE RFE Type 2 PCIE module is not supported by new rtw88 driver
  in kernel version v5.11 or older. Dmesg gives:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0: rfe 2 isn't supported
rtw_8821ce :01:00.0: failed to setup chip efuse info
rtw_8821ce :01:00.0: failed to setup chip information

  Such modules are previosly covered by rtl8821ce-dkms.

  [Fix]

  Patch set
  
https://lore.kernel.org/linux-wireless/20210202055012.8296-1-pks...@realtek.com/
  landed in v5.12-rc1, as well as WLAN firmware updates in commit
  c5e3240eff0f ("rtw88: RTL8821C: Update firmware to v24.8"), which is
  already available in Hirsute version 1.195. Bluetooth firmware should
  have been the latest 0x829a_7644 in both Focal/Hirsute.

  [Test Case]

  With patched kernel, wlan interface should be up and running:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0 wlp1s0: renamed from wlan0

  [Where problems could occur]

  Previously this hardware piece can only be driven by external DKMS
  modules, so with this driver patched, users can now use in-tree driver,
  but may experience the difference between them in power consumption or
  feature supportness.

  [Other Info]

  While Bionic/Focal LTS is still using rtl8821ce-dkms for RFE Type 2
  cards, there is no plan to introduce such change to them. So they'll be
  upgraded only at the next point release with kernel >= 5.11.

  == original bug description ==

  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-04-21 Thread Menno van G
Just wondering. I am still using rtl8821ce-dkms on Ubuntu 20.04. This is
not needed anymore now and 5 Ghz Wifi DFS protetcted channels are now
available?

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

Title:
  Add in-tree Realtek 8821CE wireless module support

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

Bug description:
  [SRU Justification]

  [Impact]

  RTL8821CE RFE Type 2 PCIE module is not supported by new rtw88 driver
  in kernel version v5.11 or older. Dmesg gives:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0: rfe 2 isn't supported
rtw_8821ce :01:00.0: failed to setup chip efuse info
rtw_8821ce :01:00.0: failed to setup chip information

  Such modules are previosly covered by rtl8821ce-dkms.

  [Fix]

  Patch set
  
https://lore.kernel.org/linux-wireless/20210202055012.8296-1-pks...@realtek.com/
  landed in v5.12-rc1, as well as WLAN firmware updates in commit
  c5e3240eff0f ("rtw88: RTL8821C: Update firmware to v24.8"), which is
  already available in Hirsute version 1.195. Bluetooth firmware should
  have been the latest 0x829a_7644 in both Focal/Hirsute.

  [Test Case]

  With patched kernel, wlan interface should be up and running:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0 wlp1s0: renamed from wlan0

  [Where problems could occur]

  Previously this hardware piece can only be driven by external DKMS
  modules, so with this driver patched, users can now use in-tree driver,
  but may experience the difference between them in power consumption or
  feature supportness.

  [Other Info]

  While Bionic/Focal LTS is still using rtl8821ce-dkms for RFE Type 2
  cards, there is no plan to introduce such change to them. So they'll be
  upgraded only at the next point release with kernel >= 5.11.

  == original bug description ==

  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-04-20 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-firmware - 1.187.11

---
linux-firmware (1.187.11) focal; urgency=medium

  * Add in-tree Realtek 8821CE wireless module support (LP: #1885862)
- rtw88: RTL8821C: Update firmware to v24.8

  * alsa/sdw: support soundwire audio for TGL-H machines (LP: #1911830)
- SAUCE: sof-firmware: add TGL-H firmware from sof-bin v1.6.1

 -- Seth Forshee   Wed, 31 Mar 2021 15:34:04
-0500

** Changed in: linux-firmware (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  Add in-tree Realtek 8821CE wireless module support

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

Bug description:
  [SRU Justification]

  [Impact]

  RTL8821CE RFE Type 2 PCIE module is not supported by new rtw88 driver
  in kernel version v5.11 or older. Dmesg gives:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0: rfe 2 isn't supported
rtw_8821ce :01:00.0: failed to setup chip efuse info
rtw_8821ce :01:00.0: failed to setup chip information

  Such modules are previosly covered by rtl8821ce-dkms.

  [Fix]

  Patch set
  
https://lore.kernel.org/linux-wireless/20210202055012.8296-1-pks...@realtek.com/
  landed in v5.12-rc1, as well as WLAN firmware updates in commit
  c5e3240eff0f ("rtw88: RTL8821C: Update firmware to v24.8"), which is
  already available in Hirsute version 1.195. Bluetooth firmware should
  have been the latest 0x829a_7644 in both Focal/Hirsute.

  [Test Case]

  With patched kernel, wlan interface should be up and running:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0 wlp1s0: renamed from wlan0

  [Where problems could occur]

  Previously this hardware piece can only be driven by external DKMS
  modules, so with this driver patched, users can now use in-tree driver,
  but may experience the difference between them in power consumption or
  feature supportness.

  [Other Info]

  While Bionic/Focal LTS is still using rtl8821ce-dkms for RFE Type 2
  cards, there is no plan to introduce such change to them. So they'll be
  upgraded only at the next point release with kernel >= 5.11.

  == original bug description ==

  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-04-07 Thread You-Sheng Yang
Verified linux-oem-5.10 version 5.10.0-1020.21 along with linux-firmware
version 1.187.11 from focal-proposed.

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-firmware source package in Focal:
  Fix Committed
Status in linux-oem-5.10 source package in Focal:
  Fix Released
Status in linux-oem-5.6 source package in Focal:
  Won't Fix
Status in linux source package in Groovy:
  Won't Fix
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  RTL8821CE RFE Type 2 PCIE module is not supported by new rtw88 driver
  in kernel version v5.11 or older. Dmesg gives:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0: rfe 2 isn't supported
rtw_8821ce :01:00.0: failed to setup chip efuse info
rtw_8821ce :01:00.0: failed to setup chip information

  Such modules are previosly covered by rtl8821ce-dkms.

  [Fix]

  Patch set
  
https://lore.kernel.org/linux-wireless/20210202055012.8296-1-pks...@realtek.com/
  landed in v5.12-rc1, as well as WLAN firmware updates in commit
  c5e3240eff0f ("rtw88: RTL8821C: Update firmware to v24.8"), which is
  already available in Hirsute version 1.195. Bluetooth firmware should
  have been the latest 0x829a_7644 in both Focal/Hirsute.

  [Test Case]

  With patched kernel, wlan interface should be up and running:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0 wlp1s0: renamed from wlan0

  [Where problems could occur]

  Previously this hardware piece can only be driven by external DKMS
  modules, so with this driver patched, users can now use in-tree driver,
  but may experience the difference between them in power consumption or
  feature supportness.

  [Other Info]

  While Bionic/Focal LTS is still using rtl8821ce-dkms for RFE Type 2
  cards, there is no plan to introduce such change to them. So they'll be
  upgraded only at the next point release with kernel >= 5.11.

  == original bug description ==

  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-03-30 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.11.0-13.14

---
linux (5.11.0-13.14) hirsute; urgency=medium

  * CVE-2020-27170
- bpf: Prohibit alu ops for pointer types not defining ptr_limit
- bpf, selftests: Fix up some test_verifier cases for unprivileged

  * CVE-2020-27171
- bpf: Fix off-by-one for area size in creating mask to left

 -- Andrea Righi   Fri, 19 Mar 2021 16:49:32
+0100

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

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-27170

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-27171

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-firmware source package in Focal:
  Fix Committed
Status in linux-oem-5.10 source package in Focal:
  Fix Released
Status in linux-oem-5.6 source package in Focal:
  Won't Fix
Status in linux source package in Groovy:
  Won't Fix
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  RTL8821CE RFE Type 2 PCIE module is not supported by new rtw88 driver
  in kernel version v5.11 or older. Dmesg gives:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0: rfe 2 isn't supported
rtw_8821ce :01:00.0: failed to setup chip efuse info
rtw_8821ce :01:00.0: failed to setup chip information

  Such modules are previosly covered by rtl8821ce-dkms.

  [Fix]

  Patch set
  
https://lore.kernel.org/linux-wireless/20210202055012.8296-1-pks...@realtek.com/
  landed in v5.12-rc1, as well as WLAN firmware updates in commit
  c5e3240eff0f ("rtw88: RTL8821C: Update firmware to v24.8"), which is
  already available in Hirsute version 1.195. Bluetooth firmware should
  have been the latest 0x829a_7644 in both Focal/Hirsute.

  [Test Case]

  With patched kernel, wlan interface should be up and running:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0 wlp1s0: renamed from wlan0

  [Where problems could occur]

  Previously this hardware piece can only be driven by external DKMS
  modules, so with this driver patched, users can now use in-tree driver,
  but may experience the difference between them in power consumption or
  feature supportness.

  [Other Info]

  While Bionic/Focal LTS is still using rtl8821ce-dkms for RFE Type 2
  cards, there is no plan to introduce such change to them. So they'll be
  upgraded only at the next point release with kernel >= 5.11.

  == original bug description ==

  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-03-23 Thread Juerg Haefliger
** Changed in: linux-firmware (Ubuntu Focal)
   Status: In Progress => Fix Committed

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-firmware source package in Focal:
  Fix Committed
Status in linux-oem-5.10 source package in Focal:
  Fix Released
Status in linux-oem-5.6 source package in Focal:
  Won't Fix
Status in linux source package in Groovy:
  Won't Fix
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  RTL8821CE RFE Type 2 PCIE module is not supported by new rtw88 driver
  in kernel version v5.11 or older. Dmesg gives:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0: rfe 2 isn't supported
rtw_8821ce :01:00.0: failed to setup chip efuse info
rtw_8821ce :01:00.0: failed to setup chip information

  Such modules are previosly covered by rtl8821ce-dkms.

  [Fix]

  Patch set
  
https://lore.kernel.org/linux-wireless/20210202055012.8296-1-pks...@realtek.com/
  landed in v5.12-rc1, as well as WLAN firmware updates in commit
  c5e3240eff0f ("rtw88: RTL8821C: Update firmware to v24.8"), which is
  already available in Hirsute version 1.195. Bluetooth firmware should
  have been the latest 0x829a_7644 in both Focal/Hirsute.

  [Test Case]

  With patched kernel, wlan interface should be up and running:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0 wlp1s0: renamed from wlan0

  [Where problems could occur]

  Previously this hardware piece can only be driven by external DKMS
  modules, so with this driver patched, users can now use in-tree driver,
  but may experience the difference between them in power consumption or
  feature supportness.

  [Other Info]

  While Bionic/Focal LTS is still using rtl8821ce-dkms for RFE Type 2
  cards, there is no plan to introduce such change to them. So they'll be
  upgraded only at the next point release with kernel >= 5.11.

  == original bug description ==

  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-03-19 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-oem-5.10 - 5.10.0-1017.18

---
linux-oem-5.10 (5.10.0-1017.18) focal; urgency=medium

  * focal/linux-oem-5.10: 5.10.0-1017.18 -proposed tracker (LP:
#1917468)

  * Fix Lenovo ThinkStation P620 rear audio (LP: #1917842)
- ALSA: usb-audio: Disable USB autosuspend properly in
  setup_disable_autosuspend()

  * alsa/hda: the hdmi audio dosn't work on TGL machines (LP: #1917829)
- ALSA: hda/hdmi: let new platforms assign the pcm slot dynamically

  * drm/i915: Drop force_probe requirement for JSL (LP: #1917843)
- SAUCE: drm/i915: Drop require_force_probe from JSL

  * Add in-tree Realtek 8821CE wireless module support (LP: #1885862)
- rtw88: coex: 8821c: correct antenna switch function
- rtw88: 8821c: Correct CCK RSSI
- rtw88: 8821c: support RFE type2 wifi NIC

  * Can't adjust brightness on Dell Precision 7000 laptop (LP: #1917419)
- drm/i915: Init lspcon after HPD in intel_dp_detect()
- drm/i915/dp: Program source OUI on eDP panels

  * Please trust Canonical Livepatch Service kmod signing key (LP: #1898716)
- [Config] enable CONFIG_MODVERSIONS=y
- [Packaging] build canonical-certs.pem from branch/arch certs
- [Config] add Canonical Livepatch Service key to SYSTEM_TRUSTED_KEYS
- [Config] add ubuntu-drivers key to SYSTEM_TRUSTED_KEYS
- [Config] enable CONFIG_MODVERSIONS=y
- [Packaging] build canonical-certs.pem from branch/arch certs

  * Packaging resync (LP: #1786013)
- [Packaging] update update.conf

  * Missing device id for Intel TGL-H ISH [8086:43fc] in intel-ish-hid driver
(LP: #1914543)
- SAUCE: HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID

  * Fix broken efifb on graphics device without driver (LP: #1914411)
- SAUCE: efifb: Ensure graphics device for efifb stays at PCI D0

  * Focal update: v5.10.18 upstream stable release (LP: #1917004)
- vdpa_sim: remove hard-coded virtq count
- vdpa_sim: add struct vdpasim_dev_attr for device attributes
- vdpa_sim: store parsed MAC address in a buffer
- vdpa_sim: make 'config' generic and usable for any device type
- vdpa_sim: add get_config callback in vdpasim_dev_attr
- IB/isert: add module param to set sg_tablesize for IO cmd
- net: qrtr: Fix port ID for control messages
- mptcp: skip to next candidate if subflow has unacked data
- net/sched: fix miss init the mru in qdisc_skb_cb
- mt76: mt7915: fix endian issues
- mt76: mt7615: fix rdd mcu cmd endianness
- net: sched: incorrect Kconfig dependencies on Netfilter modules
- net: openvswitch: fix TTL decrement exception action execution
- net: bridge: Fix a warning when del bridge sysfs
- net: fix proc_fs init handling in af_packet and tls
- Xen/x86: don't bail early from clear_foreign_p2m_mapping()
- Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()
- Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()
- Xen/gntdev: correct error checking in gntdev_map_grant_pages()
- xen/arm: don't ignore return errors from set_phys_to_machine
- xen-blkback: don't "handle" error by BUG()
- xen-netback: don't "handle" error by BUG()
- xen-scsiback: don't "handle" error by BUG()
- xen-blkback: fix error handling in xen_blkbk_map()
- tty: protect tty_write from odd low-level tty disciplines
- Bluetooth: btusb: Always fallback to alt 1 for WBS
- btrfs: fix backport of 2175bf57dc952 in 5.10.13
- btrfs: fix crash after non-aligned direct IO write with O_DSYNC
- media: pwc: Use correct device for DMA
- Linux 5.10.18

  * Focal update: v5.10.17 upstream stable release (LP: #1916479)
- objtool: Fix seg fault with Clang non-section symbols
- Revert "dts: phy: add GPIO number and active state used for phy reset"
- gpio: mxs: GPIO_MXS should not default to y unconditionally
- gpio: ep93xx: fix BUG_ON port F usage
- gpio: ep93xx: Fix single irqchip with multi gpiochips
- tracing: Do not count ftrace events in top level enable output
- tracing: Check length before giving out the filter buffer
- drm/i915: Fix overlay frontbuffer tracking
- arm/xen: Don't probe xenbus as part of an early initcall
- cgroup: fix psi monitor for root cgroup
- Revert "drm/amd/display: Update NV1x SR latency values"
- drm/i915/tgl+: Make sure TypeC FIA is powered up when initializing it
- drm/dp_mst: Don't report ports connected if nothing is attached to them
- dmaengine: move channel device_node deletion to driver
- tmpfs: disallow CONFIG_TMPFS_INODE64 on s390
- tmpfs: disallow CONFIG_TMPFS_INODE64 on alpha
- soc: ti: omap-prm: Fix boot time errors for rst_map_012 bits 0 and 1
- arm64: dts: rockchip: Fix PCIe DT properties on rk3399
- arm64: dts: qcom: sdm845: Reserve LPASS clocks in gcc
- ARM: OMAP2+: Fix suspcious RCU usage splats for omap_enter_idle_coupled
- arm64: dts: rockchip: remove 

[Kernel-packages] [Bug 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-03-15 Thread You-Sheng Yang
verified 5.10.0-1017.18 from focal-proposed.

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

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux-oem-5.6 source package in Focal:
  Won't Fix
Status in linux source package in Groovy:
  Won't Fix
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  RTL8821CE RFE Type 2 PCIE module is not supported by new rtw88 driver
  in kernel version v5.11 or older. Dmesg gives:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0: rfe 2 isn't supported
rtw_8821ce :01:00.0: failed to setup chip efuse info
rtw_8821ce :01:00.0: failed to setup chip information

  Such modules are previosly covered by rtl8821ce-dkms.

  [Fix]

  Patch set
  
https://lore.kernel.org/linux-wireless/20210202055012.8296-1-pks...@realtek.com/
  landed in v5.12-rc1, as well as WLAN firmware updates in commit
  c5e3240eff0f ("rtw88: RTL8821C: Update firmware to v24.8"), which is
  already available in Hirsute version 1.195. Bluetooth firmware should
  have been the latest 0x829a_7644 in both Focal/Hirsute.

  [Test Case]

  With patched kernel, wlan interface should be up and running:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0 wlp1s0: renamed from wlan0

  [Where problems could occur]

  Previously this hardware piece can only be driven by external DKMS
  modules, so with this driver patched, users can now use in-tree driver,
  but may experience the difference between them in power consumption or
  feature supportness.

  [Other Info]

  While Bionic/Focal LTS is still using rtl8821ce-dkms for RFE Type 2
  cards, there is no plan to introduce such change to them. So they'll be
  upgraded only at the next point release with kernel >= 5.11.

  == original bug description ==

  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-03-11 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux-oem-5.6 source package in Focal:
  Won't Fix
Status in linux source package in Groovy:
  Won't Fix
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  RTL8821CE RFE Type 2 PCIE module is not supported by new rtw88 driver
  in kernel version v5.11 or older. Dmesg gives:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0: rfe 2 isn't supported
rtw_8821ce :01:00.0: failed to setup chip efuse info
rtw_8821ce :01:00.0: failed to setup chip information

  Such modules are previosly covered by rtl8821ce-dkms.

  [Fix]

  Patch set
  
https://lore.kernel.org/linux-wireless/20210202055012.8296-1-pks...@realtek.com/
  landed in v5.12-rc1, as well as WLAN firmware updates in commit
  c5e3240eff0f ("rtw88: RTL8821C: Update firmware to v24.8"), which is
  already available in Hirsute version 1.195. Bluetooth firmware should
  have been the latest 0x829a_7644 in both Focal/Hirsute.

  [Test Case]

  With patched kernel, wlan interface should be up and running:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0 wlp1s0: renamed from wlan0

  [Where problems could occur]

  Previously this hardware piece can only be driven by external DKMS
  modules, so with this driver patched, users can now use in-tree driver,
  but may experience the difference between them in power consumption or
  feature supportness.

  [Other Info]

  While Bionic/Focal LTS is still using rtl8821ce-dkms for RFE Type 2
  cards, there is no plan to introduce such change to them. So they'll be
  upgraded only at the next point release with kernel >= 5.11.

  == original bug description ==

  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-03-07 Thread You-Sheng Yang
** Description changed:

+ [SRU Justification]
+ 
+ [Impact]
+ 
+ RTL8821CE RFE Type 2 PCIE module is not supported by new rtw88 driver
+ in kernel version v5.11 or older. Dmesg gives:
+ 
+   rtw_8821ce :01:00.0: enabling device ( -> 0003)
+   rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
+   rtw_8821ce :01:00.0: rfe 2 isn't supported
+   rtw_8821ce :01:00.0: failed to setup chip efuse info
+   rtw_8821ce :01:00.0: failed to setup chip information
+ 
+ Such modules are previosly covered by rtl8821ce-dkms.
+ 
+ [Fix]
+ 
+ Patch set
+ 
https://lore.kernel.org/linux-wireless/20210202055012.8296-1-pks...@realtek.com/
+ landed in v5.12-rc1, as well as WLAN firmware updates in commit
+ c5e3240eff0f ("rtw88: RTL8821C: Update firmware to v24.8"), which is
+ already available in Hirsute version 1.195. Bluetooth firmware should
+ have been the latest 0x829a_7644 in both Focal/Hirsute.
+ 
+ [Test Case]
+ 
+ With patched kernel, wlan interface should be up and running:
+ 
+   rtw_8821ce :01:00.0: enabling device ( -> 0003)
+   rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
+   rtw_8821ce :01:00.0 wlp1s0: renamed from wlan0
+ 
+ [Where problems could occur]
+ 
+ Previously this hardware piece can only be driven by external DKMS
+ modules, so with this driver patched, users can now use in-tree driver,
+ but may experience the difference between them in power consumption or
+ feature supportness.
+ 
+ [Other Info]
+ 
+ While Bionic/Focal LTS is still using rtl8821ce-dkms for RFE Type 2
+ cards, there is no plan to introduce such change to them. So they'll be
+ upgraded only at the next point release with kernel >= 5.11.
+ 
+ == original bug description ==
+ 
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux-oem-5.6 source package in Focal:
  Won't Fix
Status in linux source package in Groovy:
  Won't Fix
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  RTL8821CE RFE Type 2 PCIE module is not supported by new rtw88 driver
  in kernel version v5.11 or older. Dmesg gives:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0: rfe 2 isn't supported
rtw_8821ce :01:00.0: failed to setup chip efuse info
rtw_8821ce :01:00.0: failed to setup chip information

  Such modules are previosly covered by rtl8821ce-dkms.

  [Fix]

  Patch set
  
https://lore.kernel.org/linux-wireless/20210202055012.8296-1-pks...@realtek.com/
  landed in v5.12-rc1, as well as WLAN firmware updates in commit
  c5e3240eff0f ("rtw88: RTL8821C: Update firmware to v24.8"), which is
  already available in Hirsute version 1.195. Bluetooth firmware should
  have been the latest 0x829a_7644 in both Focal/Hirsute.

  [Test Case]

  With patched kernel, wlan interface should be up and running:

rtw_8821ce :01:00.0: enabling device ( -> 0003)
rtw_8821ce :01:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce :01:00.0 wlp1s0: renamed from wlan0

  [Where problems could occur]

  Previously this hardware piece can only be driven by external DKMS
  modules, so with this driver patched, users can now use in-tree driver,
  but may experience the difference between them in power consumption or
  feature supportness.

  [Other Info]

  While Bionic/Focal LTS is still using rtl8821ce-dkms for RFE Type 2
  cards, there is no plan to introduce such change to them. So they'll be
  upgraded only at the next point release with kernel >= 5.11.

  == original bug description ==

  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about 

[Kernel-packages] [Bug 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-03-05 Thread Timo Aaltonen
** Changed in: linux-oem-5.10 (Ubuntu Focal)
   Status: In Progress => Fix Committed

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux-oem-5.6 source package in Focal:
  Won't Fix
Status in linux source package in Groovy:
  Won't Fix
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-03-03 Thread You-Sheng Yang
SRU:
* kernel: https://lists.ubuntu.com/archives/kernel-team/2021-March/117705.html 
(U/OEM-5.10)
* firmware: 
https://lists.ubuntu.com/archives/kernel-team/2021-March/117709.html (F)

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

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

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

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

** Changed in: linux (Ubuntu Groovy)
   Status: Incomplete => Won't Fix

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

** Changed in: linux-firmware (Ubuntu Focal)
   Status: Triaged => In Progress

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

** Changed in: linux-oem-5.10 (Ubuntu Focal)
   Status: Triaged => In Progress

** Changed in: linux-oem-5.6 (Ubuntu Focal)
   Status: Confirmed => Won't Fix

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-firmware source package in Focal:
  In Progress
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux-oem-5.6 source package in Focal:
  Won't Fix
Status in linux source package in Groovy:
  Won't Fix
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-02-25 Thread You-Sheng Yang
All the patches backported for https://code.launchpad.net/~vicamo/+git
/ubuntu-kernel/+ref/bug-1884513/support-8821CE/unstable is no longer
necessary. So next step to take is to backport that RFE type2 commit and
verify on hardware we have.

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

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

** Changed in: linux-oem-5.10 (Ubuntu Focal)
   Importance: Undecided => High

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

** Changed in: linux-oem-5.10 (Ubuntu Focal)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

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

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Triaged
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.10 package in Ubuntu:
  New
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-firmware source package in Focal:
  Triaged
Status in linux-oem-5.10 source package in Focal:
  Triaged
Status in linux-oem-5.6 source package in Focal:
  Confirmed
Status in linux source package in Groovy:
  Incomplete
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-02-24 Thread You-Sheng Yang
commit 5d6651fe85837b11564a2e2c3c6279c057d078d6
Author: Guo-Feng Fan 
Date:   Tue Feb 2 13:50:12 2021 +0800

rtw88: 8821c: support RFE type2 wifi NIC

RFE type2 is a new NIC which has one RF antenna shares with BT.
Update phy parameter to verstion V57 to allow initial procedure
to load extra AGC table for sharing antenna NIC.

Signed-off-by: Guo-Feng Fan 
Signed-off-by: Ping-Ke Shih 
Tested-by: Kai-Heng Feng 
Signed-off-by: Kalle Valo 
Link: https://lore.kernel.org/r/20210202055012.8296-4-pks...@realtek.com

Will be available in v5.12.

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-firmware source package in Focal:
  Triaged
Status in linux-oem-5.6 source package in Focal:
  Confirmed
Status in linux source package in Groovy:
  Incomplete
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2020-08-18 Thread You-Sheng Yang
https://lore.kernel.org/linux-
wireless/c0c336d806584361992d4b52665fb...@realtek.com/ Realtek to
provide complete fix for RFE type 2.

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-firmware source package in Focal:
  Triaged
Status in linux-oem-5.6 source package in Focal:
  Confirmed
Status in linux source package in Groovy:
  Incomplete
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2020-08-05 Thread Kai-Heng Feng
https://lkml.org/lkml/2020/8/5/253

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-firmware source package in Focal:
  Triaged
Status in linux-oem-5.6 source package in Focal:
  Confirmed
Status in linux source package in Groovy:
  Incomplete
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2020-08-05 Thread You-Sheng Yang
Still:

[8.167475] rtw_8821ce :02:00.0: Firmware version 24.5.0, H2C version 12
[8.186466] rtw_8821ce :02:00.0: rfe 2 isn't supported
[8.186565] rtw_8821ce :02:00.0: failed to setup chip efuse info
[8.186566] rtw_8821ce :02:00.0: failed to setup chip information

** Changed in: linux (Ubuntu Groovy)
   Status: In Progress => Incomplete

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-firmware source package in Focal:
  Triaged
Status in linux-oem-5.6 source package in Focal:
  Confirmed
Status in linux source package in Groovy:
  Incomplete
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2020-08-05 Thread You-Sheng Yang
** Changed in: linux (Ubuntu Groovy)
   Importance: Undecided => High

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

** Changed in: linux (Ubuntu Groovy)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-firmware source package in Focal:
  Triaged
Status in linux-oem-5.6 source package in Focal:
  Confirmed
Status in linux source package in Groovy:
  In Progress
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2020-08-04 Thread You-Sheng Yang
https://lore.kernel.org/linux-
wireless/20200616091625.26489-2-yhchu...@realtek.com/ already merged. We
can start following process.

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-firmware source package in Focal:
  Triaged
Status in linux-oem-5.6 source package in Focal:
  Confirmed
Status in linux source package in Groovy:
  Confirmed
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2020-07-12 Thread Daniel Letzeisen
** Changed in: linux (Ubuntu Focal)
   Status: Incomplete => Confirmed

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

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-firmware source package in Focal:
  Triaged
Status in linux-oem-5.6 source package in Focal:
  Confirmed
Status in linux source package in Groovy:
  Confirmed
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2020-07-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Incomplete
Status in linux-firmware source package in Focal:
  Triaged
Status in linux-oem-5.6 source package in Focal:
  Confirmed
Status in linux source package in Groovy:
  Incomplete
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2020-07-08 Thread You-Sheng Yang
Upstream commit 401bd6de ("rtw88: RTL8821C: add firmware file v24.5")
already in groovy

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

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

** Changed in: linux-firmware (Ubuntu Focal)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Incomplete
Status in linux-firmware source package in Focal:
  Triaged
Status in linux-oem-5.6 source package in Focal:
  New
Status in linux source package in Groovy:
  Incomplete
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2020-07-08 Thread You-Sheng Yang
PPA: https://launchpad.net/~vicamo/+archive/ubuntu/ppa-1885862 . So far
only linux-firmware was added.

** Description changed:

- TBD.
+ 8821ce is being upstreamed in https://lore.kernel.org/linux-
+ wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
+ to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
+ from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

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

Title:
  Add in-tree Realtek 8821CE wireless module support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Incomplete
Status in linux-firmware source package in Focal:
  Triaged
Status in linux-oem-5.6 source package in Focal:
  New
Status in linux source package in Groovy:
  Incomplete
Status in linux-firmware source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  8821ce is being upstreamed in https://lore.kernel.org/linux-
  wireless/20200603094218.19942-1-yhchu...@realtek.com/ . To backport it
  to ubuntu kernel so that we may obsolete the usage of rtl8821ce-dkms
  from https://bugs.launchpad.net/ubuntu/+source/rtl8821ce .

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+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 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2020-07-03 Thread You-Sheng Yang
** Tags added: hwe-networking-wifi

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

Title:
  Add in-tree Realtek 8821CE wireless module support

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

Bug description:
  TBD.

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