* Problem compiling ath5k
@ 2008-02-16 10:38 Fabio Venturi
[not found] ` <1c252d490802160400gd8a11a6y7e164d9b05f626c8@mail.gmail.com>
0 siblings, 1 reply; 5+ messages in thread
From: Fabio Venturi @ 2008-02-16 10:38 UTC (permalink / raw)
To: Linux Wireless
Hello to the list,
I'd like to try the ath5k kernel module for my Atheros AR2413 Wireless Card
so I downloaded the compat-wireless-2.6.tar.bz2
I'm running a 2.6.24.2 kernel (the laste stable),
but the compile stage ends immediately:
//------ START MAKE ----------------
make -C /lib/modules/2.6.24.2-KaL/build M=/usr/src/modules/compat-wireless-2.6 modules
make[1]: Entering directory `/usr/src/linux-2.6.24'
CC [M] /usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.o
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c:165:33: error: linux/pm_qos_params.h: No such file or directory
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c: In function 'ipw2100_up':
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c:1704: error: implicit declaration of function 'pm_qos_update_requirement'
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c:1704: error: 'PM_QOS_CPU_DMA_LATENCY' undeclared (first use in this function)
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c:1704: error: (Each undeclared identifier is reported only once
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c:1704: error: for each function it appears in.)
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c: In function 'ipw2100_down':
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c:1859: error: 'PM_QOS_CPU_DMA_LATENCY' undeclared (first use in this function)
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c:1860: error: 'PM_QOS_DEFAULT_VALUE' undeclared (first use in this function)
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c: In function 'ipw2100_init':
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c:6558: error: implicit declaration of function 'pm_qos_add_requirement'
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c:6558: error: 'PM_QOS_CPU_DMA_LATENCY' undeclared (first use in this function)
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c:6559: error: 'PM_QOS_DEFAULT_VALUE' undeclared (first use in this function)
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c: In function 'ipw2100_exit':
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c:6581: error: implicit declaration of function 'pm_qos_remove_requirement'
/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.c:6581: error: 'PM_QOS_CPU_DMA_LATENCY' undeclared (first use in this function)
make[3]: *** [/usr/src/modules/compat-wireless-2.6/drivers/net/wireless/ipw2100.o] Error 1
make[2]: *** [/usr/src/modules/compat-wireless-2.6/drivers/net/wireless] Error 2
make[1]: *** [_module_/usr/src/modules/compat-wireless-2.6] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.24'
make: *** [modules] Error 2
//------------ END MAKE ----------
I'm missing linux/pm_qos_params.h
Where can I get it?
The directory /usr/include is a symlink to /usr/src/linux/include
Thank you in advance for any advice.
Best regards,
Fabio
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem compiling ath5k
[not found] ` <1c252d490802160400gd8a11a6y7e164d9b05f626c8@mail.gmail.com>
@ 2008-02-16 17:29 ` Fabio Venturi
2008-02-17 1:03 ` Luis R. Rodriguez
[not found] ` <1c252d490802161607t2bfa8545m1d48b17b272d2534@mail.gmail.com>
0 siblings, 2 replies; 5+ messages in thread
From: Fabio Venturi @ 2008-02-16 17:29 UTC (permalink / raw)
To: Linux Wireless
On Sat, Feb 16, 2008 at 01:00:39PM +0100, Joachim Frieben wrote:
> > Hello to the list,
> > I'd like to try the ath5k kernel module for my Atheros AR2413 Wireless
> > Card
> > so I downloaded the compat-wireless-2.6.tar.bz2
> > I'm running a 2.6.24.2 kernel (the laste stable),
> > but the compile stage ends immediately:
> I simply removed ipw2100 from config.mk (I think that was the name ..) in
> order to skip the build of ipw2100.ko which is ok since I was just
> interested in the ath5k driver. All other drivers built correctly then.
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?
Thank you in advance for any help,
regards,
Fabio
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem compiling ath5k
2008-02-16 17:29 ` Fabio Venturi
@ 2008-02-17 1:03 ` Luis R. Rodriguez
[not found] ` <1c252d490802161607t2bfa8545m1d48b17b272d2534@mail.gmail.com>
1 sibling, 0 replies; 5+ messages in thread
From: Luis R. Rodriguez @ 2008-02-17 1:03 UTC (permalink / raw)
To: Fabio Venturi; +Cc: Linux Wireless, ath5k-devel
On Feb 16, 2008 12:29 PM, Fabio Venturi <f.venturi@tdnet.it> wrote:
> On Sat, Feb 16, 2008 at 01:00:39PM +0100, Joachim Frieben wrote:
> > > Hello to the list,
> > > I'd like to try the ath5k kernel module for my Atheros AR2413 Wireless
> > > Card
> > > so I downloaded the compat-wireless-2.6.tar.bz2
> > > I'm running a 2.6.24.2 kernel (the laste stable),
> > > but the compile stage ends immediately:
> > I simply removed ipw2100 from config.mk (I think that was the name ..) in
> > order to skip the build of ipw2100.ko which is ok since I was just
> > interested in the ath5k driver. All other drivers built correctly then.
These issues are being addressed with ipw, essentially we need some
items ported over.
> 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?
> Thank you in advance for any help,
You need to turn your interface up first:
ip link set wlan0 up
Or
ifconfig wlan0 up
Luis
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem compiling ath5k
[not found] ` <1c252d490802161607t2bfa8545m1d48b17b272d2534@mail.gmail.com>
@ 2008-02-17 10:12 ` Fabio Venturi
2008-02-17 17:09 ` Richard Scherping
0 siblings, 1 reply; 5+ messages in thread
From: Fabio Venturi @ 2008-02-17 10:12 UTC (permalink / raw)
To: Linux Wireless
On Sun, Feb 17, 2008 at 01:07:25AM +0100, Joachim Frieben wrote:
> 2008/2/16, Fabio Venturi <f.venturi@tdnet.it>:
> >
> > 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem compiling ath5k
2008-02-17 10:12 ` Fabio Venturi
@ 2008-02-17 17:09 ` Richard Scherping
0 siblings, 0 replies; 5+ messages in thread
From: Richard Scherping @ 2008-02-17 17:09 UTC (permalink / raw)
To: Fabio Venturi; +Cc: Linux Wireless, Nick Kossifidis
>>> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-02-17 17:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-16 10:38 Problem compiling ath5k Fabio Venturi
[not found] ` <1c252d490802160400gd8a11a6y7e164d9b05f626c8@mail.gmail.com>
2008-02-16 17:29 ` Fabio Venturi
2008-02-17 1:03 ` Luis R. Rodriguez
[not found] ` <1c252d490802161607t2bfa8545m1d48b17b272d2534@mail.gmail.com>
2008-02-17 10:12 ` Fabio Venturi
2008-02-17 17:09 ` Richard Scherping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).