Advertisement
Guest User

Untitled

a guest
Nov 20th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. $ sudo lshw -C network
  3. *-network
  4. description: Ethernet interface
  5. product: 82567LM Gigabit Network Connection
  6. vendor: Intel Corporation
  7. physical id: 19
  8. bus info: pci@0000:00:19.0
  9. logical name: eth0
  10. version: 03
  11. serial: 00:1f:16:2d:54:4a
  12. size: 1Gbit/s
  13. capacity: 1Gbit/s
  14. width: 32 bits
  15. clock: 33MHz
  16. capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
  17. configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=2.0.0-k duplex=full firmware=1.8-3 ip=192.168.1.130 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
  18. resources: irq:44 memory:f2600000-f261ffff memory:f2625000-f2625fff ioport:1840(size=32)
  19. *-network DISABLED
  20. description: Wireless interface
  21. product: Ultimate N WiFi Link 5300
  22. vendor: Intel Corporation
  23. physical id: 0
  24. bus info: pci@0000:03:00.0
  25. logical name: wlan0
  26. version: 00
  27. serial: 00:21:6a:72:2f:22
  28. width: 64 bits
  29. clock: 33MHz
  30. capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
  31. configuration: broadcast=yes driver=iwlwifi driverversion=3.5.0-18-generic firmware=8.83.5.1 build 33692 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
  32. resources: irq:47 memory:f2500000-f2501fff
  33.  
  34. james@sen:~$ lsb_release -a
  35. No LSB modules are available.
  36. Distributor ID: Ubuntu
  37. Description: Ubuntu 12.10
  38. Release: 12.10
  39. Codename: quantal
  40. james@sen:~$ uname -a
  41. Linux sen 3.5.0-18-generic #29-Ubuntu SMP Fri Oct 19 10:26:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
  42. james@sen:~$ sudo rfkill list
  43. 0: tpacpi_bluetooth_sw: Bluetooth
  44. Soft blocked: yes
  45. Hard blocked: yes
  46. 1: phy0: Wireless LAN
  47. Soft blocked: yes
  48. Hard blocked: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement