Difference between revisions of "Linux: RF kill"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " rfkill list rmmod ath5k rfkill unblock all modprobe ath5k")
 
 
Line 1: Line 1:
 +
==Cek==
  
 
  rfkill list
 
  rfkill list
 
   
 
   
  rmmod ath5k
+
 
  rfkill unblock all
+
==Buang Hardware Block==
  modprobe ath5k
+
 
 +
  sudo rmmod -f ath5k
 +
  sudo rfkill unblock all
 +
  sudo modprobe ath5k
 +
 
 +
 
 +
==Pranala Menarik==
 +
 
 +
* [[Linux]]

Latest revision as of 10:11, 7 November 2018

Cek

rfkill list

Buang Hardware Block

sudo rmmod -f ath5k
sudo rfkill unblock all
sudo modprobe ath5k


Pranala Menarik