> -----Original Message----- > From: Ali Ghandour <gandour.ali@xxxxxxxxx> > Sent: Tuesday, December 12, 2023 1:36 PM > To: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > Cc: linux-wireless@xxxxxxxxxxxxxxx > Subject: Re: Lenovo LOQ rtw_8852be > > > Please try below workaround patch to ignore the setting. I have tried that, and > > in my side it still works without obvious problem. I will check internally to > > check how much this can affect. If not, I would ignore this if certain platform > > like yours can't access PCI space over 0x100. > > I was able to connect. Thanks a lot Ping-Ke! > Good. Please use it as usual and monitor if it works stable. I would like take your results as reference to decide how I can modify the driver. > [ 609.796171] rtw89_8852be 0000:09:00.0: failed to set CLKREQ Delay > [ 609.796175] rtw89_8852be 0000:09:00.0: failed to set CLKREQ_L1, ret=-22 > [ 609.796177] rtw89_8852be 0000:09:00.0: failed to read ASPM Delay > [ 609.796177] rtw89_8852be 0000:09:00.0: failed to read ASPM Delay > [ 609.796178] rtw89_8852be 0000:09:00.0: failed to set ASPM L1, ret=-22 These mean we fail to access more PCI config space over 0x100. I will consider these cases as well. Ping-Ke