While not exhaustive, this section covers some common problems faced with wireless support.
There is much more information available from the Community Documentation.
|
|
|
This troubleshooting guide is designed to be carried out in order. If you reach the end of a section and are not directed to another - then try “Wireless” and should it fail begin at the start again. |
-
Many wireless network devices can be turned on or off. Check to see if there is a hardware switch, some devices can be switched off from Windows and may need to be turned back on from Windows.
-
If it is turned on then see “Ελέγξτε για αναγνώριση της συσκευής”.
-
Ανοίξτε ένα Τερματικό ( → → ) και πληκτρολογήστε την εντολή:
sudo lshw -C network
You should see an output, along with the words "CLAIMED, UNCLAIMED, ENABLED or DISABLED"
-
Claimed - this indicates a driver is loaded but not functioning, see “Χρησιμοποιώντας του οδηγούς των Windows των ασύρματων συσκευών σας.”
-
Unclaimed - there is no driver loaded, see “Χρησιμοποιώντας του οδηγούς των Windows των ασύρματων συσκευών σας.”.
-
Enabled - there is a driver loaded, see “Ελέγξτε για μια σύνδεση στον δρομολογητή.”.
-
Disabled - see “Check that the device is on”.
Το Ubuntu υποστηρίζει ένα σύστημα γνωστό και ως NDISWrapper. Αυτό επιτρέπει να χρησιμοποιείτε έναν οδηγό των Windows της ασύρματης συσκευής σας.
-
Αποκτήστε τον οδηγό των Windows για το σύστημα σας και βρείτε ένα αρχείο που έχει την κατάληξη
.inf. -
Εκκινήστε το ndisgtk ( → → ).
-
Επιλέξτε Εγκατάσταση νέου οδηγού.
-
Επιλέξτε την τοποθεσία του αρχείου .inf και πατήστε .
-
Πατήστε το κουμπί .
-
Ανοίξτε ένα Τερματικό ( → → ) και πληκτρολογήστε την εντολή:
iwconfig. -
Αν το ESSID του δρομολογητή εμφανίζεται, ίσως είναι πρόβλημα υποστήριξης του ACPI. Εκκινήστε τον πυρήνα με την επιλογή
pci=noacpi.
-
Ανοίξτε ένα Τερματικό ( → → ) και πληκτρολογήστε την εντολή:
ifconfig. -
If there is an IP address shown see “̔Έλεγχος DNS”.
-
Σε ένα Τερματικό εισάγετε την εντολή:
sudo dhclient όνομα_σύνδεσης_if, όπου όνομα_σύνδεσης_if είναι το όνομα της σύνδεσης που εμφανίστηκε πριν λίγο. -
If you receive a message that says
bound to xxx.xxx.xxx.xxxthen see “̔Έλεγχος DNS” -
Εάν όχι τότε επανεκκινήστε το σύστημά σας.
-
Open a Terminal ( → → ) and type the command:
ping -c3 85.190.27.2. -
Now type the command:
ping www.ubuntu.com. If you get a response from the both then see “Δεν υποστηρίζεται το IPv6”. -
Type the command:
cat /etc/resolv.conf. If there is no nameserver listed then contact your ISP and find out your primary and secondary domain name servers. Once you have this information see “Wireless”.
-
Το IPv6 υποστηρίζεται εξ ορισμού στο Ubuntu και ορισμένες φορές προκαλεί προβλήματα.
-
Για να το απενεργοποιήσετε, ανοίξτε ένα Τερματικό ( → → ) και πληκτρολογήστε την εντολή:
gksudo gedit /etc/modprobe.d/aliases. -
Βρείτε την γραμμή
alias net-pf-10 ipv6και αλλάξτε την σεalias net-pf-10 off. -
Επανεκκινήστε το Ubuntu.

