Advertisement
Guest User

Untitled

a guest
Dec 17th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1.  
  2. *************** info trace ***************
  3.  
  4. ***** uname -a *****
  5.  
  6. Linux ubuntu 3.8.0-34-generic #49~precise1-Ubuntu SMP Wed Nov 13 18:05:00 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
  7.  
  8. ***** lsb_release *****
  9.  
  10. Distributor ID: Ubuntu
  11. Description: Ubuntu 12.04.3 LTS
  12. Release: 12.04
  13. Codename: precise
  14.  
  15. ***** lspci *****
  16.  
  17. 04:00.0 Ethernet controller [0200]: Intel Corporation 82573L Gigabit Ethernet Controller [8086:109a] (rev 01)
  18. Subsystem: Dell Device [1028:01d1]
  19. Kernel driver in use: e1000e
  20.  
  21. ***** lsusb *****
  22.  
  23. Bus 001 Device 004: ID 0644:0200 TEAC Corp. All-In-One Multi-Card Reader CA200/B/S
  24. Bus 001 Device 006: ID 0bc2:2101 Seagate RSS LLC
  25. Bus 001 Device 011: ID 2001:3c20 D-Link Corp.
  26. Bus 001 Device 012: ID 3538:0902 Power Quotient International Co., Ltd
  27. Bus 002 Device 002: ID 046d:c00c Logitech, Inc. Optical Wheel Mouse
  28. Bus 002 Device 003: ID 04b8:0895 Seiko Epson Corp.
  29. Bus 003 Device 002: ID 045e:009d Microsoft Corp. Wireless Optical Desktop 3.0
  30. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  31. Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  32. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  33. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  34. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  35.  
  36. ***** PCMCIA Card Info *****
  37.  
  38.  
  39. ***** iwconfig *****
  40.  
  41.  
  42. ***** rfkill *****
  43.  
  44.  
  45. ***** lsmod *****
  46.  
  47.  
  48. ***** nm-tool *****
  49.  
  50. NetworkManager Tool
  51.  
  52. State: connected (global)
  53.  
  54. - Device: eth0 [Wired connection 1] -------------------------------------------
  55. Type: Wired
  56. Driver: e1000e
  57. State: connected
  58. Default: yes
  59. HW Address: <MAC address removed>
  60.  
  61. Capabilities:
  62. Carrier Detect: yes
  63. Speed: 100 Mb/s
  64.  
  65. Wired Properties
  66. Carrier: on
  67.  
  68. IPv4 Settings:
  69. Address: 192.168.2.2
  70. Prefix: 24 (255.255.255.0)
  71. Gateway: 192.168.2.1
  72.  
  73. DNS: 192.168.2.1
  74.  
  75.  
  76.  
  77. ***** NetworkManager.state *****
  78. [main]
  79. NetworkingEnabled=true
  80. WirelessEnabled=true
  81. WWANEnabled=true
  82. WimaxEnabled=true
  83.  
  84. ***** NetworkManager.conf *****
  85.  
  86. [main]
  87. plugins=ifupdown,keyfile
  88. dns=dnsmasq
  89.  
  90. [ifupdown]
  91. managed=false
  92.  
  93. ***** interfaces *****
  94.  
  95. # interfaces(5) file used by ifup(8) and ifdown(8)
  96. auto lo
  97. iface lo inet loopback
  98.  
  99. ***** iwlist *****
  100.  
  101.  
  102. ***** resolv.conf *****
  103.  
  104. nameserver 127.0.0.1
  105. search Belkin
  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. ***** modinfo *****
  131.  
  132.  
  133. ***** udev rules *****
  134.  
  135. # PCI device 0x8086:/sys/devices/pci0000:00/0000:00:1c.5/0000:04:00.0 (e1000e)
  136. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
  137.  
  138. ***** dmesg *****
  139.  
  140.  
  141. ****************** done ******************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement