Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu wifi 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 :: powershell function resize image 
Shell :: Failed to start uWSGI Emperor Service 
Shell :: delete remote git branches matching pattern 
Shell :: xampp aliases 
Shell :: Date time in linux prompt 
Shell :: sed repeat pattern 
Shell :: ssh codecommit 
Shell :: how to define a command in bashrc 
Shell :: close adb server 
Shell :: linux command find executable 
Shell :: apt download with dependencies 
Shell :: install ripgrep windows 
Shell :: vi replace 
Shell :: Unable to connect to server: connection to server at "localhost" (127.0.0.1), port 5432 failed 
Shell :: shell save variable 
Shell :: how to install uvicorn 
Shell :: teamcity set environment variable command line 
Shell :: install cypress for nextjs 
Shell :: create gz in ubuntu 
Shell :: git reset commit before file 
Shell :: windows use lf instead of crlf 
Shell :: set up vim in zsh 
Shell :: command to find out my git head version 
Shell :: batch comment 
Shell :: git hub new repo 
Shell :: append data to a file with cat command 
Shell :: linux ubuntu update time 
Shell :: jest for react 
Shell :: git tag documentation 
Shell :: gnu octave 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =