Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. # systemctl status networking.service
  2. ● networking.service - Raise network interfaces
  3. Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor prese
  4. Active: failed (Result: exit-code) since Tue 2016-10-25 09:24:36 IDT; 6min ag
  5. Docs: man:interfaces(5)
  6. Main PID: 616 (code=exited, status=1/FAILURE)
  7.  
  8. Oct 25 09:24:35 MY-PC systemd[1]: Starting Raise network interfaces...
  9. Oct 25 09:24:36 MY-PC ifup[616]: RTNETLINK answers: Operation not possible
  10. Oct 25 09:24:36 MY-PC ifup[616]: Failed to bring up wlan0.
  11. Oct 25 09:24:36 MY-PC systemd[1]: networking.service: Main process exited,
  12. Oct 25 09:24:36 MY-PC systemd[1]: Failed to start Raise network interfaces.
  13. Oct 25 09:24:36 MY-PC systemd[1]: networking.service: Unit entered failed s
  14. Oct 25 09:24:36 MY-PC systemd[1]: networking.service: Failed with result 'e
  15.  
  16. # iwconfig
  17. eth0 no wireless extensions.
  18.  
  19. wlan0 IEEE 802.11 ESSID:off/any
  20. Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
  21. Retry short limit:7 RTS thr:off Fragment thr:off
  22. Encryption key:off
  23. Power Management:off
  24.  
  25. lo no wireless extensions.
  26.  
  27. # rfkill list
  28. 0: phy0: Wireless LAN
  29. Soft blocked: no [COMMENT: THIS IS SOFT BLOCKED WHEN WIFI IS OFF AND IS NOT WHEN I TURN ON WIFI]
  30. Hard blocked: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement