Well i have an Edimax 7318GU usb wirless adapter. On the box i saw that it works on suse linux, but i dont understand the readme, so i insert it, maybe you can help me to do what it wants.
So my linux kernel is 2.6.13
The readme:
* README
*
* Ralink Tech Inc.
*
*
*
=======================================================================
ModelName:
===========
rt73
=======================================================================
Supporting Kernel:
===================
linux kernel 2.4 and later
=======================================================================
Description:
=============
This is a linux device driver for Ralink RT73 a/b/g WLAN Card.
=======================================================================
Contents:
=============
Makefile.4 : Makefile for kernel 2.4 series
Makefile.6 : Makefile for kernel 2.6 series
*.c : c files
*.h : header files
=======================================================================
Features:
==========
This driver implements basic IEEE802.11. Infrastructure and adhoc mode
with open or shared or WPA-PSK or WPA2-PSK authentication method.
NONE, WEP, TKIP and AES encryption.
=======================================================================
Build Instructions:
====================
For 2.4 series kernel:
a. $tar -xvzf RT73_Linux_STA_Drv_x.x.x.x.tar.gz
go to "./RT73_Linux_STA_Drv_x.x.x.x/Module" directory.
b. Use 'chmod' command to change access right of following script files :
'load', 'unload', 'Configure'
c. run 'cp Makefile.4 Makefile'
d. $make config # config build linux os version
e. $make all # compile driver source code
f. $cp rt73.bin /etc/Wireless/RT73STA/ # copy firmware
g. $load # load/insmod module(rt73.o)
Note: Script functionality:
load load module to kernel
unload unload module from kernel
Configure retrieve linux version
For 2.6 series kernel:
a. go to 'STA/Module' directory.
run 'cp Makefile.6 Makefile'
b. $make all
c. cp rt73.bin /etc/Wireless/RT73STA/ # copy firmware
d. run '/sbin/insmod rt73.ko' (as root)
'/sbin/ifconfig rausb0 inet YOUR_IP up'
For big endian platform:
=======================================================================
CONFIGURATION:
====================
RT73 driver can be configured via following interfaces,
i.e. (i)"iwconfig" command, (ii)"iwpriv" command, (iii) configuration file
i) iwconfig comes with kernel.
ii) iwpriv usage, please refer to file "iwpriv_usage.txt" for details.
iii)copy configuration file "rt73sta.dat" to /etc/Wireless/RT73STA/rt73sta.dat.
and a lot of things about configuration, but my problem is, i cannot find the makefile directory. I don't know what the STA means ( ifound the modul dir in the sys :S) So if U understand anything please help me, this is my 2nd card i try to install
thx.