Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get upgrade
  3. sudo reboot
  4.  
  5. sudo dpkg -i linux-firmware_1.157.5_all.deb
  6.  
  7. sudo apt-get install build-essential linux-headers-generic
  8. wget https://www.kernel.org/pub/linux/kernel/projects/backports/2015/03/13/backports-20150313.tar.xz
  9. tar xvfJ backports-20150313.tar.xz
  10. cd backports-20150313
  11. make defconfig-ath10k
  12. make
  13. sudo make install
  14.  
  15. $ uname -r
  16. 4.2.0-16-generic
  17.  
  18. $ lspci
  19. 02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 20)
  20. $ lspci -n
  21. 02:00.0 0280: 168c:003e (rev 20)
  22.  
  23. [ 2.360584] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2
  24. [ 2.362523] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA6174/hw2.1/board-pci-168c:003e:11ad:0804.bin failed with error -2
  25. [ 2.362527] ath10k_pci 0000:02:00.0: failed to load spec board file, falling back to generic: -2
  26. [ 2.362536] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA6174/hw2.1/board.bin failed with error -2
  27. [ 2.362538] ath10k_pci 0000:02:00.0: failed to fetch generic board data: -2
  28. [ 2.362540] ath10k_pci 0000:02:00.0: failed to fetch board file: -2
  29. [ 2.362541] ath10k_pci 0000:02:00.0: could not fetch firmware files (-2)
  30. [ 2.362543] ath10k_pci 0000:02:00.0: could not probe fw (-2)
  31.  
  32. /lib/firmware/ath10k/QCA6174/hw2.1
  33.  
  34. Direct firmware load for ath10k/cal-pci-0000:03:00.0.bin failed with error -2
  35. invalid firmware magic
  36. Direct firmware load for ath10k/QCA6174/hw2.1/firmware-3.bin failed with error -2
  37. could not fetch firmware file 'ath10k/QCA6174/hw2.1/firmware-3.bin': -2
  38.  
  39. sudo rmmod ath10k_pci
  40. sudo modprobe -v ath10k_pci
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement