Advertisement
Guest User

NetworkManager.state

a guest
Apr 28th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1.  
  2. ########## wireless info START ##########
  3.  
  4. ##### release #####
  5.  
  6. Distributor ID: Ubuntu
  7. Description: Ubuntu 13.10
  8. Release: 13.10
  9. Codename: saucy
  10.  
  11. ##### kernel #####
  12.  
  13. Linux matariles-xubuntuSystem-Product-Name 3.11.0-20-generic #34-Ubuntu SMP Tue Apr 1 20:42:16 UTC 2014 i686 i686 i686 GNU/Linux
  14.  
  15. ##### lspci #####
  16.  
  17. 02:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8121/AR8113/AR8114 Gigabit or Fast Ethernet [1969:1026] (rev b0)
  18. Subsystem: ASUSTeK Computer Inc. P5KPL-CM Motherboard [1043:8304]
  19. Kernel driver in use: ATL1E
  20.  
  21. ##### lsusb #####
  22.  
  23. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  24. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  25. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  26. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  27. Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  28.  
  29. ##### PCMCIA Card Info #####
  30.  
  31. ##### rfkill #####
  32.  
  33. ##### iw reg get #####
  34.  
  35. country 00:
  36. (2402 - 2472 @ 40), (3, 20)
  37. (2457 - 2482 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
  38. (2474 - 2494 @ 20), (3, 20), NO-OFDM, PASSIVE-SCAN, NO-IBSS
  39. (5170 - 5250 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
  40. (5735 - 5835 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
  41.  
  42. ##### interfaces #####
  43.  
  44. # interfaces(5) file used by ifup(8) and ifdown(8)
  45. auto lo
  46. iface lo inet loopback
  47.  
  48. ##### iwconfig #####
  49.  
  50. ##### route #####
  51.  
  52. Tabla de rutas IP del núcleo
  53. Destino Pasarela Genmask Indic Métric Ref Uso Interfaz
  54. 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth1
  55. 192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth1
  56.  
  57. ##### resolv.conf #####
  58.  
  59. nameserver 127.0.1.1
  60. search home
  61.  
  62. ##### nm-tool #####
  63.  
  64. NetworkManager Tool
  65.  
  66. State: connected (global)
  67.  
  68. - Device: eth1 [Conexión cableada 1] -----------------------------------------
  69. Type: Wired
  70. Driver: ATL1E
  71. State: connected
  72. Default: yes
  73. HW Address: <MAC address removed>
  74.  
  75. Capabilities:
  76. Carrier Detect: yes
  77. Speed: 100 Mb/s
  78.  
  79. Wired Properties
  80. Carrier: on
  81.  
  82. IPv4 Settings:
  83. Address: 192.168.1.10
  84. Prefix: 24 (255.255.255.0)
  85. Gateway: 192.168.1.1
  86.  
  87. DNS: 192.168.1.1
  88.  
  89. ##### NetworkManager.state #####
  90.  
  91. [main]
  92. NetworkingEnabled=true
  93. WirelessEnabled=true
  94. WWANEnabled=true
  95. WimaxEnabled=true
  96.  
  97. ##### NetworkManager.conf #####
  98.  
  99. [main]
  100. plugins=ifupdown,keyfile,ofono
  101. dns=dnsmasq
  102.  
  103. [ifupdown]
  104. managed=false
  105.  
  106. ##### iwlist #####
  107.  
  108. No way to aquire root rights found.
  109.  
  110. ##### iwlist channel #####
  111.  
  112. ##### lsmod #####
  113.  
  114. ##### modinfo #####
  115.  
  116. ##### modules #####
  117.  
  118. lp
  119.  
  120. ##### blacklist #####
  121.  
  122. [/etc/modprobe.d/blacklist-ath_pci.conf]
  123. blacklist ath_pci
  124.  
  125. [/etc/modprobe.d/blacklist.conf]
  126. blacklist evbug
  127. blacklist usbmouse
  128. blacklist usbkbd
  129. blacklist eepro100
  130. blacklist de4x5
  131. blacklist eth1394
  132. blacklist snd_intel8x0m
  133. blacklist snd_aw2
  134. blacklist i2c_i801
  135. blacklist prism54
  136. blacklist bcm43xx
  137. blacklist garmin_gps
  138. blacklist asus_acpi
  139. blacklist snd_pcsp
  140. blacklist pcspkr
  141. blacklist amd76x_edac
  142.  
  143. ##### udev rules #####
  144.  
  145. # PCI device 0x10ec:0x8168 (r8169)
  146. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
  147.  
  148. # PCI device 0x10ec:0x8172 (rtl8192se)
  149. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
  150.  
  151. # PCI device 0x1969:0x1026 (ATL1E)
  152. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
  153.  
  154. # PCI device 0x1814:0x0302 (rt61pci)
  155. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan1"
  156.  
  157. # PCI device 0x1814:0x0302 (rt61pci)
  158. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan2"
  159.  
  160. ##### dmesg #####
  161.  
  162. [ 17.706825] ATL1E 0000:02:00.0 eth1: NIC Link is Up <100 Mbps Full Duplex>
  163. [ 2386.476107] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  164. [ 2388.188135] ATL1E 0000:02:00.0 eth1: NIC Link is Up <100 Mbps Full Duplex>
  165. [ 2388.188156] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  166. [ 3553.816112] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  167. [ 3555.983260] ATL1E 0000:02:00.0 eth1: NIC Link is Up <100 Mbps Full Duplex>
  168. [ 3555.983279] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  169. [ 4807.552108] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  170. [ 4809.330409] ATL1E 0000:02:00.0 eth1: NIC Link is Up <100 Mbps Full Duplex>
  171. [ 4809.330430] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  172. [ 6341.072110] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  173. [ 6342.916190] ATL1E 0000:02:00.0 eth1: NIC Link is Up <100 Mbps Full Duplex>
  174. [ 6342.916210] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  175.  
  176. ########## wireless info END ############
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement