Advertisement
Guest User

Untitled

a guest
Jun 17th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. Description='A simple WPA encrypted wireless connection'
  2. Interface=wlan0
  3. Connection=wireless
  4.  
  5. Security=wpa
  6. IP=dhcp
  7.  
  8. ESSID='wifi_name_here'
  9. # Prepend hexadecimal keys with "
  10. # If your key starts with ", write it as '""<key>"'
  11. # See also: the section on special quoting rules in netctl.profile(5)
  12. Key='password'
  13. # Uncomment this if your ssid is hidden
  14. #Hidden=yes
  15. # Set a priority for automatic profile selection
  16. #Priority=10
  17.  
  18. [root@KRAKEN netctl] systemctl status netctl@tplink.service -l
  19. * netctl@tplink.service - Networking for netctl profile tplink
  20. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  21. Active: failed (Result: exit-code) since Wed 2015-06-17 20:35:19 ART; 8s ago
  22. Docs: man:netctl.profile(5)
  23. Process: 12545 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
  24. Main PID: 12545 (code=exited, status=1/FAILURE)
  25.  
  26. Jun 17 20:34:54 KRAKEN network[12545]: Starting network profile 'tplink'...
  27. Jun 17 20:34:54 KRAKEN network[12545]: ioctl[SIOCSIWAP]: Operation not permitted
  28. Jun 17 20:34:54 KRAKEN network[12545]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
  29. Jun 17 20:34:54 KRAKEN network[12545]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
  30. Jun 17 20:35:19 KRAKEN network[12545]: WPA association/authentication failed for interface 'wlan0'
  31. Jun 17 20:35:19 KRAKEN network[12545]: Failed to bring the network up for profile 'tplink'
  32. Jun 17 20:35:19 KRAKEN systemd[1]: netctl@tplink.service: main process exited, code=exited, status=1/FAILURE
  33. Jun 17 20:35:19 KRAKEN systemd[1]: Failed to start Networking for netctl profile tplink.
  34. Jun 17 20:35:19 KRAKEN systemd[1]: Unit netctl@tplink.service entered failed state.
  35. Jun 17 20:35:19 KRAKEN systemd[1]: netctl@tplink.service failed.
  36.  
  37. [root@KRAKEN netctl] journalctl -xe
  38. --
  39. -- Unit netctl@tplink.service has begun starting up.
  40. Jun 17 20:34:54 KRAKEN network[12545]: Starting network profile 'tplink'...
  41. Jun 17 20:34:54 KRAKEN kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  42. Jun 17 20:34:54 KRAKEN network[12545]: ioctl[SIOCSIWAP]: Operation not permitted
  43. Jun 17 20:34:54 KRAKEN network[12545]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
  44. Jun 17 20:34:54 KRAKEN network[12545]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
  45. Jun 17 20:34:56 KRAKEN kernel: R8188EU: ERROR indicate disassoc
  46. Jun 17 20:34:56 KRAKEN kernel: R8188EU: ERROR indicate disassoc
  47. Jun 17 20:34:57 KRAKEN kernel: R8188EU: ERROR indicate disassoc
  48. Jun 17 20:34:59 KRAKEN kernel: R8188EU: ERROR indicate disassoc
  49. Jun 17 20:35:00 KRAKEN kernel: R8188EU: ERROR indicate disassoc
  50. Jun 17 20:35:14 KRAKEN kernel: R8188EU: ERROR indicate disassoc
  51. Jun 17 20:35:19 KRAKEN network[12545]: WPA association/authentication failed for interface 'wlan0'
  52. Jun 17 20:35:19 KRAKEN kernel: R8188EU: ERROR indicate disassoc
  53. Jun 17 20:35:19 KRAKEN network[12545]: Failed to bring the network up for profile 'tplink'
  54. Jun 17 20:35:19 KRAKEN systemd[1]: netctl@tplink.service: main process exited, code=exited, status=1/FAILURE
  55. Jun 17 20:35:19 KRAKEN systemd[1]: Failed to start Networking for netctl profile tplink.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement