RF-Killにより動作不可

RF-Killにより動作不可

私はこの質問をする他のスレッドを見たことがないと思います。私は長い間この問題に密着していました。

システム(Kali Linux Rolling)を起動すると、エラーが発生してRaise Network Interface [Failed]出力systemctl status networking.serviceされます。

# systemctl status networking.service 
● networking.service - Raise network interfaces
   Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor prese
   Active: failed (Result: exit-code) since Tue 2016-10-25 09:24:36 IDT; 6min ag
     Docs: man:interfaces(5)
 Main PID: 616 (code=exited, status=1/FAILURE)

Oct 25 09:24:35 MY-PC systemd[1]: Starting Raise network interfaces...
Oct 25 09:24:36 MY-PC ifup[616]: RTNETLINK answers: Operation not possible 
Oct 25 09:24:36 MY-PC ifup[616]: Failed to bring up wlan0.
Oct 25 09:24:36 MY-PC systemd[1]: networking.service: Main process exited, 
Oct 25 09:24:36 MY-PC systemd[1]: Failed to start Raise network interfaces.
Oct 25 09:24:36 MY-PC systemd[1]: networking.service: Unit entered failed s
Oct 25 09:24:36 MY-PC systemd[1]: networking.service: Failed with result 'e

私のネットワークカードはですNetwork controller: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express) (rev 01)。私のネットワークカードは新しいものですが、周囲にはっきりとネットワークがあると、どのネットワークも表示されません(以前は機能していましたが、何らかの理由で現在は機能しません)。

以下は、シナリオに関するいくつかの有用な情報を表示するいくつかのコマンドの出力です。

# iwconfig
eth0      no wireless extensions.

wlan0     IEEE 802.11  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off

lo        no wireless extensions.

# rfkill list
0: phy0: Wireless LAN
    Soft blocked: no [COMMENT: THIS IS SOFT BLOCKED WHEN WIFI IS OFF AND IS NOT WHEN I TURN ON WIFI]
    Hard blocked: no 

長い間この問題を経験しています。この問題を解決してWi-Fiを再起動する方法はありますか?

ベストアンサー1

おすすめ記事