Advertisement
Guest User

Ubuntu1204wifiprobs

a guest
Aug 23rd, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.70 KB | None | 0 0
  1. *************** info trace ***************
  2.  
  3. ***** uname -a *****
  4.  
  5. Linux Doolie 3.2.0-52-generic #78-Ubuntu SMP Fri Jul 26 16:23:24 UTC 2013 i686 i686 i386 GNU/Linux
  6.  
  7. ***** lsb_release *****
  8.  
  9. Distributor ID: Ubuntu
  10. Description: Ubuntu 12.04.3 LTS
  11. Release: 12.04
  12. Codename: precise
  13.  
  14. ***** lspci *****
  15.  
  16. 02:00.0 Network controller [0280]: Broadcom Corporation BCM4321 802.11a/b/g/n [14e4:4328] (rev 03)
  17. Subsystem: Apple Inc. Device [106b:0088]
  18. Kernel modules: ssb, wl
  19. 03:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8058 PCI-E Gigabit Ethernet Controller [11ab:436a] (rev 13)
  20. Subsystem: Marvell Technology Group Ltd. Device [11ab:00ba]
  21. Kernel driver in use: sky2
  22.  
  23. ***** lsusb *****
  24.  
  25. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  26. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  27. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  28. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  29. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  30. Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  31. Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  32. Bus 002 Device 002: ID 05ac:8300 Apple, Inc. Built-in iSight (no firmware loaded)
  33. Bus 003 Device 003: ID 05ac:8205 Apple, Inc. Bluetooth HCI
  34. Bus 007 Device 002: ID 05ac:8242 Apple, Inc. IR Receiver [built-in]
  35. Bus 007 Device 003: ID 05ac:0229 Apple, Inc. Internal Keyboard/Trackpad (MacBook Pro) (ANSI)
  36.  
  37. ***** PCMCIA Card Info *****
  38.  
  39.  
  40. ***** iwconfig *****
  41.  
  42.  
  43. ***** rfkill *****
  44.  
  45. 0: hci0: Bluetooth
  46. Soft blocked: yes
  47. Hard blocked: no
  48.  
  49. ***** lsmod *****
  50.  
  51. isight_firmware 12586 0
  52.  
  53. ***** nm-tool *****
  54.  
  55. NetworkManager Tool
  56.  
  57. State: connected (global)
  58.  
  59. - Device: eth0 [Wired connection 1] -------------------------------------------
  60. Type: Wired
  61. Driver: sky2
  62. State: connected
  63. Default: yes
  64. HW Address: <MAC address removed>
  65.  
  66. Capabilities:
  67. Carrier Detect: yes
  68. Speed: 100 Mb/s
  69.  
  70. Wired Properties
  71. Carrier: on
  72.  
  73. IPv4 Settings:
  74. Address: 192.168.1.43
  75. Prefix: 24 (255.255.255.0)
  76. Gateway: 192.168.1.1
  77.  
  78. DNS: 192.168.1.1
  79.  
  80.  
  81.  
  82. ***** NetworkManager.state *****
  83.  
  84. [main]
  85. NetworkingEnabled=true
  86. WirelessEnabled=true
  87. WWANEnabled=true
  88.  
  89. ***** NetworkManager.conf *****
  90.  
  91. [main]
  92. plugins=ifupdown,keyfile
  93. dns=dnsmasq
  94.  
  95. [ifupdown]
  96. managed=false
  97.  
  98. ***** interfaces *****
  99.  
  100. auto lo
  101. iface lo inet loopback
  102.  
  103.  
  104.  
  105.  
  106. ***** iwlist *****
  107.  
  108.  
  109. ***** resolv.conf *****
  110.  
  111. nameserver 127.0.0.1
  112. search myhome.westell.com
  113.  
  114. ***** blacklist *****
  115.  
  116. [/etc/modprobe.d/blacklist-ath_pci.conf]
  117. blacklist ath_pci
  118.  
  119. [/etc/modprobe.d/blacklist-bcm43.conf]
  120. blacklist b43
  121. blacklist b43legacy
  122. blacklist ssb
  123. blacklist bcm43xx
  124. blacklist brcm80211
  125. blacklist brcmfmac
  126. blacklist brcmsmac
  127. blacklist bcma
  128.  
  129. [/etc/modprobe.d/blacklist.conf]
  130. blacklist evbug
  131. blacklist usbmouse
  132. blacklist usbkbd
  133. blacklist eepro100
  134. blacklist de4x5
  135. blacklist eth1394
  136. blacklist snd_intel8x0m
  137. blacklist snd_aw2
  138. blacklist i2c_i801
  139. blacklist prism54
  140. blacklist garmin_gps
  141. blacklist asus_acpi
  142. blacklist snd_pcsp
  143. blacklist pcspkr
  144. blacklist amd76x_edac
  145. blacklist ssb
  146.  
  147. [/etc/modprobe.d/libpisock9.conf]
  148. blacklist visor
  149.  
  150. ***** modinfo *****
  151.  
  152.  
  153. ***** udev rules *****
  154.  
  155. # PCI device 0x11ab:0x436a (sky2)
  156. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
  157.  
  158. # PCI device 0x14e4:0x4328 (ndiswrapper)
  159. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
  160.  
  161. ***** dmesg *****
  162.  
  163. [ 36.874019] wl: module license 'MIXED/Proprietary' taints kernel.
  164. [ 36.877635] wl: disagrees about version of symbol cfg80211_scan_done
  165. [ 36.877640] wl: Unknown symbol cfg80211_scan_done (err -22)
  166. [ 36.877677] wl: disagrees about version of symbol cfg80211_disconnected
  167. [ 36.877679] wl: Unknown symbol cfg80211_disconnected (err -22)
  168. [ 36.877702] wl: disagrees about version of symbol wiphy_register
  169. [ 36.877704] wl: Unknown symbol wiphy_register (err -22)
  170. [ 36.877710] wl: disagrees about version of symbol wiphy_new
  171. [ 36.877712] wl: Unknown symbol wiphy_new (err -22)
  172. [ 36.877717] wl: disagrees about version of symbol cfg80211_roamed
  173. [ 36.877719] wl: Unknown symbol cfg80211_roamed (err -22)
  174. [ 36.877728] wl: disagrees about version of symbol lib80211_get_crypto_ops
  175. [ 36.877730] wl: Unknown symbol lib80211_get_crypto_ops (err -22)
  176. [ 36.877739] wl: disagrees about version of symbol cfg80211_ibss_joined
  177. [ 36.877742] wl: Unknown symbol cfg80211_ibss_joined (err -22)
  178. [ 36.877751] wl: disagrees about version of symbol cfg80211_michael_mic_failure
  179. [ 36.877753] wl: Unknown symbol cfg80211_michael_mic_failure (err -22)
  180. [ 36.877757] wl: disagrees about version of symbol cfg80211_connect_result
  181. [ 36.877759] wl: Unknown symbol cfg80211_connect_result (err -22)
  182. [ 36.877772] wl: disagrees about version of symbol wiphy_unregister
  183. [ 36.877774] wl: Unknown symbol wiphy_unregister (err -22)
  184. [ 36.877783] wl: disagrees about version of symbol cfg80211_get_bss
  185. [ 36.877786] wl: Unknown symbol cfg80211_get_bss (err -22)
  186. [ 36.877793] wl: disagrees about version of symbol __ieee80211_get_channel
  187. [ 36.877795] wl: Unknown symbol __ieee80211_get_channel (err -22)
  188. [ 36.877819] wl: disagrees about version of symbol cfg80211_inform_bss_frame
  189. [ 36.877821] wl: Unknown symbol cfg80211_inform_bss_frame (err -22)
  190. [ 36.877832] wl: disagrees about version of symbol wiphy_free
  191. [ 36.877834] wl: Unknown symbol wiphy_free (err -22)
  192.  
  193. ****************** done ******************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement