gnopaste

Sorry for this ugly message. We are searching for some translators.
Please send me an eMail or jabber: t4c@im.digital-bit.ch
Got: de, en, pl, ro, lu, ru, es - Need: everything else

Name
Jimbo_G
Scriptlanguage
PHP
Tabwidth
4
Date
11/05/2009 09:29:17 am
IP
88.173.130.185

Results from running script DURING connection attempt

  1. [code]
  2. collectNWData.sh V0.6.1.18 (Rev: 1.173, Build: 2009/10/24 15:22:52
  3. --- Which type of your network connection should be tested?
  4. --- (2) Wireless connection (WLAN)
  5. --- What's the type of networktopology?
  6. --- (1) WLAN access point <---> LinuxClient
  7. --- On which host is the script executed?
  8. --- (1) LinuxClient
  9. !!! CND0120E: Network card wlan0 has no IP address
  10. !!! CND0300E: No dhcp server found on interface wlan0
  11. --- 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
  12. --- If you still don't have success then post the contents of file collectNWData.txt in the net (see http://www.linux-tips-and-tricks.de/CND_UPL#English for links) and then the nopaste link on your favorite Linux forum.
  13. ==================================================================================================================
  14. ==================================================================================================================
  15. *** uname -a
  16. Linux linux-tt8h 2.6.27.37-0.1-pae #1 SMP 2009-10-15 14:56:58 +0200 i686 athlon i386 GNU/Linux
  17. ==================================================================================================================
  18. *** cat /etc/*-release
  19. LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-2.0-ia32:core-3.2-ia32"
  20. openSUSE 11.1 (i586)
  21. VERSION = 11.1
  22. ==================================================================================================================
  23. *** cat /etc/resolv | grep -vi "search"
  24. nameserver %%%.%%.%%.%%1
  25. nameserver %%%.%%.%%.%%2
  26. ==================================================================================================================
  27. *** cat /etc/hosts
  28. 127.0.0.1      localhost
  29. 127.0.0.2    linux-tt8h.site linux-tt8h
  30. ==================================================================================================================
  31. *** cat /etc/HOSTNAME
  32. linux-tt8h.site
  33. ==================================================================================================================
  34. *** route
  35. Table de routage IP du noyau
  36. Destination    Passerelle      Genmask        Indic Metric Ref    Use Iface
  37. 127.0.0.0      0.0.0.0        255.0.0.0      U    0      0        0 lo
  38. ==================================================================================================================
  39. *** ifconfig
  40. eth0      Link encap:Ethernet  HWaddr ##:##:##:##:##:#1 
  41.           UP BROADCAST MULTICAST  MTU:1500  Metric:1
  42.           RX packets:168 errors:0 dropped:0 overruns:0 frame:0
  43.           TX packets:164 errors:0 dropped:0 overruns:0 carrier:0
  44.           collisions:0 lg file transmission:1000
  45.           RX bytes:158331 (154.6 Kb)  TX bytes:22189 (21.6 Kb)
  46.           Interruption:18 Adresse de base:0x4800
  47. lo        Link encap:Boucle locale 
  48.           inet adr:127.0.0.1  Masque:%%%.%.%.3
  49.           UP LOOPBACK RUNNING  MTU:16436  Metric:1
  50.           RX packets:4 errors:0 dropped:0 overruns:0 frame:0
  51.           TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
  52.           collisions:0 lg file transmission:0
  53.           RX bytes:200 (200.0 b)  TX bytes:200 (200.0 b)
  54. wlan0    Link encap:Ethernet  HWaddr ##:##:##:##:##:#2 
  55.           UP BROADCAST MULTICAST  MTU:1500  Metric:1
  56.           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  57.           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  58.           collisions:0 lg file transmission:1000
  59.           RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  60. wmaster0  Link encap:UNSPEC  HWaddr 00-90-4B-93-50-E1-00-00-00-00-00-00-00-00-00-00 
  61.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  62.           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  63.           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  64.           collisions:0 lg file transmission:1000
  65.           RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  66. ==================================================================================================================
  67. *** ping tests
  68. connect: Network is unreachable
  69. Ping of 195.135.220.3 failed
  70. ping: unknown host www.suse.de
  71. Ping of www.suse.de failed
  72. ==================================================================================================================
  73. *** dhcpcd-test
  74. wlan0: No DHCP server detected
  75. ==================================================================================================================
  76. *** lspci
  77. 02:01.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
  78. 02:02.0 Network controller [0280]: Broadcom Corporation BCM4303 802.11b Wireless LAN Controller [14e4:4301] (rev 02)
  79. ==================================================================================================================
  80. *** lsusb
  81. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  82. Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  83. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  84. ==================================================================================================================
  85. *** hwinfo --netcard; # (filtered)
  86. 25: PCI 201.0: 0200 Ethernet controller
  87.   Model: "Realtek RTL-8139/8139C/8139C+"
  88.   Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  89.   Device: pci 0x8139 "RTL-8139/8139C/8139C+"
  90.   SubVendor: pci 0x103c "Hewlett-Packard Company"
  91.   SubDevice: pci 0x006d
  92.   Driver: "8139too"
  93.   Driver Modules: "8139too"
  94.   Device File: eth0
  95.   Link detected: no
  96.     Driver Status: 8139too is active
  97.     Driver Activation Cmd: "modprobe 8139too"
  98.     Driver Status: 8139cp is active
  99.     Driver Activation Cmd: "modprobe 8139cp"
  100. 26: PCI 202.0: 0282 WLAN controller
  101.   Model: "Broadcom BCM4303 802.11b Wireless LAN Controller"
  102.   Vendor: pci 0x14e4 "Broadcom"
  103.   Device: pci 0x4301 "BCM4303 802.11b Wireless LAN Controller"
  104.   SubVendor: pci 0x103c "Hewlett-Packard Company"
  105.   SubDevice: pci 0x12f3
  106.   Driver: "b43-pci-bridge"
  107.   Driver Modules: "ssb"
  108.   Device File: wlan0
  109.   Link detected: yes
  110.     Driver Status: ssb is active
  111.     Driver Activation Cmd: "modprobe ssb"
  112. ==================================================================================================================
  113. *** lsmod
  114. | 8139cp                  | 8139too                | ac                      | ac97_bus                |
  115. | af_packet              | agpgart                | amd64_agp              | amd74xx                  |
  116. | arc4                    | ata_generic            | b43legacy              | b44                      |
  117. | battery                | binfmt_misc            | bluetooth              | bnep                    |
  118. | bridge                  | button                  | cdrom                  | cfg80211                |
  119. | container              | cpufreq_conservative    | cpufreq_powersave      | cpufreq_userspace        |
  120. | crc_t10dif              | crypto_blkcipher        | dm_mod                  | dock                    |
  121. | ecb                    | edd                    | ehci_hcd                | ext3                    |
  122. | fan                    | fuse                    | hwmon                  | i2c_core                |
  123. | i2c_nforce2            | ide_core                | ide_pci_generic        | ieee1394                |
  124. | input_polldev          | ip6_tables              | iptable_filter          | iptable_raw              |
  125. | ip_tables              | ipt_LOG                | ipt_REJECT              | jbd                      |
  126. | joydev                  | k8temp                  | l2cap                  | led_class                |
  127. | libata                  | loop                    | mac80211                | mbcache                  |
  128. | mii                    | nf_conntrack            | nf_conntrack_ipv4      | nf_conntrack_netbios_ns  |
  129. | nvidia                  | ohci1394                | ohci_hcd                | output                  |
  130. | parport                | parport_pc              | pata_amd                | pci_hotplug              |
  131. | pcmcia                  | pcmcia_core            | pcspkr                  | powernow_k8              |
  132. | ppdev                  | processor              | rfcomm                  | rfkill                  |
  133. | rfkill_input            | rsrc_nonstatic          | rtc_cmos                | rtc_core                |
  134. | rtc_lib                | sco                    | scsi_mod                | sd_mod                  |
  135. | serio_raw              | sg                      | shpchp                  | snd                      |
  136. | snd_ac97_codec          | snd_intel8x0            | snd_intel8x0m          | snd_mixer_oss            |
  137. | snd_page_alloc          | snd_pcm                | snd_pcm_oss            | snd_seq                  |
  138. | snd_seq_device          | snd_timer              | soundcore              | sr_mod                  |
  139. | ssb                    | stp                    | thermal                | thermal_sys              |
  140. | usbcore                | video                  | wmi                    | x_tables                |
  141. | xt_limit                | xt_NOTRACK              | xt_pkttype              | xt_state                |
  142. | xt_tcpudp              | yenta_socket            |
  143. ==================================================================================================================
  144. *** cat /etc/sysconfig/network/ifcfg-[earwd]* | egrep -v ".*=''"
  145. ==================================================================================================================
  146. *** iwconfig
  147. lo        no wireless extensions.
  148. eth0      no wireless extensions.
  149. wmaster0  no wireless extensions.
  150. pan0      no wireless extensions.
  151. wlan0    IEEE 802.11b  ESSID:"w#f#r#z#" 
  152.           Mode:Managed  Frequency:2.437 GHz  Access Point: Not-Associated 
  153.           Tx-Power=27 dBm 
  154.           Retry min limit:7  RTS thr:off  Fragment thr=2352 B 
  155.           Encryption key:off
  156.           Power Management:off
  157.           Link Quality:0  Signal level:0  Noise level:0
  158.           Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  159.           Tx excessive retries:0  Invalid misc:0  Missed beacon:0
  160. ==================================================================================================================
  161. *** Actual date for bias of following greps
  162. 09:09:38 2009-11-05
  163. ==================================================================================================================
  164. *** grep -i radio /var/log/boot.msg | tail -n 5
  165. ==================================================================================================================
  166. *** dmesg | grep -i radio | tail -n 5
  167. Registered led device: b43legacy-phy0::radio
  168. b43legacy-phy0: Radio hardware status changed to DISABLED
  169. ==================================================================================================================
  170. *** tail -n 300 /var/log/messages* | /usr/bin/grep -i firmware | tail -n 5
  171. Nov  5 09:00:25 linux-tt8h kernel: firmware: requesting b43legacy/ucode2.fw
  172. Nov  5 09:00:25 linux-tt8h kernel: firmware: requesting b43legacy/pcm4.fw
  173. Nov  5 09:00:25 linux-tt8h kernel: firmware: requesting b43legacy/b0g0initvals2.fw
  174. Nov  5 09:00:26 linux-tt8h kernel: b43legacy-phy0: Loading firmware version 0x127, patch level 14 (2005-04-18 02:36:27)
  175. ==================================================================================================================
  176. *** ls /lib/firmware
  177. /lib/firmware:
  178. 2.6.27.37-0.1-pae  3CCFEM556.cis  3CXEM556.cis     b43      b43legacy    COMpad2.cis  COMpad4.cis  DP83903.cis
  179. E-CARD.cis      LA-PCM.cis      MT5634ZLX.cis  NE2K.cis  PCMLM28.cis    PE-200.cis  PE520.cis      RS-COM-2P.cis
  180. tamarack.cis
  181. /lib/firmware/2.6.27.37-0.1-pae:
  182. atmsar11.fw  cpia2  dabusb    edgeport    emi26      emi62        ess    intelliport2.bin  kaweth
  183. keyspan_pda  korg  ti_3410.fw    ti_5052.fw  tr_smctr.bin  ttusb-budget    vicam  whiteheat.fw     whiteheat_loader.fw
  184. yamaha
  185. /lib/firmware/2.6.27.37-0.1-pae/cpia2:
  186. stv0672_vp4.bin
  187. /lib/firmware/2.6.27.37-0.1-pae/dabusb:
  188. bitstream.bin  firmware.fw
  189. /lib/firmware/2.6.27.37-0.1-pae/edgeport:
  190. boot2.fw  boot.fw  down2.fw  down3.bin    down.fw
  191. /lib/firmware/2.6.27.37-0.1-pae/emi26:
  192. bitstream.fw  firmware.fw  loader.fw
  193. /lib/firmware/2.6.27.37-0.1-pae/emi62:
  194. bitstream.fw  loader.fw  midi.fw  spdif.fw
  195. /lib/firmware/2.6.27.37-0.1-pae/ess:
  196. maestro3_assp_kernel.fw  maestro3_assp_minisrc.fw
  197. /lib/firmware/2.6.27.37-0.1-pae/kaweth:
  198. new_code.bin  new_code_fix.bin    trigger_code.bin  trigger_code_fix.bin
  199. /lib/firmware/2.6.27.37-0.1-pae/keyspan_pda:
  200. keyspan_pda.fw    xircom_pgs.fw
  201. /lib/firmware/2.6.27.37-0.1-pae/korg:
  202. k1212.dsp
  203. /lib/firmware/2.6.27.37-0.1-pae/ttusb-budget:
  204. dspbootcode.bin
  205. /lib/firmware/2.6.27.37-0.1-pae/vicam:
  206. firmware.fw
  207. /lib/firmware/2.6.27.37-0.1-pae/yamaha:
  208. ds1_ctrl.fw  ds1_dsp.fw  ds1e_ctrl.fw
  209. /lib/firmware/b43:
  210. a0g0bsinitvals4.fw  a0g0bsinitvals5.fw  a0g0bsinitvals9.fw  a0g0initvals4.fw     a0g0initvals5.fw    a0g0initvals9.fw
  211. a0g1bsinitvals13.fw  a0g1bsinitvals5.fw  a0g1bsinitvals9.fw  a0g1initvals13.fw     a0g1initvals5.fw    a0g1initvals9.fw
  212. b0g0bsinitvals13.fw  b0g0bsinitvals4.fw  b0g0bsinitvals5.fw  b0g0bsinitvals9.fw  b0g0initvals13.fw  b0g0initvals4.fw
  213. b0g0initvals5.fw    b0g0initvals9.fw     lp0bsinitvals13.fw  lp0bsinitvals14.fw  lp0bsinitvals15.fw  lp0initvals13.fw
  214. lp0initvals14.fw    lp0initvals15.fw     n0absinitvals11.fw  n0bsinitvals11.fw     n0initvals11.fw    pcm4.fw
  215. pcm5.fw            ucode11.fw         ucode13.fw        ucode14.fw         ucode15.fw        ucode4.fw
  216. ucode5.fw        ucode9.fw
  217. /lib/firmware/b43legacy:
  218. a0g0bsinitvals2.fw  a0g0bsinitvals5.fw    a0g0initvals2.fw  a0g0initvals5.fw  a0g1bsinitvals5.fw    a0g1initvals5.fw
  219. b0g0bsinitvals2.fw  b0g0bsinitvals5.fw    b0g0initvals2.fw  b0g0initvals5.fw  pcm4.fw        pcm5.fw
  220. ucode11.fw        ucode2.fw        ucode4.fw      ucode5.fw
  221. ==================================================================================================================
  222. *** ndiswrapper -l
  223. No ndiswrapper module loaded
  224. ==================================================================================================================
  225. *** Active processes
  226. wpa_supplicant:YES knetworkmanager:NO nm-applet:YES
  227. ==================================================================================================================
  228. *** grep NETWORKMANAGER /etc/sysconfig/network/config
  229. NETWORKMANAGER="yes"
  230. ==================================================================================================================
  231. *** grep -i persistent /etc/sysconfig/network/config
  232. ==================================================================================================================
  233. *** grep 'eth|ath|wlan|ra' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/70-persistent-net
  234. /usr/bin/egrep: /etc/udev/rules.d/*net_persistent*: Aucun fichier ou dossier de ce type
  235. /etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#2", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
  236. /etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#1", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
  237. ==================================================================================================================
  238. *** grep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.*
  239. /etc/modprobe.conf:install eth0            /bin/true
  240. /etc/modprobe.conf:install eth1            /bin/true
  241. ==================================================================================================================
  242. *** iwlist scanning
  243.                     ESSID:"W#N#D#O#4#2#"
  244.                     Channel:1
  245.                     Quality=40/100  Signal level:-64 dBm  Noise level=-52 dBm
  246.                     Encryption key:on
  247.                     IE: WPA Version 1
  248.                     ESSID:"L#v#b#x#5#D#"
  249.                     Channel:1
  250.                     Quality=40/100  Signal level:-64 dBm  Noise level=-52 dBm
  251.                     Encryption key:on
  252.                     ESSID:"F#e#W#f#"
  253.                     Channel:1
  254.                     Quality=60/100  Signal level:-52 dBm  Noise level=-52 dBm
  255.                     Encryption key:off
  256.                     ESSID:"f#e#p#o#i#"
  257.                     Channel:1
  258.                     Quality=28/100  Signal level:-71 dBm  Noise level=-52 dBm
  259.                     Encryption key:on
  260.                     IE: WPA Version 1
  261.                     ESSID:"w#f#r#z#"
  262.                     Channel:6
  263.                     Quality=61/100  Signal level:-51 dBm  Noise level=-52 dBm
  264.                     Encryption key:on
  265.                     IE: WPA Version 1
  266.                     ESSID:"f#e#p#o#i#"
  267.                     Channel:6
  268.                     Quality=55/100  Signal level:-55 dBm  Noise level=-52 dBm
  269.                     Encryption key:on
  270.                     IE: WPA Version 1
  271.                     ESSID:""
  272.                     Channel:6
  273.                     Quality=50/100  Signal level:-58 dBm  Noise level=-52 dBm
  274.                     Encryption key:on
  275.                     IE: IEEE 802.11i/WPA2 Version 1
  276.                     ESSID:"F#e#W#f#"
  277.                     Channel:6
  278.                     Quality=50/100  Signal level:-58 dBm  Noise level=-52 dBm
  279.                     Encryption key:off
  280. ==================================================================================================================
  281. *** NWEliza states
  282. IF:eth0  IM:1
  283. IF:wlan0  IM:2
  284. DI:2 dI:1 NIC:1 cNiC:2:1 NI:2 cNI:2 NIW:wlan0-0 DHCP:2 CM:0 IP6:0 KM:0 WLW: 0 AP:1
  285. [/code]
submitter » gnopaster | imprint « imprint     
» Terms of use «
» digital bit dot ch - t4c's new home «