[code] collectNWData.sh V0.7.5.8 2016/05/22/15:43:21 - e8982e6 This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions --- Which type of your network connection should be tested? --- (1) Wireless connection (WLAN) --- What's the type of networktopology? --- (2) WLAN HW router <---> LinuxClient --- On which host is the script executed? --- (1) LinuxClient --- WLAN SSID to connect to: §§§§§§§§1 --- NWCollect is collecting networkconfiguration information into file collectNWData.txt ... --- NWEliza is analyzing the system for common network configuration errors ... !!! CND0120E: Network card wlan0 has no IP address !!! 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 !!! 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#English 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#English for links) --- and then paste the nopaste link on your favorite Linux forum. ================================================================================================================== ===== cat /etc/*[-_]release || cat /etc/*[-_]version ============================================================= /etc/os-release NAME="openSUSE Leap" VERSION="15.1" ID="opensuse-leap" ID_LIKE="suse opensuse" VERSION_ID="15.1" PRETTY_NAME="openSUSE Leap 15.1" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:leap:15.1" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" ===== uname -a =================================================================================================== Linux linux-m1yd 4.12.14-lp151.28.36-default #1 SMP Fri Dec 6 13:50:27 UTC 2019 (8f4a495) x86_64 x86_64 x86_64 GNU/Linux ===== cat /etc/sysconfig/network/ifcfg-[earwd]* | grep -v "^#|^$" | grep -v "=''" ================================ --- /etc/sysconfig/network/ifcfg-eth0.old BOOTPROTO='dhcp' STARTMODE='auto' DHCLIENT_SET_DEFAULT_ROUTE='yes' --- /etc/sysconfig/network/ifcfg-wlan0.old BOOTPROTO='static' DHCLIENT_SET_DEFAULT_ROUTE='yes' IFPLUGD_PRIORITY='0' IPADDR='192.168.0.1/32' NAME=@@@@@@ STARTMODE='ifplugd' WIRELESS_AP_SCANMODE='1' WIRELESS_AUTH_MODE='psk' WIRELESS_BITRATE='auto' WIRELESS_DEFAULT_KEY=@@@@@@ WIRELESS_EAP_AUTH='MSCHAPV2' WIRELESS_EAP_MODE='PEAP' WIRELESS_ESSID=@@@@@@ WIRELESS_KEY_LENGTH=@@@@@@ WIRELESS_MODE='Managed' WIRELESS_POWER='no' WIRELESS_WPA_PSK=@@@@@@ ===== ping tests ================================================================================================= Ping of 8.8.8.8 OK Ping of www.google.com OK ===== cat /etc/resolv | grep -i "nameserver" ===================================================================== nameserver 192.168.0.1 ===== cat /etc/hosts ============================================================================================= 127.0.0.1 localhost 192.168.0.1 linux-m1yd ===== (route -n && route -A inet6 -n) | egrep "(en|wl|eth|ath|ra|wlan|dsl|ppp)" ================================== Destination Gateway Genmask Flags Metric Ref Use Iface ===== ifconfig (filtered for en|wl|eth|wlan|ra|ath|dsl|ppp) ====================================================== eth0: flags=4099 mtu 1500 ether ##:##:##:##:##:#1 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 20 memory 0xe0600000-e0620000 wlan0: flags=4099 mtu 1500 ether ##:##:##:##:##:#2 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 154 bytes 36171 (35.3 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 ===== lspci ====================================================================================================== 00:19.0 Ethernet controller [0200]: Intel Corporation 82579V Gigabit Network Connection [8086:1503] (rev 04) Subsystem: Toshiba America Info Systems Device [1179:0002] Kernel driver in use: e1000e -- 02:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 2230 [8086:0887] (rev c4) Subsystem: Intel Corporation Centrino Wireless-N 2230 BGN [8086:4062] Kernel driver in use: iwlwifi ===== lsusb | grep -v "root hub" ================================================================================= Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 003 Device 010: ID 2357:0005 ===== hwinfo (filtered) ========================================================================================== 07: PCI 19.0: 0200 Ethernet controller Model: "Intel 82579V Gigabit Network Connection" Vendor: pci 0x8086 "Intel Corporation" Device: pci 0x1503 "82579V Gigabit Network Connection" SubVendor: pci 0x1179 "Toshiba America Info Systems" SubDevice: pci 0x0002 Driver: "e1000e" Driver Modules: "e1000e" Device File: eth0 Link detected: no Driver Status: e1000e is active Driver Activation Cmd: "modprobe e1000e" 17: PCI 200.0: 0282 WLAN controller Model: "Intel Centrino Wireless-N 2230 BGN" Vendor: pci 0x8086 "Intel Corporation" Device: pci 0x0887 "Centrino Wireless-N 2230" SubVendor: pci 0x8086 "Intel Corporation" SubDevice: pci 0x4062 "Centrino Wireless-N 2230 BGN" Driver: "iwlwifi" Driver Modules: "iwlwifi" Device File: wlan0 Link detected: no Driver Status: iwlwifi is active Driver Activation Cmd: "modprobe iwlwifi" 21: USB 00.0: 0291 USB Host-to-Host link Model: "TP-Link M7310" Vendor: usb 0x2357 "TP-Link" Device: usb 0x0005 "M7310" Driver: "rndis_host" Driver Modules: "rndis_host" Device File: usb0 Link detected: yes Driver Status: rndis_host is active Driver Activation Cmd: "modprobe rndis_host" ===== lsmod (filtered) =========================================================================================== | ac | aes_x86_64 | aesni_intel | af_packet | ahci | | arc4 | br_netfilter | ccm | cdc_ether | cfg80211 | | coretemp | cqhci | dm_multipath | dmi_sysfs | drm | | drm_kms_helper | drm_panel_orientation_quirks| e1000e | ebtable_broute | ebtable_filter | | ebtable_nat | ebtables | ehci_hcd | ehci_pci | fb_sys_fops | | ghash_clmulni_intel| glue_helper | i2c_algo_bit | i915 | industrialio | | intel_powerclamp| intel_rapl | ip_set | ip_tables | irqbypass | | iwldvm | iwlwifi | kvm | kvm_intel | ledtrig_audio | | libahci | llc | lpc_ich | mac80211 | mei | | mei_me | mii | mmc_core | msr | nfnetlink | | pcbc | pps_core | ptp | rfkill | rndis_host | | scsi_dh_alua | scsi_dh_emc | scsi_dh_rdac | scsi_transport_iscsi| sdhci | | sdhci_pci | serio_raw | sg | sparse_keymap | stp | | syscopyarea | sysfillrect | sysimgblt | uas | usb_storage | | usbnet | wmi | xhci_hcd | xhci_pci | ===== iwconfig =================================================================================================== eth0 no wireless extensions. wlan0 IEEE 802.11 ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=16 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off ===== ls /lib/firmware/*.{fw,ucode,bin} ========================================================================== | a300_pfp.fw | a300_pm4.fw | agere_ap_fw.bin | agere_sta_fw.bin | | ar5523.bin | ar7010.fw | ar7010_1_1.fw | ar9170-1.fw | | ar9170-2.fw | ar9271.fw | ast_dp501_fw.bin | ath3k-1.fw | | atmsar11.fw | 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 | carl9170-1.fw | | cbfw-3.2.1.1.bin | cbfw-3.2.3.0.bin | cbfw-3.2.5.1.bin | ct2fw-3.2.1.1.bin | | ct2fw-3.2.3.0.bin | ct2fw-3.2.5.1.bin | ctfw-3.2.1.1.bin | ctfw-3.2.3.0.bin | | ctfw-3.2.5.1.bin | dvb-fe-xc4000-1.4.1.fw | dvb-fe-xc5000-1.6.114.fw| dvb-fe-xc5000c-4.1.30.7.fw | | dvb-usb-dib0700-1.20.fw | dvb-usb-it9135-01.fw | dvb-usb-it9135-02.fw | dvb-usb-terratec-h5-drxk.fw | | f2255usb.bin | hfi1_dc8051.fw | hfi1_fabric.fw | hfi1_pcie.fw | | hfi1_sbus.fw | htc_7010.fw | htc_9271.fw | intelliport2.bin | | ipw-2.2-boot.fw | ipw-2.2-bss.fw | ipw-2.2-bss_ucode.fw | ipw-2.2-ibss.fw | | ipw-2.2-ibss_ucode.fw | ipw-2.3-boot.fw | ipw-2.3-bss.fw | ipw-2.3-bss_ucode.fw | | ipw-2.3-ibss.fw | ipw-2.3-ibss_ucode.fw | ipw-2.3-sniffer.fw | ipw-2.3-sniffer_ucode.fw | | ipw-2.4-boot.fw | ipw-2.4-bss.fw | ipw-2.4-bss_ucode.fw | ipw-2.4-ibss.fw | | ipw-2.4-ibss_ucode.fw | ipw-2.4-sniffer.fw | ipw-2.4-sniffer_ucode.fw| ipw2100-1.3-i.fw | | ipw2100-1.3-p.fw | ipw2100-1.3.fw | ipw2200-bss.fw | ipw2200-ibss.fw | | ipw2200-sniffer.fw | iwlwifi-100-5.ucode | iwlwifi-1000-3.ucode | iwlwifi-1000-5.ucode | | iwlwifi-105-6.ucode | iwlwifi-135-6.ucode | iwlwifi-2000-6.ucode | iwlwifi-2030-6.ucode | | iwlwifi-3160-10.ucode | iwlwifi-3160-12.ucode | iwlwifi-3160-13.ucode | iwlwifi-3160-16.ucode | | iwlwifi-3160-17.ucode | iwlwifi-3160-7.ucode | iwlwifi-3160-8.ucode | iwlwifi-3160-9.ucode | | iwlwifi-3168-21.ucode | iwlwifi-3168-22.ucode | iwlwifi-3168-27.ucode | iwlwifi-3168-29.ucode | | iwlwifi-3945-2.ucode | iwlwifi-4965-2.ucode | iwlwifi-5000-1.ucode | iwlwifi-5000-2.ucode | | iwlwifi-5000-5.ucode | iwlwifi-5150-2.ucode | iwlwifi-6000-4.ucode | iwlwifi-6000g2a-5.ucode | | iwlwifi-6000g2a-6.ucode | iwlwifi-6000g2b-5.ucode | iwlwifi-6000g2b-6.ucode | iwlwifi-6050-4.ucode | | iwlwifi-6050-5.ucode | iwlwifi-7260-10.ucode | iwlwifi-7260-12.ucode | iwlwifi-7260-13.ucode | | iwlwifi-7260-16.ucode | iwlwifi-7260-17.ucode | iwlwifi-7260-7.ucode | iwlwifi-7260-8.ucode | | iwlwifi-7260-9.ucode | iwlwifi-7265-10.ucode | iwlwifi-7265-12.ucode | iwlwifi-7265-13.ucode | | iwlwifi-7265-16.ucode | iwlwifi-7265-17.ucode | iwlwifi-7265-8.ucode | iwlwifi-7265-9.ucode | | iwlwifi-7265D-10.ucode | iwlwifi-7265D-12.ucode | iwlwifi-7265D-13.ucode | iwlwifi-7265D-16.ucode | | iwlwifi-7265D-17.ucode | iwlwifi-7265D-21.ucode | iwlwifi-7265D-22.ucode | iwlwifi-7265D-27.ucode | | iwlwifi-7265D-29.ucode | iwlwifi-8000C-13.ucode | iwlwifi-8000C-16.ucode | iwlwifi-8000C-21.ucode | | iwlwifi-8000C-22.ucode | iwlwifi-8000C-27.ucode | iwlwifi-8000C-31.ucode | iwlwifi-8000C-34.ucode | | iwlwifi-8000C-36.ucode | iwlwifi-8265-21.ucode | iwlwifi-8265-22.ucode | iwlwifi-8265-27.ucode | | iwlwifi-8265-31.ucode | iwlwifi-8265-34.ucode | iwlwifi-8265-36.ucode | iwlwifi-9000-pu-b0-jf-b0-33.ucode | | iwlwifi-9000-pu-b0-jf-b0-34.ucode| iwlwifi-9000-pu-b0-jf-b0-38.ucode| iwlwifi-9000-pu-b0-jf-b0-41.ucode| iwlwifi-9000-pu-b0-jf-b0-43.ucode | | iwlwifi-9000-pu-b0-jf-b0-46.ucode| iwlwifi-9260-th-b0-jf-b0-33.ucode| iwlwifi-9260-th-b0-jf-b0-34.ucode| iwlwifi-9260-th-b0-jf-b0-38.ucode | | iwlwifi-9260-th-b0-jf-b0-41.ucode| iwlwifi-9260-th-b0-jf-b0-43.ucode| iwlwifi-9260-th-b0-jf-b0-46.ucode| iwlwifi-Qu-b0-hr-b0-48.ucode | | iwlwifi-Qu-b0-jf-b0-48.ucode| iwlwifi-Qu-c0-hr-b0-48.ucode| iwlwifi-Qu-c0-jf-b0-48.ucode| iwlwifi-QuZ-a0-hr-b0-48.ucode | | iwlwifi-QuZ-a0-jf-b0-48.ucode| iwlwifi-cc-a0-46.ucode | iwlwifi-cc-a0-48.ucode | lbtf_usb.bin | | lgs8g75.fw | mt7601u.bin | mt7650.bin | mt7662.bin | | mt7662_rom_patch.bin | mts_cdma.fw | mts_edge.fw | mts_gsm.fw | | mts_mt9234mu.fw | mts_mt9234zba.fw | phanfw.bin | qat_895xcc.bin | | qat_895xcc_mmp.bin | qat_c3xxx.bin | qat_c3xxx_mmp.bin | qat_c62x.bin | | qat_c62x_mmp.bin | qat_mmp.bin | ql2100_fw.bin | ql2200_fw.bin | | ql2300_fw.bin | ql2322_fw.bin | ql2400_fw.bin | ql2500_fw.bin | | ql2600_fw.bin | ql2700_fw.bin | ql8300_fw.bin | rp2.fw | | rsi_91x.fw | rt2561.bin | rt2561s.bin | rt2661.bin | | rt2860.bin | rt2870.bin | rt3070.bin | rt3071.bin | | rt3090.bin | rt3290.bin | rt73.bin | s2250.fw | | s2250_loader.fw | s5p-mfc-v6-v2.fw | s5p-mfc-v6.fw | s5p-mfc-v7.fw | | s5p-mfc-v8.fw | s5p-mfc.fw | sdd_sagrad_1091_1098.bin| sms1xxx-hcw-55xxx-dvbt-02.fw | | sms1xxx-hcw-55xxx-isdbt-02.fw| sms1xxx-nova-a-dvbt-01.fw| sms1xxx-nova-b-dvbt-01.fw| sms1xxx-stellar-dvbt-01.fw | | ti_3410.fw | ti_5052.fw | tlg2300_firmware.bin | tr_smctr.bin | | usbdux_firmware.bin | usbduxfast_firmware.bin | usbduxsigma_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-cx25840.fw | vntwusb.fw | vpu_d.bin | vpu_p.bin | | whiteheat.fw | whiteheat_loader.fw | wil6210.fw | wsm_22.bin | ===== iwlist scanning (filtered) ================================================================================= No WLANs found ===== ndiswrapper -l ============================================================================================= No ndiswrapper module loaded ===== Active processes =========================================================================================== wpa_supplicant:YES networkmanager:YES nm-applet:NO ===== rfkill list wifi =========================================================================================== 1: phy0: Wireless LAN Soft blocked: no Hard blocked: no ===== Actual date for bias of following greps ==================================================================== 12:07:54 2020-02-03 ===== grep -i radio /var/log/messages | tail -n 5 ================================================================ 2020-02-03T11:54:43.923666+01:00 linux-m1yd kernel: [24913.294369] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0 2020-02-03T11:59:43.631698+01:00 linux-m1yd kernel: [25212.995660] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0 2020-02-03T11:59:43.911712+01:00 linux-m1yd kernel: [25213.279048] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0 2020-02-03T12:05:04.647655+01:00 linux-m1yd kernel: [25534.011856] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0 2020-02-03T12:05:04.923724+01:00 linux-m1yd kernel: [25534.286479] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0 ===== dmesg | grep -i radio | tail -n 5 ========================================================================== [24913.294369] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0 [25212.995660] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0 [25213.279048] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0 [25534.011856] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0 [25534.286479] iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0 ===== tail -n 300 /var/log/messages | /usr/bin/grep -i firmware | tail -n 10 ===================================== ===== egrep 'en|wl|eth|ath|wlan|ra|ppp' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* ==== /etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#3", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0" /etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#1", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" ===== egrep -r '(en.*|wl.*|eth|ath|wlan|ra)[0-9]+' /etc/modprobe.*|egrep -v -i '#|blacklist' ===================== /etc/modprobe.d/50-iwl3945.conf:options iwl3945 disable_hw_scan=1 /etc/modprobe.d/50-libmlx4.conf:install mlx4_core /sbin/modprobe --ignore-install mlx4_core $CMDLINE_OPTS && (if [ -f /usr/lib/mlx4-setup.sh -a -f /etc/rdma/mlx4.conf ]; then /usr/lib/mlx4-setup.sh < /etc/rdma/mlx4.conf; fi; /sbin/modprobe mlx4_en; if /sbin/modinfo mlx4_ib > /dev/null 2>&1; then /sbin/modprobe mlx4_ib; fi) ================================================================================================================== *** NWElizaStates PNIN:1 CFR:1 IF:wlan0 IM:1 DI:1 AP:0 FALON:1 NIC:1 cNiC:1:1 NI:2 cNI:2 NIW:wlan0-1 NDIS:0 IP6:0 WLW:0 RTDT:Unknown GUI:0 UID:0 [/code]