public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 3com 3crxjk10075 with ath5k driver
@ 2009-06-09 19:51 William Thompson
  2009-06-09 20:39 ` Bob Copeland
  0 siblings, 1 reply; 10+ messages in thread
From: William Thompson @ 2009-06-09 19:51 UTC (permalink / raw)
  To: linux-kernel

This card has the "xjack" antennae which is supposed to disable the radio (I
thought it was in hardware, but it's not) when it is not extended.  The
madwifi driver (Last time I actually used this card with it) did disable the
radio (Or refused packets, not sure which).

The kernel ath5k driver (last tested 2.6.29.4) will work regardless if the
antannae is in or out.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: 3com 3crxjk10075 with ath5k driver
  2009-06-09 19:51 3com 3crxjk10075 with ath5k driver William Thompson
@ 2009-06-09 20:39 ` Bob Copeland
  2009-06-10 11:23   ` William Thompson
  0 siblings, 1 reply; 10+ messages in thread
From: Bob Copeland @ 2009-06-09 20:39 UTC (permalink / raw)
  To: William Thompson; +Cc: linux-kernel, ath5k-devel

[CCed ath5k-devel]

On Tue, Jun 9, 2009 at 3:51 PM, William
Thompson<wt@electro-mechanical.com> wrote:
> This card has the "xjack" antennae which is supposed to disable the radio (I
> thought it was in hardware, but it's not) when it is not extended.  The
> madwifi driver (Last time I actually used this card with it) did disable the
> radio (Or refused packets, not sure which).

Huh, I wonder how that works.  Is disabling the radio an advertised feature?
i.e. as opposed to just not working because the antenna is in?

> The kernel ath5k driver (last tested 2.6.29.4) will work regardless if the
> antannae is in or out.

I suppose it could be asserting something on rfkill gpios; ath5k hasn't had
real rfkill support yet.  Anyone else know about these devices?

-- 
Bob Copeland %% www.bobcopeland.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: 3com 3crxjk10075 with ath5k driver
  2009-06-09 20:39 ` Bob Copeland
@ 2009-06-10 11:23   ` William Thompson
  2009-06-10 11:34     ` Bob Copeland
  0 siblings, 1 reply; 10+ messages in thread
From: William Thompson @ 2009-06-10 11:23 UTC (permalink / raw)
  To: Bob Copeland; +Cc: linux-kernel, ath5k-devel

