* RTL8852BE fails to power on: "xtal si not ready" on ASUS TUF GAMING B650-PLUS WIFI
@ 2026-03-16 14:10 Jason Kakandris
2026-03-17 3:03 ` Ping-Ke Shih
0 siblings, 1 reply; 4+ messages in thread
From: Jason Kakandris @ 2026-03-16 14:10 UTC (permalink / raw)
To: linux-wireless
System Info
Distro: Linux Mint 22.3 Zena (Ubuntu 24.04 base)
Kernels tested: 6.14.0-37-generic, 6.17.0-14-generic (same failure on both)
Motherboard: ASUS TUF GAMING B650-PLUS WIFI (Rev 1.xx)
BIOS: v3827 (Feb 2026)
CPU: AMD Ryzen 7 7700X
Driver: rtw89 v7.0 (git commit d2f175e
https://github.com/morrownr/rtw89/commit/d2f175eafa0a4ef9cc65e7073a77e60238cae614)
WiFi works in Windows: Yes
Problem
The RTL8852BE WiFi card fails to initialize with xtal si not ready error. No
wireless interface is created.
dmesg output
rtw89_8852be_git 0000:08:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
rtw89_8852be_git 0000:08:00.0: enabling device (0000 -> 0003)
rtw89_8852be_git 0000:08:00.0: xtal si not ready(R): offset=41
rtw89_8852be_git 0000:08:00.0: xtal si not ready(W): offset=90 val=10 mask=10
rtw89_8852be_git 0000:08:00.0: failed to power on
rtw89_8852be_git 0000:08:00.0: failed to setup chip information
rtw89_8852be_git 0000:08:00.0: probe with driver rtw89_8852be_git failed with
error -110
lspci
08:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8852BE
PCIe 802.11ax Wireless Network Controller [10ec:b852]
Subsystem: AzureWave RTL8852BE PCIe 802.11ax Wireless Network Controller
[1a3b:5471]
What I've tried
Kernel parameter pcie_aspm=off
Module parameters: disable_clkreq=Y disable_aspm_l1=Y disable_aspm_l1ss=Y
disable_ps_mode=y
Updated BIOS from v3057 to v3827
Updated firmware files via make install_fw
Tested on kernels 6.14 and 6.17 — same failure on both
In-kernel driver and morrownr out-of-tree driver — same failure
WiFi works fine in Windows on the same hardware
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: RTL8852BE fails to power on: "xtal si not ready" on ASUS TUF GAMING B650-PLUS WIFI
2026-03-16 14:10 RTL8852BE fails to power on: "xtal si not ready" on ASUS TUF GAMING B650-PLUS WIFI Jason Kakandris
@ 2026-03-17 3:03 ` Ping-Ke Shih
2026-03-17 11:27 ` Jason Kakandris
0 siblings, 1 reply; 4+ messages in thread
From: Ping-Ke Shih @ 2026-03-17 3:03 UTC (permalink / raw)
To: Jason Kakandris, linux-wireless@vger.kernel.org
Jason Kakandris <ikakandris@gmail.com> wrote:
> System Info
>
> Distro: Linux Mint 22.3 Zena (Ubuntu 24.04 base)
> Kernels tested: 6.14.0-37-generic, 6.17.0-14-generic (same failure on both)
> Motherboard: ASUS TUF GAMING B650-PLUS WIFI (Rev 1.xx)
> BIOS: v3827 (Feb 2026)
> CPU: AMD Ryzen 7 7700X
> Driver: rtw89 v7.0 (git commit d2f175e
> https://github.com/morrownr/rtw89/commit/d2f175eafa0a4ef9cc65e7073a77e60238c
> ae614)
> WiFi works in Windows: Yes
>
>
> Problem
> The RTL8852BE WiFi card fails to initialize with xtal si not ready error. No
> wireless interface is created.
>
>
> dmesg output
>
> rtw89_8852be_git 0000:08:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
> rtw89_8852be_git 0000:08:00.0: enabling device (0000 -> 0003)
It looks like you didn't encounter D3Cold problem, but I think you can
give it a try [1].
[1] https://bugzilla.kernel.org/show_bug.cgi?id=221213
> rtw89_8852be_git 0000:08:00.0: xtal si not ready(R): offset=41
> rtw89_8852be_git 0000:08:00.0: xtal si not ready(W): offset=90 val=10 mask=10
> rtw89_8852be_git 0000:08:00.0: failed to power on
> rtw89_8852be_git 0000:08:00.0: failed to setup chip information
> rtw89_8852be_git 0000:08:00.0: probe with driver rtw89_8852be_git failed with
> error -110
These messages appear when first booting or after system resume?
Recently we update something related to suspend/resume problem.
Please use the latest driver (kernel 7.0-rc4) with the latest
firmware (v0.29.29.15).
>
>
> lspci
>
> 08:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8852BE
> PCIe 802.11ax Wireless Network Controller [10ec:b852]
> Subsystem: AzureWave RTL8852BE PCIe 802.11ax Wireless Network Controller
> [1a3b:5471]
>
> What I've tried
>
> Kernel parameter pcie_aspm=off
> Module parameters: disable_clkreq=Y disable_aspm_l1=Y disable_aspm_l1ss=Y
> disable_ps_mode=y
As you try this, please ensure that add a configuration file to /etc/module.d/,
and cold reboot.
> Updated BIOS from v3057 to v3827
> Updated firmware files via make install_fw
> Tested on kernels 6.14 and 6.17 — same failure on both
> In-kernel driver and morrownr out-of-tree driver — same failure
> WiFi works fine in Windows on the same hardware
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: RTL8852BE fails to power on: "xtal si not ready" on ASUS TUF GAMING B650-PLUS WIFI
2026-03-17 3:03 ` Ping-Ke Shih
@ 2026-03-17 11:27 ` Jason Kakandris
2026-03-18 1:18 ` Ping-Ke Shih
0 siblings, 1 reply; 4+ messages in thread
From: Jason Kakandris @ 2026-03-17 11:27 UTC (permalink / raw)
To: Ping-Ke Shih; +Cc: linux-wireless@vger.kernel.org
Hello!
- The error appears on first boot, not after resume. It has never
worked on Linux.
- I have set up a udev rule to disable D3Cold for the device and will
test with a cold boot. I will also try the latest firmware
(v0.29.29.15) and report back.
Where can I obtain firmware v0.29.29.15? Is it rtw8852b_fw-2.bin from
linux-firmware.git?
Στις Τρί 17 Μαρ 2026 στις 5:03 π.μ., ο/η Ping-Ke Shih
<pkshih@realtek.com> έγραψε:
>
> Jason Kakandris <ikakandris@gmail.com> wrote:
> > System Info
> >
> > Distro: Linux Mint 22.3 Zena (Ubuntu 24.04 base)
> > Kernels tested: 6.14.0-37-generic, 6.17.0-14-generic (same failure on both)
> > Motherboard: ASUS TUF GAMING B650-PLUS WIFI (Rev 1.xx)
> > BIOS: v3827 (Feb 2026)
> > CPU: AMD Ryzen 7 7700X
> > Driver: rtw89 v7.0 (git commit d2f175e
> > https://github.com/morrownr/rtw89/commit/d2f175eafa0a4ef9cc65e7073a77e60238c
> > ae614)
> > WiFi works in Windows: Yes
> >
> >
> > Problem
> > The RTL8852BE WiFi card fails to initialize with xtal si not ready error. No
> > wireless interface is created.
> >
> >
> > dmesg output
> >
> > rtw89_8852be_git 0000:08:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
> > rtw89_8852be_git 0000:08:00.0: enabling device (0000 -> 0003)
>
> It looks like you didn't encounter D3Cold problem, but I think you can
> give it a try [1].
>
> [1] https://bugzilla.kernel.org/show_bug.cgi?id=221213
>
> > rtw89_8852be_git 0000:08:00.0: xtal si not ready(R): offset=41
> > rtw89_8852be_git 0000:08:00.0: xtal si not ready(W): offset=90 val=10 mask=10
> > rtw89_8852be_git 0000:08:00.0: failed to power on
> > rtw89_8852be_git 0000:08:00.0: failed to setup chip information
> > rtw89_8852be_git 0000:08:00.0: probe with driver rtw89_8852be_git failed with
> > error -110
>
> These messages appear when first booting or after system resume?
> Recently we update something related to suspend/resume problem.
> Please use the latest driver (kernel 7.0-rc4) with the latest
> firmware (v0.29.29.15).
>
> >
> >
> > lspci
> >
> > 08:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8852BE
> > PCIe 802.11ax Wireless Network Controller [10ec:b852]
> > Subsystem: AzureWave RTL8852BE PCIe 802.11ax Wireless Network Controller
> > [1a3b:5471]
> >
> > What I've tried
> >
> > Kernel parameter pcie_aspm=off
> > Module parameters: disable_clkreq=Y disable_aspm_l1=Y disable_aspm_l1ss=Y
> > disable_ps_mode=y
>
> As you try this, please ensure that add a configuration file to /etc/module.d/,
> and cold reboot.
>
> > Updated BIOS from v3057 to v3827
> > Updated firmware files via make install_fw
> > Tested on kernels 6.14 and 6.17 — same failure on both
> > In-kernel driver and morrownr out-of-tree driver — same failure
> > WiFi works fine in Windows on the same hardware
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: RTL8852BE fails to power on: "xtal si not ready" on ASUS TUF GAMING B650-PLUS WIFI
2026-03-17 11:27 ` Jason Kakandris
@ 2026-03-18 1:18 ` Ping-Ke Shih
0 siblings, 0 replies; 4+ messages in thread
From: Ping-Ke Shih @ 2026-03-18 1:18 UTC (permalink / raw)
To: Jason Kakandris; +Cc: linux-wireless@vger.kernel.org
// mailing list doesn't want top-posting. I move the post to bottom.
Jason Kakandris <ikakandris@gmail.com> wrote:
> Στις Τρί 17 Μαρ 2026 στις 5:03 π.μ., ο/η Ping-Ke Shih
> <pkshih@realtek.com> έγραψε:
> >
> > Jason Kakandris <ikakandris@gmail.com> wrote:
> > > System Info
> > >
> > > Distro: Linux Mint 22.3 Zena (Ubuntu 24.04 base)
> > > Kernels tested: 6.14.0-37-generic, 6.17.0-14-generic (same failure on both)
> > > Motherboard: ASUS TUF GAMING B650-PLUS WIFI (Rev 1.xx)
> > > BIOS: v3827 (Feb 2026)
> > > CPU: AMD Ryzen 7 7700X
> > > Driver: rtw89 v7.0 (git commit d2f175e
> > >
> https://github.com/morrownr/rtw89/commit/d2f175eafa0a4ef9cc65e7073a77e60238c
> > > ae614)
> > > WiFi works in Windows: Yes
> > >
> > >
> > > Problem
> > > The RTL8852BE WiFi card fails to initialize with xtal si not ready error.
> No
> > > wireless interface is created.
> > >
> > >
> > > dmesg output
> > >
> > > rtw89_8852be_git 0000:08:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
> > > rtw89_8852be_git 0000:08:00.0: enabling device (0000 -> 0003)
> >
> > It looks like you didn't encounter D3Cold problem, but I think you can
> > give it a try [1].
> >
> > [1] https://bugzilla.kernel.org/show_bug.cgi?id=221213
> >
> > > rtw89_8852be_git 0000:08:00.0: xtal si not ready(R): offset=41
> > > rtw89_8852be_git 0000:08:00.0: xtal si not ready(W): offset=90 val=10 mask=10
> > > rtw89_8852be_git 0000:08:00.0: failed to power on
> > > rtw89_8852be_git 0000:08:00.0: failed to setup chip information
> > > rtw89_8852be_git 0000:08:00.0: probe with driver rtw89_8852be_git failed
> with
> > > error -110
> >
> > These messages appear when first booting or after system resume?
> > Recently we update something related to suspend/resume problem.
> > Please use the latest driver (kernel 7.0-rc4) with the latest
> > firmware (v0.29.29.15).
> >
> > >
> > >
> > > lspci
> > >
> > > 08:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8852BE
> > > PCIe 802.11ax Wireless Network Controller [10ec:b852]
> > > Subsystem: AzureWave RTL8852BE PCIe 802.11ax Wireless Network Controller
> > > [1a3b:5471]
> > >
> > > What I've tried
> > >
> > > Kernel parameter pcie_aspm=off
> > > Module parameters: disable_clkreq=Y disable_aspm_l1=Y disable_aspm_l1ss=Y
> > > disable_ps_mode=y
> >
> > As you try this, please ensure that add a configuration file to /etc/module.d/,
> > and cold reboot.
> >
> > > Updated BIOS from v3057 to v3827
> > > Updated firmware files via make install_fw
> > > Tested on kernels 6.14 and 6.17 — same failure on both
> > > In-kernel driver and morrownr out-of-tree driver — same failure
> > > WiFi works fine in Windows on the same hardware
> >
> - The error appears on first boot, not after resume. It has never
> worked on Linux.
> - I have set up a udev rule to disable D3Cold for the device and will
> test with a cold boot. I will also try the latest firmware
> (v0.29.29.15) and report back.
> Where can I obtain firmware v0.29.29.15? Is it rtw8852b_fw-2.bin from
> linux-firmware.git?
>
Yes.
I review the "xtal si not ready" messages again. It looks like it fails to
power-on before downloading firmware, so firmware might not the cause
you are encountering.
Please try to remove module and reinstall module after booting to see how
it will be. Open a terminal, manually do below commands (try more than
one times), and share kernel log to us
rmmod rtw89_8852be
modprobe rtw89_8852be
Ping-Ke
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-03-18 1:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16 14:10 RTL8852BE fails to power on: "xtal si not ready" on ASUS TUF GAMING B650-PLUS WIFI Jason Kakandris
2026-03-17 3:03 ` Ping-Ke Shih
2026-03-17 11:27 ` Jason Kakandris
2026-03-18 1:18 ` Ping-Ke Shih
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox