Advertisement
Guest User

Untitled

a guest
Oct 7th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Now I have "Enable Wireless" showing in my network list but no wireless networks being picked up/scanned for. I don't know what to do from here though. Here's the output of a couple things...
  2.  
  3. sudo lshw -C network
  4. *-network
  5. description: Network controller
  6. product: BCM4311 802.11b/g WLAN
  7. vendor: Broadcom Corporation
  8. physical id: 0
  9. bus info: pci@0000:03:00.0
  10. version: 01
  11. width: 32 bits
  12. clock: 33MHz
  13. capabilities: pm msi pciexpress bus_master cap_list
  14. configuration: driver=b43-pci-bridge latency=0
  15. resources: irq:0 memory:b6000000-b6003fff
  16. *-network DISABLED
  17. description: Wireless interface
  18. physical id: 1
  19. logical name: wlan0
  20. serial: 00:14:a5:ee:7f:71
  21. capabilities: ethernet physical wireless
  22. configuration: broadcast=yes driver=b43 driverversion=3.13.0-36-generic firmware=666.2 link=no multicast=yes wireless=IEEE 802.11bg
  23.  
  24. lspci -k | grep -A 2 Network
  25. 03:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
  26. Subsystem: Hewlett-Packard Company BCM4311 802.11b/g Wireless LAN Controller
  27. Kernel driver in use: b43-pci-bridge
  28.  
  29. sudo rfkill list all
  30. 0: phy0: Wireless LAN
  31. Soft blocked: no
  32. Hard blocked: no
  33.  
  34. sudo ifconfig
  35. eth0 Link encap:Ethernet HWaddr 00:16:36:88:16:ce
  36. inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
  37. inet6 addr: fe80::216:36ff:fe88:16ce/64 Scope:Link
  38. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  39. RX packets:2378 errors:0 dropped:0 overruns:0 frame:0
  40. TX packets:1812 errors:0 dropped:0 overruns:0 carrier:0
  41. collisions:0 txqueuelen:1000
  42. RX bytes:2259265 (2.2 MB) TX bytes:201583 (201.5 KB)
  43.  
  44. lo Link encap:Local Loopback
  45. inet addr:127.0.0.1 Mask:255.0.0.0
  46. inet6 addr: ::1/128 Scope:Host
  47. UP LOOPBACK RUNNING MTU:65536 Metric:1
  48. RX packets:343 errors:0 dropped:0 overruns:0 frame:0
  49. TX packets:343 errors:0 dropped:0 overruns:0 carrier:0
  50. collisions:0 txqueuelen:0
  51. RX bytes:31851 (31.8 KB) TX bytes:31851 (31.8 KB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement