Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu drivers

+--------------------------------------+
| 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 :: bash regex match space 
Shell :: gsed comand store file 
Shell :: winui 3 installation 
Shell :: change default boot grub 
Shell :: git stash 
Shell :: sed replace 
Shell :: git add untracked to gitignore 
Shell :: How to remove all local branches which are merged or not on remote branches 
Shell :: knows the version of one application on ubuntu 
Shell :: where is sudo in linux 
Shell :: tinymce vue 2 
Shell :: linux command to show memory hardware 
Shell :: grep search in file bash 
Shell :: Unable to connect to server: connection to server at "localhost" (127.0.0.1), port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? 
Shell :: sudo rename command 
Shell :: chakraUI 
Shell :: add ssh key to github 
Shell :: how to speed up internet connection ubuntu 20 
Shell :: pyinstaller add files 
Shell :: kali metapackages detail 
Shell :: terminal multiple commands 
Shell :: print next 10 lines after grep 
Shell :: Best way to change the file extension in powershell 
Shell :: linux check current umask 
Shell :: npm commands 
Shell :: present working directory in linux 
Shell :: time is not updating from internet ubuntu 
Shell :: list directories linux 
Shell :: pip install datetime 
Shell :: gnu octave ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =