All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Venturi <f.venturi@tdnet.it>
To: Linux Wireless <linux-wireless@vger.kernel.org>
Subject: Problem compiling ath5k
Date: Sat, 16 Feb 2008 11:38:46 +0100	[thread overview]
Message-ID: <20080216103846.GC9290@silverstar> (raw)

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

             reply	other threads:[~2008-02-16 10:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-16 10:38 Fabio Venturi [this message]
     [not found] ` <1c252d490802160400gd8a11a6y7e164d9b05f626c8@mail.gmail.com>
2008-02-16 17:29   ` Problem compiling ath5k 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

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=20080216103846.GC9290@silverstar \
    --to=f.venturi@tdnet.it \
    --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.