WLAN Karte installieren

U

Ur$4 M4j0r

Jungspund
Hallo zusammen,
ich bin noch ein totaler Linux Noob. Ich habe nir bei ebay eine WLAN Karte zugelegt. Diese beinhaltet Treiber für Suse 9.0 meiner Distri. Nur komme ich überhaupt nicht mit der Installation zurecht. Hier mal die Readme die check ich echt net.


RT2500 b/g driver for RT2500 b/g, Ralink Tech Corp.
=================================================================
Supported linux distribution are:
1. Redhat : 7.2,7.3,8.0,9.0
2. Mandrake : 9.0, 9.1, 9.2, 10.0
3. SuSE : 8.1, 9.0
4. Fedora : Core1, (and generic kernel source,2.4.24, 2.4.25, 2.4.26, 2.6.2, 2.6.4, 2.6.5)
5. Slackware : 8.1, 9.0, 9.1


FILE LAYOUT
=================================================================
./LINUX_RACONFIG : source codes for RT2500b/g user interface API.
./redhat : drivers for redhat official release.
./mandrake : drivers for mandrake official release.
./SuSE : drivers for SuSE official release.
./fedora : drivers for Fedora official release.
./slackware : drivers for Slackware official release.
./2.4.x : contains Makefile for kernel source 2.4.x
./2.6.x : contains Makefile for kernel source 2.6.x
RT2500STA.dat : sample file for configuration file. Driver will search configuration file in
/etc/Wireless/RT2500STA/ at every startup.



1) SETUP SEQUENCE
======================================================================
a. $tar -xvzf RT2500STA-Linux-1.3.0.2.tgz
go to "./RT2500STA-Linux-1.3.0.2/" directory.

b. for kernel version greater than 2.6.x,
cp ./2.6.x/Makefile .
for kernel version 2.4.x,
cp ./2.4.x/Makefile .

c. $make config # config build linux os version

d. $make install # cp driver module to /lib/modules/'uname -r'\kernel\drivers\net.
# In redhat, mandrake, SuSE, Fedora distributions,
# create script file so as to auto-start at boot.
# In slackware distributions, no script file created.
# For who wants auto-start at boot in slackware, please change related config files yourself.

e. Go to the corresponding directory to derive your driver modules according to your linux distribution,
then /sbin/insmod rt2500.o (or rt2500.ko for kernel 2.6.x)

f. $load


Note: Script functionality:
load load module to kernel
unload unload module from kernel
Configure retrive linux version



2) To BUILD UTILITY
======================================================================

a. go to the "./LINUX_RACONFIG" directory

b. run 'qmake -o Makefile raconfig2500.pro'
If qmake command is not found in your system, you can download the QT tool
'qt-x11-free-3.2.1' or later at
http://www.trolltech.com/

(qmake comes with RedHat 7.3 or later QT Package)

c. run 'make" to compile the utility source code.

d. run "RaConfig2500".



3) CONFIGURATION
======================================================================
RT2500 driver can be configured via following interfaces,
i.e. i)"iwconfig" command, ii)"iwpriv" command, iii) configuration file, iv) RaConfig2500

i) iwconfig comes with kernel. Please refer file "iwconfig_usage.txt" for details.
ii) iwpriv usage, please refer to file "iwpriv_usage.txt" for details.
iii)copy configuration file "RT2500STA.dat" to /etc/Wireless/RT2500STA/RT2500STA.dat.
Please refer to 3.1) for details.
iv) RT2500 provides API : RaConfig2500, please go to directory ./LINUX_RACONFIG and refer to how-to-compile.txt


3.1) Configuration File : RT2500STA.dat

# Copy this file to /etc/Wireless/RT2500STA/RT2500STA.dat
# This file is a binary file and will be read on loading rt2500.o module.
#
# Use "vi -b RT2500STA.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 "OPEN", "SHARED", "WPAPSK", "WPANONE"
# 5.) EncrypType can be "NONE", "WEP", "TKIP", "AES"
# for more information refer to the Readme file.
#
[Default]
CountryRegion=0
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
TurboRate=0
BGProtection=0
ShortSlot=0
TxRate=0
RTSThreshold=2312
FragThreshold=2312
PSMode=CAM
-----------------------------------------------
syntax is 'Param'='Value' and describes below.

