All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Roskin <proski@gnu.org>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] AR5008 hanging computer
Date: Fri, 12 Feb 2010 17:53:28 -0500	[thread overview]
Message-ID: <1266015208.25535.18.camel@mj> (raw)
In-Reply-To: <167ae39b1002120725i6e518c27r8016e89bf372bce9@mail.gmail.com>

On Fri, 2010-02-12 at 09:25 -0600, James Grossmann wrote:
> I have a linksys wpc100, which contains the ar5008 chipset.  After a
> little while of use, It hangs the computer so that almost nothing
> responds.  I have found that if I hold the power button down until
> just before it would force a poweroff, I can usually get it to
> respond.  I have it installed in a thinkpad x24 (pentium III, so
> there's no multi-core/processor), and using ndiswrapper when I'm not
> trying to overcome this problem.  I have also had the same problem
> when I had it installed in a t23, a very similar pentium III laptop.
> I am running kubuntu 9.10 with the backports modules installed, I know
> they aren't the newest, but I've tried the
> I have followed the instructions to debug the problem, but I could use
> some more specific ideas of what to debug, because with all debug
> options on, over a couple of days, I produced a 1.2 gb debug file.

I suggest that you give the exact kernel version, as a courtesy to those
not running kubuntu 9.10.

>   In
> perusing the file, I found a few anomalies that were obvious to the
> casual observer...me, but which may or may not tell us anything, I
> will post them below.  I also note that there seems to be a lot of
> authenticating/deauthenticating going on, although that could have
> been from the ndiswrapper driver.

You can use "dmesg -c" to erase the kernel log.

> Feb  8 13:00:04 Pneuma kernel: [ 5223.147647] ath9k: new IMR 0x918414b4

Getting kernel log from /var/log is not a good idea.  Please use the
dmesg command.

You can use less debug options to get something of manageable size.  You
can use sed to remove the timestamps (I don't think they are very useful
for this particular problem) and use lzma to compress the log:

dmesg | sed 's/^[^]]*] //' | lzma >kernel.log.lzma

-- 
Regards,
Pavel Roskin

  reply	other threads:[~2010-02-12 22:53 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-12 15:25 [ath9k-devel] AR5008 hanging computer James Grossmann
2010-02-12 22:53 ` Pavel Roskin [this message]
2010-02-12 23:35   ` James Grossmann
2010-02-12 23:42   ` hong zhang
2010-02-15  7:03     ` Pavel Roskin
     [not found]       ` <167ae39b1002152030s170128a0j362e7e9c61a4af42@mail.gmail.com>
     [not found]         ` <1266296860.17808.2.camel@mj>
2010-02-16 23:54           ` James Grossmann
2010-02-17 17:47             ` Pavel Roskin
2010-02-17 17:56             ` hong zhang
2010-02-17 18:15               ` Pavel Roskin
2010-02-18 12:58                 ` [ath9k-devel] 802.11n in Ad-hoc mode Jónatan Muñoz
2010-02-24  7:02                   ` Zhang Yanfei-B21500
2010-02-24 16:35                     ` Jónatan Muñoz
2010-02-23  6:45                 ` [ath9k-devel] AR5008 hanging computer James Grossmann
2010-02-23  7:02                   ` James Grossmann
2010-03-11  8:01                     ` Pavel Roskin
  -- strict thread matches above, loose matches on Subject: below --
2010-02-18 20:31 Mark Sutton
2010-02-18 21:58 ` Mark Sutton
2010-02-19  1:36   ` Pavel Roskin
2010-03-05 23:04     ` Mark Sutton
2010-03-11  7:56       ` Pavel Roskin
2010-03-11 10:38         ` Peter Stuge
2010-04-17 17:49         ` Tomi Orava
2010-02-21  8:31   ` Tomi Orava
2010-02-22 18:02     ` Luis R. Rodriguez
2010-02-22 18:24       ` Tomi Orava
2010-02-22 18:34         ` 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=1266015208.25535.18.camel@mj \
    --to=proski@gnu.org \
    --cc=ath9k-devel@lists.ath9k.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.