On Tue, Jun 09, 2009 at 04:39:12PM -0400, Bob Copeland wrote:
> [CCed ath5k-devel]
> 
> On Tue, Jun 9, 2009 at 3:51 PM, William
> Thompson<wt@electro-mechanical.com> wrote:
> > This card has the "xjack" antennae which is supposed to disable the radio (I
> > thought it was in hardware, but it's not) when it is not extended. ?The
> > madwifi driver (Last time I actually used this card with it) did disable the
> > radio (Or refused packets, not sure which).
> 
> Huh, I wonder how that works.  Is disabling the radio an advertised feature?
> i.e. as opposed to just not working because the antenna is in?

I'm not sure if it was advertised that way, but according to 3com's site:
3Com-patented XJACK antenna design extends for use and retracts for safe
transport and to conserve power; no need to remove the PC Card from the
notebook while traveling

Sounds like it was intended that way.

> > The kernel ath5k driver (last tested 2.6.29.4) will work regardless if the
> > antannae is in or out.
> 
> I suppose it could be asserting something on rfkill gpios; ath5k hasn't had
> real rfkill support yet.  Anyone else know about these devices?

It's possible.  The LED on it goes off when it's pushed in.  Which reminds
me, I don't think the ath5k driver allows the LED to blink when it's
transmitting/receiving, it just stays on.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: 3com 3crxjk10075 with ath5k driver
  2009-06-10 11:23   ` William Thompson
@ 2009-06-10 11:34     ` Bob Copeland
  2009-06-10 11:54       ` William Thompson
  0 siblings, 1 reply; 10+ messages in thread
From: Bob Copeland @ 2009-06-10 11:34 UTC (permalink / raw)
  To: William Thompson; +Cc: linux-kernel, ath5k-devel

On Wed, Jun 10, 2009 at 07:23:57AM -0400, William Thompson wrote:
> > I suppose it could be asserting something on rfkill gpios; ath5k hasn't had
> > real rfkill support yet.  Anyone else know about these devices?
> 
> It's possible.  The LED on it goes off when it's pushed in.  Which reminds
> me, I don't think the ath5k driver allows the LED to blink when it's
> transmitting/receiving, it just stays on.

Can you try latest wireless-testing?  There's an rfkill patch for
ath5k in it.  URL is:

git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git

As for LEDs, there's a patch in kernel bugzilla.  I don't have a link handy
but you can check the ath5k-devel archives from a week or two ago, let
me know if you can't find it.

-- 
Bob Copeland %% www.bobcopeland.com


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: 3com 3crxjk10075 with ath5k driver
  2009-06-10 11:34     ` Bob Copeland
@ 2009-06-10 11:54       ` William Thompson
  2009-06-10 12:07         ` Bob Copeland
  0 siblings, 1 reply; 10+ messages in thread
From: William Thompson @ 2009-06-10 11:54 UTC (permalink / raw)
  To: Bob Copeland; +Cc: linux-kernel, ath5k-devel

On Wed, Jun 10, 2009 at 07:34:06AM -0400, Bob Copeland wrote:
> On Wed, Jun 10, 2009 at 07:23:57AM -0400, William Thompson wrote:
> > > I suppose it could be asserting something on rfkill gpios; ath5k hasn't had
> > > real rfkill support yet.  Anyone else know about these devices?
> > 
> > It's possible.  The LED on it goes off when it's pushed in.  Which reminds
> > me, I don't think the ath5k driver allows the LED to blink when it's
> > transmitting/receiving, it just stays on.
> 
> Can you try latest wireless-testing?  There's an rfkill patch for
> ath5k in it.  URL is:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git

Unfortunately, I don't know how to use git.

> As for LEDs, there's a patch in kernel bugzilla.  I don't have a link handy
> but you can check the ath5k-devel archives from a week or two ago, let
> me know if you can't find it.

I'll see.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: 3com 3crxjk10075 with ath5k driver
  2009-06-10 11:54       ` William Thompson
@ 2009-06-10 12:07         ` Bob Copeland
  2009-06-11 15:25           ` William Thompson
  0 siblings, 1 reply; 10+ messages in thread
From: Bob Copeland @ 2009-06-10 12:07 UTC (permalink / raw)
  To: William Thompson; +Cc: linux-kernel, ath5k-devel

On Wed, Jun 10, 2009 at 07:54:32AM -0400, William Thompson wrote:
> > git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
> 
> Unfortunately, I don't know how to use git.

Quite easy for this purpose:

$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git

The patch can also be found in the mailing list archives, but it won't apply
to 2.6.30.

-- 
Bob Copeland %% www.bobcopeland.com


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: 3com 3crxjk10075 with ath5k driver
  2009-06-10 12:07         ` Bob Copeland
@ 2009-06-11 15:25           ` William Thompson
  2009-06-11 17:41             ` Bob Copeland
  0 siblings, 1 reply; 10+ messages in thread
From: William Thompson @ 2009-06-11 15:25 UTC (permalink / raw)
  To: Bob Copeland; +Cc: linux-kernel, ath5k-devel

On Wed, Jun 10, 2009 at 08:07:36AM -0400, Bob Copeland wrote:
> On Wed, Jun 10, 2009 at 07:54:32AM -0400, William Thompson wrote:
> > > git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
> > 
> > Unfortunately, I don't know how to use git.
> 
> Quite easy for this purpose:
> 
> $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
> 
> The patch can also be found in the mailing list archives, but it won't apply
> to 2.6.30.

That's huge!  Isn't there an easier way to do it?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: 3com 3crxjk10075 with ath5k driver
  2009-06-11 15:25           ` William Thompson
@ 2009-06-11 17:41             ` Bob Copeland
  2009-06-11 18:33               ` William Thompson
  0 siblings, 1 reply; 10+ messages in thread
From: Bob Copeland @ 2009-06-11 17:41 UTC (permalink / raw)
  To: William Thompson; +Cc: linux-kernel, ath5k-devel

On Thu, Jun 11, 2009 at 11:25 AM, William
Thompson<wt@electro-mechanical.com> wrote:
> On Wed, Jun 10, 2009 at 08:07:36AM -0400, Bob Copeland wrote:
>> $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
>>
>
> That's huge!  Isn't there an easier way to do it?

Unfortunately, it depends on surrounding rfkill framework that hit the tree
after 2.6.30.  Now that compat-wireless builds, you can try it, but since it
is a backport, YMMV.

-- 
Bob Copeland %% www.bobcopeland.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: 3com 3crxjk10075 with ath5k driver
  2009-06-11 17:41             ` Bob Copeland
@ 2009-06-11 18:33               ` William Thompson
  2009-06-11 18:40                 ` [ath5k-devel] " Bob Copeland
  0 siblings, 1 reply; 10+ messages in thread
From: William Thompson @ 2009-06-11 18:33 UTC (permalink / raw)
  To: Bob Copeland; +Cc: linux-kernel, ath5k-devel

On Thu, Jun 11, 2009 at 01:41:30PM -0400, Bob Copeland wrote:
> On Thu, Jun 11, 2009 at 11:25 AM, William
> Thompson<wt@electro-mechanical.com> wrote:
> > On Wed, Jun 10, 2009 at 08:07:36AM -0400, Bob Copeland wrote:
> >> $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
> >>
> >
> > That's huge! ?Isn't there an easier way to do it?
> 
> Unfortunately, it depends on surrounding rfkill framework that hit the tree
> after 2.6.30.  Now that compat-wireless builds, you can try it, but since it
> is a backport, YMMV.

Isn't there an easy way to obtain the patch?  THe clone has completed but I
don't have a clue what to do.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [ath5k-devel] 3com 3crxjk10075 with ath5k driver
  2009-06-11 18:33               ` William Thompson
@ 2009-06-11 18:40                 ` Bob Copeland
  0 siblings, 0 replies; 10+ messages in thread
From: Bob Copeland @ 2009-06-11 18:40 UTC (permalink / raw)
  To: William Thompson; +Cc: ath5k-devel, linux-kernel

On Thu, Jun 11, 2009 at 2:33 PM, William
Thompson<wt@electro-mechanical.com> wrote:
>
> Isn't there an easy way to obtain the patch?  THe clone has completed but I
> don't have a clue what to do.

Just build the kernel from the resulting tree, it already has the changes
included.

As I said, the patch won't do any good because it needs the new rfkill
infrastructure.  That is why I also suggested compat-wireless which is just
the wireless code that you can build like out-of-tree modules, but it contains
all the infrastructure (http://linuxwireless.org/download/compat-wireless-2.6/).

-- 
Bob Copeland %% www.bobcopeland.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-06-11 18:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-09 19:51 3com 3crxjk10075 with ath5k driver William Thompson
2009-06-09 20:39 ` Bob Copeland
2009-06-10 11:23   ` William Thompson
2009-06-10 11:34     ` Bob Copeland
2009-06-10 11:54       ` William Thompson
2009-06-10 12:07         ` Bob Copeland
2009-06-11 15:25           ` William Thompson
2009-06-11 17:41             ` Bob Copeland
2009-06-11 18:33               ` William Thompson
2009-06-11 18:40                 ` [ath5k-devel] " Bob Copeland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox