Wireless troubleshooting

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.

Check that the device is on

  1. 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.

  2. If it is turned on then see “Ελέγξτε για αναγνώριση της συσκευής”.

Ελέγξτε για αναγνώριση της συσκευής

  1. Ανοίξτε ένα Τερματικό (ΕφαρμογέςΒοηθήματαΤερματικό) και πληκτρολογήστε την εντολή: sudo lshw -C network

You should see an output, along with the words "CLAIMED, UNCLAIMED, ENABLED or DISABLED"

Χρησιμοποιώντας του οδηγούς των Windows των ασύρματων συσκευών σας.

Το Ubuntu υποστηρίζει ένα σύστημα γνωστό και ως NDISWrapper. Αυτό επιτρέπει να χρησιμοποιείτε έναν οδηγό των Windows της ασύρματης συσκευής σας.

  1. Αποκτήστε τον οδηγό των Windows για το σύστημα σας και βρείτε ένα αρχείο που έχει την κατάληξη .inf.

  2. Install the ndisgtk package.

  3. Εκκινήστε το ndisgtk (ΣύστημαΔιαχείριση συστήματοςΟδηγοί Windows για ασύρματες συσκευές).

  4. Επιλέξτε Εγκατάσταση νέου οδηγού.

  5. Επιλέξτε την τοποθεσία του αρχείου .inf και πατήστε Εγκατάσταση.

  6. Πατήστε το κουμπί Εντάξει.

Ελέγξτε για μια σύνδεση στον δρομολογητή.

  1. Ανοίξτε ένα Τερματικό (ΕφαρμογέςΒοηθήματαΤερματικό) και πληκτρολογήστε την εντολή: iwconfig.

  2. Αν το ESSID του δρομολογητή εμφανίζεται, ίσως είναι πρόβλημα υποστήριξης του ACPI. Εκκινήστε τον πυρήνα με την επιλογή pci=noacpi.

Ελέγξτε την ανάθεση της διεύθυνσης IP

  1. Ανοίξτε ένα Τερματικό (ΕφαρμογέςΒοηθήματαΤερματικό) και πληκτρολογήστε την εντολή: ifconfig.

  2. If there is an IP address shown see “̔Έλεγχος DNS”.

  3. Σε ένα Τερματικό εισάγετε την εντολή: sudo dhclient όνομα_σύνδεσης_if, όπου όνομα_σύνδεσης_if είναι το όνομα της σύνδεσης που εμφανίστηκε πριν λίγο.

  4. If you receive a message that says bound to xxx.xxx.xxx.xxx then see “̔Έλεγχος DNS”

  5. Εάν όχι τότε επανεκκινήστε το σύστημά σας.

̔Έλεγχος DNS

  1. Open a Terminal (ApplicationsAccessoriesTerminal) and type the command: ping -c3 85.190.27.2.

  2. Now type the command: ping www.ubuntu.com. If you get a response from the both then see “Δεν υποστηρίζεται το IPv6”.

  3. 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

  1. Το IPv6 υποστηρίζεται εξ ορισμού στο Ubuntu και ορισμένες φορές προκαλεί προβλήματα.

  2. Για να το απενεργοποιήσετε, ανοίξτε ένα Τερματικό (ΕφαρμογέςΒοηθήματαΤερματικό) και πληκτρολογήστε την εντολή: gksudo gedit /etc/modprobe.d/aliases.

  3. Βρείτε την γραμμή alias net-pf-10 ipv6 και αλλάξτε την σε alias net-pf-10 off.

  4. Επανεκκινήστε το Ubuntu.