> -----Original Message----- > From: Ali Ghandour <gandour.ali@xxxxxxxxx> > Sent: Sunday, November 26, 2023 5:36 AM > To: linux-wireless@xxxxxxxxxxxxxxx > Subject: Lenovo LOQ rtw_8852be > > Hi, > > Following below thread, rtw_8852be driver fails for Lenovo LOQ: > https://github.com/lwfinger/rtw89/issues/235 > > rtw89_8852be 0000:09:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin > rtw89_8852be 0000:09:00.0: Firmware version 0.29.29.5 (da87cccd), cmd > version 0, type 5 > rtw89_8852be 0000:09:00.0: Firmware version 0.29.29.5 (da87cccd), cmd > version 0, type 3 > rtw89_8852be 0000:09:00.0: MAC has already powered on > rtw89_8852be 0000:09:00.0: [ERR]pci config read 719 > rtw89_8852be 0000:09:00.0: [ERR] pcie autok fail -22 > rtw89_8852be 0000:09:00.0: failed to setup chip information > tw89_8852be: probe of 0000:09:00.0 failed with error -22 > > I am running Ubuntu 22.04.3 and kernel 6.2.0-37-generic. > Not very sure why your host can't read PCI configuration space 0x719. Please provide your PCI host controller by 'lspci -tv'. And, I wonder if user space tool 'lspci' can dump whole PCI configuration space on your platform, so please provide full dump by 'sudo lspci -s xx:yy.zz -xxxx' (you can get the device number followed '-s' by 'lspci', and copy the number, like) 03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device b852 After kernel 5.18, we change to use standard pci API to read/write configuration space, so if possible please downgrade to 5.17 to see if that version works to you. Ping-Ke