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 :: pip install caffe 
Shell :: install pup command mac 
Shell :: git worktree prune 
Shell :: merge branch into master 
Shell :: git update branch from master 
Shell :: sed use match in replacement 
Shell :: Comparing Actual Changes Between Two Branches 
Shell :: exit docker container 
Shell :: installing android studio on kali linux 
Shell :: linux find location of executable 
Shell :: terminal rename folder 
Shell :: ubuntu install safari browser terminal 
Shell :: kubectl patch annotation 
Shell :: git prune local branches 
Shell :: Failed to install expo package with error: yarnpkg exited with non-zero code: 1 yarnpkg exited with non-zero code: 1 
Shell :: switch branches in git 
Shell :: install arch package 
Shell :: keycloak docker disable https 
Shell :: git restoring deleted files 
Shell :: install raspap 
Shell :: merge two branches in git command 
Shell :: tar uncompress tgz 
Shell :: windows search multiple file types 
Shell :: basename bash 
Shell :: powershell history file 
Shell :: present working directory linux command 
Shell :: delete github repository without browser 
Shell :: nvm command 
Shell :: kubernetes config context change environment/cluster 
Shell :: mvn clean install does not running test 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =