Advertisement
Guest User

Untitled

a guest
Sep 11th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. uname -a
  2. -
  3. Linux *** 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13 15:45:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
  4.  
  5. =============
  6. before drop :
  7. -
  8. iwlist wlan1:
  9. -
  10. wlan1 IEEE 802.11bgn ESSID:"****"
  11. Mode:Managed Frequency:2.412 GHz Access Point: 00:8C:54:19:38:49
  12. Bit Rate=72.2 Mb/s Tx-Power=20 dBm
  13. Retry long limit:7 RTS thr=2347 B Fragment thr:off
  14. Power Management:off
  15. Link Quality=62/70 Signal level=-48 dBm
  16. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  17. Tx excessive retries:0 Invalid misc:2 Missed beacon:0
  18.  
  19. ===========
  20. after drop :
  21. -
  22. iwlist wlan1:
  23. -
  24. wlan1 IEEE 802.11bgn ESSID:"****"
  25. Mode:Managed Frequency:2.412 GHz Access Point: 00:8C:54:19:38:49
  26. Bit Rate=72.2 Mb/s Tx-Power=20 dBm
  27. Retry long limit:7 RTS thr=2347 B Fragment thr:off
  28. Power Management:off
  29. Link Quality=66/70 Signal level=-44 dBm
  30. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  31. Tx excessive retries:0 Invalid misc:7 Missed beacon:0
  32.  
  33. =========
  34. ifconfig -a
  35. -
  36. eth0 Link encap:Ethernet HWaddr e0:3f:49:82:69:57
  37. UP BROADCAST MULTICAST MTU:1500 Metric:1
  38. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  39. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  40. collisions:0 txqueuelen:1000
  41. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  42. Interrupt:20 Memory:f7200000-f7220000
  43.  
  44. lo Link encap:Local Loopback
  45. inet addr:127.0.0.1 Mask:255.0.0.0
  46. UP LOOPBACK RUNNING MTU:65536 Metric:1
  47. RX packets:225 errors:0 dropped:0 overruns:0 frame:0
  48. TX packets:225 errors:0 dropped:0 overruns:0 carrier:0
  49. collisions:0 txqueuelen:0
  50. RX bytes:18109 (18.1 KB) TX bytes:18109 (18.1 KB)
  51.  
  52. wlan1 Link encap:Ethernet HWaddr 80:1f:02:f2:d3:be
  53. inet addr:192.168.1.47 Bcast:192.168.1.255 Mask:255.255.255.0
  54. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  55. RX packets:14009 errors:0 dropped:0 overruns:0 frame:0
  56. TX packets:13439 errors:0 dropped:0 overruns:0 carrier:0
  57. collisions:0 txqueuelen:1000
  58. RX bytes:12093459 (12.0 MB) TX bytes:1922441 (1.9 MB)
  59. ====
  60. cat /etc/network/interfaces
  61. -
  62. # interfaces(5) file used by ifup(8) and ifdown(8)
  63. auto lo
  64. iface lo inet loopback
  65.  
  66. ===
  67. lsmod
  68. -
  69. Module Size Used by
  70. ip6table_filter 12815 1
  71. ip6_tables 27025 1 ip6table_filter
  72. x_tables 34059 2 ip6table_filter,ip6_tables
  73. ctr 13049 1
  74. ccm 17773 1
  75. rfcomm 69160 0
  76. bnep 19624 2
  77. bluetooth 391196 10 bnep,rfcomm
  78. snd_hda_codec_hdmi 46254 1
  79. dm_crypt 23177 0
  80. arc4 12608 2
  81. nvidia 10699336 42
  82. binfmt_misc 17468 1
  83. nls_iso8859_1 12713 1
  84. rtl8192cu 67723 0
  85. rtl_usb 18448 1 rtl8192cu
  86. rtlwifi 63475 2 rtl_usb,rtl8192cu
  87. rtl8192c_common 53172 1 rtl8192cu
  88. mac80211 630653 3 rtl_usb,rtlwifi,rtl8192cu
  89. cfg80211 484040 2 mac80211,rtlwifi
  90. eeepc_wmi 13151 0
  91. asus_wmi 24191 1 eeepc_wmi
  92. sparse_keymap 13948 1 asus_wmi
  93. x86_pkg_temp_thermal 14205 0
  94. intel_powerclamp 14705 0
  95. coretemp 13435 0
  96. kvm_intel 143060 0
  97. kvm 451511 1 kvm_intel
  98. crct10dif_pclmul 14289 0
  99. snd_hda_codec_realtek 61438 1
  100. crc32_pclmul 13113 0
  101. ghash_clmulni_intel 13216 0
  102. aesni_intel 55624 2
  103. aes_x86_64 17131 1 aesni_intel
  104. lrw 13286 1 aesni_intel
  105. gf128mul 14951 1 lrw
  106. glue_helper 13990 1 aesni_intel
  107. ablk_helper 13597 1 aesni_intel
  108. cryptd 20359 3 ghash_clmulni_intel,aesni_intel,ablk_helper
  109. snd_hda_intel 52355 5
  110. snd_hda_codec 192906 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
  111. serio_raw 13462 0
  112. snd_hwdep 13602 1 snd_hda_codec
  113. snd_seq_midi 13324 0
  114. snd_pcm 102099 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
  115. snd_seq_midi_event 14899 1 snd_seq_midi
  116. snd_rawmidi 30144 1 snd_seq_midi
  117. snd_seq 61560 2 snd_seq_midi_event,snd_seq_midi
  118. lpc_ich 21080 0
  119. snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi
  120. snd_page_alloc 18710 2 snd_pcm,snd_hda_intel
  121. snd_timer 29482 2 snd_pcm,snd_seq
  122. mei_me 18627 0
  123. snd 69238 21 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
  124. mei 82276 1 mei_me
  125. soundcore 12680 1 snd
  126. parport_pc 32701 0
  127. ppdev 17671 0
  128. mac_hid 13205 0
  129. lp 17759 0
  130. parport 42348 3 lp,ppdev,parport_pc
  131. hid_generic 12548 0
  132. hid_apple 13386 0
  133. usbhid 52570 0
  134. hid 106148 3 hid_generic,usbhid,hid_apple
  135. nouveau 1097199 0
  136. mxm_wmi 13021 1 nouveau
  137. i2c_algo_bit 13413 1 nouveau
  138. e1000e 254433 0
  139. psmouse 106678 0
  140. ttm 85115 1 nouveau
  141. ahci 25819 3
  142. libahci 32560 1 ahci
  143. ptp 18933 1 e1000e
  144. drm_kms_helper 53081 1 nouveau
  145. pps_core 19382 1 ptp
  146. drm 303102 5 ttm,drm_kms_helper,nvidia,nouveau
  147. video 19476 2 nouveau,asus_wmi
  148. wmi 19177 3 mxm_wmi,nouveau,asus_wmi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement