Guest User

Untitled

a guest
Feb 18th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. $ uname -r
  2. 4.18.0-15-generic
  3.  
  4. $ lspci -vnn | grep Network
  5. 03:00.0 Network controller [0280]: Intel Corporation Wireless 3165 [8086:3165] (rev 79)
  6.  
  7. $ dmesg | grep iwl
  8. [ 3.773450] iwlwifi 0000:03:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
  9. [ 3.824730] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
  10. [ 3.842313] iwlwifi 0000:03:00.0: base HW address: 3c:f8:62:b8:fc:e5
  11. [ 3.918055] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
  12. [ 3.968779] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
  13.  
  14. $ sudo dpkg -s linux-firmware
  15. Package: linux-firmware
  16. Status: install ok installed
  17. Priority: optional
  18. Section: misc
  19. Installed-Size: 296804
  20. Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
  21. Architecture: all
  22. Multi-Arch: foreign
  23. Version: 1.175.1
  24. Replaces: atmel-firmware, linux-firmware-snapdragon (<= 1.2-0ubuntu1), linux-restricted-common
  25. Provides: atmel-firmware
  26. Breaks: linux-firmware-snapdragon (<= 1.2-0ubuntu1)
  27. Conflicts: atmel-firmware
  28. Description: Firmware for Linux kernel drivers
  29. This package provides firmware used by Linux kernel drivers.
Add Comment
Please, Sign In to add comment