Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

20.04

+--------------------------------------+
| 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 :: ubuntu drivers 
Shell :: powershell function resize image 
Shell :: create a directory and change to it command line 
Shell :: how to push in git 
Shell :: remove multiple files powershell 
Shell :: spaceship theme zsh 
Shell :: powershell show first few lines of command 
Shell :: linux os update 
Shell :: docker no space left on device ubuntu but only 75% use? 
Shell :: regex in batch file 
Shell :: uninstall g2o 
Shell :: linux create directory 
Shell :: reverse a django migration 
Shell :: wormhole for linux 
Shell :: how to assign more than one ip address in linux 
Shell :: ionic equivalent of android clean project 
Shell :: open file command linux 
Shell :: bash read options from file 
Shell :: github pdftron 
Shell :: bind mount on linux 
Shell :: powershell create new file and open 
Shell :: linux remove packages 
Shell :: git create branch without initial commit 
Shell :: index of string in shell 
Shell :: chmod user to root 
Shell :: command to create jpeg in linux 
Shell :: make new branch in git 
Shell :: how to sudo pip permission denied 
Shell :: git update from another branch 
Shell :: virtualbox boot from usb 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =