Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu wifi drivers realtek

+--------------------------------------+
| wifi drivers realtek 8852 for Ubuntu |
+--------------------------------------+
  
Install this tools with the following command

sudo apt-get update
sudo apt-get install make gcc linux-headers-$(uname -r) build-essential git
---------------------------------------------------------------------------------------
Installation

git clone git://github.com/lwfinger/rtw89.git
cd rtw89
make
sudo make install
---------------------------------------------------------------------------------------
sudo modprobe rtw89pci
if Not work --> operation not permitted This is because of SecureBoot enabled in your OS
---------------------------------------------------------------------------------------
mokutil --sb-state
sudo mokutil --disable-validation

Now enter a temporary password between 8 to 16 digits. We will use this password later. 
Enter the same password again to confirm. 
---------------------------------------------------------------------------------------
Once it’s done reboot the system and press any key when you see the blue screen 
(MOK management). 
Select Change Secure Boot state. Enter the password letter by letter you had selected before and press Enter. 
Select Yes to disable Secure Boot in shim-signed. Press Enter key to finish the 
whole procedure. 
After reboot, run "sudo modprobe rtw89pci" again
Comment

PREVIOUS NEXT
Code Example
Shell :: win10 trashcan location 
Shell :: how to grep two terms at once grep 
Shell :: My first git commit 
Shell :: what does worktree prune do 
Shell :: snap install ubuntu 
Shell :: filter match in line sed 
Shell :: git passphrase remember 
Shell :: git delete branches not on remote 
Shell :: get client secret azure app registration powershell 
Shell :: linux command find program 
Shell :: instal ng2 search module 
Shell :: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 
Shell :: find in linux 
Shell :: how to open ubuntu file in visual studio 
Shell :: git clone only single file 
Shell :: dpkg command 
Shell :: docker compose recreate 
Shell :: upload transfer.sh 
Shell :: delete a branch in git command 
Shell :: bash replace beginning of string 
Shell :: Running multiple commands with xargs 
Shell :: how to make maven clean install faster in eclipse 
Shell :: append a string in all files name linux 
Shell :: mount a folder from windows inside wsl 
Shell :: create file on terminal or git 
Shell :: how to push git branch to remote 
Shell :: create a directory 
Shell :: grep usage 
Shell :: create file from terminal using cat 
Shell :: gnu octave ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =