Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

wifi driver

+--------------------------------------+
| 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 realtek 
Shell :: bash regex match space 
Shell :: how to grep two terms at once grep 
Shell :: bash string ends with 
Shell :: migration angular version 
Shell :: how to take a screenshot linux terminal 
Shell :: find sort 
Shell :: how to edit and save crontab in linux 
Shell :: create a new repository on the command line 
Shell :: Docker show currently running containers 
Shell :: how to register nuget repository powershell 
Shell :: how to clear terminal in linux 
Shell :: bash zip file without parent directory 
Shell :: check app installed with brew 
Shell :: sbatch cancel job 
Shell :: docker db instance workbench connection 
Shell :: open command linux 
Shell :: read input from stdin bash script 
Shell :: run powershell script by clicking 
Shell :: vscode manually install extension 
Shell :: wget - 
Shell :: how to delete remote file locally on git 
Shell :: modifier un nom de branche git 
Shell :: find index of string in shell 
Shell :: docker gpio 
Shell :: bash if with function call 
Shell :: linux change directory 
Shell :: zip command in linux 
Shell :: mount is fstab 
Shell :: install bottom navigation in react native 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =