ari.lt/page/blog/blogs/Fixing-kernel-freezing-on-realtek-wifi_5342268108.html
Ari Archer d8604ac3d5 update @ Thu 20 Jan 16:14:25 EET 2022
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-01-20 16:14:25 +02:00

93 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>
Ari::web -&gt; Blog
</title>
<meta content="website webdev linux programming ari terminal dark blog javascript opensource free" name="keywords"/>
<meta content="Blog on 2022-01-20 16:11:48 EET - Fixing kernel freezing on realtek WiFi" name="description"/>
<meta content="follow" name="robots"/>
</head>
<body>
<div>
<h1>
Fixing kernel freezing on realtek WiFi
</h1>
<p>
2022-01-20 16:11:48 EET |
<a href="..">
back
</a>
|
<a href="/">
home
</a>
|
<a href="/git">
git
</a>
</p>
<hr/>
<h1>
Internet way
</h1>
<ul>
<li>
Run
</li>
</ul>
<p>
<code>
sudo curl 'https://ari-web.xyz/data/fix_rtw.conf' -o /etc/modprobe.d/fix_rtw.conf
</code>
</p>
<ul>
<li>
Reboot
</li>
</ul>
<p>
<code>
sudo reboot -h
</code>
</p>
<h1>
No-internet way
</h1>
<ul>
<li>
Open
<code>
/etc/modprobe.d/fix_rtw.conf
</code>
(you can name it whatever you want) in any editor
<strong>
as root
</strong>
</li>
<li>
Add this to the file:
</li>
</ul>
<p>
<code>
options rtw88_pci disable_aspm=1
</code>
</p>
<ul>
<li>
Reboot
</li>
</ul>
<p>
<code>
sudo reboot -h
</code>
</p>
</div>
</body>
</html>
<!-- this is automatically generated by scripts/add_blog -->