Advertisement
jcollum

3160 troubleshooting

Sep 9th, 2021
1,392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.24 KB | None | 0 0
  1. $ rfkill list all
  2. 0: hci0: Bluetooth
  3.     Soft blocked: no
  4.     Hard blocked: no
  5. 1: phy0: Wireless LAN
  6.     Soft blocked: no
  7.     Hard blocked: no
  8.      
  9. $ sudo lshw -C network | grep -A 5 'Wireless'
  10. USB
  11.        description: Wireless interface
  12.        product: Wireless 3160
  13.        vendor: Intel Corporation      
  14.  
  15. $ sudo cp /mnt/nas/backup/iwlwifi-3160-ucode-25.30.14.0/iwlwifi-3160-14.ucode /lib/firmware
  16.  
  17. $ sudo ls /lib/firmware|grep 3160
  18. iwlwifi-3160-10.ucode
  19. iwlwifi-3160-12.ucode
  20. iwlwifi-3160-13.ucode
  21. iwlwifi-3160-14.ucode
  22. iwlwifi-3160-16.ucode
  23. iwlwifi-3160-17.ucode
  24. iwlwifi-3160-7.ucode
  25. iwlwifi-3160-8.ucode
  26. iwlwifi-3160-9.ucode
  27.  
  28.  
  29. $ lspci | grep 3160
  30. 03:00.0 Network controller: Intel Corporation Wireless 3160 (rev 83)
  31.  
  32. $ modinfo iwlwifi | grep 3160
  33. firmware:       iwlwifi-3160-17.ucode
  34.  
  35. $ dmesg | grep iwl
  36. [    5.055283] iwlwifi 0000:03:00.0: loaded firmware version 17.3216344376.0 op_mode iwlmvm
  37. [    5.129117] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 3160, REV=0x164
  38. [    5.148164] iwlwifi 0000:03:00.0: base HW address: 34:e6:ad:da:28:43
  39. [    5.267319] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
  40. [    5.778606] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
  41.  
  42. $ dkms status # no output
  43. $
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement