Guest User

Untitled

a guest
Jan 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. $ lsusb
  2. Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  3. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  4. Bus 001 Device 082: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
  5. Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  6. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  7. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  8. Bus 003 Device 002: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
  9. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  10.  
  11.  
  12. $ sudo iwconfig
  13. enp0s25 no wireless extensions.
  14.  
  15. lo no wireless extensions.
  16.  
  17.  
  18. $ lspci -nnk | grep -iA3 net
  19. 00:19.0 Ethernet controller [0200]: Intel Corporation 82579V Gigabit Network Connection [8086:1503] (rev 04)
  20. Subsystem: Toshiba America Info Systems 82579V Gigabit Network Connection [1179:0002]
  21. Kernel driver in use: e1000e
  22. Kernel modules: e1000e
  23. 00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
  24.  
  25. $ lsmod | grep mt7
  26. mt7601u 102400 0
  27. mac80211 782336 1 mt7601u
  28. cfg80211 602112 2 mac80211,mt7601u
Add Comment
Please, Sign In to add comment