GithubHelp home page GithubHelp logo

mingkangxiong / qualcomm-atheros-qca9377-wireless-not-working-on-lenovo-with-ubuntu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from satishbabariya/qualcomm-atheros-qca9377-wireless-patch

0.0 0.0 0.0 1 KB

Qualcomm Atheros QCA9377 wireless not working on lenovo with Ubuntu

qualcomm-atheros-qca9377-wireless-not-working-on-lenovo-with-ubuntu's Introduction

Qualcomm-Atheros-QCA9377-wireless-not-working-on-lenovo-with-Ubuntu

Qualcomm Atheros QCA9377 wireless not working on lenovo with Ubuntu

This is how I fixed the WiFi issue in my Laptop

Identify your WiFi device. Open a terminal and issue

lspci | grep Network

It should display the name of your WiFi card

If the output is similar to the one below, you are in luck, we can fix this easily

mansoor ~ $ lspci | grep Network 03:00.0 Network controller: Qualcomm Atheros Device 0042 (rev 30)

Once you have made sure that the Network device is the one above, follow the below steps to install the driver for WiFi ##### Install git and tools to compile the driver

sudo apt-get install build-essential linux-headers-$(uname -r) git Issue the following commands one by one. Anything written after “#” is a comment and you don’t have to execute it.

Modify the config files

echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf

Download the backport

wget https://www.kernel.org/pub/linux/kernel/projects/backports/2015/11/20/backports-20151120.tar.gz

Extract it

tar zxvf backports-20151120.tar.gz

cd to the directory, compile and install it. The commands 'make' and 'make install' will take some time to finish

cd backports-20151120 make defconfig-wifi make sudo make install

Download the firmware for the WiFi card

git clone https://github.com/kvalo/ath10k-firmware.git

Copy the firmware to appropriate locations.

sudo cp -r ath10k-firmware/QCA9377 /lib/firmware/ath10k/ sudo cp /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin_WLAN.TF.1.0-00267-1 /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin

Reboot your machine. That’s it. Your wifi should work now until you do a kernel update.

qualcomm-atheros-qca9377-wireless-not-working-on-lenovo-with-ubuntu's People

Contributors

satishbabariya avatar

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.