> -----Original Message----- > From: Nikolay Stanchev <stanchev.nick@xxxxxxxxx> > Sent: Wednesday, November 10, 2021 7:11 PM > To: linux-wireless@xxxxxxxxxxxxxxx > Subject: Fwd: rtw89 driver > > Hi there, > > A couple of months ago I bought a new machine from Lenovo (T14 AMD Gen 2 > 5850U) and I'm using this wifi driver with Ubuntu 21.10 with kernel > 5.13.0-20-generic: > https://github.com/lwfinger/rtw89 > The problem is that the machine reboots randomly. I've attached logs and > it seems this is caused by the driver. > The system log is attached and the issue is also described in this thread: > https://forums.lenovo.com/t5/Ubuntu/T14-AMD-Gen-2-5850U/m-p/5108298?page=1#5479053 I see you post an issue in Larry's github, and I suggest to add an additional module parameter: /etc/modprobe.d/50-rtw89.conf options rtw89pci disable_aspm_l1=y disable_aspm_l1ss=y disable_clkreq=y After rebooting machine, please check /sys/module/rtw89_pci/parameters/* to see if above values are expected. Since your log is truncated, I suggest to use netconsole [1] to capture the log. To do this, you need an additional PC with Ethernet connect to this PC. [1] https://wiki.ubuntu.com/Kernel/Netconsole -- Ping-Ke