1. CountryRegion=value
value
0: for use channel 1-11
1: for use channel 1-11
2: for use channel 1-13
3: for use channel 10-11
4: for use channel 10-13
5: for use channel 14
6: for use channel 1-14
7: for use channel 3-9
2. WirelessMode=value
value
0: 802.11 B/G mixed
1: 802.11 B only
3. SSID=value
value
1~32 ascii characters.
4. NetworkType=Infra
value
Infra : infra-structure mode
Adhoc : ad-hoc mode
5. Channel=value
value
1~14 depends on CountryRegion
6. AuthMode=value
value
OPEN For Open System
SHARED For Shared key system
WPAPSK
7. EncrypType=value
value
NONE :For AuthMode=OPEN or AuthMode=SHARED
WEP :For AuthMode=OPEN or AuthMode=SHARED
TKIP :For AuthMode=WPAPSK
8. DefaultKeyID=value
value
1 ~ 4
9. Key1Type=value
value
0: Hexadecimal
1: Ascii
10. Key1Str=value
value
10 or 26 hexadecimal characters eg: 012345678
5 or 13 ascii characters eg: passd
11. Key2Type=value
value
0: Hexadecimal
1: Ascii
12. Key2Str=value
value
10 or 26 hexadecimal characters eg: 012345678
5 or 13 ascii characters eg: passd
13. Key3Type=value
value
0: Hexadecimal
1: Ascii
14. Key3Str=value
value
10 or 26 hexadecimal characters eg: 012345678
5 or 13 ascii characters eg: passd
15. Key4Type=value
value
0: Hexadecimal
1: Ascii
16. Key4Str=value
value
10 or 26 hexadecimal characters eg: 012345678
5 or 13 ascii characters eg: passd
17. WPAPSK=value
value
8 ~ 63 characters
or
64 hexadecimal characters
18. TxBurst=value
value
0: Disable
1: Enable
19. TurboRate=value
value
0: Disable
1: Enable
20. BGProtection=value
value
0: Auto
1: Always On
2: Always Off
21. ShortSlot=value
value
0: Disable
1: Enable
22. TxRate=value
value
0: Auto
1: 1 Mbps
2: 2 Mbps
3: 5.5 Mbps
4: 11 Mbps
5: 6 Mbps //WirelessMode must be 0
6: 9 Mbps //WirelessMode must be 0
7: 12 Mbps //WirelessMode must be 0
8: 18 Mbps //WirelessMode must be 0
9: 24 Mbps //WirelessMode must be 0
10: 36 Mbps //WirelessMode must be 0
11: 48 Mbps //WirelessMode must be 0
12: 54 Mbps //WirelessMode must be 0
23. RTSThreshold=value
value
1 ~ 2312
24. FragThreshold=value
value
256 ~ 2312
25. PSMode=value
value
MAX_PSP Power Saving Mode
CAM CAM (Constantly Awake Mode)


Wäre cool wenn mir da jemand helfen könnte.
 
Okay sorry. Vielleicht kommen jetzt ja ein paar antworten!
 
Vielleicht solltest du mal Schritt für Schritt erklären wo du hängst.
Die komplette Readme zu posten und dann darauf zu warten das dir das jemand Schritt-für-Schritt vorkaut ?

Schreib dochmal genau wo dein Problem liegt, was du nicht verstehst ... dann können wir dir sicherlich helfen ! :)
 
Okay sorry mein Fehler. Enpackt habe ich das Paket ins opt. So nun steht da was von Kernel 2.4 oder 2.6 ich habe 2.4 so was soll ich dann machen das ist mein erstes Problem. da steht cp ./2.4.x/Makefile . häh ??
 

Ähnliche Themen

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

Ich mag Dovecot nicht ...

X startet nichtmehr

Debian Routing Problem

NagiosGrapher 1.7.1 funktioniert nicht

Zurück
Oben