RTL889_8852be not working

Got a new laptop with realtek rtl889_8852be but it i not being detected in any linux distro i tried (fedora,arch,ubuntu) in live(or in fedora install). in many place it say the driver is available in kernel 6.2 or above but i cant get it working. gnome control panel says no adapter found. it is not turned off in bios checked it
lspci -nnk result

02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8852BE PCIe 802.11ax Wireless Network Controller [10ec:b852]
	Subsystem: Lenovo Device [17aa:4853]
	Kernel modules: rtw89_8852be

lshw -C network

*-network UNCLAIMED
       description: Network controller
       product: RTL8852BE PCIe 802.11ax Wireless Network Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: cap_list
       configuration: latency=0
       resources: ioport:2000(size=256) memory:fd500000-fd5fffff

lsmod

lsmod | grep rtw
rtw89_8852be           12288  0
rtw89_8852b           364544  1 rtw89_8852be
rtw89_pci              81920  1 rtw89_8852be
rtw89_core            577536  2 rtw89_8852b,rtw89_pci
mac80211             1568768  2 rtw89_core,rtw89_pci
cfg80211             1335296  3 rtw89_8852b,rtw89_core,mac80211

dmesg

[    8.847006] rtw89_8852be 0000:02:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
[    8.847207] rtw89_8852be 0000:02:00.0: enabling device (0000 -> 0003)
[    8.850388] rtw89_8852be 0000:02:00.0: Firmware version 0.29.29.5 (da87cccd), cmd version 0, type 5
[    8.850400] rtw89_8852be 0000:02:00.0: Firmware version 0.29.29.5 (da87cccd), cmd version 0, type 3
[    9.027151] rtw89_8852be 0000:02:00.0: [ERR]WDE cfg ready
[    9.027154] rtw89_8852be 0000:02:00.0: [ERR]DLE pre init -110
[    9.027157] rtw89_8852be 0000:02:00.0: failed to setup chip information
[    9.028057] rtw89_8852be: probe of 0000:02:00.0 failed with error -110

it is being detected in linux and windows(device not connected error 45) but not working in either is there a possibility it is a hardware related issue??

Added f39, realtek, wifi

It looks like a patch to fix the problem has been submitted upstream but it hasn’t been merged into a stable release yet.

https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/net/wireless/realtek/rtw89/pci.c?h=next-20240214&id=9496d62f3877bc0f97b415bc04af98d092878026