[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2022-05-30 Thread Kai-Heng Feng
Please file a new bug, thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2022-05-30 Thread delfi
And still no joy with the latest 20.04.x kernel 
5.13.0-44-generic #49~20.04.1-Ubuntu SMP Wed May 18 18:44:28 UTC 2022 x86_64 
x86_64 x86_64 GNU/Linux

586125.765621] rtw_8822ce :03:00.0: failed to poll offset=0x5 mask=0x2 
value=0x0
[586183.004088] rtw_8822ce :03:00.0: failed to poll offset=0x5 mask=0x2 
value=0x0
[586183.004105] rtw_8822ce :03:00.0: mac power on failed
[586183.004109] rtw_8822ce :03:00.0: failed to power on mac
[586183.004112] rtw_8822ce :03:00.0: leave idle state failed
[586183.004375] rtw_8822ce :03:00.0: failed to leave ips state
[586183.004383] rtw_8822ce :03:00.0: failed to leave idle state


I'm kinda ok with writing LKMs, but opted for an USB stick as well. Defeat. Sad.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2022-05-25 Thread Vincent Pottier
I experienced the bug on my Lenovo IdeaPad L340-17IWL with Ubuntu 20.04 up to 
date and a Realtech rtw_8821ce.
I spend hours to try to find a setting, practicing the Computer Assisted Waste 
of Time.
I bought an external wifi dongle with another Realtech 81... chip (I've not it 
at hand now) and experienced also the failure of the wifi after some times.
As said by delfi above. I still experience the bug after a while after a fresh 
install of Ubuntu 22.04.
More than 2 years that the bug is known...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2022-05-21 Thread delfi
The above is sadly false, a bit better, wifi lasts a bit longer but
still fails after a while.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2022-05-17 Thread delfi
This is present on ASUS TUF A15 FA506 nn

OS:Ubuntu 20.04.4
Kernel: 5.13.0-41-generic #46~20.04.1-Ubuntu SMP Wed Apr 20 13:16:21 UTC 2022 
x86_64 x86_64 x86_64 GNU/Linux

Wifi drops after a few minutes, sometimes longer.

It seems that this fixes it for me:

sudo echo "options rtw88_pci disable_aspm=1" >
/etc/modprobe.d/rtw88_pci.conf

check: 
cat /etc/modprobe.d/rtw88_pci.conf 
options rtw88_pci disable_aspm=1


Additionally one could try to change powersave mode in NetworkManager:

cat /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
[connection]
wifi.powersave = 2 

#A setting of "0" will totally disable power saving features in the WiFi 
adapter.
#A setting of "2" or "1" will be less aggressive, but still leave power saving 
enabled.
### oroginally 3
#wifi.powersave = 3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2022-03-24 Thread Ted Kent
This is present on ASUS K570U-ES76

OS:Ubuntu 20.04.4 
Kernel: 5.13.0-35-generic

- Device will drop wifi and then spam "rtw_8822be pci bus timeout,check dma 
status" in the logs
- Rebooting fixes issue

This is a fairly old laptop and with the wifi 6 modules being >$20 I'll
probably just go for the upgrade.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2021-04-22 Thread maverick
This bug is also on ASUS FX505DT TUF GAMING LAPTOP , kernel is 5.8.0-50-generic 
The error is mostly 
"rtw_8822be pci bus timeout,check dma status"
Wifi disconnects if connected sometimes 
Or many times no Wi-Fi in settings 
No adapter found 
Its a dual booted system with Win10 and Ubuntu 20.04.2 LTS

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.8.0-31.33

---
linux (5.8.0-31.33) groovy; urgency=medium

  * groovy/linux: 5.8.0-31.33 -proposed tracker (LP: #1905299)

  * Groovy 5.8 kernel hangs on boot on CPUs with eLLC (LP: #1903397)
- drm/i915: Mark ininitial fb obj as WT on eLLC machines to avoid rcu lockup
  during fbdev init

  * CVE-2020-4788
- selftests/powerpc: rfi_flush: disable entry flush if present
- powerpc/64s: flush L1D on kernel entry
- powerpc/64s: flush L1D after user accesses
- selftests/powerpc: entry flush test

linux (5.8.0-30.32) groovy; urgency=medium

  * groovy/linux: 5.8.0-30.32 -proposed tracker (LP: #1903194)

  * Update kernel packaging to support forward porting kernels (LP: #1902957)
- [Debian] Update for leader included in BACKPORT_SUFFIX

  * Avoid double newline when running insertchanges (LP: #1903293)
- [Packaging] insertchanges: avoid double newline

  * EFI: Fails when BootCurrent entry does not exist (LP: #183)
- efivarfs: Replace invalid slashes with exclamation marks in dentries.

  * raid10: Block discard is very slow, causing severe delays for mkfs and
fstrim operations (LP: #1896578)
- md: add md_submit_discard_bio() for submitting discard bio
- md/raid10: extend r10bio devs to raid disks
- md/raid10: pull codes that wait for blocked dev into one function
- md/raid10: improve raid10 discard request
- md/raid10: improve discard request for far layout
- dm raid: fix discard limits for raid1 and raid10
- dm raid: remove unnecessary discard limits for raid10

  * Bionic: btrfs: kernel BUG at /build/linux-
eTBZpZ/linux-4.15.0/fs/btrfs/ctree.c:3233! (LP: #1902254)
- btrfs: extent_io: do extra check for extent buffer read write functions
- btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent()
- btrfs: extent-tree: kill the BUG_ON() in insert_inline_extent_backref()
- btrfs: ctree: check key order before merging tree blocks

  * Tiger Lake PMC core driver fixes (LP: #1899883)
- platform/x86: intel_pmc_core: update TGL's LPM0 reg bit map name
- platform/x86: intel_pmc_core: fix bound check in pmc_core_mphy_pg_show()
- platform/x86: pmc_core: Use descriptive names for LPM registers
- platform/x86: intel_pmc_core: Fix TigerLake power gating status map
- platform/x86: intel_pmc_core: Fix the slp_s0 counter displayed value

  * drm/i915/dp_mst - System would hang during the boot up. (LP: #1902469)
- Revert "UBUNTU: SAUCE: drm/i915/display: Fix null deref in
  intel_psr_atomic_check()"
- drm/i915: Fix encoder lookup during PSR atomic check

  * Undetected Data corruption in MPI workloads that use VSX for reductions on
POWER9 DD2.1 systems (LP: #1902694)
- powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load 
emulation
- selftests/powerpc: Make alignment handler test P9N DD2.1 vector CI load
  workaround

  * [20.04 FEAT] Support/enhancement of NVMe IPL (LP: #1902179)
- s390/ipl: support NVMe IPL kernel parameters

  * uvcvideo: add mapping for HEVC payloads (LP: #1895803)
- media: uvcvideo: Add mapping for HEVC payloads

  * risc-v 5.8 kernel oops on ftrace tests (LP: #1894613)
- stop_machine, rcu: Mark functions as notrace

  * Groovy update: v5.8.17 upstream stable release (LP: #1902137)
- xgb4: handle 4-tuple PEDIT to NAT mode translation
- ibmveth: Switch order of ibmveth_helper calls.
- ibmveth: Identify ingress large send packets.
- ipv4: Restore flowi4_oif update before call to xfrm_lookup_route
- mlx4: handle non-napi callers to napi_poll
- net: dsa: microchip: fix race condition
- net: fec: Fix phy_device lookup for phy_reset_after_clk_enable()
- net: fec: Fix PHY init after phy_reset_after_clk_enable()
- net: fix pos incrementment in ipv6_route_seq_next
- net: ipa: skip suspend/resume activities if not set up
- net: mptcp: make DACK4/DACK8 usage consistent among all subflows
- net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_info
- net/smc: fix use-after-free of delayed events
- net/smc: fix valid DMBE buffer sizes
- net/tls: sendfile fails with ktls offload
- net: usb: qmi_wwan: add Cellient MPL200 card
- tipc: fix the skb_unshare() in tipc_buf_append()
- socket: fix option SO_TIMESTAMPING_NEW
- socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabled
- can: m_can_platform: don't call m_can_class_suspend in runtime suspend
- can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcnt
- net: j1939: j1939_session_fresh_new(): fix missing initialization of 
skbcnt
- net/ipv4: always honour route mtu during forwarding
- net_sched: remove a redundant goto chain check
- r8169: fix data corruption issue on RTL8402
- binder: fix UAF when releasing todo list
- ALSA: bebob: potential info leak in hwdep_read()
- ALSA: hda/hdmi: fix incorrect 

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-17 Thread Kai-Heng Feng
Campus,

You might need some other series like this:
https://lore.kernel.org/linux-wireless/20201030084826.9034-5-tehu...@realtek.com/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-17 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-
groovy' to 'verification-done-groovy'. If the problem still exists,
change the tag 'verification-needed-groovy' to 'verification-failed-
groovy'.

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-groovy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-10 Thread campus
Hi, Feng
Tested and the error still appears. I'm starting to think it has something to 
do with my laptop in particular. Dmesg attached.

** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+attachment/5433059/+files/dmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-10 Thread Kai-Heng Feng
Hi, please test this kernel:
https://people.canonical.com/~khfeng/aspm-l1-fix/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-06 Thread campus
Hi, Feng
Can you, please, give me some instructions on how to download and run the code 
from these patches? 
Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-05 Thread Kai-Heng Feng
Campus, can you please try this patch series:
https://patchwork.kernel.org/project/linux-pci/list/?series=369933

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-05 Thread campus
No. cold boot does not help. I tried it several times.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-05 Thread Kai-Heng Feng
Does cold boot help when it's on battery power?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-05 Thread campus
** Attachment added: "lspci_vvnn.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+attachment/5431578/+files/lspci_vvnn.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-05 Thread campus
Hi, Feng
I've attached full dmesg and lspci -vvnn
The bug seems to manifest when the laptop is on battery power. I've made 
several boot cycles this evening with kernel 5.10 rc2. When the laptop is 
plugged in the network works fine. when the laptop is on  battery power wifi 
crashes.

** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+attachment/5431577/+files/dmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-04 Thread Kai-Heng Feng
campus,

Can you please attach full dmesg and `sudo lspci -vvnn`?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-04 Thread campus
Hi, Feng
Unfortunately, in my case, wifi crashes each time (at a random period of time 
from boot) with kernel 5.10 rc1 and rc2 and disable_aspm removed.
The good thing is that I can use the disable_aspm workaround which makes wifi 
stable.
I attached the error parts from dmesg.

** Attachment added: "dmesg_errors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+attachment/5431156/+files/dmesg_errors.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-03 Thread campus
Unfortunately, kernel 5.10 rc1 doesn't fix the bug for me (Lenovo Y530-15ICH 
with bios version 8JCN54WW released 06/15/2020). After several reboots the 
network keeps disconnecting,
However the solution presented by Pablo "options rtw88_pci disable_aspm=1" 
works with the ubuntu stock kernel (currently 5.8.0-26)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-03 Thread Kai-Heng Feng
campus, does it work but flaky? Then it sounds like a different bug.

Can you please attach dmesg under v5.10?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-02 Thread Pablo
Hi, I booted by disabling secure boot as suggested and it seems to fix
the wifi issue.

After disabling secure boot, I had to reboot into Windows once to get
wifi working again, and then I tried rebooting into Linux a couple of
times.  So far wifi has worked everytime.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-02 Thread Kai-Heng Feng
Please disable secure boot from BIOS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-02 Thread Pablo
Hi Feng, I was unable to try the suggested kernel as it is unsigned (and
I could not find instructions on how to get an unsigned kernel to boot).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-11-01 Thread Kai-Heng Feng
Please remove "options rtw88_pci disable_aspm=1", install latest mainline 
kernel, and reboot twice:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.10-rc1/amd64/

Particularly, to test "rtw88: pci: Power cycle device during shutdown".

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-10-31 Thread Pablo
Update:

Based on comments here:
https://bugzilla.kernel.org/show_bug.cgi?id=206411#c12

I tried adding "options rtw88_pci disable_aspm=1" to
/etc/modprobe.d/rtw88_pci.conf , which appears to solve the issue in
Groovy Gorilla under 5.8.0-25-generic.

I will update if this workaround is not permanent.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-10-31 Thread Pablo
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-10-30 Thread Pablo
I can confirm this problem exists on Lenovo Flex 6 14IKB, on both Ubuntu
20.04 (using 5.4.0-26-generic and above) and on 20.10 (using
5.8.0-25-generic).

Upgrading BIOS to latest did NOT solve this issue for me.

As others have reported, wifi appears to work normally for a while, but
in my case it stops working after I ask NetworkManager to connect to a
network.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-10-21 Thread Airidas Sarkunas
Lenovo Y530-15ICH, dual boot Windows 10 and fresh Ubuntu 20.04 install,
seperate drives,UEFI. Kernel version 5.4.0-52-generic. Wifi card:
RTL8822BE. Worked on the first day, stopped on the second one. Mostly
shows "no networks" although sometimes when I reboot I get "Wifi adapter
not found". Tried rtw88 drivers, as well as r8822be. Secure boot off,
bios Version: 8JCN52WW (06/14/2019).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-09-23 Thread BATIKAN BORA ORMANCI
I was on kernel version 5.4.0.47-generic and was using the rtl8822be
repo of mid-kid on github. I didn't even need to boot on windoes first
to get wifi working, it was all fine, however when I updated to
5.4.0.48-generic that one stopped working, therefore I tried installing
the kernel above (5.9.0-rc1+) and I couldn't even boot to ubuntu. Now
I've returned to my working 5.4.0.47-generic and I'll stay so, here is
the reason why I couldn't boot into ubuntu

** Attachment added: "IMG_20200923_184400.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+attachment/5413532/+files/IMG_20200923_184400.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-08-31 Thread George Mihai Lazu
Hello Kai.
After several reboots this morning I was convinced the issue would no longer 
reproduce. A couple minutes ago I have rebooted the system and the issue 
reproduced, and I was unable to get the wifi card working even though I have 
rebooted into Windows and back into Linux several times.

I have installed 5.9.0-rc1+ and tried rebooting again into Windows and
then Linux, this time successfully connecting to Wifi.

I will be updating you if the issue reproduces. Let me know if you need
any kind of logs that could help debug this issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-08-31 Thread Kai-Heng Feng
George, possible to test
https://people.canonical.com/~khfeng/lp1872984-d3/ ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-08-31 Thread George Mihai Lazu
Without testing the new kernel (I have 5.4.0-42-generic), I have tried
https://bugzilla.kernel.org/show_bug.cgi?id=206411#c11, and then booted
to Windows, connected to a network, and powered off windows with the
"Fast Boot" option disabled in Power Options.

So far, with several reboots, the wifi works correctly. I will be
updating you if the issue reappears, but so far this seems to be a good
fix for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-08-24 Thread Kai-Heng Feng
i.e. something like Windows -> Linux -> Linux -> Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-08-24 Thread Kai-Heng Feng
Hi, please test the kernel via several reboots.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-08-24 Thread campus
The problem persists in the tested 5.9 kernel (tried with cold boot and reboot).
Also, if I boot cycle through windows the wifi works.
I attached the dmesg.

** Attachment added: "Dmesg error with kernel 5.9"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+attachment/5404045/+files/dmesg-error.08.24

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-08-23 Thread You-Sheng Yang
Set to INCOMPLETE for comment #28. Please reset it back to CONFIRMED or
other appropriate state with comments for the result of the test kernel
in comment #28.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-08-23 Thread Kai-Heng Feng
Can you guys please test this kernel:
https://people.canonical.com/~khfeng/lp1872984-d3/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-08-21 Thread You-Sheng Yang
https://bugzilla.kernel.org/show_bug.cgi?id=206411#c9 stated it may
relate to the power sequence of a specific platform. I have also
RTL8822BE installed, but it works on every Focal/Groovy +
5.4.0-42/5.7-rc1/5.8.0-16/5.9-rc1 combination.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-08-21 Thread You-Sheng Yang
https://bugzilla.kernel.org/show_bug.cgi?id=206411

** Bug watch added: Linux Kernel Bug Tracker #206411
   https://bugzilla.kernel.org/show_bug.cgi?id=206411

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-08-21 Thread You-Sheng Yang
** Summary changed:

- RTL8822BE network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 
5.4.0-21-generic and mainline 5.7.0-050700rc1-generic
+ RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 
20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872984

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs