[code] collectNWData.sh V0.6.13c (Rev: 1.372, Build: 2013/09/27 16:37:22 UTC) !!! CND0470I: Reduced analysis capability and less network information because script was not invoked as root --- Which type of your network connection should be tested? --- (1) Wireless connection (WLAN) --- What's the type of networktopology? --- (1) WLAN access point <---> LinuxClient --- On which host is the script executed? --- (1) LinuxClient --- WLAN SSID to connect to: §§§§§§§§1 --- NWEliza is analyzing the system for common network configuration errors ... !!! CND0120E: Network card wlan0 has no IP address !!! CND0290E: No network configuration found for interface wlan0 !!! CND0490E: No access point with your SSID detected on interface wlan0 !!! CND0380E: No WLANs detected on interface wlan0. Hardware and/or driver not configured properly !!! CND0230W: IPV6 enabled and may be the reason for network problems !!! CND0310W: Classic network configuration with ifup was detected. Configuration with networkmanager is easier !!! CND0450W: WLAN key masquerading is not fully tested on this distribution. Please check output file collectNWData.txt for visible WLAN keys and masquerade them manually --- 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 on your own. --- If you are unsuccessful then place the contents of file collectNWData.txt in the net --- (see http://www.linux-tips-and-tricks.de/CND_UPL for links) --- and then paste the nopaste link on your favorite Linux forum. ================================================================================================================== ===== cat /etc/*[-_]release || cat /etc/*[-_]version ============================================================= /etc/os-release /etc/SuSE-release NAME=openSUSE VERSION="12.3 (Dartmouth)" VERSION_ID="12.3" PRETTY_NAME="openSUSE 12.3 (Dartmouth) (i586)" ID=opensuse ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:opensuse:12.3" openSUSE 12.3 (i586) VERSION = 12.3 CODENAME = Dartmouth ===== uname -a =================================================================================================== Linux linux-j4u5.site 3.7.10-1.1-desktop #1 SMP PREEMPT Thu Feb 28 15:06:29 UTC 2013 (82d3f21) i686 athlon i386 GNU/Linux ===== cat /etc/sysconfig/network/ifcfg-[earwd]* | grep -v "^#|^$" | grep -v "=''" ================================ No config files found ===== ping tests ================================================================================================= Ping of 173.194.35.180 failed ping: unknown host www.google.com Ping of www.google.com failed ===== cat /etc/resolv | grep -i "nameserver" ===================================================================== ===== cat /etc/hosts ============================================================================================= 127.0.0.1 localhost ===== (route -n && route -A inet6 -n) | egrep "(eth|ath|ra|wlan|dsl|ppp)" ======================================== ===== ifconfig (filtered for eth|wlan|ra|ath|dsl|ppp) ============================================================ ===== lspci ====================================================================================================== 00:14.0 Bridge [0680]: NVIDIA Corporation MCP51 Ethernet Controller [10de:0269] (rev a1) Subsystem: Foxconn International, Inc. Device [105b:0d01] Kernel driver in use: forcedeth ===== lsusb | grep -v "root hub" ================================================================================= Bus 001 Device 006: ID 1e3d:2096 Chipsbank Microelectronics Co., Ltd Bus 001 Device 003: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter Bus 002 Device 002: ID 045e:00dd Microsoft Corp. Comfort Curve Keyboard 2000 V1.0 ===== hwinfo (filtered) ========================================================================================== 21: PCI 14.0: 0200 Ethernet controller Model: "nVidia MCP51 Ethernet Controller" Vendor: pci 0x10de "nVidia Corporation" Device: pci 0x0269 "MCP51 Ethernet Controller" SubVendor: pci 0x105b "Foxconn International, Inc." SubDevice: pci 0x0d01 Driver: "forcedeth" Driver Modules: "forcedeth" Device File: eth0 Link detected: no Driver Status: forcedeth is active Driver Activation Cmd: "modprobe forcedeth" 38: USB 00.0: 0282 WLAN controller Model: "Realtek RTL8187_Wireless_LAN_Adapter" Vendor: usb 0x0bda "Realtek Semiconductor Corp." Device: usb 0x8187 "RTL8187_Wireless_LAN_Adapter" Driver: "rtl8187" Driver Modules: "rtl8187" Device File: wlan0 Link detected: no Driver Status: rtl8187 is active Driver Activation Cmd: "modprobe rtl8187" ===== lsmod (filtered) =========================================================================================== | arc4 | bnep | cfg80211 | eeprom_93cx6 | forcedeth | | i2c_nforce2 | ip_tables | k8temp | mac80211 | nv_tco | | powernow_k8 | rfkill | rtl8187 | sata_nv | scsi_dh | | scsi_dh_alua | scsi_dh_emc | scsi_dh_hp_sw | scsi_dh_rdac | serio_raw | | sg | sr_mod | usb_storage | ===== iwconfig =================================================================================================== eth0 no wireless extensions. wlan0 IEEE 802.11bg ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm Retry long limit:7 RTS thr:off Fragment thr:off Power Management:on ===== ls /lib/firmware/*.{fw,ucode,bin} ========================================================================== ===== iwlist scanning (filtered) ================================================================================= No WLANs found ===== ndiswrapper -l ============================================================================================= No ndiswrapper module loaded ===== Active processes =========================================================================================== wpa_supplicant:NO networkmanager:NO nm-applet:NO ===== ===== egrep -i "^[^#].*(persistent|networkmanager)" /etc/sysconfig/network/config ========================== FORCE_PERSISTENT_NAMES="" ===== Actual date for bias of following greps ==================================================================== 11:31:42 2013-10-20 ===== grep -i radio /var/log/messages* | tail -n 5 =============================================================== Unable to grep -i radio /var/log/messages as normal user ===== dmesg | grep -i radio | tail -n 5 ========================================================================== [ 14.735507] Registered led device: rtl8187-phy0::radio [ 232.865599] Registered led device: rtl8187-phy1::radio ===== tail -n 300 /var/log/messages* | /usr/bin/grep -i firmware | tail -n 10 ==================================== Unable to grep -i firmware /var/log/messages as normal user ===== egrep 'eth|ath|wlan|ra|ppp' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* ========== ===== egrep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.*|egrep -v -i '#|blacklist' =============== ================================================================================================================== *** NWElizaStates V0.6.13c IF:wlan0 IM:1 DI:1 AP:0 FALON:1 NIC:1 cNiC:1:1 NI:2 cNI:2 NIW:wlan0-1 NDIS:0 CM:0 IP6:1 KM:0 WLW:0 RTDT:SuSE GUI:0 UID:1000 [/code]