Solution to the wifi (Wireless) Problem in ArchLinux

Source: Internet
Author: User

Next: the previous two articles:
 
# If systemctl enable dhcpcd. service
Systemctl dhcpcd. service
Systemctl disable dhcpcd. service
# Then
Cd/etc/netctl
Cp examples/wireless-wpa. # A simple WPA encrypted wireless connection
Vim wireless-wpa # Modify
+ Interface = wlp8s0 # iw dev view, or ip link or ifconfig
+ Connection = wireless
+ Security = wpa
+
+ IP = dhcp
+ ESSID = 'wifi-name'
+ Key = 'wifi-passwd'
# Note: You must complete the preceding steps before proceeding. Otherwise, there will be a series of problems.
Netctl enable wireless-wpa
Netctl start wireless-wpa
Reboot
(
Related folders:/etc/netctl # network configuration folder. For example, the configuration name is wireless-wpa.
/Etc/systemd/system #
/Etc/systemd/system # netctl@wireless-wpa.service
/Etc/systemd/system/multi-user.target.wants # netctl@wireless-wpa.service
Related commands:
Journalctl-xn
Systemctl -- failed
Systemctl list-unit-files
Systemctl daemon-reload
 
Ip link
Ifconfig wlp8s0 up # start wireless adapter
Ifconfig eno1 up # start wire adapter
 
# Dynamic IP allocation by dhcpcd network-adapter
Dhcpcd eno1
Dhcpcd wlp8s0
)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.