Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: ubuntu wifi drivers 
Shell :: win10 trashcan location 
Shell :: mac change file created file changed 
Shell :: bash code for loop 
Shell :: how to delete github repo 
Shell :: powershell github 
Shell :: screen recorder mint 
Shell :: linux os upgrade 
Shell :: get all changes on commit name 
Shell :: how to check if virtualization is enabled in bios in manjaro 
Shell :: grep exclude multi dirs 
Shell :: git restore 
Shell :: docker tag image 
Shell :: windows xp enable remote desktop cmd 
Shell :: rm -rf except 
Shell :: docker container logs host path 
Shell :: open current directory in terminal 
Shell :: undo termial 
Shell :: bash concatenate string variables 
Shell :: chown recursive 
Shell :: git remove files untracked 
Shell :: git clone and create directory 
Shell :: how to erase router configuration in cisco packet tracer 
Shell :: bash index of string 
Shell :: how to use git stash in current branch 
Shell :: curl trust self signed certificate 
Shell :: install k3s on ubuntu 
Shell :: install moment 
Shell :: Why github ask me username/password instead of SSH authentication? 
Shell :: github swaggo 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =