From: Kalle Valo <kvalo@qca.qualcomm.com>
To: Vu Hai NGUYEN <vh.nguyen@actiasodielec.fr>
Cc: ath10k <ath10k@lists.infradead.org>
Subject: Re: RE : Compilation ath10k
Date: Tue, 25 Mar 2014 09:31:38 +0200 [thread overview]
Message-ID: <87ppla3fad.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <EE97821C81277E459BEA5C6384C6F241012D63921470@srvexch01.SODIELEC.local> (Vu Hai NGUYEN's message of "Thu, 20 Mar 2014 11:30:03 +0100")
Vu Hai NGUYEN <vh.nguyen@actiasodielec.fr> writes:
> Thak you Valo for your response, i'm doing an internship and my mission is replacing
> the module wifi WLE350NX (used chipset of Atheros and satisfied the standard 802.11n) by the new one
> WLE900VX to satisfy the standard 802.11ac for a router. Our actual driver is bought from Atheros (Driver Aquila)
> and i have to replace that driver by ath10k. I tried to compile it from the menuconfig of our code but it has many errors (you can see from the attached file).
> Then I try to compile in backport as you said, I was on the step 8 (http://wireless.kernel.org/en/users/Drivers/ath10k/backports) and get this error but I don't really understand it:
> /--------------
> | You shouldn't run make in the backports tree, but only in
> | the generated output. This here is only the skeleton code
> | copied into the output directory. To use the backport system
> | from scratch, go into the top-level directory and run
> | ./gentree.py /path/to/linux-next/ /tmp/output
> | and then make menuconfig/... in the output directory. See
> | ./gentree.py --help
> | for more options.
> \--
> make[1]: *** [modules] Error 1
> make: *** [default] Error
Normal users should not run gentree.py, instead it's recommended to take
official backports releases. I noticed that the wiki page was a bit
confusing and I tried to improve it a bit:
Here are simple instructions how to install ath10k from a backports release:
----------------------------------------------------------------------
Download latest backports release and unpack it.
Run defconfig for ath10k:
make defconfig-ath10k
Compile backports:
make
Install backports:
sudo make install
Reboot system and ath10k should load automatically.
See backports documentation for more info.
----------------------------------------------------------------------
http://wireless.kernel.org/en/users/Drivers/ath10k/backports#ath10k_backports_releases
--
Kalle Valo
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
prev parent reply other threads:[~2014-03-25 7:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-19 17:27 Compilation ath10k Vu Hai NGUYEN
2014-03-20 5:54 ` Kalle Valo
2014-03-20 10:30 ` RE : " Vu Hai NGUYEN
2014-03-25 7:31 ` Kalle Valo [this message]
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=87ppla3fad.fsf@kamboji.qca.qualcomm.com \
--to=kvalo@qca.qualcomm.com \
--cc=ath10k@lists.infradead.org \
--cc=vh.nguyen@actiasodielec.fr \
/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.