On Mon, Jun 03, 2019 at 12:26:44PM -0000, Frank van Wensveen wrote:
> OK. The "modinfo -F" command you gave me returns a list of files:
> 
> ath10k/QCA9377/hw1.0/board.bin
> ath10k/QCA9377/hw1.0/firmware-5.bin
> ath10k/QCA6174/hw3.0/board-2.bin
> ath10k/QCA6174/hw3.0/board.bin
> ath10k/QCA6174/hw3.0/firmware-6.bin
> ath10k/QCA6174/hw3.0/firmware-5.bin
> ath10k/QCA6174/hw3.0/firmware-4.bin
> ath10k/QCA6174/hw2.1/board-2.bin
> ath10k/QCA6174/hw2.1/board.bin
> ath10k/QCA6174/hw2.1/firmware-5.bin
> ath10k/QCA6174/hw2.1/firmware-4.bin
> ath10k/QCA9887/hw1.0/board-2.bin
> ath10k/QCA9887/hw1.0/board.bin
> ath10k/QCA9887/hw1.0/firmware-5.bin
> ath10k/QCA988X/hw2.0/board-2.bin
> ath10k/QCA988X/hw2.0/board.bin
> ath10k/QCA988X/hw2.0/firmware-5.bin
> ath10k/QCA988X/hw2.0/firmware-4.bin
> ath10k/QCA988X/hw2.0/firmware-3.bin
> ath10k/QCA988X/hw2.0/firmware-2.bin
> 
> but not all these files exist in the updated firmware build I downloaded
> as per Kai-Heng Feng's instructions above.

It's possible not all the files will be there. I would do something like
this:

 $ sudo mv /lib/firmware/ath10k /lib/firmware/ath10k.bak
 $ sudo cp -r <downloaded_build>/ath10k /lib/firmware

Then when you're finished you can restore the old files:

 $ sudo rm -r /lib/firmware/ath10k
 $ sudo mv /lib/firmware/ath10k.bak /lib/firmware/ath10k

> And in the directory you had
> me check are only *.ko files. So I'm not sure what to replace with what
> here.

Firmware files are located under /lib/firmware.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830350

Title:
  System freezes repeatedly for several seconds; wifi driver related
  errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1830350/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to