Advertisement
dinanr

Wireless info text

Nov 8th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. *************** info trace ***************
  2.  
  3. ***** uname -a *****
  4.  
  5. Linux Dina 3.5.0-42-generic #65~precise1-Ubuntu SMP Wed Oct 2 20:57:18 UTC 2013 x86_64 x86_64 x86_64 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. 01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 07)
  17. Subsystem: Dell Device [1028:05ea]
  18. Kernel driver in use: r8169
  19. --
  20. 02:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
  21. Subsystem: Dell Device [1028:020c]
  22. 03:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A] [1002:6660]
  23.  
  24. ***** lsusb *****
  25.  
  26. Bus 001 Device 002: ID 8087:8000 Intel Corp.
  27. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  28. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  29. Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  30. Bus 001 Device 005: ID 0bc2:2312 Seagate RSS LLC
  31. Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp.
  32. Bus 001 Device 004: ID 1bcf:28a2 Sunplus Innovation Technology Inc.
  33.  
  34. ***** PCMCIA Card Info *****
  35.  
  36.  
  37. ***** iwconfig *****
  38.  
  39.  
  40. ***** rfkill *****
  41.  
  42.  
  43. ***** lsmod *****
  44.  
  45.  
  46. ***** nm-tool *****
  47.  
  48. NetworkManager Tool
  49.  
  50. State: connected (global)
  51.  
  52. - Device: eth0 [Wired connection 2] -------------------------------------------
  53. Type: Wired
  54. Driver: r8169
  55. State: connected
  56. Default: yes
  57. HW Address: <MAC address removed>
  58.  
  59. Capabilities:
  60. Carrier Detect: yes
  61. Speed: 100 Mb/s
  62.  
  63. Wired Properties
  64. Carrier: on
  65.  
  66. IPv4 Settings:
  67. Address: 192.168.5.222
  68. Prefix: 21 (255.255.248.0)
  69. Gateway: 192.168.0.222
  70.  
  71. DNS: 192.168.0.113
  72.  
  73.  
  74.  
  75. ***** NetworkManager.state *****
  76.  
  77. [main]
  78. NetworkingEnabled=true
  79. WirelessEnabled=true
  80. WWANEnabled=true
  81. WimaxEnabled=true
  82.  
  83. ***** NetworkManager.conf *****
  84.  
  85. [main]
  86. plugins=ifupdown,keyfile
  87. dns=dnsmasq
  88.  
  89. [ifupdown]
  90. managed=false
  91.  
  92. ***** interfaces *****
  93.  
  94. auto lo
  95. iface lo inet loopback
  96.  
  97.  
  98. ***** iwlist *****
  99.  
  100. Aquiring of root rights failed.
  101.  
  102. ***** resolv.conf *****
  103.  
  104. nameserver 127.0.0.1
  105. search ncbs.res.in
  106.  
  107. ***** blacklist *****
  108.  
  109. [/etc/modprobe.d/blacklist-ath_pci.conf]
  110. blacklist ath_pci
  111.  
  112. [/etc/modprobe.d/blacklist.conf]
  113. blacklist evbug
  114. blacklist usbmouse
  115. blacklist usbkbd
  116. blacklist eepro100
  117. blacklist de4x5
  118. blacklist eth1394
  119. blacklist snd_intel8x0m
  120. blacklist snd_aw2
  121. blacklist i2c_i801
  122. blacklist prism54
  123. blacklist bcm43xx
  124. blacklist garmin_gps
  125. blacklist asus_acpi
  126. blacklist snd_pcsp
  127. blacklist pcspkr
  128. blacklist amd76x_edac
  129.  
  130. [/etc/modprobe.d/blacklist-i915-hsw.conf]
  131. blacklist i915_hsw
  132.  
  133. ***** modinfo *****
  134.  
  135.  
  136. ***** udev rules *****
  137.  
  138. # PCI device 0x10ec:/sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0 (r8169)
  139. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
  140.  
  141. # PCI device 0x168c:/sys/devices/pci0000:00/0000:00:1c.3/0000:02:00.0 (ath9k)
  142. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
  143.  
  144. ***** dmesg *****
  145.  
  146.  
  147. ****************** done ******************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement