[code] collectNWData.sh V0.7.4 --- Welcher Netzwerkverbindungtyp soll getestet werden? --- (2) Kabelgebundene Verbindung --- Welche Netzwerktopologie liegt vor? --- (2) DSL HW router <---> LinuxClient --- Auf welchem Rechner wird das Script ausgeführt? --- (1) LinuxClient --- NWCollect sammelt Netzwerkkonfigurationsinformationen in Datei ... --- NWEliza untersucht das System nach häufigen Netzwerkkonfigurationsfehlern ... !!! CND0480W: Es wurde kein Linksignal auf Interface enp3s0 entdeckt --- Gehe zu http://www.linux-tips-and-tricks.de/CND um detailliertere Hinweise --- zu den Fehlermeldungen/Warnungen zu bekommen und wie die Fehler selbst beseitigt werden können. --- Wenn eigene Lösungsversuche erfolglos waren dann den Inhalt der Datei collectNWData.txt im Netz ablegen --- (Links siehe http://www.linux-tips-and-tricks.de/CND_UPL) --- und dann der nopaste Link im bevorzugten Linux Forum posten. ================================================================================================================== ===== cat /etc/*[-_]release || cat /etc/*[-_]version ============================================================= /etc/os-release /etc/SuSE-release NAME=openSUSE VERSION="13.1 (Bottle)" VERSION_ID="13.1" PRETTY_NAME="openSUSE 13.1 (Bottle) (x86_64)" ID=opensuse ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:opensuse:13.1" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://opensuse.org/" ID_LIKE="suse" openSUSE 13.1 (x86_64) VERSION = 13.1 CODENAME = Bottle # /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead ===== uname -a =================================================================================================== Linux linux-dv6y 3.11.6-4-desktop #1 SMP PREEMPT Wed Oct 30 18:04:56 UTC 2013 (e6d4a27) x86_64 x86_64 x86_64 GNU/Linux ===== cat /etc/sysconfig/network/ifcfg-[earwd]* | grep -v "^#|^$" | grep -v "=''" ================================ --- /etc/sysconfig/network/ifcfg-eth0 BOOTPROTO='dhcp' STARTMODE='ifplugd' ===== 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 "(en|wl|eth|ath|ra|wlan|dsl|ppp)" ================================== Kernel IP Routentabelle Ziel Router Genmask Flags Metric Ref Use Iface Kernel IPv6 Routentabelle Ziel Nächster Hop Flags Metric Ref Benutzer Iface ===== ifconfig (filtered for en|wl|eth|wlan|ra|ath|dsl|ppp) ====================================================== ===== lspci ====================================================================================================== 03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06) Subsystem: Gigabyte Technology Co., Ltd Motherboard [1458:e000] Kernel driver in use: r8169 ===== lsusb | grep -v "root hub" ================================================================================= Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 003 Device 002: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter Bus 003 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader Bus 003 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 003 Device 005: ID 0846:9050 NetGear, Inc. Bus 003 Device 007: ID 1e3d:8546 Chipsbank Microelectronics Co., Ltd ===== hwinfo (filtered) ========================================================================================== 26: PCI 300.0: 0200 Ethernet controller Model: "Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller" Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd." Device: pci 0x8168 "RTL8111/8168B PCI Express Gigabit Ethernet controller" SubVendor: pci 0x1458 "Giga-byte Technology" SubDevice: pci 0xe000 "GA-EP45-DS5 Motherboard" Driver: "r8169" Driver Modules: "r8169" Device File: enp3s0 Link detected: no Driver Status: r8169 is active Driver Activation Cmd: "modprobe r8169" 32: USB 00.0: 0282 WLAN controller Model: "Ralink 802.11 n WLAN" Vendor: usb 0x148f "Ralink Technology, Corp." Device: usb 0x5370 "802.11 n WLAN" Driver: "rt2800usb" Driver Modules: "rt2800usb" Device File: wlp0s20u3 Link detected: no Driver Status: rt2800usb is active Driver Activation Cmd: "modprobe rt2800usb" ===== lsmod (filtered) =========================================================================================== | ablk_helper | aesni_intel | aes_x86_64 | arc4 | bnep | | cfg80211 | coretemp | drm | drm_kms_helper | gf128mul | | ghash_clmulni_intel| glue_helper | hid_logitech_dj | i2c_algo_bit | i2c_i801 | | i915 | ip_tables | keucr | kvm | kvm_intel | | lpc_ich | lrw | mac80211 | mfd_core | mii | | mperf | mxm_wmi | nouveau | ppdev | r8169 | | rfkill | rt2800lib | rt2800usb | rt2x00lib | rt2x00usb | | scsi_dh | scsi_dh_alua | scsi_dh_emc | scsi_dh_hp_sw | scsi_dh_rdac | | serio_raw | sg | shpchp | sr_mod | ttm | | usb_storage | wmi | xhci_hcd | zlib_deflate | ===== egrep 'en|wl|eth|ath|wlan|ra|ppp' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* ==== ================================================================================================================== *** NWElizaStates V0.7.4 PNIN:1 CFR:1 IF:wlp0s20u IM:1 DI:1 FALON:1 NI:1 cNI:1 NIWD:0 CM:0 IP6:0 KM:0 0 WLW:0 RTDT:SuSE GUI:0 UID:0 [/code]