SirChristoph
New Member
HI Leute!!!
Ich versuche verzweifelt meinen Usb Wlan Adapter Ew-7318UG von Edimax inbetrieb zu nehmen!!
Auf der hersteller CD liegt zwar ein treiber für mein system dabei, aber da ich ein absoluter Linux neiling bin habe ich keine Ahnung wie ich die Readme datei deuten soll.
Ich benutze Suse Linux 10,1 mit dem Kernel 2.6.16.
Folgendes sagt mir die Readme datei.
=======================================================================
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
=======================================================================
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.
Note:
Configuration File : rt73sta.dat
---------------------------------------
# Copy this file to /etc/Wireless/RT73STA/rt73sta.dat
# This file is a binary file and will be read on loading rt.o module.
#
# Use "vi -b rt73sta.dat" to modify settings according to your need.
#
# 1.) set NetworkType to "Adhoc" for using Adhoc-mode, otherwise using Infrastructure
# 2.) set Channel to "0" for auto-select on Infrastructure mode
# 3.) set SSID for connecting to your Accss-point.
# 4.) AuthMode can be "WEPAUTO", "OPEN", "SHARED", "WPAPSK", "WPA2PSK", "WPANONE"
# 5.) EncrypType can be "NONE", "WEP", "TKIP", "AES"
# for more information refer to the Readme file.
#
# The word of "Default" must not be removed
Default
CountryRegion=0
CountryRegionABand=7
WirelessMode=0
SSID=AP350
NetworkType=Infra
Channel=0
AuthMode=OPEN
EncrypType=NONE
DefaultKeyID=1
Key1Type=0
Key1Str=0123456789
Key2Type=0
Key2Str=
Key3Type=0
Key3Str=
Key4Type=0
Key4Str=
WpaPsk=abcdefghijklmnopqrstuvwxyz
TxBurst=0
PktAggregate=0
TurboRate=0
WmmCapable=0
AckPolicy1=0
AckPolicy2=0
AckPolicy3=0
AckPolicy4=0
BGProtection=0
ShortSlot=0
IEEE80211H=0
TxRate=0
RTSThreshold=2347
FragThreshold=2346
PSMode=CAM
TxPreamble=0
Wenn ich in der Konsole, den befehl lsusb eingebe zeigt er mir das gerät auch richtig an.
Auf der Treiber CD sind weitere Dateien enthalten:
iwpriv_usage.txt load readme rt73.bin rt73.ko rt73sta.dat
RT73STAV1000_K2.6.13_SUSE92.tar.gz unload
Was kann ich tun?Ich hoffe es kann mir jemand weiterhelfen.
Gruß SirChristoph
Ich versuche verzweifelt meinen Usb Wlan Adapter Ew-7318UG von Edimax inbetrieb zu nehmen!!
Auf der hersteller CD liegt zwar ein treiber für mein system dabei, aber da ich ein absoluter Linux neiling bin habe ich keine Ahnung wie ich die Readme datei deuten soll.
Ich benutze Suse Linux 10,1 mit dem Kernel 2.6.16.
Folgendes sagt mir die Readme datei.
=======================================================================
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
=======================================================================
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.
Note:
Configuration File : rt73sta.dat
---------------------------------------
# Copy this file to /etc/Wireless/RT73STA/rt73sta.dat
# This file is a binary file and will be read on loading rt.o module.
#
# Use "vi -b rt73sta.dat" to modify settings according to your need.
#
# 1.) set NetworkType to "Adhoc" for using Adhoc-mode, otherwise using Infrastructure
# 2.) set Channel to "0" for auto-select on Infrastructure mode
# 3.) set SSID for connecting to your Accss-point.
# 4.) AuthMode can be "WEPAUTO", "OPEN", "SHARED", "WPAPSK", "WPA2PSK", "WPANONE"
# 5.) EncrypType can be "NONE", "WEP", "TKIP", "AES"
# for more information refer to the Readme file.
#
# The word of "Default" must not be removed
Default
CountryRegion=0
CountryRegionABand=7
WirelessMode=0
SSID=AP350
NetworkType=Infra
Channel=0
AuthMode=OPEN
EncrypType=NONE
DefaultKeyID=1
Key1Type=0
Key1Str=0123456789
Key2Type=0
Key2Str=
Key3Type=0
Key3Str=
Key4Type=0
Key4Str=
WpaPsk=abcdefghijklmnopqrstuvwxyz
TxBurst=0
PktAggregate=0
TurboRate=0
WmmCapable=0
AckPolicy1=0
AckPolicy2=0
AckPolicy3=0
AckPolicy4=0
BGProtection=0
ShortSlot=0
IEEE80211H=0
TxRate=0
RTSThreshold=2347
FragThreshold=2346
PSMode=CAM
TxPreamble=0
Wenn ich in der Konsole, den befehl lsusb eingebe zeigt er mir das gerät auch richtig an.
Auf der Treiber CD sind weitere Dateien enthalten:
iwpriv_usage.txt load readme rt73.bin rt73.ko rt73sta.dat
RT73STAV1000_K2.6.13_SUSE92.tar.gz unload
Was kann ich tun?Ich hoffe es kann mir jemand weiterhelfen.
Gruß SirChristoph