[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 !!! CND0310W: Classic network configuration with ifup was detected. Configuration with knetworkmanager is much easier !!! 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 linux-q4rn 2.6.31.5-0.1-default #1 SMP 2009-10-26 15:49:03 +0100 i686 athlon i386 GNU/Linux ================================================================================================================== *** cat /etc/*[-_]release || cat /etc/*[-_]version /etc/SuSE-release openSUSE 11.2 (i586) VERSION = 11.2 ================================================================================================================== *** cat /etc/resolv | grep -i "nameserver" nameserver 192.168.0.1 ================================================================================================================== *** cat /etc/hosts 127.0.0.1 localhost 127.0.0.2 linux-q4rn.site linux-q4rn ================================================================================================================== *** 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 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 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.108 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::20c:29ff:fee6:6fc7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1183 errors:0 dropped:0 overruns:0 frame:0 TX packets:1190 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:664064 (648.5 Kb) TX bytes:278650 (272.1 Kb) Interrupt:18 Base address:0x1400 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:158 errors:0 dropped:0 overruns:0 frame:0 TX packets:158 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:19580 (19.1 Kb) TX bytes:19580 (19.1 Kb) ================================================================================================================== *** ping tests Ping of 195.135.220.3 OK Ping of www.suse.de OK ================================================================================================================== *** dhcpcd-test ================================================================================================================== *** lspci 00:11.0 Ethernet controller [0200]: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] [1022:2000] (rev 10) ================================================================================================================== *** lsusb ================================================================================================================== *** hwinfo (filtered) 17: PCI 11.0: 0200 Ethernet controller Model: "AMD PCnet - Fast 79C971" Vendor: pci 0x1022 "AMD" Device: pci 0x2000 "79c970 [PCnet32 LANCE]" SubVendor: pci 0x1022 "AMD" SubDevice: pci 0x2000 "PCnet - Fast 79C971" Driver: "pcnet32" Driver Modules: "pcnet32" Device File: eth0 Link detected: yes Driver Status: pcnet32 is active Driver Activation Cmd: "modprobe pcnet32" Driver Status: vmxnet is active Driver Activation Cmd: "modprobe vmxnet" ================================================================================================================== *** lsmod # (filtered) | ac | af_packet | ata_piix | container | crc16 | | edd | floppy | fscache | fuse | hwmon | | i2c_core | i2c_piix4 | intel_agp | ip6t_LOG | ip6t_REJECT | | iptable_raw | jbd2 | libata | mptbase | mptctl | | mptscsih | mptspi | nf_conntrack_ipv4| nf_conntrack_netbios_ns| pci_hotplug | | pcnet32 | piix | ppdev | scsi_transport_spi| sg | | shpchp | sr_mod | thermal | thermal_sys | vmblock | | vmmemctl | vmsync | vmxnet | xt_NOTRACK | xt_limit | | xt_pkttype | xt_state | xt_tcpudp | ================================================================================================================== *** cat /etc/sysconfig/network/ifcfg-eth0 | egrep -v ".*=''" BOOTPROTO='dhcp' NAME='79c970 [PCnet32 LANCE]' STARTMODE='auto' USERCONTROL='no' ================================================================================================================== *** iwconfig ================================================================================================================== *** Actual date for bias of following greps 21:25:28 2010-01-11 ================================================================================================================== *** grep -i radio /var/log/messages | tail -n 5 ================================================================================================================== *** dmesg | grep -i radio | tail -n 5 ================================================================================================================== *** tail -n 300 /var/log/messages* | /usr/bin/grep -i firmware | tail -n 5 ================================================================================================================== *** ls /lib/firmware/* | 2.6.31.5-0.1-default | ================================================================================================================== *** ndiswrapper -l No ndiswrapper module loaded ================================================================================================================== *** Active processes wpa_supplicant:NO knetworkmanager:NO nm-applet:NO ================================================================================================================== *** egrep -i "persistent|networkmanager" /etc/sysconfig/network/config | grep -v "^#|^$" NETWORKMANAGER="no" ================================================================================================================== *** grep 'eth|ath|wlan|ra' /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}=="##:##:##:##:##:#1", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" ================================================================================================================== *** grep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.* ================================================================================================================== *** 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 KM:0 WLW:eth0 1 RTDT:SuSE [/code]