Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2012
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. sudo lshw -C network
  2.  
  3. [sudo] password for raymond:
  4.  
  5. *-network:0
  6.  
  7. description: Network controller
  8.  
  9. product: BCM4306 802.11b/g Wireless LAN Controller
  10.  
  11. vendor: Broadcom Corporation
  12.  
  13. physical id: 2
  14.  
  15. bus info: pci@0000:02:02.0
  16.  
  17. version: 03
  18.  
  19. width: 32 bits
  20.  
  21. clock: 33MHz
  22.  
  23. capabilities: bus_master
  24.  
  25. configuration: driver=b43-pci-bridge latency=64
  26.  
  27. resources: irq:18 memory:d0204000-d0205fff
  28.  
  29. *-network:1
  30.  
  31. description: Ethernet interface
  32.  
  33. product: RTL-8139/8139C/8139C+
  34.  
  35. vendor: Realtek Semiconductor Co., Ltd.
  36.  
  37. physical id: 3
  38.  
  39. bus info: pci@0000:02:03.0
  40.  
  41. logical name: eth0
  42.  
  43. version: 10
  44.  
  45. serial: 00:0f:b0:46:c8:87
  46.  
  47. size: 10Mbit/s
  48.  
  49. capacity: 100Mbit/s
  50.  
  51. width: 32 bits
  52.  
  53. clock: 33MHz
  54.  
  55. capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
  56.  
  57. configuration: autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=half latency=128 link=no maxlatency=64 mingnt=32 multicast=yes port=MII speed=10Mbit/s
  58.  
  59. resources: irq:19 ioport:a000(size=256) memory:d0208800-d02088ff
  60.  
  61. *-network DISABLED
  62.  
  63. description: Wireless interface
  64.  
  65. physical id: 3
  66.  
  67. logical name: wlan0
  68.  
  69. serial: 00:90:4b:b7:7b:12
  70.  
  71. capabilities: ethernet physical wireless
  72.  
  73. configuration: broadcast=yes driver=b43 driverversion=2.6.38-8-generic firmware=N/A link=no multicast=yes wireless=IEEE 802.11bg
  74.  
  75. raymond@raymond-Pavilion-zv5000-PU600UA-ABA:~$ lsb_release -a
  76.  
  77. No LSB modules are available.
  78.  
  79. Distributor ID: Ubuntu
  80.  
  81. Description: Ubuntu 11.04
  82.  
  83. Release: 11.04
  84.  
  85. Codename: natty
  86.  
  87. raymond@raymond-Pavilion-zv5000-PU600UA-ABA:~$ uname -a
  88.  
  89. Linux raymond-Pavilion-zv5000-PU600UA-ABA 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux
  90.  
  91. raymond@raymond-Pavilion-zv5000-PU600UA-ABA:~$ sudo rfkill list
  92.  
  93. 0: phy0: Wireless LAN
  94.  
  95. Soft blocked: no
  96.  
  97. Hard blocked: no
  98.  
  99. raymond@raymond-Pavilion-zv5000-PU600UA-ABA:~$ dmesg | grep -i firm
  100.  
  101. [ 22.768621] Broadcom 43xx driver loaded [ Features: PNL, Firmware-ID: FW13 ]
  102.  
  103. [ 23.087054] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
  104.  
  105. [ 23.087068] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
  106.  
  107. [ 23.087075] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
  108.  
  109. raymond@raymond-Pavilion-zv5000-PU600UA-ABA:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement