Also ich habe das Script mal durchlaufen lassen. Hier das Ergebnis:
collectNWData.sh V0.6.3.8-19 (Rev: 1.250, Build: 2010/08/14 11:28:14 UTC)
--- Welcher Netzwerkverbindungtyp soll getestet werden?
--- (2) Kabellose Verbindung (WLAN)
--- Welche Netzwerktopologie liegt vor?
--- (1) WLAN access point <---> LinuxClient
--- Auf welchem Rechner wird das Script ausgefuehrt?
--- (1) LinuxClient
--- WLAN SSID zu der verbunden werden soll: §§§§§§§§1
--- NWEliza untersucht das System nach haeufigen Netzwerkkonfigurationsfehlern ...
!!! CND0490E: Kein Accesspoint mit der benutzen SSID auf dem Interface wlan0 gefunden
!!! CND0380E: Es wurden keine WLANs am Interface wlan0 gefunden. Die Hardware und/oder Treiber ist nicht richtig konfiguriert
!!! CND0320E: WLAN ist mit dem Hardware oder Software Switch ausgeschaltet
!!! CND0230W: IPV6 ist eingeschaltet
!!! CND0450W: WLAN Schluesselmaskierung ist nicht vollstaendig auf dieser Distribution getestet. Bitte das Ausgabefile collectNWData.txt nach sichtbaren WLAN Schluesseln absuchen und manuell maskieren
--- Gehe zu http://www.linux-tips-and-tricks.de/CND um detailiertere Hinweise
--- zu den Fehlermeldungen/Warnungen zu bekommen und wie die Fehler selbst beseitigt werden koennen.
==================================================================================================================
===== uname -a ===================================================================================================
Linux myhost 2.6.35-ARCH #1 SMP PREEMPT Fri Aug 20 22:49:24 CEST 2010 x86_64 Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz GenuineIntel GNU/Linux
===== cat /etc/*[-_]release || cat /etc/*[-_]version =============================================================
/etc/arch-release
===== cat /etc/resolv | grep -i "nameserver" =====================================================================
nameserver 192.168.178.1
===== cat /etc/hosts =============================================================================================
127.0.0.1 localhost.localdomain localhost myhost
===== route -n ===================================================================================================
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.178.0 0.0.0.0 255.255.255.0 U 202 0 0 eth0
0.0.0.0 192.168.178.1 0.0.0.0 UG 202 0 0 eth0
===== ifconfig ===================================================================================================
eth0 Link encap:Ethernet HWaddr ##:##:##:##:##:#1
inet addr:192.168.178.39 Bcast:192.168.178.255 Mask:255.255.255.0
inet6 addr: fe80::222:68ff:fe63:81a5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:462 errors:0 dropped:0 overruns:0 frame:0
TX packets:488 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:307055 (299.8 Kb) TX bytes:67032 (65.4 Kb)
Interrupt:43 Base address:0x6000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:680 (680.0 b) TX bytes:680 (680.0 b)
===== ping tests =================================================================================================
Ping of 195.135.220.3 OK
ping: sendmsg: Network is unreachable
ping: sendmsg: Network is unreachable
Ping of www.suse.de failed
===== lspci ======================================================================================================
00:0f.0 Ethernet controller [0200]: nVidia Corporation MCP73 Ethernet [10de:07dc] (rev a2)
Subsystem: Packard Bell B.V. Device [1631:e03a]
Kernel driver in use: forcedeth
===== lsusb ======================================================================================================
Bus 002 Device 005: ID 046d:c050 Logitech, Inc. RX 250 Optical Mouse
Bus 002 Device 004: ID 05d8:4003 Ultima Electronics Corp. Artec E+ 48U
Bus 002 Device 003: ID 041e:4064 Creative Technology, Ltd
Bus 002 Device 002: ID 05e3:0604 Genesys Logic, Inc. USB 1.1 Hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 0bda:0111 Realtek Semiconductor Corp. Card Reader
Bus 001 Device 003: ID 148f:2573 Ralink Technology, Corp. RT2501/RT2573 Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
===== lsmod (filtered) ===========================================================================================
| ahci | arc4 | cfg80211 | ecb | ehci_hcd |
| evdev | forcedeth | gspca_main | gspca_ov519 | hid |
| i2c_core | i2c_nforce2 | ipv6 | jbd2 | led_class |
| libahci | libata | mac80211 | mbcache | ohci_hcd |
| rfkill | rt2500usb | rt2x00lib | rt2x00usb | rt73usb |
| scsi_mod | sd_mod | serio_raw | sg | sr_mod |
| usb_storage | v4l1_compat | v4l2_compat_ioctl32| wmi |
===== cat /etc/rc.conf ===========================================================================================
--- /etc/rc.conf
LOCALE="de_DE.UTF-8"
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Berlin"
KEYMAP="de-latin1-nodeadkeys"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
MOD_AUTOLOAD="yes"
MODULES=()
USELVM="no"
HOSTNAME="myhost"
eth0="dhcp"
INTERFACES=(eth0)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
NETWORK_PERSIST="no"
DAEMONS=(syslog-ng network netfs crond fam hal)
===== grep 'eth|ath|wlan|ra' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* ===============
/etc/udev/rules.d/75-persistent-net-generator.rules.optional:ACTION!="add", GOTO="persistent_net_generator_end"
/etc/udev/rules.d/75-persistent-net-generator.rules.optional:SUBSYSTEM!="net", GOTO="persistent_net_generator_end"
/etc/udev/rules.d/75-persistent-net-generator.rules.optional:NAME=="?*", GOTO="persistent_net_generator_end"
/etc/udev/rules.d/75-persistent-net-generator.rules.optional:KERNEL!="eth*|ath*|wlan*[0-9]|msh*|ra*|sta*|ctc*|lcs*|hsi*", GOTO="persistent_net_generator_end"
/etc/udev/rules.d/75-persistent-net-generator.rules.optional:SUBSYSTEMS=="xen", GOTO="persistent_net_generator_end"
/etc/udev/rules.d/75-persistent-net-generator.rules.optional:DRIVERS=="ibmveth", ENV{MATCHADDR}="$attr{address}", ENV{COMMENT}="ibmveth ($id)"
/etc/udev/rules.d/75-persistent-net-generator.rules.optional:ENV{MATCHADDR}=="", ENV{MATCHID}=="", ENV{INTERFACE_NAME}=="", GOTO="persistent_net_generator_end"
/etc/udev/rules.d/75-persistent-net-generator.rules.optional:DRIVERS=="?*", IMPORT{program}="write_net_rules"
/etc/udev/rules.d/75-persistent-net-generator.rules.optional:LABEL="persistent_net_generator_end"
===== iwconfig ===================================================================================================
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg Mode:Managed Access Point: Not-Associated
Tx-Power=0 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
===== Actual date for bias of following greps ====================================================================
07:12:25 2010-08-26
===== grep -i radio /var/log/messages* | tail -n 5 ===============================================================
===== dmesg | grep -i radio | tail -n 5 ==========================================================================
Registered led device: rt73usb-phy1::radio
===== tail -n 300 /var/log/messages* | /bin/grep -i firmware | tail -n 10 ========================================
===== ls /lib/firmware/* =========================================================================================
| 3com | acenic | adaptec | advansys |
| agere_ap_fw.bin | agere_sta_fw.bin | ar9170-1.fw | ar9170-2.fw |
| ar9170.fw | ar9271.fw | ath3k-1.fw | ath3k-2.fw |
| atmsar11.fw | av7110 | bnx2 | bnx2x-e1-4.8.53.0.fw |
| bnx2x-e1-5.2.13.0.fw | bnx2x-e1-5.2.7.0.fw | bnx2x-e1h-4.8.53.0.fw | bnx2x-e1h-5.2.13.0.fw |
| bnx2x-e1h-5.2.7.0.fw | cis | cpia2 | cxgb3 |
| dabusb | dsp56k | dvb-fe-xc5000-1.6.114.fw| dvb-usb-dib0700-1.20.fw |
| e100 | edgeport | emi26 | emi62 |
| ess | f2255usb.bin | GPL-3 | i2400m-fw-usb-1.3.sbcf |
| i2400m-fw-usb-1.4.sbcf | intelliport2.bin | iwlwifi-1000-3.ucode | iwlwifi-3945-2.ucode |
| iwlwifi-4965-2.ucode | iwlwifi-5000-1.ucode | iwlwifi-5000-2.ucode | iwlwifi-5150-2.ucode |
| iwlwifi-6000-4.ucode | iwlwifi-6050-4.ucode | kaweth | keyspan |
| keyspan_pda | korg | lgs8g75.fw | libertas |
| matrox | mts_cdma.fw | mts_edge.fw | mts_gsm.fw |
| mts_mt9234mu.fw | mts_mt9234zba.fw | mwl8k | myricom |
| ositech | ql2100_fw.bin | ql2200_fw.bin | ql2300_fw.bin |
| ql2322_fw.bin | ql2400_fw.bin | ql2500_fw.bin | qlogic |
| r128 | radeon | rt2561.bin | rt2561s.bin |
| rt2661.bin | rt2860.bin | rt2870.bin | rt3070.bin |
| rt3071.bin | rt3090.bin | rt73.bin | RTL8192E |
| s2250.fw | s2250_loader.fw | sb16 | slicoss |
| sun | sxg | tehuti | ti_3410.fw |
| ti_5052.fw | tigon | tr_smctr.bin | ttusb-budget |
| ueagle-atm | usbdux | usbduxfast_firmware.bin | usbdux_firmware.bin |
| v4l-cx231xx-avcore-01.fw| v4l-cx23418-apu.fw | v4l-cx23418-cpu.fw | v4l-cx23418-dig.fw |
| v4l-cx23885-avcore-01.fw| v4l-cx23885-enc.fw | v4l-cx25840.fw | vicam |
| whiteheat.fw | whiteheat_loader.fw | yam | yamaha |
===== ndiswrapper -l =============================================================================================
No ndiswrapper module loaded
===== Active processes ===========================================================================================
wpa_supplicant:NO knetworkmanager:NO nm-applet:NO
===== grep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.* ==========================================
===== iwlist scanning ============================================================================================
No WLANs found
==================================================================================================================
*** NWElizaStates V0.6.3.8-19
IF:eth0 IM:1 IF:wlan0 IM:2 DI:2 AP:0 FALON:1 NIC:1 cNiC:2:1 NI:2 cNI:2 NIW:wlan0-1 IP6:1 WLW:0 RTDT:arch