mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-05 10:09:23 +01:00
d8604ac3d5
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
93 lines
1.6 KiB
HTML
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 -> 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 -->
|