Network configuration (Ελληνικά)/Wireless (Ελληνικά)
Η ρύθμιση του ασύρματου δικτύου, είναι μια διαδικασία που αποτελείται από δύο μέρη: Το πρώτο είναι η αναγνώριση και η επιβεβαίωση πως ο σωστός οδηγός για την ασύρματη κάρτα σας είναι εγκατεστημένος (υπάρχουν στο μέσο εγκατάστασης αλλά συχνά απαιτείται η ξεχωριστή εγκατάσταση), και η ρύθμιση της διεπαφής.
Το δεύτερο είναι η επιλογή μεθόδου διαχείρισης των ασυρμάτων συνδέσεων. Αυτό το άρθρο καλύπτει και τα δύο μέρη, και παρέχει επιπλέον συνδέσμους που αφορούν εργαλεία διαχείρισης ασύρματων δικτύων.
Οδηγός συσκευής
Ο προεπιλεγμένος πυρήνας του Arch Linux είναι αρθρωτός, που σημαίνει πως πολλοί από τους απαιτούμενους από το υλικό σας οδηγοί βρίσκονται στον σκληρό δίσκο σας μετά την εγκατάσταση και είναι διαθέσιμοι ως modules. Κατά την εκκίνηση o udev παίρνει έναν κατάλογο του υλικού σας και φορτώνει τα απαραίτητα για την λειτουργία του modules (οδηγοί), τα οποία επιτρέπουν την δημιουργία της διεπαφής δικτύου.
Ορισμένες υλοποιήσεις ασύρματης κάρτας απαιτούν και την ύπαρξη υλικολογισμικού (firmware) επιπροσθέτως του οδηγού. Πολλά τέτοια υλικολογισμικά πακέτα παρέχονται από το πακέτο linux-firmware το οποίο εγκαθίσταται από προεπιλογή, αλλά αν πρόκειται περί ιδιοταγούς-κλειστού, δεν παρέχεται και θα πρέπει να εγκατασταθεί ξεχωριστά. Η διαδικασία αυτή περιγράφεται στο #Installing driver/firmware[broken link: invalid section].
- Ο Udev δεν είναι τέλειος. Αν ένα απαιτούμενο άρθρωμα (module) δεν φορτώνεται κατά την εκκίνηση, απλά load it manually[broken link: invalid section]. Σημειώστε επίσης πως ο udev περιστασιακά μπορεί να φορτώσει περισσότερους του ενός οδηγούς για το ίδιο υλικό, με αποτέλεσμα την ύπαρξη διένεξης (conflict) εξαιτίας της οποίας δεν θα υπάρξει σωστή ρύθμιση. Βεβαιωθείτε πως έχετε κάνει blacklist το αχρείαστο άρθρωμα.
- Το όνομα της διεπαφής για διαφορετικούς οδηγούς και υλικό ίσως να διαφέρει. Μερικά παραδείγματα είναι
wlan0
,eth1
, andath0
. Δείτε επίσης το Network configuration#Device names[broken link: invalid section].
Έλεγχος κατάστασης οδηγού
Για να ελέγξετε αν ο οδηγός για την κάρτα σας είναι φορτωμένος, ελέγξτε την έξοδο της εντολής lspci -k
. Θα πρέπει να δείτε κάποιον οδηγό πυρήνα σε χρήση, για παράδειγμα:
$ lspci -k
06:00.0 Network controller: Intel Corporation WiFi Link 5100 Subsystem: Intel Corporation WiFi Link 5100 AGN Kernel driver in use: iwlwifi Kernel modules: iwlwifi
lsusb -v
-
dmesg | grep usbcore
, θα πρέπει να δείτε κάτι παρόμοιο μεusbcore: registered new interface driver rtl8187
στην έξοδο.
Επίσης ελέγξτε και την έξοδο της εντολής ip link
ώστε να διαπιστώσετε αν κάποια ασύρματη διεπαφή ((π.χ. wlan0
, wlp2s1
, ath0
) έχει δημιουργηθεί. Κατόπιν ενεργοποιήστε την με την ip link set interface up
. Για παράδειγμα, υποθέτοντας πως η διεπαφή σας είναι η wlan0
:
# ip link set wlan0 up
Αν λάβετε μηνύματα σφάλματος: SIOCSIFFLAGS: No such file or directory
, είναι σχεδόν βέβαιο πως το υλικό της ασύρματης κάρτα σας απαιτεί firmware ώστε να λειτουργήσει.
Ελέγξτε τα μηνύματα λάθους που αφορούν το firmware:
# dmesg | grep firmware
[ 7.148259] iwlwifi 0000:02:00.0: loaded firmware version 39.30.4.1 build 35138 op_mode iwldvm
Αν δεν υπάρχει σχετική έξοδος, ελέγξτε για μηνύματα στην πλήρη έξοδο που αφορά το άρθρωμα (module) που αναγνωρίσατε προηγούμενα, σε αυτό το παράδειγμα το (iwlwifi
ώστε να εξακριβώσετε σχετικά μηνύματα ή περαιτέρω προβλήματα:
# dmesg | grep iwlwifi
[ 12.342694] iwlwifi 0000:02:00.0: irq 44 for MSI/MSI-X [ 12.353466] iwlwifi 0000:02:00.0: loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm [ 12.430317] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled ... [ 12.430341] iwlwifi 0000:02:00.0: Detected Intel(R) Corporation WiFi Link 5100 AGN, REV=0x6B
Αν το module είναι φορτωμένο επιτυχώς και η διεπαφή ενεργή, μπορείτε να παρακάμψετε το παρακάτω τμήμα.
Εγκατάσταση οδηγού/firmware
Ελέγξτε τις παρακάτω λίστες ώστε να διαπιστώσετε αν η συσκευή σας υποστηρίζεται:
- Η Ubuntu Wiki είναι μια καλή λίστα που περιέχει ασύρματε κάρτες οι οποίες υποστηρίζονται είτε από τον πυρήνα του Linux είτε από κάποιον οδηγό που δημιούργησε κάποιος χρήστης καθώς (και το όνομα του οδηγού).
- Η Linux Wireless Support and The Linux Questions' Hardware Compatibility List[dead link 2021-05-17 ⓘ] (HCL) περιέχει επίσης μια καλή βάση υλικού υποστηριζόμενου από τον πυρήνα Linux.
- Η kernel page επιπρόσθετα περιέχει και έναν πίνακα υποστηριζόμενου υλικού.
Αν η ασύρματη κάρτα σας περιέχεται σε κάποια από τις παραπάνω λίστες, ακολουθείστε το τμήμα #Troubleshooting drivers and firmware αυτής της σελίδας, το οποίο περιέχει πληροφορίες για την εγκατάσταση οδηγών και firmware ορισμένων ασύρματων καρτών. Κατόπιν check the driver status[broken link: invalid section] ξανά.
Αν η κάρτα σας δεν περιλαμβάνεται σε κάποια από τις παραπάνω λίστες, είναι πολύ πιθανό να υποστηρίζεται μόνο από τα Windows ορισμένες κάρτες Broadcom, 3com, κλπ). Για αυτές, μπορείτε να δοκιμάσετε να χρησιμοποιήσετε το ndiswrapper.
Διαχείριση ασύρματης σύνδεσης
Υποθέτοντας πως ο οδηγός έχει εγκατασταθεί και λειτουργεί σωστά, θα πρέπει να επιλέξετε μια μέθοδο διαχείρισης της ασύρματης σύνδεσής σας. Τα παρακάτω τμήματα θα σας βοηθήσουν να επιλέξετε.
Η μέθοδος και τα απαραίτητα εργαλεία εξαρτώνται από αρκετούς παράγοντες:
- Η φύση της ρύθμισης διαχείρισης: Από εντελώς χειροκίνητη μέσω τερματικού έως την πλήρη αυτόματη λύση με χρήση γραφικού περιβάλλοντος.
- Ο τύπος προστασίας (ή η έλλειψή του) που προστατεύει το ασύρματο δίκτυο.
- Η ανάγκη για διαφορετικά χαρακτηριστικά δικτύου, αν ο υπολογιστής αλλάζει συχνά περιβάλλον (πχ laptop).
- Όποια και αν είναι η επιλογή σας, θα πρέπει να προσπαθήσετε να συνδεθείτε χρησιμοποιώντας την χειροκίνητη μέθοδο πρώτα. Αυτό θα σας βοηθήσει να κατανοήσετε τα διαφορετικά βήματα που απαιτούνται και να λύσετε πιθανά προβλήματα.
- Αν είναι δυνατόν (πχ αν είστε ο διαχειριστής του δικτύου που θα συνδεθείτε), δοκιμάστε να συνδεθείτε χωρίς προστασία, ώστε να διαπιστώσετε πως όλα λειτουργούν. Κατόπιν δοκιμάστε είτε την μέθοδο προστασίας WEP (απλή στην ρύθμισή της, αλλά που πολύ εύκολα παρακάμπτεται), WPA ή WPA2.
Ο παρακάτω πίνακας δείχνει τις διαφορετικές μεθόδους που είναι δυνατόν να χρησιμοποιηθούν ώστε να ενεργοποιήσετε και να διαχειριστείτε μια ασύρματη σύνδεση, εξαρτώμενη από τον τύπο προστασίας και διαχείρισης, και τα απαραίτητα εργαλεία που απαιτούνται. Αν κει είναι δυνατόν να υπάρξουν και άλλοι συνδυασμοί, αυτοί είναι οι συχνότερα χρησιμοποιούμενοι:
Μέθοδος διαχείρησης | Ενεργοποίηση διεπαφής | Διαχείριση ασύρματης σύνδεσης (/=alternatives) |
Απόδοση διεύθυνσης IP (/=εναλλακτικά) |
---|---|---|---|
Manually managed[broken link: invalid section], χωρίς ή με WEP προστασία |
ip[broken link: invalid section] | iw / iwconfig | ip[broken link: invalid section] / dhcpcd / dhclient |
Manually managed[broken link: invalid section], με WPA ή WPA2 PSK προστασία |
ip[broken link: invalid section] | iw / iwconfig + wpa_supplicant | ip[broken link: invalid section] / dhcpcd / dhclient |
Automatically managed, με υποστήριξη προφίλ δικτύου |
netctl, Wicd, NetworkManager, etc. Αυτά τα εργαλεία, τραβούν και τις απαραίτητες εξαρτήσεις από την λίστα των πακέτων που αφορούν την χειροκίνητη μέθοδο. |
Χειροκίνητη ρύθμιση
Όπως όλα οι άλλες διεπαφές δικτύου, έτσι και οι ασύρματες ελέγχονται με την ip
από το πακέτο iproute2. Το πακέτο wireless_tools παρέχει μια βασική δέσμη εργαλείων για τον έλεγχο των ασύρματων συνδέσεων, ωστόσο αυτά τα εργαλεία θεωρούνται ξεπερασμένα προς χάριν του εργαλείου iw. Αν το iw δεν συνεργάζεται με την ασύρματη κάρτα σας, μπορείτε να χρησιμοποιήσετε τα wireless_tools, ο παρακάτω πίνακας δίνει μια σύνοψη των συγκρίσιμων εντολών τους (δείτε [1] για περισσότερα παραδείγματα).
Επιπρόσθετα, το πακέτο wpa_supplicant απαιτείται για την χρησιμοποίηση WPA/WPA2 προστασία. Αυτά τα δυνατά εργαλεία για τον χώρο του χρήστη, δουλεύουν εξαιρετικά καλά και επιτρέπουν τον πλήρη χειροκίνητο έλεγχο της ασύρματης σύνδεσης.
- τα παραδείγματα σε αυτό το τμήμα λαμβάνουν δεδομένο πως η ασύρματη διεπαφή σας είναι η
wlan0
και πως είστε συνδεδεμένος στο δικό σαςyour_essid
router. Αντικαταστήστε και τα δύο αναλόγως. - Σημειώστε πως οι περισσότερες εντολές θα πρέπει να εκτελεστούν με τον λογαριασμό του root (root permissions). Αν εκτελεστούν με λογαριασμό χρήστη, μερικές από αυτές (πχ iwlist), θα δώσουν έξοδο χωρίς σφάλμα αλλά δεν θα δώσουν και σωστές πληροφορίες, πράγμα που θα προκαλέσει σύγχυση.
iw command | wireless_tools command | Description |
---|---|---|
iw dev wlan0 link | iwconfig wlan0 | Getting link status. |
iw dev wlan0 scan | iwlist wlan0 scan | Scanning for available access points. |
iw dev wlan0 set type ibss | iwconfig wlan0 mode ad-hoc | Setting the operation mode to ad-hoc. |
iw dev wlan0 connect your_essid | iwconfig wlan0 essid your_essid | Connecting to open network. |
iw dev wlan0 connect your_essid 2432 | iwconfig wlan0 essid your_essid freq 2432M | Connecting to open network specifying channel. |
iw dev wlan0 connect your_essid key 0:your_key | iwconfig wlan0 essid your_essid key your_key | Connecting to WEP encrypted network using hexadecimal key. |
iw dev wlan0 connect your_essid key 0:your_key | iwconfig wlan0 essid your_essid key s:your_key | Connecting to WEP encrypted network using ASCII key. |
iw dev wlan0 set power_save on | iwconfig wlan0 power on | Enabling power save. |
Λήψη ορισμένων χρήσιμων πληροφοριών
- Πρώτα θα πρέπει να βρείτε το όνομα της ασύρματης διεπαφής σας. Αυτό μπορείτε να το πετύχετε με την παρακάτω εντολή:
$ iw dev
phy#0 Interface wlan0 ifindex 3 wdev 0x1 addr 12:34:56:78:9a:bc type managed channel 1 (2412 MHz), width: 40 MHz, center1: 2422 MHz
- Για να ελέγξετε την κατάσταση της σύνδεσης, χρησιμοποιείστε την παρακάτω. Παράδειγμα εξόδου όταν δεν είναι συνδεδεμένη σε κάποιο router:
$ iw dev wlan0 link
Not connected.
Ενώ όταν είναι συνδεδεμένη θα δείτε κάτι παρόμοιο με:
$ iw dev wlan0 link
Connected to 12:34:56:78:9a:bc (on wlan0) SSID: MyESSID freq: 2412 RX: 33016518 bytes (152703 packets) TX: 2024638 bytes (11477 packets) signal: -53 dBm tx bitrate: 150.0 MBit/s MCS 7 40MHz short GI bss flags: short-preamble short-slot-time dtim period: 1 beacon int: 100
- Μπορείτε να πάρετε πληροφορίες, όπως το ποσό των tx/rx bytes, την ένταση σήματος κλπ, με την ακόλουθη εντολή:
$ iw dev wlan0 station dump
Station 12:34:56:78:9a:bc (on wlan0) inactive time: 1450 ms rx bytes: 24668671 rx packets: 114373 tx bytes: 1606991 tx packets: 8557 tx retries: 623 tx failed: 1425 signal: -52 dBm signal avg: -53 dBm tx bitrate: 150.0 MBit/s MCS 7 40MHz short GI authorized: yes authenticated: yes preamble: long WMM/WME: yes MFP: no TDLS peer: no
Ενεργοποίηση διεπαφής
(Προαιρετικό, αλλά ίσως να απαιτείται)
Ορισμένες κάρτες ασύρματης δικτύωσης, απαιτούν να ενεργοποιηθεί η διεπαφή πυρήνα πριν να είστε σε θέση να χρησιμοποιήσετε τα εργαλεία iw ή wireless_tools:
# ip link set wlan0 up
RTNETLINK answers: Operation not possible due to RF-kill
, σιγουρευτείτε πως έχετε στην θέση on τον διακόπτη ενεργοποίησης υλικού. Δείτε επίσης #Rfkill caveat για λεπτομέρειες.Εύρεση Access point
Για να δείτε ποια ασύρματα δίκτυα είναι διαθέσιμα:
# iw dev wlan0 scan | less
Interface doesn't support scanning
, τότε πιθανότατα έχετε ξεχάσει να εγκαταστήσετε το αντίστοιχο firmware. Σε ορισμένες περιπτώσεις το ίδιο λάθος εμφανίζεται αν δεν τρέχετε την εντολή iw με τον λογαριασμό του root.Τα σημαντικά προς έλεγχο σημεία:
- SSID: το όνομα του δικτύου.
- Signal: αναφέρεται σε αναλογία με την ένταση του ασύρματου σε dbm (πχ από -100 σε 0). Όσο πιο κοντά είναι στο 0, τόσο καλύτερο είναι το σήμα σας. Αν παρατηρήσετε την αναφερόμενη ένταση σε μια καλής ποιότητας σύνδεσης και σε μιας με κακή, θα έχετε μαι ιδέα για τα επιμέρους μεγέθη.
-
Security: δεν αναφέρεται άμεσα, ελέγξτε την γραμμή που ξεκινά με
capability
. Αν υπάρχειPrivacy
, για παράδειγμαcapability: ESS Privacy ShortSlotTime (0x0411)
, τότε το δίκτυο είναι προστατευμένο με κάποιον τρόπο.- Αν δείτε ένα τμήμα πληροφοριών
RSN
, τότε το δίκτυο είναι προστατευμένο με πρωτόκολλο Wi-Fi Protected Access γνωστού και ως WPA2. - Αν δείτε ένα τμήμα πληροφοριών
WPA
, τότε το δίκτυο είναι προστατευμένο με πρωτόκολλο Wi-Fi Protected Access.
- Αν δείτε ένα τμήμα πληροφοριών
- Στα τμήματα
RSN
καιWPA
μπορείτε να βρείτε τις παρακάτω πληροφορίες:- Ομάδα κρυπτογράφησης (Group cipher): τιμή σε TKIP, CCMP, και τα δύο, άλλο.
- Κρυπτογράφηση ζεύγους (Pairwise ciphers): τιμή σε TKIP, CCMP, και τα δύο, άλλο. Όχι απαραίτητα ίδια τιμή με την τιμή της ομάδας κρυυπτογράφησης.
- Έλεγχος ταυτότητας (Authentication suites): τιμή σε PSK, 802.1x, άλλο. Προκειμένου για οικιακό router, συνήθως βρίσκετε PSK (πχ συνθηματική φράση). Σε δίκτυα πανεπιστημίων, συνήθως βρίσκεται κρυπτογράφηση 802.1x που απαιτεί είσοδο με όνομα χρήστη και κωδικό εισόδου. Κατόπιν θα πρέπει να γνωρίζετε ποια διαχείριση κλειδιού χρησιμοποιεί (πχ ΕΑΡ) καθώς και τον τύπο ενθυλάκωσης (encapsulation) (πχ ΡΕΑΡ). Βρείτε περισσότερες πληροφορίες στο Wikipedia:Authentication protocol και στα περιεχόμενα άρθρα.
- Αν δεν δείτε
RSN
ήWPA
τμήματα αλλά υπάρχει ένδειξηΙδιωτικό
, τότε σε χρήση είναι η μέθοδος κρυπτογράφησης WEP.
- Στα τμήματα
Τρόπος λειτουργίας (Operating mode)
(Προαιρετικό, αλλά ίσως να απαιτείται)
Σε αυτό το βήμα ίσως θα πρέπει να ορίσετε τον σωστό τρόπο λειτουργίας της ασύρματης κάρτας. Συγκεκριμένα, αν πρόκειται να συνδεθείτε σε ένα ad-hoc network, πρέπει να θέσετε τον τρόπο λειτουργίας σε ibss
:
# iw dev wlan0 set type ibss
ip link set wlan0 down
).Σύνδεση (Association)
Αναλόγως της προστασίας, πρέπει να συνδέσετε την ασύρματη κάρτα σας με το σημείο πρόσβασης (access point) ώστε να είστε σε θέση να χρησιμοποιήσετε και να περάσετε το κλειδί προστασίας.
- Χωρίς προστασία
# iw dev wlan0 connect your_essid
- WEP
χρησιμοποιώντας ένα κλειδί δεκαεξαδικό ή ASCII (η μορφή είναι άμεσα διακριτή διότι το κλειδί που αφορά προστασία WEP είναι σταθερού αριθμού χαρακτήρων):
# iw dev wlan0 connect your_essid key 0:your_key
χρησιμοποιώντας ένα κλειδί δεκαεξαδικό ή ASCII, ορίζετε το τρίτο κλειδί ως προεπιλεγμένο (η αρίθμηση ξεκινά από το 0, μέχρι τέσσερα είναι δυνατόν:
# iw dev wlan0 connect your_essid key d:2:your_key
- WPA/WPA2
Πρέπει να επεξεργαστείτε το αρχείο /etc/wpa_supplicant.conf
όπως περιγράφεται στο wpa_supplicant σύμφωνα με το τι έχετε βρει από το #Access point discovery[broken link: invalid section]. Κατόπιν δώστε την παρακάτω εντολή:
# wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf
Opanos (talk) 09:58, 20 December 2013 (UTC)
This is assuming your device uses the wext
driver. If this does not work, you may need to adjust these options.
If connected successfully, continue in a new terminal (or quit wpa_supplicant
with Ctrl+c
and add the -B
switch to the above command to run it in the background). wpa_supplicant contains more information and troubleshooting.
Regardless of the method used, you can check if you have associated successfully:
# iw dev wlan0 link
Getting an IP address
Finally, provide an IP address to the network interface. Simple examples are:
# dhcpcd wlan0
or
# dhclient wlan0
for DHCP, or
# ip addr add 192.168.0.2/24 dev wlan0 # ip route add default via 192.168.0.1
for static IP addressing.
/etc/wpa_supplicant.conf
exists and no wpa_supplicant process is listening on that interface. In most cases, you do not need to create any custom service, just enable dhcpcd@interface
.Custom startup scripts/services
Although the manual configuration method will help troubleshoot wireless problems, you will have to re-type every command each time you reboot. You can also quickly write a shell script to automate the whole process, which is still a quite convenient way of managing network connection while keeping full control over your configuration. You can find some examples in this section.
Manual wireless connection at boot using systemd and dhcpcd
This example uses systemd for start up, wpa_supplicant for connecting, and dhcpcd for assigning an IP address.
/etc/wpa_supplicant.conf
. See wpa_supplicant for details.Create a systemd unit, e.g /etc/systemd/system/network-wireless@.service
:
/etc/systemd/system/network-wireless@.service
[Unit] Description=Wireless network connectivity (%i) Wants=network.target Before=network.target BindsTo=sys-subsystem-net-devices-%i.device After=sys-subsystem-net-devices-%i.device [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/ip link set dev %i up ExecStart=/usr/bin/wpa_supplicant -B -i %i -c /etc/wpa_supplicant.conf ExecStart=/usr/bin/dhcpcd %i ExecStop=/usr/bin/ip link set dev %i down [Install] WantedBy=multi-user.target
Enable the unit and start it, passing the name of the interface:
# systemctl enable network-wireless@wlan0.service # systemctl start network-wireless@wlan0.service
Systemd with wpa_supplicant and static IP
/etc/wpa_supplicant.conf
. See wpa_supplicant for details.First create configuration file for the systemd service, replace interface
with proper interface name:
/etc/conf.d/network-wireless@interface
address=192.168.0.10 netmask=24 broadcast=192.168.0.255 gateway=192.168.0.1
Create a systemd unit file:
/etc/systemd/system/network-wireless@.service
[Unit] Description=Wireless network connectivity (%i) Wants=network.target Before=network.target BindsTo=sys-subsystem-net-devices-%i.device After=sys-subsystem-net-devices-%i.device [Service] Type=oneshot RemainAfterExit=yes EnvironmentFile=/etc/conf.d/network-wireless@%i ExecStart=/usr/bin/ip link set dev %i up ExecStart=/usr/bin/wpa_supplicant -B -i %i -c /etc/wpa_supplicant.conf ExecStart=/usr/bin/ip addr add ${address}/${netmask} broadcast ${broadcast} dev %i ExecStart=/usr/bin/ip route add default via ${gateway} ExecStop=/usr/bin/ip addr flush dev %i ExecStop=/usr/bin/ip link set dev %i down [Install] WantedBy=multi-user.target
Enable the unit and start it, passing the name of the interface:
# systemctl enable network-wireless@wlan0.service # systemctl start network-wireless@wlan0.service
Automatic setup
There are many solutions to choose from, but remember that all of them are mutually exclusive; you should not run two daemons simultaneously. The following table compares the different connection managers, additional notes are in subsections below.
Connection manager | Network profiles support |
Roaming (auto connect dropped or changed location) |
PPP support (e.g. 3G modem) |
Official GUI |
Console tools |
---|---|---|---|---|---|
ConnMan | Yes | Yes | Yes | No |
connmanctl
|
Netctl | Yes | Yes | Yes | No |
netctl ,wifi-menu
|
NetworkManager | Yes | Yes | Yes | Yes |
nmcli
|
Wicd | Yes | Yes | No | Yes |
wicd-curses
|
Netctl
netctl is a replacement for netcfg designed to work with systemd. It uses a profile based setup and is capable of detection and connection to a wide range of network types. This is no harder than using graphical tools.
See: Netctl
Wicd
Wicd is a network manager that can handle both wireless and wired connections. It is written in Python and Gtk with fewer dependencies than NetworkManager, making it an ideal solution for lightweight desktop users. Wicd is available in the official repositories.
See: Wicd
NetworkManager
NetworkManager is an advanced network management tool that is enabled by default in most popular GNU/Linux distributions. In addition to managing wired connections, NetworkManager provides worry-free wireless roaming with an easy-to-use GUI program for selecting your desired network.
See: NetworkManager
Troubleshooting
This section contains general troubleshooting tips, not strictly related to problems with drivers or firmware. For such topics, see next section.
Rfkill caveat
Many laptops have a hardware button (or switch) to turn off wireless card, however, the card can also be blocked by kernel. This can be handled by rfkill. Use rfkill to show the current status:
# rfkill list
0: phy0: Wireless LAN Soft blocked: yes Hard blocked: yes
If the card is hard-blocked, use the hardware button (switch) to unblock it. If the card is not hard-blocked but soft-blocked, use the following command:
# rfkill unblock wifi
rfkill
kernel module.More info: https://askubuntu.com/questions/62166/siocsifflags-operation-not-possible-due-to-rf-kill
Observing Logs
A good first measure to troubleshoot is to analyze the system's logfiles first. In order not to manually parse through them all, it can help to open a second terminal/console window and watch the kernels messages with
# dmesg -w
while performing the action, e.g. the wireless association attempt.
When using a tool for network management, the same can be done for systemd with
# journalctl -f
The individual tools used in this article further provide options for more detailed debugging output, which can be used in a second step of the analysis, if required.
Power saving
See Power saving#Network interfaces.
Failed to get IP address
- If getting an IP address repeatedly fails using the default dhcpcd client, try installing and using dhclient instead. Do not forget to select dhclient as the primary DHCP client in your connection manager!
- If you can get an IP address for a wired interface and not for a wireless interface, try disabling the wireless card's power saving features:
# iwconfig wlan0 power off
- If you get a timeout error due to a waiting for carrier problem, then you might have to set the channel mode to
auto
for the specific device:
# iwconfig wlan0 channel auto
Before changing the channel to auto, make sure your wireless interface is down. After it has successfully changed it, you can bring the interface up again and continue from there.
Connection always times out
The driver may suffer from a lot of tx excessive retries and invalid misc errors for some unknown reason, resulting in a lot of packet loss and keep disconnecting, sometimes instantly. Following tips might be helpful.
Lowering the rate
Try setting lower rate, for example 5.5M:
# iwconfig wlan0 rate 5.5M auto
Fixed option should ensure that the driver does not change the rate on its own, thus making the connection a bit more stable:
# iwconfig wlan0 rate 5.5M fixed
Lowering the txpower
You can try lowering the transmit power as well. This may save power as well:
# iwconfig wlan0 txpower 5
Valid settings are from 0
to 20
, auto
and off
.
Setting rts and fragmentation thresholds
Default iwconfig options have rts and fragmentation thresholds off. These options are particularly useful when there are many adjacent APs or in a noisy environment.
The minimum value for fragmentation value is 256 and maximum is 2346. In many windows drivers the maximum is the default value:
# iwconfig wlan0 frag 2346
For rts minimum is 0, maximum is 2347. Once again windows drivers often use maximum as the default:
# iwconfig wlan0 rts 2347
Random disconnections
Cause #1
If dmesg says wlan0: deauthenticating from MAC by local choice (reason=3)
and you lose your Wi-Fi connection, it is likely that you have a bit too aggressive power-saving on your Wi-Fi card[2][dead link 2021-05-17 ⓘ]. Try disabling the wireless card's power-saving features:
# iwconfig wlan0 power off
See Power saving for tips on how to make it permanent (just specify off
instead of on
).
If your card does not support iwconfig wlan0 power off
, check the BIOS for power management options. Disabling PCI-Express power management in the BIOS of a Lenovo W520 resolved this issue.
Cause #2
If you are experiencing frequent disconnections and dmesg shows messages such as
ieee80211 phy0: wlan0: No probe response from AP xx:xx:xx:xx:xx:xx after 500ms, disconnecting
try changing the channel bandwidth to 20MHz
through your router's settings page.
Troubleshooting drivers and firmware
This section covers methods and procedures for installing kernel modules and firmware for specific chipsets, that differ from generic method.
See Kernel modules for general informations on operations with modules.
Ralink
rt2x00
Unified driver for Ralink chipsets (it replaces rt2500
, rt61
, rt73
, etc). This driver has been in the Linux kernel since 2.6.24, you only need to load the right module for the chip: rt2400pci
, rt2500pci
, rt2500usb
, rt61pci
or rt73usb
which will autoload the respective rt2x00
modules too.
A list of devices supported by the modules is available at the project's homepage.
- Additional notes
- Since kernel 3.0, rt2x00 includes also these drivers:
rt2800pci
,rt2800usb
. - Since kernel 3.0, the staging drivers
rt2860sta
andrt2870sta
are replaced by the mainline driversrt2800pci
andrt2800usb
[3]. - Some devices have a wide range of options that can be configured with
iwpriv
. These are documented in the source tarballs available from Ralink.
rt3090
For devices which are using the rt3090 chipset it should be possible to use rt2800pci
driver, however, is not working with this chipset very well (e.g. sometimes it's not possible to use higher rate than 2Mb/s).
The best way is to use the rt3090AUR[broken link: package not found] driver from AUR. Make sure to blacklist the rt2800pci
module and setup the rt3090sta
module to load[broken link: invalid section] at boot.
rt3290
The rt3290 chipset is recognised by the kernel rt2800pci
module. However, some users experience problems and reverting to a patched Ralink driver seems to be beneficial in these cases.
rt3573
New chipset as of 2012. It may require proprietary drivers from Ralink. Different manufacturers use it, see the Belkin N750 DB wireless usb adapter forums thread.
rt5572
New chipset as of 2012 with support for 5 Ghz bands. It may require proprietary drivers from Ralink and some effort to compile them. At the time of writing a how-to on compilation is available for a DLINK DWA-160 rev. B2 here[dead link 2021-11-13 ⓘ].
Realtek
rtl8192cu
The driver is now in the kernel, but many users have reported being unable to make a connection although scanning for networks does work.
The dkms-8192cuAUR[broken link: package not found] package in the AUR may be a better choice for some users.
rtl8192e
The driver is part of the current kernel package. The module initialization may fail at boot giving this error message:
rtl819xE:ERR in CPUcheck_firmware_ready() rtl819xE:ERR in init_firmware() step 2 rtl819xE:ERR!!! _rtl8192_up(): initialization is failed! r8169 0000:03:00.0: eth0: link down
A workaround is to simply unload the module:
# modprobe -r r8192e_pci
and reload the module (after a pause):
# modprobe r8192e_pci
rtl8188eu
Some dongles, like the TP-Link TL-WN725N v2 (not sure, but it seems that uses the rtl8179 chipset), use chipsets compatible with this driver. In order to use it you have to install the dkms-8188euAUR[broken link: package not found] package in the AUR.
Atheros
The MadWifi team currently maintains three different drivers for devices with Atheros chipset:
-
madwifi
is an old, obsolete driver. Not present in Arch kernel since 2.6.39.1[4]. -
ath5k
is newer driver, which replaces themadwifi
driver. Currently a better choice for some chipsets, but not all chipsets are supported (see below) -
ath9k
is the newest of these three drivers, it is intended for newer Atheros chipsets. All of the chips with 802.11n capabilities are supported.
There are some other drivers for some Atheros devices. See Linux Wireless documentation for details.
ath5k
External resources:
If you find web pages randomly loading very slow, or if the device is unable to lease an IP address, try to switch from hardware to software encryption by loading the ath5k
module with nohwcrypt=1
option. See Kernel modules#Options[broken link: invalid section] for details.
Some laptops may have problems with their wireless LED indicator flickering red and blue. To solve this problem, do:
# echo none > /sys/class/leds/ath5k-phy0::tx/trigger # echo none > /sys/class/leds/ath5k-phy0::rx/trigger
For alternatives, see this bug report.
ath9k
External resources:
In the unlikely event that you have stability issues that trouble you, you could try using the compat-wireless package. An ath9k mailing list[dead link 2021-05-17 ⓘ] exists for support and development related discussions.
ASUS
With some ASUS laptops (tested with ASUS U32U series), it could help to add options asus_nb_wmi wapf=1
to /etc/modprobe.d/asus_nb_wmi.conf
to fix rfkill-related issues.
Intel
ipw2100 and ipw2200
These modules are fully supported in the kernel, but they require additional firmware. Depending on which of the chipsets you have, install either ipw2100-fw or ipw2200-fw. Then reload the appropriate module.
- use the
rtap_iface=1
option to enable the radiotap interface - use the
led=1
option to enable a front LED indicating when the wireless is connected or not
iwlegacy
iwlegacy is the wireless driver for Intel's 3945 and 4965 wireless chips. The firmware is included in the linux-firmware package.
udev should load the driver automatically, otherwise load iwl3945
or iwl4965
manually. See Kernel modules#Loading[broken link: invalid section] for details.
iwlwifi
iwlwifi is the wireless driver for Intel's current wireless chips, such as 5100AGN, 5300AGN, and 5350AGN. See the full list of supported devices. The firmware is included in the linux-firmware package.
If you have problems connecting to networks in general or your link quality is very poor, try to disable 802.11n and enable software encryption:
/etc/modprobe.d/iwlwifi.conf
options iwlwifi 11n_disable=1 options iwlwifi swcrypto=1
Disabling LED blink
iwlegacy
and iwlwifi
drivers.The default settings on the module are to have the LED blink on activity. Some people find this extremely annoying. To have the LED on solid when Wi-Fi is active, you can use the systemd-tmpfiles[broken link: invalid section]:
/etc/tmpfiles.d/phy0-led.conf
w /sys/class/leds/phy0-led/trigger - - - - phy0radio
Run systemd-tmpfiles --create phy0-led.conf
for the change to take effect, or reboot.
To see all the possible trigger values for this LED:
# cat /sys/class/leds/phy0-led/trigger
/sys/class/leds/phy0-led
, you may try to use the led_mode="1"
module option. It should be valid for both iwlwifi
and iwlegacy
drivers.Other Notes
- By default,
iwl3945
is configured to only work with networks on channels 1-11. Higher frequency bands are not allowed in some parts of the world (e.g. the US). In the EU however, channels 12 and 13 are used quite commonly (and Japan allows for channel 14). To makeiwl3945
scan for all channels, addoptions cfg80211 ieee80211_regdom=EU
to/etc/modprobe.d/modprobe.conf
. Withiwlist frequency
you can check which channels are allowed. - If you want to enable more channels on Intel Wifi 5100 (and quite possible other cards too), you can do that with the crda package. After installing the package, edit
/etc/conf.d/wireless-regdom
and uncomment the line where your country code is found. When executingiwlist wlan0 channel
, you should now have access to more channels (depending on your location).
Broadcom
See Broadcom wireless.
Other drivers/devices
Tenda w322u
Treat this Tenda card as an rt2870sta
device. See #rt2x00.
orinoco
This should be a part of the kernel package and be installed already.
Some Orinoco chipsets are Hermes II. You can use the wlags49_h2_cs
driver instead of orinoco_cs
and gain WPA support. To use the driver, blacklist orinoco_cs
first.
prism54
The driver p54
is included in kernel, but you have to download the appropriate firmware for your card from this site and install it into the /usr/lib/firmware
directory.
prism54
, which might conflict with the newer driver (p54pci
or p54usb
). Make sure to blacklist prism54
.ACX100/111
Packages: tiacx
tiacx-firmware
(deleted from official repositories and AUR)
See official wiki for details.
zd1211rw
zd1211rw
is a driver for the ZyDAS ZD1211 802.11b/g USB WLAN chipset, and it is included in recent versions of the Linux kernel. See [5] for a list of supported devices. You only need to install the firmware for the device, provided by the zd1211-firmwareAUR package.
hostap_cs
Host AP is a Linux driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset. The driver is included in Linux kernel.
orinico_cs
driver, it may cause problems.ndiswrapper
Ndiswrapper is a wrapper script that allows you to use some Windows drivers in Linux. See the compatibility list here[dead link 2021-05-17 ⓘ]. You will need the .inf
and .sys
files from your Windows driver. Be sure to use drivers appropriate to your architecture (x86 vs. x86_64).
*.exe
file, you can use cabextract.Follow these steps to configure ndiswrapper.
1. Install the driver to /etc/ndiswrapper/*
# ndiswrapper -i filename.inf
2. List all installed drivers for ndiswrapper
$ ndiswrapper -l
3. Write the following configuration file:
/etc/modprobe.d/ndiswrapper.conf
ndiswrapper -m depmod -a
Now the ndiswrapper install is almost finished; follow the instructions on Kernel modules#Loading[broken link: invalid section] to automatically load the module at boot.
The important part is making sure that ndiswrapper exists on this line, so just add it alongside the other modules. It would be best to test that ndiswrapper will load now, so:
# modprobe ndiswrapper # iwconfig
and wlan0 should now exist. Check this page if you are having problems: Ndiswrapper installation wiki[dead link 2021-05-17 ⓘ].
compat-drivers-patched
Patched compat wireless drivers correct the "fixed-channel -1" issue, whilst providing better injection. Please install the compat-drivers-patchedAUR[broken link: package not found] package from the AUR.
compat-drivers-patchedAUR[broken link: package not found] does not conflict with any other package and the modules built reside in /usr/lib/modules/your_kernel_version/updates
.
These patched drivers come from the Linux Wireless project and support many of the above mentioned chips such as:
ath5k ath9k_htc carl9170 b43 zd1211rw rt2x00 wl1251 wl12xx ath6kl brcm80211
Supported groups:
atheros ath iwlagn rtl818x rtlwifi wl12xx atlxx bt
It is also possible to build a specific module/driver or a group of drivers by editing the PKGBUILD, particularly uncommenting the line #46. Here is an example of building the atheros group:
scripts/driver-select atheros
Please read the package's PKGBUILD for any other possible modifications prior to compilation and installation.