Advertisement
Guest User

Untitled

a guest
Aug 30th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.64 KB | None | 0 0
  1.  
  2. *************** info trace ***************
  3.  
  4. ***** uname -a *****
  5.  
  6. Linux Vineeth 3.5.0-39-generic #60-Ubuntu SMP Tue Aug 13 18:33:05 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
  7.  
  8. ***** lsb_release *****
  9.  
  10. Distributor ID: Ubuntu
  11. Description: Ubuntu 12.10
  12. Release: 12.10
  13. Codename: quantal
  14.  
  15. ***** lspci *****
  16.  
  17. 08:00.0 Network controller [0280]: Atheros Communications Inc. AR9565 Wireless Network Adapter [168c:0036] (rev 01)
  18. Subsystem: Lite-On Communications Inc Device [11ad:0612]
  19. Kernel driver in use: ath9k
  20. 09:00.0 Ethernet controller [0200]: Atheros Communications Inc. Device [1969:10a0] (rev 10)
  21. Subsystem: Toshiba America Info Systems Device [1179:fa30]
  22. Kernel driver in use: alx
  23.  
  24. ***** lsusb *****
  25.  
  26. Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  27. Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  28. Bus 003 Device 002: ID 1c4f:0034 SiGma Micro
  29. Bus 003 Device 005: ID 0930:0220 Toshiba Corp.
  30. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  31. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  32. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  33. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  34. Bus 001 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
  35. Bus 001 Device 004: ID 13d3:5606 IMC Networks
  36.  
  37. ***** PCMCIA Card Info *****
  38.  
  39.  
  40. ***** iwconfig *****
  41.  
  42. wlan0 IEEE 802.11bgn ESSID:off/any
  43. Mode:Managed Access Point: Not-Associated Tx-Power=16 dBm
  44. Retry long limit:7 RTS thr:off Fragment thr:off
  45. Power Management:on
  46.  
  47.  
  48. ***** rfkill *****
  49.  
  50. 3: phy0: Wireless LAN
  51. Soft blocked: no
  52. Hard blocked: no
  53.  
  54. ***** lsmod *****
  55.  
  56. ath9k 150083 0
  57. mac80211 549355 1 ath9k
  58. ath9k_common 14056 1 ath9k
  59. ath9k_hw 409313 2 ath9k,ath9k_common
  60. ath 23828 3 ath9k,ath9k_common,ath9k_hw
  61. cfg80211 211364 3 ath9k,mac80211,ath
  62. compat 14950 5 ath9k,mac80211,ath9k_common,ath9k_hw,cfg80211
  63.  
  64. ***** nm-tool *****
  65.  
  66. NetworkManager Tool
  67.  
  68. State: connected (global)
  69.  
  70. - Device: eth0 [Wired connection 2] -------------------------------------------
  71. Type: Wired
  72. Driver: alx
  73. State: connected
  74. Default: yes
  75. HW Address: <MAC address removed>
  76.  
  77. Capabilities:
  78. Carrier Detect: yes
  79. Speed: 100 Mb/s
  80.  
  81. Wired Properties
  82. Carrier: on
  83.  
  84. IPv4 Settings:
  85. Address: 192.168.1.101
  86. Prefix: 24 (255.255.255.0)
  87. Gateway: 192.168.1.1
  88.  
  89. DNS: 192.168.1.1
  90.  
  91.  
  92. - Device: wlan0 ----------------------------------------------------------------
  93. Type: 802.11 WiFi
  94. Driver: ath9k
  95. State: disconnected
  96. Default: no
  97. HW Address: <MAC address removed>
  98.  
  99. Capabilities:
  100.  
  101. Wireless Properties
  102. WEP Encryption: yes
  103. WPA Encryption: yes
  104. WPA2 Encryption: yes
  105.  
  106. Wireless Access Points
  107.  
  108.  
  109.  
  110. ***** NetworkManager.state *****
  111. [main]
  112. NetworkingEnabled=true
  113. WirelessEnabled=true
  114. WWANEnabled=true
  115. WimaxEnabled=true
  116.  
  117. ***** NetworkManager.conf *****
  118.  
  119. [main]
  120. plugins=ifupdown,keyfile
  121. dns=dnsmasq
  122.  
  123. no-auto-default=<MAC address removed>,52:EA:D6:30:89:08,
  124.  
  125. [ifupdown]
  126. managed=false
  127.  
  128. ***** interfaces *****
  129.  
  130. # interfaces(5) file used by ifup(8) and ifdown(8)
  131. auto lo
  132. iface lo inet loopback
  133.  
  134. ***** iwlist *****
  135.  
  136. wlan0 No scan results
  137.  
  138.  
  139. ***** resolv.conf *****
  140.  
  141. nameserver 127.0.1.1
  142.  
  143. ***** blacklist *****
  144.  
  145. [/etc/modprobe.d/blacklist-ath_pci.conf]
  146. blacklist ath_pci
  147.  
  148. [/etc/modprobe.d/blacklist.conf]
  149. blacklist evbug
  150. blacklist usbmouse
  151. blacklist usbkbd
  152. blacklist eepro100
  153. blacklist de4x5
  154. blacklist eth1394
  155. blacklist snd_intel8x0m
  156. blacklist snd_aw2
  157. blacklist i2c_i801
  158. blacklist prism54
  159. blacklist bcm43xx
  160. blacklist garmin_gps
  161. blacklist asus_acpi
  162. blacklist snd_pcsp
  163. blacklist pcspkr
  164. blacklist amd76x_edac
  165.  
  166. ***** modinfo *****
  167.  
  168. filename: /lib/modules/3.5.0-39-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko
  169. license: Dual BSD/GPL
  170. description: Support for Atheros 802.11n wireless LAN cards.
  171. author: Atheros Communications
  172. srcversion: EC4C32B78BC57D59F315698
  173. alias: platform:ar934x_wmac
  174. alias: platform:ar933x_wmac
  175. alias: platform:ath9k
  176. alias: pci:v0000168Cd00000037sv*sd*bc*sc*i*
  177. alias: pci:v0000168Cd00000034sv*sd*bc*sc*i*
  178. alias: pci:v0000168Cd00000033sv*sd*bc*sc*i*
  179. alias: pci:v0000168Cd00000032sv*sd*bc*sc*i*
  180. alias: pci:v0000168Cd00000030sv*sd*bc*sc*i*
  181. alias: pci:v0000168Cd0000002Esv*sd*bc*sc*i*
  182. alias: pci:v0000168Cd0000002Dsv*sd*bc*sc*i*
  183. alias: pci:v0000168Cd0000002Csv*sd*bc*sc*i*
  184. alias: pci:v0000168Cd0000002Bsv*sd*bc*sc*i*
  185. alias: pci:v0000168Cd0000002Asv*sd*bc*sc*i*
  186. alias: pci:v0000168Cd00000029sv*sd*bc*sc*i*
  187. alias: pci:v0000168Cd00000027sv*sd*bc*sc*i*
  188. alias: pci:v0000168Cd00000024sv*sd*bc*sc*i*
  189. alias: pci:v0000168Cd00000023sv*sd*bc*sc*i*
  190. depends: ath9k_hw,ath9k_common,mac80211,ath,cfg80211
  191. intree: Y
  192. vermagic: 3.5.0-39-generic SMP mod_unload modversions
  193. parm: debug:Debugging mask (uint)
  194. parm: nohwcrypt:Disable hardware encryption (int)
  195. parm: blink:Enable LED blink on activity (int)
  196. parm: btcoex_enable:Enable wifi-BT coexistence (int)
  197.  
  198. filename: /lib/modules/3.5.0-39-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko
  199. license: Dual BSD/GPL
  200. description: Shared library for Atheros wireless 802.11n LAN cards.
  201. author: Atheros Communications
  202. srcversion: 1673D73171C827FC143E431
  203. depends: ath,ath9k_hw
  204. intree: Y
  205. vermagic: 3.5.0-39-generic SMP mod_unload modversions
  206.  
  207. filename: /lib/modules/3.5.0-39-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko
  208. license: Dual BSD/GPL
  209. description: Support for Atheros 802.11n wireless LAN cards.
  210. author: Atheros Communications
  211. srcversion: 9CD150684E747A4C35E7D8F
  212. depends: ath
  213. intree: Y
  214. vermagic: 3.5.0-39-generic SMP mod_unload modversions
  215. parm: force_new_ani:Force new ANI for AR5008, AR9001, AR9002 (int)
  216.  
  217. filename: /lib/modules/3.5.0-39-generic/kernel/drivers/net/wireless/ath/ath.ko
  218. license: Dual BSD/GPL
  219. description: Shared library for Atheros wireless LAN cards.
  220. author: Atheros Communications
  221. srcversion: 8C339DF4D303827C9304BB0
  222. depends: cfg80211
  223. intree: Y
  224. vermagic: 3.5.0-39-generic SMP mod_unload modversions
  225.  
  226.  
  227. ***** udev rules *****
  228.  
  229. # PCI device 0x168c:/sys/devices/pci0000:00/0000:00:1c.1/0000:08:00.0 (ath9k)
  230. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
  231.  
  232. # PCI device 0x1969:/sys/devices/pci0000:00/0000:00:1c.2/0000:09:00.0 (alx)
  233. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
  234.  
  235. ***** dmesg *****
  236.  
  237. [ 12.490163] ath: phy0: ASPM enabled: 0x43
  238. [ 12.490168] ath: EEPROM regdomain: 0x65
  239. [ 12.490170] ath: EEPROM indicates we should expect a direct regpair map
  240. [ 12.490173] ath: Country alpha2 being used: 00
  241. [ 12.490175] ath: Regpair used: 0x65
  242. [ 12.503848] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
  243. [ 12.504452] Registered led device: ath9k-phy0
  244. [ 12.755348] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  245. [ 12.755577] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  246. [ 71.029102] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  247. [ 71.031423] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  248. [ 256.795877] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  249. [ 266.805430] NETDEV WATCHDOG: eth1 (ipheth): transmit queue 0 timed out
  250. [ 266.805432] Modules linked in: ipheth snd_hda_codec_hdmi(O) snd_hda_codec_idt(O) joydev snd_hda_intel(O) snd_hda_codec(O) snd_hwdep(O) snd_pcm_oss(O) snd_mixer_oss(O) coretemp kvm_intel kvm ghash_clmulni_intel cryptd snd_pcm(O) snd_seq_oss(O) snd_seq_midi_event(O) snd_seq(O) snd_timer(O) snd_seq_device(O) parport_pc ppdev rfcomm bnep snd(O) arc4 nouveau ath9k(O) mac80211(O) ath9k_common(O) ath9k_hw(O) ath(O) cfg80211(O) compat(O) soundcore snd_page_alloc(O) ttm mxm_wmi microcode alx mdio lpc_ich mei i915 drm_kms_helper drm i2c_algo_bit psmouse serio_raw uvcvideo videobuf2_core videodev videobuf2_vmalloc videobuf2_memops btusb bluetooth video sparse_keymap wmi toshiba_bluetooth mac_hid lp parport usb_storage hid_generic usbhid hid ahci libahci
  251. [ 1946.980388] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  252. [ 2281.585334] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  253. [ 2281.587793] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  254. [ 4044.829589] ath9k: ath9k: Driver unloaded
  255. [ 4370.138779] ath: phy0: ASPM enabled: 0x43
  256. [ 4370.138783] ath: EEPROM regdomain: 0x65
  257. [ 4370.138785] ath: EEPROM indicates we should expect a direct regpair map
  258. [ 4370.138787] ath: Country alpha2 being used: 00
  259. [ 4370.138788] ath: Regpair used: 0x65
  260. [ 4370.139340] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
  261. [ 4370.139784] Registered led device: ath9k-phy0
  262. [ 4370.172269] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  263. [ 4370.175349] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  264. [ 4439.610221] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  265. [ 4794.760739] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  266.  
  267. ****************** done ******************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement