Durch Nutzung dieser Webseite stimmen Sie dem Einsatz von Cookies und Werbung zu. Weitere Informationen



KnowHow 8.21 ''WLAN ''
Stand: 31.07.2017 16:42:00

Inhalt | Suche | Homepage | Kontakt | Impressum

- Durch Anklicken im Inhaltsverzeichnis kann direkt zum Thema gesprungen werden.
- Begriffe auf dieser Seite können mit Ihrer Browser-Funktion ''Bearbeiten -> Suchen'' oder mit den Tasten [Strg]-[F] gesucht werden.
- Des weiteren gibt es noch eine Suchfunktion über alles.
- Es sind mehr Informationen verfügbar, als hier angegeben. Falls Sie etwas vermissen, scheuen Sie sich nicht nachzufragen, wir antworten gerne.




8.21.1 WLAN einrichten auf Acer Notebook TravelMate 8100


8.21.1.1 1&1 Surfstick

Funktioniert unter Linux Mint automatisch nach dem einstecken.
Die Zugangsdaten müssen dann erstmalig eingerichtet werden.


8.21.1.2 Eingebaute WLAN-Karte

Beim Acer Notebook funktioniert auch unter Ubuntus die eingebaute WLAN-Karte automatisch
nach dem Einschalten am Frontschalter vorne rechts


8.21.1.3 FRITZ WLAN Stick einrichten

Anleitung: http://wiki.ubuntuusers.de/FRITZ!WLAN_USB_Stick

- Windows-Treiber von AVM holen:
http://avm.de/service/downloads/?product=FRITZ%2521WLAN%2BUSB%2BStick
http://download.avm.de/cardware/fritzwlanusb.stick/windows.7/deutsch/avm_fritz!wlan_usb_stick_build_100906.exe

- auf Windows-Rechner starten und auspacken lassen
- ausgepacktes Verzeichbnis auf Ubuntu-Rechner kopieren

- Windows/Ubuntu Konverter-Treiber holen:
http://wiki.ubuntuusers.de/WLAN/NdisWrapper
    ndiswrapper-utils-1.9
    ndiswrapper-common
    ndisgtk (in main)
    dkms
    ndiswrapper-dkms
    gksu

ndiswrapper-dkms ist nicht auf dem Server vorhanden

Lösung:
http://askubuntu.com/questions/132894/how-to-fix-ndiswrapper-not-found

After trying a few suggestions found here and getting nowhere I fixed the dreaded:

"FATAL: Module ndiswrapper not found"

error message by adding Glenn Washburn's PPA to my software sources. It's fairly easy to do compared to other methods and it's the only thing that worked for me. Just type the following in the terminal:

sudo add-apt-repository ppa:crass/ndiswrapper

You'll be prompted for your password of course Then asked to confirm adding this by pressing enter. Then just update your software and it works. Pretty simple. I must mention that when you visit this PPA you'll see this note:

    You can update your system with unsupported packages from this untrusted PPA by adding ppa:crass/ndiswrapper to your system's Software Sources.

I don't know what to make of that but here I am online because of it.

-----------------

Nach dem Einrichten:
am Acer-Notebook Front-Taste rechts einschalten, damit wird auch der Stick aktiv


8.21.1.4 WLAN-Netz untersuchen

burgermeister@Acer:~$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

eth1      radio off  ESSID:off/any  
          Mode:Managed  Channel:0  Access Point: Not-Associated  
          Bit Rate:0 kb/s   Tx-Power=off   Sensitivity=8/0  
          Retry limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

wlan0     IEEE 802.11g  ESSID:off/any  
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated  
          Bit Rate:54 Mb/s   Tx-Power:10 dBm   Sensitivity=0/3  
          RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

burgermeister@Acer:~$

burgermeister@Acer:~$ sudo iwlist scan
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

eth1      No scan results

wlan0     Scan completed :
          Cell 01 - Address: 00:1C:4A:4E:23:CF
                    ESSID:"abu2"
                    Protocol:IEEE 802.11g
                    Mode:Managed
                    Frequency:2.472 GHz (Channel 13)
                    Quality:87/100  Signal level:-40 dBm  Noise level:-96 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Extra:bcn_int=100
                    Extra:atim=0
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
          Cell 02 - Address: 00:24:FE:47:25:34
                    ESSID:"abu"
                    Protocol:IEEE 802.11g
                    Mode:Managed
                    Frequency:2.422 GHz (Channel 3)
                    Quality:18/100  Signal level:-84 dBm  Noise level:-96 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Extra:bcn_int=100
                    Extra:atim=0
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK

burgermeister@Acer:~$

burgermeister@Acer:~$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 093a:2510 Pixart Imaging, Inc. Hama Optical Mouse
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 007: ID 057c:5601 AVM GmbH AVM FRITZ!WLAN Stick
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
burgermeister@Acer:~$



Besucher seit 30.01.2003:

© 2013 Burgermeister  | Home | Main Server | Mirror Server | Kontakt | Impressum | Datenschutz