linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ali Bahar <ali@internetdog.org>
To: Fred Plissonneau <cohomewp4@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: Makefile deletes previous driver install when two WiFi interfaces are from the same chip vendor
Date: Tue, 21 Jun 2011 21:07:52 +0800	[thread overview]
Message-ID: <20110621130752.GB8462@internetdog.org> (raw)
In-Reply-To: <BANLkTimvMcb5yRHSE91VPTLdy7k5WEDo0Q@mail.gmail.com>

On Tue, Jun 21, 2011 at 11:59:17AM +0200, Fred Plissonneau wrote:
> From: Fred Plissonneau <cohomewp4@gmail.com>
> To: linux-wireless@vger.kernel.org
> 
> 
> Anyone can help ?

Not me!
But let me see if I at least understand your problem:

 
> On Tue, Jun 14, 2011 at 4:19 PM, ch wp4 <cohomewp4@gmail.com> wrote:
> > Hello,
> >
> > I am facing an issue during installation of an external USB-WiFi stick
> > on my Linux box (Ubuntu 10.04).
> > Actually, I have already successfully compiled and installed ath9k
> > driver using compat-wireless-2.6.38.2-2.
> > The internal WiFi NIC is fully operational.
> > Now, I want to add temporarily an external USB-WiFi stick (D-Link DWA
> > 160). I've found that this hardware
> > is using an ar9170 chipset and therefore I've recompiled
> > compat-wireless targeting now the carl9170 driver.
> > Once again, this working perfectly.

So you have an on-board ath9k, which does work, and an ar9170 USB
stick, which does work.


> > But when I switch-off and back on my PC, only the latest installed
> > WiFi interface is working.

So only the on-board ath9k fails?


> > Digging into the system, I've found that ath9k has disappeared from the
> > /lib/modules/2.6.32-27-generic/updates/drivers/net/wireless/ath directory.
> > It looks like the 'make install' command is doing some cleaning which

Ha? Why does 'make install' run after a power-cycle?!! That ran only
after you compiled the driver.


> > has, in my particular use case, an undesirable
> > side-effect.
> > Can someone point me to the line in the Makefile causing this problem
> > or is it the desired behaviour ?

Again, the makefile does not come into this. After you've installed
the drivers, you can forget about the makefile.

So are you saying that the ath9k module somehow got deleted from your
file system?

later,
ali

  reply	other threads:[~2011-06-21 13:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-21  9:59 Makefile deletes previous driver install when two WiFi interfaces are from the same chip vendor Fred Plissonneau
2011-06-21 13:07 ` Ali Bahar [this message]
2011-06-21 15:02   ` Fred Plissonneau
2011-06-21 16:21     ` Larry Finger
2011-06-21 16:23     ` Ali Bahar

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=20110621130752.GB8462@internetdog.org \
    --to=ali@internetdog.org \
    --cc=cohomewp4@gmail.com \
    --cc=linux-wireless@vger.kernel.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 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).