2008-02-17 10:13:18

by Fabio Venturi

[permalink] [raw]
Subject: Re: Problem compiling ath5k

On Sun, Feb 17, 2008 at 01:07:25AM +0100, Joachim Frieben wrote:
> 2008/2/16, Fabio Venturi <[email protected]>:
> >
> > On Sat, Feb 16, 2008 at 01:00:39PM +0100, Joachim Frieben wrote:
> > OK,
> > now the driver compile and load without any problem and
> > the wlan0 and master0 devices are created.
> > There are no error in dmesg, but I can't scan for stations,
> > iwlist wlan0 scan
> > says there are no active stations.
> > Do I need extra modules for scanning?
> > I'm using an Atheros AR2413, is this device supposed to work with
> > the ath5k module?
>
>
> That's exactly the situation that I do encounter myself because I'm using
> the same chipset. I have tried a preview snapshot of the ath5k driver which
> is not public yet, and for that one scanning works!

Where can I get that preview snapshot of ath5k?
I could test it.

> However, data
> transmission doesn't work yet. The main developer is about to resume work on
> the driver after a break since late December, and he has some pending stuff
> which needs to be merged with the development tree. Stay tuned, this should
> be a matters of days. Any significant update will be announced on the
> wireless list anyway. There are many people out there eagerly waiting for
> this to happen ...
>
> Cheers,
>
> JF

I'll stay tuned as you suggest.
Best regards,
Fabio




> Luis R. Rodriguez wrote:
>
> You need to turn your interface up first:

> ip link set wlan0 up

> Or

> ifconfig wlan0 up

> Luis

The interface is up and running, but somehow it seems missing
the beacon packets.
Best regards,
Fabio


2008-02-17 17:09:30

by Richard Scherping

[permalink] [raw]
Subject: Re: Problem compiling ath5k

>>> OK,
>>> now the driver compile and load without any problem and
>>> the wlan0 and master0 devices are created.
>>> There are no error in dmesg, but I can't scan for stations,
>>> iwlist wlan0 scan
>>> says there are no active stations.
>>> Do I need extra modules for scanning?
>>> I'm using an Atheros AR2413, is this device supposed to work with
>>> the ath5k module?
>
> The interface is up and running, but somehow it seems missing
> the beacon packets.
> Best regards,
> Fabio

AR2413 is not yet properly supported in ath5k. The last statement about this is from 15.02.2008, where Nick Kossifidis said:

"Sorry for delaying the relevant patches, i'm working with the 2413
card i got from Mike to make it work and it'll take some time (not as
easy as i thought, i probably miss something)..."

I am waiting for this PHY to get supported, too.

Richard