update @ Thu 20 Jan 16:14:25 EET 2022

Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
This commit is contained in:
Ari Archer 2022-01-20 16:14:25 +02:00
parent 27176dd690
commit d8604ac3d5
5 changed files with 106 additions and 4 deletions

2
data/fix_rtw.conf Normal file
View file

@ -0,0 +1,2 @@
options rtw88_pci disable_aspm=1

5
git.sh
View file

@ -1,6 +1,7 @@
#!/bin/sh #!/usr/bin/env sh
rm -fv content/styles/config/_main.css rm -fv content/styles/config/_main.css
git add . git add .
git commit -S -m "update @ $(date)" git commit -sam "update @ $(date)"
git push -u origin terminal git push -u origin terminal

View file

@ -0,0 +1,93 @@
<!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 -->

View file

@ -16,7 +16,7 @@
My blogs My blogs
</h1> </h1>
<code> <code>
Last updated on: 2022-01-14 18:43:19 EET Last updated on: 2022-01-20 16:11:48 EET
</code> </code>
<div> <div>
<ul> <ul>
@ -130,6 +130,11 @@
Funny thing about my site Funny thing about my site
</a> </a>
</li> </li>
<li>
<a href="/page/blog/blogs/Fixing-kernel-freezing-on-realtek-wifi_5342268108.html">
Fixing kernel freezing on realtek WiFi
</a>
</li>
</ul> </ul>
</div> </div>
</body> </body>

View file

@ -19,4 +19,5 @@
* [GUIs are useless](/page/blog/blogs/Guis-are-useless_4816713057.html) * [GUIs are useless](/page/blog/blogs/Guis-are-useless_4816713057.html)
* [What happened to faker.js?](/page/blog/blogs/What-happened-to-faker.js__5729874372.html) * [What happened to faker.js?](/page/blog/blogs/What-happened-to-faker.js__5729874372.html)
* [New domain! -- ari-web.xyz](/page/blog/blogs/New-domain!----ari-web.xyz_7375640347.html) * [New domain! -- ari-web.xyz](/page/blog/blogs/New-domain!----ari-web.xyz_7375640347.html)
* [Funny thing about my site](/page/blog/blogs/Funny-thing-about-my-site_6342443591.html) * [Funny thing about my site](/page/blog/blogs/Funny-thing-about-my-site_6342443591.html)
* [Fixing kernel freezing on realtek WiFi](/page/blog/blogs/Fixing-kernel-freezing-on-realtek-wifi_5342268108.html)