[code] collectNWData.sh V0.6.2.0 (Rev: 1.189, Build: 2010/01/08 19:14:18 UTC) --- Which type of your network connection should be tested? --- (2) Wireless connection (WLAN) --- What's the type of networktopology? --- (1) WLAN access point <---> LinuxClient --- On which host is the script executed? --- (1) LinuxClient !!! CND0110E: For the selected connection type there was no active network interface found on your system !!! CND0230W: IPV6 enabled !!! CND0360E: Wireless connection tested with an existing wired connection on interface eth0. Unplug the cable and execute the script again --- Go to #English to get more detailed instructions about the error/warning messages and how to fix the problems on your own --- 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. ================================================================================================================== ================================================================================================================== *** uname -a Linux localhost.localdomain 2.6.18-164.6.1.el5 #1 SMP Tue Nov 3 16:18:27 EST 2009 i686 athlon i386 GNU/Linux ================================================================================================================== *** cat /etc/*[-_]release || cat /etc/*[-_]version /etc/redhat-release CentOS release 5.4 (Final) ================================================================================================================== *** cat /etc/resolv | grep -i "nameserver" nameserver 192.168.0.1 ================================================================================================================== *** cat /etc/hosts 127.0.0.1 localhost.localdomain localhost ================================================================================================================== *** route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0 ================================================================================================================== *** ifconfig eth0 Link encap:Ethernet HWaddr ##:##:##:##:##:#1 inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::20c:29ff:fe3b:7a45/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1632 errors:0 dropped:0 overruns:0 frame:0 TX packets:1509 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:837055 (817.4 KiB) TX bytes:440442 (430.1 KiB) Interrupt:169 Base address:0x1080 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:3138 errors:0 dropped:0 overruns:0 frame:0 TX packets:3138 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:6350280 (6.0 MiB) TX bytes:6350280 (6.0 MiB) ================================================================================================================== *** ping tests Ping of 195.135.220.3 OK Ping of www.suse.de OK ================================================================================================================== *** lspci ================================================================================================================== *** lsusb ================================================================================================================== *** lsmod # (filtered) | ac | asus_acpi | ata_piix | backlight | battery | | bluetooth | crypto_api | dm_log | dm_mem_cache | dm_message | | dm_mirror | dm_multipath | dm_raid45 | dm_region_hash | dm_snapshot | | dm_zero | ehci_hcd | floppy | fscache | hidp | | hwmon | i2c_core | i2c_ec | i2c_piix4 | ide_cd | | ip6t_REJECT | ip_conntrack | ip_conntrack_netbios_ns| jbd | l2cap | | libata | lp | mii | nfnetlink | ohci_hcd | | pcnet32 | rfcomm | sbs | scsi_dh | scsi_mod | | sd_mod | serio_raw | uhci_hcd | video | vmhgfs | | vmxnet | xfrm_nalgo | xt_state | xt_tcpudp | ================================================================================================================== *** cat /etc/sysconfig/network-scripts/ifcfg-eth0 | egrep -v ".*=''" # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] DEVICE=eth0 BOOTPROTO=dhcp HWADDR=##:##:##:##:##:#1 ONBOOT=yes ================================================================================================================== *** cat /etc/sysconfig/network-scripts/ifcfg-eth0 | egrep -v ".*=''" # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] DEVICE=eth0 BOOTPROTO=dhcp HWADDR=##:##:##:##:##:#1 ONBOOT=yes ================================================================================================================== *** iwconfig ================================================================================================================== *** Actual date for bias of following greps 20:46:04 2010-01-10 ================================================================================================================== *** grep -i radio /var/log/messages | tail -n 5 ================================================================================================================== *** dmesg | grep -i radio | tail -n 5 ================================================================================================================== *** tail -n 300 /var/log/messages* | /bin/grep -i firmware | tail -n 5 ================================================================================================================== *** ls /lib/firmware/* ================================================================================================================== *** ndiswrapper -l No ndiswrapper module loaded ================================================================================================================== *** Active processes wpa_supplicant:NO knetworkmanager:NO nm-applet:NO ================================================================================================================== *** grep 'eth|ath|wlan|ra' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* ================================================================================================================== *** grep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.* /etc/modprobe.conf:alias eth0 vmnics /etc/modprobe.conf.BeforeVMwareToolsInstall:alias eth0 pcnet32 /etc/modprobe.d/modprobe.conf.dist:install eth1394 /bin/true ================================================================================================================== *** iwlist scanning No WLANs found ================================================================================================================== *** NWElizaStates IF:eth0 IM:1 DI:1 AP:0 dI:0 NI:1 cNI:1 NDIS:0 NIWL:0 IP6:1 WLW:eth0 1 RTDT:redhat [/code]