Since my harddisk crashed (headcrash), i had to set up fedora and within that madwifi again. Because i didn't feel like compiling my kernel again, and building the madwifi driver myself, i used the RPMs of ATRPMs this time. I know there have been around other RPMs for FC2 too, but they disappeared of the responsitory of the provider for some reason i dont know. Therefore i used ATRPMs.
1) Download the needed RPMs at ATrpms.net. First of all you will need the ATRPM-Package tools:
32bit arch
http://download.atrpms.net/productio...c2.at.i386.rpm
64bit arch
http://download.atrpms.net/productio....at.x86_64.rpm
After this download the Kernel Modules fitting your individual Kernel:
http://www.atrpms.net/dist/fc2/madwifi/
madwifi-0.8.5.5-7.rhfc2.at.* (download the file for your architecture)
kernel-module-madwifi-2.6.5-1.358* (download the file fitting your architecture and kernel)
2) Install the atrpms-55 package
rpm -i atrpms-55-1.rhfc2.at.*
3) Install the kernel module and driver package:
rpm -i kernel-module-kernel-module-madwifi*
rpm -i madwifi-0.8.5.5-7.rhfc2.at.*
4) edit your /etc/modprobe.conf, add the line
alias ath0 ath_pci
5) create a file named ifcfg-ath0 in /etc/sysconfig/network-scripts
Code:
STARTMODE=hotplug
DEVICE=ath0
BOOTPROTO=dhcp
WIRELESS=yes
MODE=Managed
ESSID=any
IPV6INIT=no
onBOOT=yes
USERCTL=no
PEERDNS=no
6) ifconfig ath0 up
7) ifup ath0
This should make your card working fine. If you have problems with step6 i recommend to reboot the machine once.
Enjoy
// STiAT