Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. lspci -nnk | grep -iA2 net
  2. 00:19.0 Ethernet controller [0200]: Intel Corporation 82567LM-3 Gigabit Network Connection [8086:10de] (rev 02)
  3. Subsystem: Dell 82567LM-3 Gigabit Network Connection [1028:0276]
  4. Kernel driver in use: e1000e
  5. Kernel modules: e1000e
  6. lsusb
  7. Bus 002 Device 003: ID 2001:3319 D-Link Corp.
  8. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  9. Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  10. Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  11. Bus 006 Device 002: ID 04ca:0061 Lite-On Technology Corp.
  12. Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  13. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  14. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  15. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  16. Bus 003 Device 002: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
  17. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  18. iwconfig
  19. wlx8026896ea2f3 IEEE 802.11 ESSID:"eduroam"
  20. Mode:Managed Frequency:2.437 GHz Access Point: 70:3A:0E:70:82:40
  21. Bit Rate=1 Mb/s Tx-Power=20 dBm
  22. Retry short limit:7 RTS thr=2347 B Fragment thr:off
  23. Power Management:off
  24. Link Quality=65/70 Signal level=-45 dBm
  25. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  26. Tx excessive retries:0 Invalid misc:25 Missed beacon:0
  27. After it breaks it becomes
  28. wlx8026896ea2f3 IEEE 802.11 ESSID:off/any
  29. Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
  30. Retry short limit:7 RTS thr=2347 B Fragment thr:off
  31. Power Management:off
  32. rfkill list all
  33. 0: phy0: Wireless LAN
  34. Soft blocked: no
  35. Hard blocked: no
  36. lsmod
  37. Module Size Used by
  38. ccm 20480 6
  39. arc4 16384 2
  40. gpio_ich 16384 0
  41. rtl8xxxu 126976 0
  42. mac80211 778240 1 rtl8xxxu
  43. coretemp 16384 0
  44. input_leds 16384 0
  45. kvm_intel 200704 0
  46. cfg80211 610304 1 mac80211
  47. snd_hda_codec_analog 16384 1
  48. snd_hda_codec_generic 73728 1 snd_hda_codec_analog
  49. kvm 581632 1 kvm_intel
  50. dell_wmi 16384 0
  51. irqbypass 16384 1 kvm
  52. dell_smbios 16384 1 dell_wmi
  53. dcdbas 16384 1 dell_smbios
  54. serio_raw 16384 0
  55. sparse_keymap 16384 1 dell_wmi
  56. snd_hda_intel 40960 3
  57. snd_hda_codec 126976 3 snd_hda_intel,snd_hda_codec_analog,snd_hda_codec_generic
  58. wmi_bmof 16384 0
  59. snd_hda_core 81920 4 snd_hda_intel,snd_hda_codec,snd_hda_codec_analog,snd_hda_codec_generic
  60. snd_hwdep 20480 1 snd_hda_codec
  61. snd_pcm 98304 3 snd_hda_intel,snd_hda_codec,snd_hda_core
  62. snd_timer 32768 1 snd_pcm
  63. snd 81920 13 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_hda_codec_analog,snd_timer,snd_hda_codec_generic,snd_pcm
  64. lpc_ich 24576 0
  65. soundcore 16384 1 snd
  66. shpchp 36864 0
  67. mei_me 40960 0
  68. mei 98304 1 mei_me
  69. mac_hid 16384 0
  70. parport_pc 32768 1
  71. ppdev 20480 0
  72. lp 20480 0
  73. parport 49152 3 lp,parport_pc,ppdev
  74. ip_tables 24576 0
  75. x_tables 40960 1 ip_tables
  76. autofs4 40960 2
  77. hid_generic 16384 0
  78. usbhid 49152 0
  79. hid 118784 2 hid_generic,usbhid
  80. i915 1798144 2
  81. psmouse 147456 0
  82. ahci 36864 1
  83. libahci 32768 1 ahci
  84. video 40960 2 dell_wmi,i915
  85. i2c_algo_bit 16384 1 i915
  86. e1000e 245760 0
  87. drm_kms_helper 167936 1 i915
  88. syscopyarea 16384 1 drm_kms_helper
  89. ptp 20480 1 e1000e
  90. sysfillrect 16384 1 drm_kms_helper
  91. pps_core 20480 1 ptp
  92. sysimgblt 16384 1 drm_kms_helper
  93. fb_sys_fops 16384 1 drm_kms_helper
  94. pata_acpi 16384 0
  95. drm 356352 4 i915,drm_kms_helper
  96. wmi 24576 2 dell_wmi,wmi_bmof
  97.  
  98. After wifi fails, the line:
  99. ccm 20480 6
  100. is lost, and a few lines are reordered
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement