• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

WLAN Problem

pam24

Newbie
Hallo,
Verbindung über WLAN will leider nicht.

Unter KNetworkManager finde ich meinen Router. Leider stimmt etwas mit den Einstellungen nicht.

Benutze Drahtlos-Sicherheit ist angewählt
Sicherheit: WPA Personal (so wie in meinem Router)
Gemeisamer Schlüssel: xxxxxxxxxx ---> hier habe ich den richtigen Schlüssel angegeben, leider
nach dem Speichern steht hier eine megalange Zahlen- und Buchstaben Kombination.

Ich denke daran liegt das. Kann mir jemand sagen warum der Schlüssel da nicht bleibt?
Woher kommt diese komische Zahlenkombination her?

Benutze Linux 64 Bit Version
 

Jägerschlürfer

Moderator
Teammitglied
sieh dir das hier doch mal an und poste die Ausgabe des Scriptes
http://www.linux-club.de/viewtopic.php?f=19&t=93338
 
OP
P

pam24

Newbie
ich weiß nicht wie ich dir das anders erklären soll Jägerschlürfer.
Egal was ich in dem NetworkManager eingebe bleibt nicht gespeichert.
WPA Passwort ist bei mir 8-Stellig --> so habe ich den auch eingegeben. Sobald Du aber auf "Speichern" drückst
erscheint an dieser Stelle eine Zahlenkombination (ca. 50-60 Zahlen und Buchstaben)
 
OP
P

pam24

Newbie
#!/bin/bash
#
# Copyright (C) 2006,2009 <framp@linux-tips-and-tricks.de>
#
# $Id: collectNWData.sh,v 1.173 2009/10/24 15:22:52 framp Exp $
#
# Summary:
# Short script which collects network informations on Linux systems.
#
# Useful to collect problem determination information which can be passed to people to help to solve network problems
# (e.g.foren). Since v0.4.0 the information is also checked for common errors by the NWEliza component
#
# For more details and the latest version go to http://www.linux-tips-and-tricks.de/collectNWData
#
#
# History:
# 04/08/06 - Initial version
# 06/07/06 - Added iptables -L -vn
# 06/23/06 - Comments and empty lines removed from resolv.conf
# 06/23/06 - cat /proc/sys/net/ipv4/ip_forward added
# 07/12/06 - added -n to route and iptables -t nat -L
# 07/18/06 - added lspci, lsusb and iwconfig, pingMyLocalIPs and ping http://www.sue.de via name and IP
# 07/21/06 - added uname -a and query of suse version
# 07/29/06 - Introduced flags in order to control the amount of output and reduced numer of output lines
# 09/02/06 - removed bug in pingLocalIPs on German systems
# detail level can now be controlled with options
# /etc/sysconfig/network/ifcfg-* files will be included (wireless credentials are filtered)
# 09/22/06 - added masquerading of WLAN keys with test support from Rain_Maker
# 10/08/06 - added masquerading of WLAN encryption key in iwconfig with test support from Rain_Maker
# 11/03/06 V0.3.4 - added output of invocation parameters in log
# 02/03/07 V0.3.5 - added additional ouput of config files (ssh, dhcp, proxy, ...) and some usability enhancements
# 02/04/07 V0.3.6 - combined all pings and some usability enhancements
# 03/04/07 V0.4.0 - first experimental NWEliza function added, localization for German and English added

[Edit Mod] 2 Postings mit dem weiteren Quelltext des skriptes gelöscht. Bitte die Ausgabe des skriptes posten, NICHT das skript selber.
 

framp

Moderator
Teammitglied
@pam24: Da hst Du wohl irgendwas falsch verstanden. Kann vorkommen :roll: . Aber teile mir doch bitte per PN mit warum Du das falsch verstanden hast damit ich dafür sorgen kann dass das zukünftig nicht mehr passiert.
 
Oben