2012-08-28 09:38:58

by Luís Díaz González

[permalink] [raw]
Subject: ath9k AR9287 freeze linux system

The last two releases compat-wireless (2012-08-26 and 2012-08-27) freeze
my linux system.

I'm not a developer, I'm a simple user

Debian Squeeze 2.6.32
wireless card AR9287


thanks,
luis




2012-08-29 05:00:17

by Mohammed Shafi

[permalink] [raw]
Subject: Re: ath9k AR9287 freeze linux system

Hi Luis,

On Tue, Aug 28, 2012 at 8:31 PM, Lu?s D?az Gonz?lez
<[email protected]> wrote:
> I tested the patch, great job, thanks a lot. All works great.
> I think that coexistence between wifi and bluetooth never worked
> better. :-)

thanks a lot for reporting the issue! we really appreciate
your help for reporting issues and testing them.

sure thanks, if you are interested in various BTCOEX stuff, you can
try AR9462 which has some enhanced BTCOEX stuff called MCI.

>
> luis
>
>
> El mar, 28-08-2012 a las 19:28 +0530, Mohammed Shafi escribi?:
>> On Tue, Aug 28, 2012 at 7:15 PM, Lu?s D?az Gonz?lez
>> <[email protected]> wrote:
>> > El mar, 28-08-2012 a las 19:08 +0530, Mohammed Shafi escribi?:
>> >> Hi,
>> >>
>> >> On Tue, Aug 28, 2012 at 3:08 PM, Lu?s D?az Gonz?lez
>> >> <[email protected]> wrote:
>> >> > The last two releases compat-wireless (2012-08-26 and 2012-08-27) freeze
>> >> > my linux system.
>> >>
>> >> thanks for reporting.
>> >> *Please provide some information/call trace if you can get(you can
>> >> attach a photograph of the trace :) )
>> >> *like what did you do(sending traffic, suspend resume, keep the
>> >> station idle?) to see the freeze.
>> >> *I would try to recreate in my ubuntu 2.6.32.. kernel.
>> >> *are you using btcoex in the driver sudo modprobe ath9k btcoex_enable=1 ?
>> >
>> > Yes, I'm using btcoex, when I disabled it, all works again.
>>
>> please try the attached patch sent today,
>> http://comments.gmane.org/gmane.linux.kernel.wireless.general/96629
>> you have go to your compat-wireless folder
>> cd compat-wireless...
>> then do patch -p1 < /home/myname/fix-bt.patch
>>
>> assuming the patch is in /home/myname/fix-bt.patch
>>
>> do
>> make clean && make && sudo make install
>>
>> sudo make unload
>> sudo modprobe -v ath9k btcoex_enable=1
>>
>>
>>
>> >
>> >>
>> >>
>> >> >
>> >> > I'm not a developer, I'm a simple user
>> >> >
>> >> > Debian Squeeze 2.6.32
>> >> > wireless card AR9287
>> >> >
>> >> >
>> >> > thanks,
>> >> > luis
>> >> >
>> >> >
>> >> > --
>> >> > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
>> >> > the body of a message to [email protected]
>> >> > More majordomo info at http://vger.kernel.org/majordomo-info.html
>> >>
>> >>
>> >>
>> >
>> >
>>
>>
>>
>
>



--
thanks,
shafi

2012-08-28 13:38:53

by Mohammed Shafi

[permalink] [raw]
Subject: Re: ath9k AR9287 freeze linux system

Hi,

On Tue, Aug 28, 2012 at 3:08 PM, Lu?s D?az Gonz?lez
<[email protected]> wrote:
> The last two releases compat-wireless (2012-08-26 and 2012-08-27) freeze
> my linux system.

thanks for reporting.
*Please provide some information/call trace if you can get(you can
attach a photograph of the trace :) )
*like what did you do(sending traffic, suspend resume, keep the
station idle?) to see the freeze.
*I would try to recreate in my ubuntu 2.6.32.. kernel.
*are you using btcoex in the driver sudo modprobe ath9k btcoex_enable=1 ?


>
> I'm not a developer, I'm a simple user
>
> Debian Squeeze 2.6.32
> wireless card AR9287
>
>
> thanks,
> luis
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html



--
thanks,
shafi

2012-08-28 13:58:03

by Mohammed Shafi

[permalink] [raw]
Subject: Re: ath9k AR9287 freeze linux system

On Tue, Aug 28, 2012 at 7:15 PM, Lu?s D?az Gonz?lez
<[email protected]> wrote:
> El mar, 28-08-2012 a las 19:08 +0530, Mohammed Shafi escribi?:
>> Hi,
>>
>> On Tue, Aug 28, 2012 at 3:08 PM, Lu?s D?az Gonz?lez
>> <[email protected]> wrote:
>> > The last two releases compat-wireless (2012-08-26 and 2012-08-27) freeze
>> > my linux system.
>>
>> thanks for reporting.
>> *Please provide some information/call trace if you can get(you can
>> attach a photograph of the trace :) )
>> *like what did you do(sending traffic, suspend resume, keep the
>> station idle?) to see the freeze.
>> *I would try to recreate in my ubuntu 2.6.32.. kernel.
>> *are you using btcoex in the driver sudo modprobe ath9k btcoex_enable=1 ?
>
> Yes, I'm using btcoex, when I disabled it, all works again.

please try the attached patch sent today,
http://comments.gmane.org/gmane.linux.kernel.wireless.general/96629
you have go to your compat-wireless folder
cd compat-wireless...
then do patch -p1 < /home/myname/fix-bt.patch

assuming the patch is in /home/myname/fix-bt.patch

do
make clean && make && sudo make install

sudo make unload
sudo modprobe -v ath9k btcoex_enable=1



>
>>
>>
>> >
>> > I'm not a developer, I'm a simple user
>> >
>> > Debian Squeeze 2.6.32
>> > wireless card AR9287
>> >
>> >
>> > thanks,
>> > luis
>> >
>> >
>> > --
>> > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
>> > the body of a message to [email protected]
>> > More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>>
>>
>
>



--
thanks,
shafi


Attachments:
0001-ath9k-Fix-a-crash-in-2-WIRE-btcoex-chipsets.patch (3.04 kB)

2012-08-28 15:02:17

by Luís Díaz González

[permalink] [raw]
Subject: Re: ath9k AR9287 freeze linux system

I tested the patch, great job, thanks a lot. All works great.
I think that coexistence between wifi and bluetooth never worked
better. :-)

luis


El mar, 28-08-2012 a las 19:28 +0530, Mohammed Shafi escribió:
> On Tue, Aug 28, 2012 at 7:15 PM, Luís Díaz González
> <[email protected]> wrote:
> > El mar, 28-08-2012 a las 19:08 +0530, Mohammed Shafi escribió:
> >> Hi,
> >>
> >> On Tue, Aug 28, 2012 at 3:08 PM, Luís Díaz González
> >> <[email protected]> wrote:
> >> > The last two releases compat-wireless (2012-08-26 and 2012-08-27) freeze
> >> > my linux system.
> >>
> >> thanks for reporting.
> >> *Please provide some information/call trace if you can get(you can
> >> attach a photograph of the trace :) )
> >> *like what did you do(sending traffic, suspend resume, keep the
> >> station idle?) to see the freeze.
> >> *I would try to recreate in my ubuntu 2.6.32.. kernel.
> >> *are you using btcoex in the driver sudo modprobe ath9k btcoex_enable=1 ?
> >
> > Yes, I'm using btcoex, when I disabled it, all works again.
>
> please try the attached patch sent today,
> http://comments.gmane.org/gmane.linux.kernel.wireless.general/96629
> you have go to your compat-wireless folder
> cd compat-wireless...
> then do patch -p1 < /home/myname/fix-bt.patch
>
> assuming the patch is in /home/myname/fix-bt.patch
>
> do
> make clean && make && sudo make install
>
> sudo make unload
> sudo modprobe -v ath9k btcoex_enable=1
>
>
>
> >
> >>
> >>
> >> >
> >> > I'm not a developer, I'm a simple user
> >> >
> >> > Debian Squeeze 2.6.32
> >> > wireless card AR9287
> >> >
> >> >
> >> > thanks,
> >> > luis
> >> >
> >> >
> >> > --
> >> > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> >> > the body of a message to [email protected]
> >> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >>
> >>
> >>
> >
> >
>
>
>



2012-08-28 13:45:30

by Luís Díaz González

[permalink] [raw]
Subject: Re: ath9k AR9287 freeze linux system

El mar, 28-08-2012 a las 19:08 +0530, Mohammed Shafi escribió:
> Hi,
>
> On Tue, Aug 28, 2012 at 3:08 PM, Luís Díaz González
> <[email protected]> wrote:
> > The last two releases compat-wireless (2012-08-26 and 2012-08-27) freeze
> > my linux system.
>
> thanks for reporting.
> *Please provide some information/call trace if you can get(you can
> attach a photograph of the trace :) )
> *like what did you do(sending traffic, suspend resume, keep the
> station idle?) to see the freeze.
> *I would try to recreate in my ubuntu 2.6.32.. kernel.
> *are you using btcoex in the driver sudo modprobe ath9k btcoex_enable=1 ?

Yes, I'm using btcoex, when I disabled it, all works again.

>
>
> >
> > I'm not a developer, I'm a simple user
> >
> > Debian Squeeze 2.6.32
> > wireless card AR9287
> >
> >
> > thanks,
> > luis
> >
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> > the body of a message to [email protected]
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
>