All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joerg Albert <jal2@gmx.de>
To: Malte Gell <malte.gell@gmx.de>
Cc: linux-wireless@vger.kernel.org
Subject: Re: ar9170 makes machine hang when shut down
Date: Thu, 24 Sep 2009 23:34:19 +0200	[thread overview]
Message-ID: <4ABBE5DB.5070201@gmx.de> (raw)
In-Reply-To: <200909242155.19485.malte.gell@gmx.de>

On 09/24/2009 09:55 PM, Malte Gell wrote:

> I use the compat 2.6.30 and the ar9170 driver for my Netgear WN111 USB stick. 
> I use the packages from
> http://download.opensuse.org/repositories/driver:/wireless/11.1-update/i586/
> for openSUSE 11.1.
> 
> When I shutdown my machine, it hangs after the last messages "system now 
> rebooting" or similar.
> 
> Does it make sense to use "rmmod --force ar9170" to force removing that module 
> before shutting down?

Why are you sure that the hang is caused by the ar9170 driver? 

The vendor driver is called arusb_lnx, the new one ar9170usb

If you only use the packages from the above URL and haven't compile compat-wireless yourself,
chances are that you use the vendor driver. You may check the loaded module list:
	lsmod
and try to remove the module:
	rmmod arusb_lnx
before shutting down.
If this fails, try to close the corresponding netdev first:
	 ifconfig X down
with X = ath0 or wlan0 (see the output of "iwconfig").

Needing "--force" for rmmod is IMHO a bug in the driver.

Regards,
Jörg.


  reply	other threads:[~2009-09-24 21:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-24 19:55 ar9170 makes machine hang when shut down Malte Gell
2009-09-24 21:34 ` Joerg Albert [this message]
2009-09-25  9:32   ` Malte Gell
2009-09-25 16:51     ` Luis R. Rodriguez
2009-09-25 20:16     ` Joerg Albert
2009-09-26  1:50       ` Malte Gell
2009-09-26  2:14         ` Luis R. Rodriguez

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=4ABBE5DB.5070201@gmx.de \
    --to=jal2@gmx.de \
    --cc=linux-wireless@vger.kernel.org \
    --cc=malte.gell@gmx.de \
    /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.