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

[gelöst] WLAN disabled?

stoked

Newbie
Hallo,

bin auf Suse 11 64bit und meine WLAN-Karte (die auf Kubuntu out-of-the-box funktioniert) geht nicht. Ich bin ratlos. Wenn ich einen Rechtsklick mache auf das Networkmanager-Symbol steht da nur: wlan0: Wireless disabled!

Erkannt wird die Karte wohl richtig...

wlanbm3.png


An was könnte es liegen? Mein Palm findet mein WLAN problemlos und es läuft....
 

lOtz1009

Moderator
Teammitglied
Kommt Leute lest doch mal die Sticky-Threads bevor ihr was postet.
http://www.linux-club.de/viewtopic.php?f=19&t=93338
Script laden, ausführen und Ausgabe hier posten. Steht alles in dem Link (und in dem weiterführenden).
 
OP
S

stoked

Newbie
Code:
fish@linux-5ghn:~/Desktop> ./collectNWData.sh
--- Script has to be executed as root. Please enter the root password. You don't like this? Please read http://www.linux-tips-and-tricks.de/CND_rootAccess
Password:
collectNWData.sh V0.6.1-4

--- Which type of your network connection should be tested?
--- (1) Wired connection
--- (2) Wireless connection (WLAN)
--- Please answer with 1-2:2

--- What's the type of networktopology?
--- (1) WLAN access point <---> LinuxClient
--- (2) WLAN HW router <---> LinuxClient
--- (3) WLAN access point <---> LinuxRouter <---> LinuxClient
--- (4) WLAN HW router <---> LinuxRouter <---> LinuxClient
--- Please answer with 1-4:2
--- Analyzing system for common network configuration errors...
!!! CND0120E: Network card wlan0 has no IP address.
!!! CND0300E: No dhcp server found on interface wlan0
!!! CND0240E: knetworkmanager for network configuration enabled but network card configuration for wlan0,eth0 detected.
--- Collecting networkconfiguration information ...
--- 3 errors detected.
--- Go to http://www.linux-tips-and-tricks.de/CND to get more detailed instructions about the error/warning messages and how to fix the problems.
--- If you still don't have success then post the contents of file collectNWData.txt in your favorite Linux forum or post contents on phpfi.com and then post the link to phpfi.com in your favorite forum.
 
OP
S

stoked

Newbie
Oder...

Code:
fish@linux-5ghn:~/Desktop> ./collectNWData.sh
--- Script has to be executed as root. Please enter the root password. You don't like this? Please read http://www.linux-tips-and-tricks.de/CND_rootAccess
Password:
collectNWData.sh V0.6.1-4

--- Which type of your network connection should be tested?
--- (1) Wired connection
--- (2) Wireless connection (WLAN)
--- Please answer with 1-2:2

--- What's the type of networktopology?
--- (1) WLAN access point <---> LinuxClient
--- (2) WLAN HW router <---> LinuxClient
--- (3) WLAN access point <---> LinuxRouter <---> LinuxClient
--- (4) WLAN HW router <---> LinuxRouter <---> LinuxClient
--- Please answer with 1-4:1
--- Analyzing system for common network configuration errors...
!!! CND0120E: Network card wlan0 has no IP address.
!!! CND0300E: No dhcp server found on interface wlan0
!!! CND0240E: knetworkmanager for network configuration enabled but network card configuration for wlan0,eth0 detected.
--- Collecting networkconfiguration information ...
--- 3 errors detected.
--- Go to http://www.linux-tips-and-tricks.de/CND to get more detailed instructions about the error/warning messages and how to fix the problems.
--- If you still don't have success then post the contents of file collectNWData.txt in your favorite Linux forum or post contents on phpfi.com and then post the link to phpfi.comin your favorite forum.
 

lOtz1009

Moderator
Teammitglied
stoked schrieb:
--- If you still don't have success then post the contents of file collectNWData.txt in your favorite Linux forum or post contents on phpfi.com and then post the link to phpfi.comin your favorite forum.
Schau mal bitte nach dieser Datei und poste sie über http://www.phpfi.com hierher. Die obige Ausgabe von dir reicht (mir jedenfalls) nicht aus um dazu was sagen zu können.
 
OP
S

stoked

Newbie
Ich schlage mich auf der Seite durch, bin aber immer noch ratlos...

Hier die Ausgabe: http://phpfi.com/345528

Danke für die Hilfe!
 

SUSEDJAlex

Advanced Hacker
@stoked:

Habe schon 2 dicke Fehler entdeckt !
Erstens hattest du den LAN-Kabel dran. Zweitens hat dein WLAN keine IP-Adresse.

Nächster Punkt: Ist im Router der DHCP eingeschaltet und der ESSID ist sichtbar ?

Löse erst mal die Probleme bzw. den Fehler und dann sehen wir weiter.

LG SUSEDJAlex
 

lOtz1009

Moderator
Teammitglied
Laut Log benutzt du den NetworkManager UND hast die Karte per Yast eingerichtet. Es geht nur eins von beiden. Wenn du NetworkManager nutzen willst, alle anderen Einstellungen aus Yast löschen!
 

SUSEDJAlex

Advanced Hacker
@stoked:

openSUSE ist nicht gleich Kubuntu. Kubuntu basiert auf Debian. wie mein Vorredner schon sagte: Alles was in YAST steht hat bei Nutzung von Knetworkmanager nix mehr drin zu stehen.

LG SUSEDJAlex
 
OP
S

stoked

Newbie
Okay, alles klar. Mehr oder weniger. Das ganze ist meiner Meinung nach doch sehr verwirrend gelöst. Komisch, dass die Karte out of the box nicht funktioniert. Wie auch immer, ich werde Opensuse (wegen unglücklicher Partitionierung) sowieso neu installieren und es dann nochmals angehen, gemäss den Anleitungen. Melde mich dann hier wieder. Danke für eure Geduld.
 
OP
S

stoked

Newbie
Okay, ich habe neu installiert. Das Netzwerkkabel war dran.

Das gleiche Ergebnis: wireless networks: wireless is disabled.

Die Karte geht also nicht out of the box... :(
 

Grothesk

Ultimate Guru
Und das Spiel mit dem skript von vorne.
Kannst aber zuvor mal probieren, das Interface händisch auf die Beine zu stellen:
Code:
ifconfig wlan0 up
in eine root-Konsole hacken.
 
OP
S

stoked

Newbie
Code:
fish@linux-cfl1:~/Desktop> ./collectNWData.sh 
--- Script has to be executed as root. Please enter the root password. You don't like this? Please read http://www.linux-tips-and-tricks.de/CND_rootAccess
Password: 
collectNWData.sh V0.6.1-4

--- Which type of your network connection should be tested?
--- (1) Wired connection
--- (2) Wireless connection (WLAN)
--- Please answer with 1-2:2

--- What's the type of networktopology?
--- (1) WLAN access point <---> LinuxClient
--- (2) WLAN HW router <---> LinuxClient
--- (3) WLAN access point <---> LinuxRouter <---> LinuxClient
--- (4) WLAN HW router <---> LinuxRouter <---> LinuxClient
--- Please answer with 1-4:2
--- Analyzing system for common network configuration errors...
!!! CND0120E: Network card wlan0 has no IP address.
!!! CND0300E: No dhcp server found on interface wlan0
!!! CND0240E: knetworkmanager for network configuration enabled but network card configuration for wlan0,eth0 detected.
--- Collecting networkconfiguration information ...
--- 3 errors detected.                                                       
--- Go to http://www.linux-tips-and-tricks.de/CND to get more detailed instructions about the error/warning messages and how to fix the problems.
--- If you still don't have success then post the contents of file collectNWData.txt in your favorite Linux forum or post contents on phpfi.com and then post the link to phpfi.com in your favorite forum.
fish@linux-cfl1:~/Desktop> clear

fish@linux-cfl1:~/Desktop> ./collectNWData.sh 
--- Script has to be executed as root. Please enter the root password. You don't like this? Please read http://www.linux-tips-and-tricks.de/CND_rootAccess
Password: 
collectNWData.sh V0.6.1-4

--- Which type of your network connection should be tested?
--- (1) Wired connection
--- (2) Wireless connection (WLAN)
--- Please answer with 1-2:2

--- What's the type of networktopology?
--- (1) WLAN access point <---> LinuxClient
--- (2) WLAN HW router <---> LinuxClient
--- (3) WLAN access point <---> LinuxRouter <---> LinuxClient
--- (4) WLAN HW router <---> LinuxRouter <---> LinuxClient
--- Please answer with 1-4:1
--- Analyzing system for common network configuration errors...
!!! CND0120E: Network card wlan0 has no IP address.
!!! CND0300E: No dhcp server found on interface wlan0
!!! CND0240E: knetworkmanager for network configuration enabled but network card configuration for wlan0,eth0 detected.
--- Collecting networkconfiguration information ...
--- 3 errors detected.                                                       
--- Go to http://www.linux-tips-and-tricks.de/CND to get more detailed instructions about the error/warning messages and how to fix the problems.
--- If you still don't have success then post the contents of file collectNWData.txt in your favorite Linux forum or post contents on phpfi.com and then post the link to phpfi.com in your favorite forum.
fish@linux-cfl1:~/Desktop> ./collectNWData.sh 
--- Script has to be executed as root. Please enter the root password. You don't like this? Please read http://www.linux-tips-and-tricks.de/CND_rootAccess
Password: 
collectNWData.sh V0.6.1-4

--- Which type of your network connection should be tested?
--- (1) Wired connection
--- (2) Wireless connection (WLAN)
--- Please answer with 1-2:2

--- What's the type of networktopology?
--- (1) WLAN access point <---> LinuxClient
--- (2) WLAN HW router <---> LinuxClient
--- (3) WLAN access point <---> LinuxRouter <---> LinuxClient
--- (4) WLAN HW router <---> LinuxRouter <---> LinuxClient
--- Please answer with 1-4:2
--- Analyzing system for common network configuration errors...
!!! CND0120E: Network card wlan0 has no IP address.
!!! CND0300E: No dhcp server found on interface wlan0
!!! CND0240E: knetworkmanager for network configuration enabled but network card configuration for wlan0,eth0 detected.
--- Collecting networkconfiguration information ...
--- 3 errors detected.                                                       
--- Go to http://www.linux-tips-and-tricks.de/CND to get more detailed instructions about the error/warning messages and how to fix the problems.
--- If you still don't have success then post the contents of file collectNWData.txt in your favorite Linux forum or post contents on phpfi.com and then post the link to phpfi.com in your favorite forum.

Mehr hier: http://phpfi.com/345594

Code:
fish@linux-cfl1:~/Desktop> ifconfig wlan0 up
bash: ifconfig: command not found
fish@linux-cfl1:~/Desktop> sudo -s
root's password:
linux-cfl1:/home/fish/Desktop # ifconfig wlan0 up
SIOCSIFFLAGS: No such device

Habe seit der Installation nicht an der WLAN-Konfig rumgespielt...ist also eine 11.0 Standardinstallation.

P.S. Das Online-Update ist grausam. Produziert einen Fehler am anderen...
 
OP
S

stoked

Newbie
Hab Suse ja seit der tollen (!) 8.2 ja immer mal wieder getestet, aber so schlimm wie diese 11.0 war für mich noch gar nichts...

Code:
Can't provide file './rpm/x86_64/python-xml-2.5.2-26.2.x86_64.rpm' from repository 'openSUSE-11.0-Updates'

(beim Online-Update, und weitere Fehlermeldungen...)

Ja, das Paket ist installiert...

Code:
fish@linux-cfl1:~> sudo zypper refresh
Repository 'openSUSE-11.0-Non-Oss' is up to date.
Repository 'openSUSE BuildService - KDE4:Factory:Desktop' is up to date.
Repository 'Updates for 11.0' is up to date.
Repository 'openSUSE-11.0-Oss' is up to date.
All repositories have been refreshed.
fish@linux-cfl1:~> sudo zypper install iwl4965-ucode
Reading installed packages...
'iwl4965-ucode' is already installed.
Nothing to do.

Den anderen Befehl habe ich oben schon gepostet, aber gerne nochmals...

Code:
fish@linux-cfl1:~> sudo -s
linux-cfl1:/home/fish # ifconfig wlan0 up
SIOCSIFFLAGS: No such device

Ich habe dieses Mal Gnome gewählt, verwende aber eigentlich KDE 4.1...über das Factory-Rep kann ich nicht installieren, das Update bricht einfach ab und fragt mich dann, ob ich noch mehr Pakete installieren will oder nicht...KDE 4.1 installiert es aber nicht. :\

Code:
fish@linux-cfl1:~> nm-applet

** (nm-applet:4466): WARNING **: <WARN>  applet_dbus_manager_start_service(): Could not acquire the NetworkManagerUserSettings service as it is already taken.  Return: 3


(nm-applet:4466): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

So eine schlechte Suse (zumindest für meine Hardware schlecht?) habe ich noch nie getestet...
 
OP
S

stoked

Newbie
Sorry, Edit zu spät gesehen...

Code:
fish@linux-cfl1:~> zypper dup
Root privileges are required for performing a distribution upgrade.
fish@linux-cfl1:~> sudo zypper dup
Reading installed packages...

The following packages are going to be upgraded:
  python-xml python-tk yast2-gtk postfix libesd0 pavucontrol libgnome 
xorg-x11-driver-video libacl acl ConsoleKit ConsoleKit-x11 ConsoleKit-32bit 
gnome-web-photo libexif xorg-x11-Xvnc xorg-x11-server xorg-x11-server-extra 
mozilla-xulrunner190-gnomevfs MozillaFirefox mozilla-xulrunner190 kernel-default 
libpulse-browse0 libpulse-mainloop-glib0 libpulsecore4 pulseaudio 
pulseaudio-module-lirc pulseaudio-module-bluetooth libpulse0 
pulseaudio-esound-compat pulseaudio-module-zeroconf libpulse0-32bit 
gconf2-branding-openSUSE pulseaudio-utils pulseaudio-module-x11 
pulseaudio-module-gconf x11-input-wacom-tools x11-input-wacom SuSEfirewall2 
libpoppler-glib3 poppler-tools libpoppler3 procinfo acpid libqt4 libqt4-x11 libqt4-sql 
libqt4-qt3support libxcrypt-32bit libxcrypt bind-utils bind-libs xorg-x11-fonts-core 
xorg-x11-fonts libgio-fam libgmodule-2_0-0 libgobject-2_0-0-32bit libglib-2_0-0 
libgmodule-2_0-0-32bit libgthread-2_0-0-32bit glib2 libgobject-2_0-0 
libgthread-2_0-0 libgio-2_0-0 libglib-2_0-0-32bit xorg-x11 mozilla-nss mozilla-nspr 
nspluginwrapper freetype2 freetype2-32bit pcre pcre-32bit libpng12-0 libpng12-0-32bit 
nautilus timezone aaa_base insserv autoyast2-installation libkdecore4 kdelibs4-core 
kdebase4-workspace-ksysguardd libkde4 kde4-kdm-branding-upstream 


The following NEW package is going to be installed:
  libphonon4 


The following package is going to change architecture:
  kde4-kdm-branding-upstream 


The following packages are going to change vendor:
  libkdecore4 kdelibs4-core kdebase4-workspace-ksysguardd libkde4 
kde4-kdm-branding-upstream 


Overall download size: 99.4 M. After the operation, additional 979.0 K will be used.
Continue? [YES/no]: YES
Downloading package python-xml-2.5.2-26.2.x86_64 (1/86), 188.0 K (839.0 K unpacked)
Downloading delta: ./rpm/x86_64/python-xml-2.5.2-26.1_26.2.x86_64.delta.rpm, 13.7 K
Downloading: python-xml-2.5.2-26.1_26.2.x86_64.delta.rpm [done]
Can't provide file './rpm/x86_64/python-xml-2.5.2-26.1_26.2.x86_64.delta.rpm' from repository 'openSUSE-11.0-Updates'
Downloading: python-xml-2.5.2-26.2.x86_64.rpm [done]
Downloading: repomd.xml [done]
Problem downloading the package file from the repository:
Can't provide ./rpm/x86_64/python-xml-2.5.2-26.2.x86_64.rpm : Can't copy /var/adm/mount/AP_0x00000001/rpm/x86_64/python-xml-2.5.2-26.2.x86_64.rpm to /var/cache/zypp/packages/openSUSE-11.0-Updates
Repository 'openSUSE-11.0-Updates' is out of date. Running 'zypper refresh' might help.

Und nochmals: habe erst gerade frisch installiert und seither nichts an der Konfig geändert...das ist eine 11.0 Standardinstallation! :???:
 
Oben