From: poma <pomidorabelisima@gmail.com>
To: outperformer@gmail.com
Cc: Community support for Fedora users
<users@lists.fedoraproject.org>,
Brandon.Vincent@asu.edu,
linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: Wi-Fi - ath10k QCA9377 chipset support - kernel 4.2.x backport
Date: Sun, 10 Jan 2016 12:04:23 +0100 [thread overview]
Message-ID: <56923AB7.8020905@gmail.com> (raw)
In-Reply-To: <CAJm4238HOP0fWK-86-ujSGieiUGRL=5O2VQY_13d5k0hf2d1qw@mail.gmail.com>
On 10.01.2016 02:36, Brandon Vincent wrote:
> On Sat, Jan 9, 2016 at 6:12 PM, M. Gelle <outperformer@gmail.com> wrote:
>> Sorry, I thought you new there was only one public download that wasn't
>> working. I'll try this although I thought the file should have been a Linux
>> archive. I'll see if Brandon comes up with another link. Sorry again, for my
>> frustration.
>
> Let's try using the latest backport drivers from upstream.
>
> dnf group install "Development Tools"
> dnf install kernel-devel
> wget https://www.kernel.org/pub/linux/kernel/projects/backports/stable/v4.3/backports-4.3-1.tar.gz
> tar -zxvf backports-4.3.1.tar.gz
> cd backports-4.3.1
> make defconfig-ath10k
> make
> sudo make install
>
> Reboot the system and see if you wireless card starts to work.
>
> Brandon Vincent
>
Kernel:
4.2.8-200.fc22.x86_64
Modules:
ath10k backports releases
https://wireless.wiki.kernel.org/en/users/drivers/ath10k/backports
This one includes ath10k QCA9377 chipset support:
$ wget https://www.kernel.org/pub/linux/kernel/projects/backports/2015/11/20/sha256sums.asc
$ wget https://www.kernel.org/pub/linux/kernel/projects/backports/2015/11/20/backports-20151120.tar.sign
$ wget https://www.kernel.org/pub/linux/kernel/projects/backports/2015/11/20/backports-20151120.tar.xz
$ gpg --verify sha256sums.asc
$ gpg --verify backports-20151120.tar.sign backports-20151120.tar.xz
$ sha256sum -c sha256sums.asc
$ tar xf backports-20151120.tar.xz
$ cd backports-20151120/
$ make defconfig-ath10k
$ make
$ su
# make install
Firmware:
[PATCH v2] ath10k: add QCA9377 chipset support
http://www.spinics.net/lists/linux-wireless/msg143148.html
<quote>
... pushed the firmware image here:
https://github.com/kvalo/ath10k-firmware/tree/master/QCA9377/hw1.0
All reports, good or bad, are very welcome.
...
</quote>
# mkdirhier /usr/lib/firmware/ath10k/QCA9377/hw1.0
# cd /usr/lib/firmware/ath10k/QCA9377/hw1.0
# wget https://github.com/kvalo/ath10k-firmware/raw/master/QCA9377/hw1.0/board.bin
# wget https://github.com/kvalo/ath10k-firmware/raw/master/QCA9377/hw1.0/firmware-5.bin_WLAN.TF.1.0-00267-1 -O firmware-5.bin
# wget https://github.com/kvalo/ath10k-firmware/raw/master/QCA9377/hw1.0/notice.txt_WLAN.TF.1.0-00267-1 -O notice-WLAN.TF.1.0-00267-1.txt
parent reply other threads:[~2016-01-10 11:04 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <CAJm4238HOP0fWK-86-ujSGieiUGRL=5O2VQY_13d5k0hf2d1qw@mail.gmail.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56923AB7.8020905@gmail.com \
--to=pomidorabelisima@gmail.com \
--cc=Brandon.Vincent@asu.edu \
--cc=linux-wireless@vger.kernel.org \
--cc=outperformer@gmail.com \
--cc=users@lists.fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.