Coder Social home page Coder Social logo

qca9377's Introduction

howto fix wireless drivers for Qualcomm Atheros QCA9377 on Lenovo Ideapad 320 running Debian9 Stretch

get the debian stretch firmware binaries

wget http://ftp.br.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-atheros_20180825+dfsg-1_all.deb
dpkg -i firmware-atheros_20180825+dfsg-1_all.deb

This should create a directory /lib/firmware/ath10k containing all supported models for this driver

clone this guys firmware and copy just his firmware-5.bin to the hw1.0 root

git clone https://github.com/kvalo/ath10k-firmware.git
cp ath10k-firmware/QCA9377/hw1.0/CNSS.TF.1.0/firmware-5.bin_CNSS.TF.1.0-00267-QCATFSWPZ-1 /lib/firmeware/ath10k/QCA9377/hw1.0/firmware-5.bin

then copy the latest firmware-6.bin from the original QCA9377 into the hw1.0 root @ /lib/firmware/ath10k/QCA9377/hw1.0/firmware-6.bin

cp /lib/firmware/QCA9377/hw1.0/WLAN.TF.2.1/firmware-6.bin_WLAN.TF.2.1-00021-QCARMSWP-1 /lib/firmware/ath10k/QCA9377/hw1.0/firmware-6.bin

OR

you can just download my prepackaged version of the QCA9377 directory and copy it to /lib/firmware/ath10k/

mkdir /lib/firmware/ath10k
cd /lib/firmware/ath10k
wget https://github.com/charlmert/qca9377/raw/master/QCA9377.tar.gz
tar -xzvf QCA9377.tar.gz
rm -f QCA9377.tar.gz

Reload the driver

in one terminal watch dmesg output

dmesg -w | grep ath10k_pci

in another terminal reload the driver

rmmod ath10k_pci modprobe -v ath10k_pci

qca9377's People

Contributors

charlmert avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

urahbeng

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.