How to install driver for Airlink 101 model AWLH5025 ?

Booting, installing, newbie
Post Reply
Message
Author
jb007
Posts: 8
Joined: Fri 14 Apr 2006, 17:26

How to install driver for Airlink 101 model AWLH5025 ?

#1 Post by jb007 »

Hi,
I need help getting Airlink 101 model AWLH-5025 PCI version. It uses RT2600 chipset. I downloaded RT61 (version 12/30/05) and Kernel 2.4.29. The kernel has been install, but not sure where the OS put it. The RT61 also extracted and rename the folder to RT61(/root/RT61/). I follow the preedure below using the module terminal, but can get pass ./Configure where it asked for linux-2.4.29 location. The find option couldn't locate the file. Can some tell me what I did wrong? The step by step instruction would be help out a lot. By the way, I did install wifi.104.pup and run a few tests. The system does regconized the card, but no module install.


#cd /{directory where is your source of the driver}/Modules
#cp Makefile.SerialMonkey Makefile
#chmod +x ./Configure
#./Configure
#make
#make install
#modprobe -a
#mkdir /etc/Wireless
#mkdir /etc/Wireless/RT61STA
#cp *.bin /etc/Wireless/RT61STA
#cp rt61sta.dat /etc/Wireless/RT61STA
#mcedit /etc/Wireless/RT61STA/rt61sta.dat {Put your configuration here}
#insmod rt61.ko {I asume that the module will be loaded and the interface will be up automaticaly}
#dhcpcd ra0

Post Reply