Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wifi_on_Atheros AR5005GS_wireles network 802.11b/g
#1

Atheros AR5005GS Wireless Network Adapter (802.11b/g) in this machine is supported by the MadWiFi driver.

 



Code:
# su -
# vi /etc/yum.repos.d/livna.repo




 

Then add this:



Code:
[livna]
name=Livna for Fedora Core $releasever - $basearch - Base
baseurl=
http://rpm.livna.org/fedora/$releasever/$basearch/
http://livna.cat.pdx.edu/fedora/$rele...$basearch/
http://wftp.tu-chemnitz.de/pub/linux/livna...$basearch/
http://ftp-stud.fht-esslingen.de/pub/Mirro...$basearch/
failovermethod=priority
#mirrorlist=http://rpm.livna.org/mirrorlist-5
enabled=0
gpgcheck=1




 

(NB that i have the "enabled" bit set to "0" (off) in this file so that the livna-stable repository will not conflict with our RPMForge repositories for automatic updates.)

 

Be sure there is a carriage return (blank line) at the bottom of the file. Click the "save" icon in gvim or save with :wq

 

When all is done:

 



Code:
yum update && yum install madwifi




 

Wait until it gets installed with no errors.

 

Now check and see if you have in your network connection the Atheros Communicator detected. To open network connections just type 'neat' as root, then Hardware section and you should see Atheros in there.

 

Manually load the module with:



Code:
/sbin/modprobe ath_pci




 

Manually create the configuration files, network interface configuration scripts are located in /etc/sysconfig/network-scripts and are named ifcfg-xxxx, where xxxx is the name of the interface.

 

MadWiFI driver creates an interface named ath0, so you should create a /etc/sysconfig/network-scripts/ifcfg-ath0 with:



Code:
vi /etc/sysconfig/network-scripts/ifcfg-ath0




 

And its contents:



Code:
DEVICE=ath0
NAME=ath0
BOOTPROTO=dhcp
ONBOOT=yes
MODE=Managed
ESSID=




 

Again save with :wq

 

ESSID entry should be set to the SSID of the wireless access point you are trying to connect to. If you omit this line, the card will simply attempt to connect to the most powerful access point. If you want to know what access points are available you can use the iwlist command:

 



Code:
/sbin/iwlist ath0 scan




 

Start up the interface.

 



Code:
/sbin/ifup ath0




 

Then "Hello Wireless World" on fedora with Madwifi driver!

 

I just love this free world and many thanks to this forum and #linux-noob @ efnet!

 

johnny06

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)