All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Houghton <h@realh.co.uk>
To: linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: Could ath9k and rt2800pci bugs be related?
Date: Tue, 15 Mar 2011 15:17:46 +0000	[thread overview]
Message-ID: <20110315151746.421c04b3@toddler> (raw)
In-Reply-To: <AANLkTi=Gub1JAO21qtRjxVWrtc6Masp1siF3NHntgcvp@mail.gmail.com>

On Tue, 15 Mar 2011 19:05:27 +0530
Mohammed Shafi <shafi.wireless@gmail.com> wrote:

> On Tue, Mar 15, 2011 at 6:49 PM, Tony Houghton <h@realh.co.uk> wrote:
> > On Tue, 15 Mar 2011 13:17:40 +0530
> > Mohammed Shafi <shafi.wireless@gmail.com> wrote:
> >
> >> On Mon, Mar 14, 2011 at 10:18 PM, Tony Houghton <h@realh.co.uk>
> >> wrote:
> >> >
> >> > I've just bought an Acer Aspire Revo 3700 and this had very
> >> > similar symptoms with a different adapter. Luckily another
> >> > customer had posted about it on the vendor's website and his fix
> >> > works for me. The fix is to blacklist the rt2800pci module and
> >> > the rt2860sta driver seems to work quite happily without it.
> >>
> >> can you please check by disabling the supicious rt modules and see
> >> whether this problems happens.
> >
> > Yes, I did blacklist rt2800pci and the system works correctly
> > without the module loaded. Even the wireless connection still works.
> 
> Ok still there is also one or two guys reporting this locking issue,
> so we need to be very sure.

I'm afraid you misunderstood me. The rt28* issue is on a different
system with an Ralink adapter. AFAIK the actual rt28* modules have
nothing to do with the Atheros problem. I only made a connection because
the symptoms are so similar, and I thought it possible that the two
different drivers might share some code, but it's more likely to be a
coincidence.

Has anyone else reported the rt28* problem and/or are the developers
aware of it? I know I'm not the only affected person because I read
about it in a customer comment on the vendor's web site for the Acer
R3700.

> >> for quick check please try with the latest compat wireless.
> >
> > How do I do that?
> >
> > I would also be willing to add extra debugging messages to ath9k to
> > help track down the AR9285 problem. I'm a C programmer, but not a
> > kernel hacker so I think I would need some advice about which
> > functions to examine.
> 
> No its nothing to do with kernel hacking, its just a wireless package.

For kernel hacking I meant I would like to experiment with the code
myself. If you can't reproduce the problem I think it would be very
helpful if I can make it print extra messages to narrow it down. If you
could tell me something like, "The shutdown process should start at
function X and end at function Y," I'll know better which code to
experiment with. BTW, all types of wireless shutdown seem to be
affected, whether I turn off the WAP, click Disconnect in network
manager, press the rfkill switch, suspend, shutdown or rmmod ath9k.

Should I use printk to print the debugging messages or something else?
As there is the debug module parameter I guess the latter. Is there also
some sort of sleep function which I can safely add after each debug
message to make sure the message is made visible before the crash?

  reply	other threads:[~2011-03-15 15:17 UTC|newest]

Thread overview: 91+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-24 18:20 ath9k causes lockups since kernel 2.6.33 Tony Houghton
2011-02-24 20:02 ` [ath9k-devel] ath9k causes lockups since kernel 2.6.35 Jonathan Nieder
2011-02-24 20:02   ` Jonathan Nieder
2011-02-25  7:51   ` [ath9k-devel] " Mohammed Shafi
2011-02-25  7:51     ` Mohammed Shafi
2011-02-25  8:44     ` Mohammed Shafi
2011-02-25  8:44       ` Mohammed Shafi
2011-02-25 14:47     ` Tony Houghton
2011-02-25 14:47       ` Tony Houghton
2011-02-25 16:07       ` Mohammed Shafi
2011-02-25 16:07         ` Mohammed Shafi
2011-02-25 16:57         ` Tony Houghton
2011-02-25 16:57           ` Tony Houghton
2011-02-26 18:35           ` Tony Houghton
2011-02-26 18:35             ` Tony Houghton
2011-02-28  5:36             ` Mohammed Shafi
2011-02-28  5:36               ` Mohammed Shafi
2011-03-02 16:30               ` Tony Houghton
2011-03-02 16:30                 ` Tony Houghton
2011-03-03  5:21                 ` Mohammed Shafi
2011-03-03  5:21                   ` Mohammed Shafi
2011-03-03 14:31                   ` Tony Houghton
2011-03-03 14:31                     ` Tony Houghton
2011-03-03 15:57                     ` Mohammed Shafi
2011-03-03 15:57                       ` Mohammed Shafi
2011-03-03 19:16                       ` Tony Houghton
2011-03-03 19:16                         ` Tony Houghton
2011-03-04 15:50                         ` Mohammed Shafi
2011-03-04 15:50                           ` Mohammed Shafi
2011-03-06 22:04                           ` Tony Houghton
2011-03-06 22:04                             ` Tony Houghton
2011-03-03  7:05             ` Vivek Natarajan
2011-03-03  7:05               ` Vivek Natarajan
2011-02-25  7:57   ` Sedat Dilek
2011-02-25  7:57     ` Sedat Dilek
2011-02-25 14:35     ` [ath9k-devel] " Tony Houghton
2011-02-25 14:35       ` Tony Houghton
2011-02-27  0:15   ` [ath9k-devel] " crocket
2011-03-14 16:48   ` Could ath9k and rt2800pci bugs be related? Tony Houghton
2011-03-15  7:47     ` Mohammed Shafi
2011-03-15 13:19       ` Tony Houghton
2011-03-15 13:35         ` Mohammed Shafi
2011-03-15 15:17           ` Tony Houghton [this message]
2011-03-15 16:17             ` Mohammed Shafi
2011-03-15 17:15               ` Tony Houghton
2011-03-16  5:09                 ` Mohammed Shafi
2011-03-15 15:24           ` Tony Houghton
2011-06-10  1:47   ` [ath9k-devel] ath9k causes lockups since kernel 2.6.35 Adrian Chadd
2011-06-10  4:52     ` Mohammed Shafi
2011-06-10  6:13       ` Adrian Chadd
2011-06-10  6:51         ` Camilo Mesias
2011-06-10  6:53           ` Adrian Chadd
2011-06-10 12:43             ` Tony Houghton
2011-06-10 13:18               ` Adrian Chadd
2011-06-10 18:47                 ` Tony Houghton
2011-06-10 21:10                   ` Adrian Chadd
2011-06-11  6:42                     ` Camilo Mesias
2011-06-11  7:12                       ` Adrian Chadd
2011-06-11  7:33                         ` Camilo Mesias
2011-06-11  7:47                           ` Camilo Mesias
2011-06-11 23:08                             ` Adrià Cereto Massagué
2011-06-12  8:01                               ` Adrian Chadd
2011-06-12  9:26                                 ` Adrià Cereto Massagué
2011-06-12 11:00                                   ` Adrian Chadd
2011-06-14  0:00                         ` Adrian Chadd
2011-06-14  0:15                           ` Jonathan Nieder
2011-06-14  0:20                             ` Jonathan Nieder
2011-06-14  0:22                               ` Adrian Chadd
2011-06-14 11:36                               ` Tony Houghton
2011-06-14 13:20                         ` Mohammed Shafi
2011-06-15  2:02                           ` Adrian Chadd
2011-06-15  9:27                             ` Camilo Mesias
2011-06-15 10:15                               ` Adrian Chadd
2011-06-22 20:31                             ` Camilo Mesias
     [not found]                           ` <20110615174451.15903ae4@toddler>
2011-06-16  4:18                             ` Mohammed Shafi
2011-06-16 12:16                               ` Tony Houghton
2011-06-16 13:03                                 ` Mohammed Shafi
2011-06-27 10:37                       ` Adrian Chadd
2011-07-12 13:46                         ` Tony Houghton
2011-07-12 15:10                           ` Adrian Chadd
2011-07-12 16:12                             ` Mohammed Shafi
2011-07-13  9:40                           ` Camilo Mesias
2011-07-14  7:02                           ` Camilo Mesias
2011-07-14 22:32                             ` Camilo Mesias
2011-07-14 23:02                               ` Jonathan Nieder
2011-06-10  6:48   ` Adrian Chadd
2011-06-10  6:48     ` Adrian Chadd
2011-06-13 11:00     ` [ath9k-devel] " Stanislaw Gruszka
2011-06-13 11:00       ` Stanislaw Gruszka
2011-06-27 10:33   ` [ath9k-devel] " Adrian Chadd
2011-06-27 10:33     ` Adrian Chadd

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=20110315151746.421c04b3@toddler \
    --to=h@realh.co.uk \
    --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 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.