Results 1 to 6 of 6
Hello!
I am installing madwifi 0.9.3.2 for Atheros AR5212. As I don't know where the config file is and I need to compile a new kernel anyway I did this
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-09-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 6
Madwifi, Mandriva and Atheros
Hello!
I am installing madwifi 0.9.3.2 for Atheros AR5212. As I don't know where the config file is and I need to compile a new kernel anyway I did this
I do
export KERNELPATH=/usr/src/linux-2.6.22.6/
make
it strats compiling with lots of errors and then i get [modules] error 2
i am new to linux, but i've already installed some software. i would be very thankful if you told me what to do.
- 10-09-2007 #2
I'm pretty sure the drivers you need are already built in to your existing kernel. From the command line, do:
Do you see it in /lib/modules?Code:locate ath_pci
- 10-10-2007 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 6
no, atheros support is not built in and ath_pci don't show it
- 10-10-2007 #4
Hmmm. Hard to believe it's not there... Oh well. This page will tell you everything you need to know... Link You might need to tailor the how to based on your actual kernel version.
- 10-10-2007 #5Just Joined!
- Join Date
- Oct 2007
- Posts
- 6
How do I know if Atheros support is built in the newest kernel? If it is then I can just compile the newest kernel, can't I?
- 10-10-2007 #6
I might have misled you earlier when I said:
I should have said "I'm pretty sure the drivers you need are already built against your existing kernel." Madwifi should be built as a module. You don't build it into the kernel itself. Whether you compile a new kernel or keep the one you now have, you will build the madwifi driver against whatever kernel you use using the same procedure in the "how to."I'm pretty sure the drivers you need are already built in to your existing kernel.


Reply With Quote
