From: Pavel Roskin <proski@gnu.org>
To: rajith pr <rajithpr@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: How to install Ath5 driver?
Date: Sat, 27 Dec 2008 02:38:19 -0500 [thread overview]
Message-ID: <1230363499.2633.54.camel@dv> (raw)
In-Reply-To: <fd38e5150812261051y29851b18sf5638c57e355d6f2@mail.gmail.com>
On Sat, 2008-12-27 at 00:21 +0530, rajith pr wrote:
> Hi Pavel,
>
> I intend to work on the ath5k driver only. Iam actually stuck with the
> Enabling ath5k section of
> http://wireless.kernel.org/en/users/Drivers/ath5k. May be a trivial
> think but i dont have an option but ask :-)
>
> Enabling ath5k section talks about some configuration but i dont know
> where to configure these. Should i run some configuration tool and
> follow the steps ??
I've edited that text slightly to mention kernel configuration in the
beginning. It's mentioned later in the text.
The kernel configuration is described in the README file in the Linux
sources. There are several ways to configure the kernel, such as "make
menuconfig" and "make xconfig", but they all edit the ".config" file in
the directory where the kernel is going to be compiled.
In my opinion, "make menuconfig" is more intuitive that the X based
configuration tools.
To enable ath5k, you need "CONFIG_ATH5K=m" or "CONFIG_ATH5K=y" to appear
in .config along with the required dependencies of the driver. "m" is
for compiling ath5k as a module, "y" is for compiling into the kernel.
I think compiling as module is more convenient in most cases.
I don't know any automatic way to enable a particular option and its
dependencies, so you'll need to go through the configuration and enable
the dependencies manually. The link you referred to tells you what
options to enable.
Actually, that page is becoming obsolete. SoftMAC is gone from the
current git repository. ath5k has other dependencies, such as PCI. But
I was reluctant to edit that text, as some users may be compiling older
kernel, where SoftMAC is present. As for PCI and some other
dependencies, they are most likely already enabled, so mentioning them
could confuse some users.
--
Regards,
Pavel Roskin
next prev parent reply other threads:[~2008-12-27 7:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-25 19:25 How to install Ath5 driver? rajith pr
2008-12-25 22:48 ` Pavel Roskin
2008-12-26 18:51 ` rajith pr
2008-12-27 7:38 ` Pavel Roskin [this message]
2008-12-28 15:54 ` rajith pr
2008-12-28 19:29 ` rajith pr
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=1230363499.2633.54.camel@dv \
--to=proski@gnu.org \
--cc=linux-wireless@vger.kernel.org \
--cc=rajithpr@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).