• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

RT2500 Treiber kann nicht installiert werden

linuxcrack

Newbie
Hallo,
Ich habe eine WLAN karte in einem PCMIA Slot meines notebooks.
Ich wollte den treiber installieren, doch es kommt eine fehlermeldung.
Ich habe alles gemacht, doch als ich zu "make config" kam...
Ich gebe dann den pfat zum verzeichniss, won die zu compilirenden dateien liegen, ENTER.
Dann zeigt er alles korekt an bis auf:
Library './gcc3/rt2500sta-2.6.9-1.667.a' not fond! (2.6.9-1.667 ist die korekte version)
Habe mal ins verzeichniss gcc3 geschaut, und die datei rt2500sta-2.6.9-1.667.a nicht gefunden.
Das höchste ist: rt2500sta-2.4.24.a

Wo bekomme ich diese rt2500sta-2.6.9-1.667.a jetzt her???
 
OP
linuxcrack

linuxcrack

Newbie
Hier README: http://www.linux-web.de/attachment.php?attachmentid=320
Treiber der Hersteller CD!
 
OP
linuxcrack

linuxcrack

Newbie
Ja ich habe das thema auch da gepostet...
Hier ist die readmeb des treibers:
* README
*
* Ralink Tech Inc.
*
* http://www.ralinktech.com
*

RT2500 b/g driver for RT2500 b/g, Ralink Tech Corp.
=================================================================

The source code package verified for Linux version after RedHat Linux 7.1.



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

b. Use 'chmod' command to change access right of following script files :
'load', 'unload', 'Configure'

c. $make config # config build linux os version

d. $make all # compile driver source code

e. $load # load/insmod module(rt2500.o)

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 "./Utility" 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. After all, an execution file would be generated "RaConfig2500"
run "RaConfig2500" to config the driver as you want



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 ./utility 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)



4) MORE INFORMATION
=================================================================================
If you want for rt2500 driver to auto-load at boot time:
A) choose ra0 for first RT2500 WLAN card, ra1 for second RT2500 WLAN card, etc.

B) create(edit) 'ifcfg-ra0' file in /etc/sysconfig/network-scripts/,
edit( or add the line) in /etc/modules.conf:
alias ra0 rt2500

C) edit(create) the file /etc/sysconfig/network-scripts/ifcfg-ra0
DEVICE='ra0'
ONBOOT='yes'


NOTE:
if you use dhcp, add this line too .
BOOTPROTO='dhcp'

*D) To ease the Default Gateway setting,
add the line
GATEWAY=x.x.x.x
in /etc/sysconfig/network
 

rotion

Newbie
Versuch es mal so:
cvs mit Yast installieren

Code:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/rt2400 login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/rt2400 co -P source/rt2500

dann
Code:
cd source/rt2500/Module
make debug
make install debug

Möglich wäre dann noch ein Tool zu installieren , mit dem sich die Karte dann gut konfigurieren lässt (Wpa-Psk und Wep). Wobei bei mir die Wpa Aktivierung zwar klappt, ich aber einen Freeze bekomme, mal nach Stunden, mal gar nicht, mal nach Minuten ...). Mit Wep sollte aber problemlos laufen. Den Abschnitt zu dem Utility findest du hier:
http://www.tuxhardware.de/product_info.html?cPath=47_67&products_id=431

Na denn viel Glück.
 
OP
linuxcrack

linuxcrack

Newbie
Oh das sieht so aus als wenn ich internet benötige, oder?
Ja wir haben nur WEP...
Ich werde es nachher versuchen, das ergebnis hier posten!
 
OP
linuxcrack

linuxcrack

Newbie
Steht doch da: Oh das sieht so aus als wenn ich internet benötige, oder?
Außerdem noch ne andere frage die du bestimmt weißt:
http://www.linux-club.de/viewtopic.php?p=182603
 
OP
linuxcrack

linuxcrack

Newbie
NEIN!!!
Doch ich kann nicht mit dem notebook ins i-net da mein wlan dort nicht geht!

Wie kann ich denn nach installieren?
Ich meine mit entwicklerungebung:
So das ich z.b. einen Treiber (wie meinen) kompilieren kann!
 

rotion

Newbie
Was willst du jetzt eigentlich?

Hoary installieren oder unter SuSE den Treiber installieren?

Ubuntu Fragen solltest du dann besser bei http://ubuntuusers.de/forum stellen.

Bei Hoary sollte auf der Cd alles dabei sein um einen Treiber zu compilieren.
 
OP
linuxcrack

linuxcrack

Newbie
Ich will den treiber nicht unter suse es geht um feudora!!!
Was ist denn Hoary???
Ich habe aus einem anderen forum den tipo bekommen mal Ubuntu zu installiern, da es da geht!

OK so mache ich weiter:
- deinen TIP befolgen
- wenns nicht klappt Ubuntu nehmen!
 

rotion

Newbie
linuxcrack schrieb:
Ich will den treiber nicht unter suse es geht um feudora!!!
Is nicht dein Ernst, oder? In einem SuSE Forum ohne besondere Angaben nach einer Lösung für Fedora suchen???
linuxcrack schrieb:
Was ist denn Hoary???
Das aktuelle Ubuntu.

linuxcrack schrieb:
OK so mache ich weiter:
- deinen TIP befolgen
Vergess es mit meinem Tip. Ich meine gelesen zu haben, das Fedora ganz eigene Probleme mit dem Treiber hat. Musst du allerdings selber suchen, hab ich gar keinen Plan.
linuxcrack schrieb:
- wenns nicht klappt Ubuntu nehmen!
http://www.ubuntuusers.de/wiki/treiber:netzwerk:ralink_rt2500_installieren

Das war es von mir allerdings auch, suche dir erstmal den passenden Ort für deine Probleme. Hier bist du offensichtlich nicht richtig.
 

TeXpert

Guru
also wenn sich da nicht gewaltig was getan hat, hast Du ein problem, denn das hier:
The source code package verified for Linux version after RedHat Linux 7.1.
klingt schon sehr antiquiert -> RH7.X waren alles 2.4er Kernel!
 

rotion

Newbie
linuxcrack schrieb:
Wie kann ich mich denn bei ubuntu als root anmelden???
Mit sudo
http://www.ubuntuusers.de/viewtopic.php?t=921
Du bist also bei Ubuntu gelandet? Sehr schön, dann solltest du dich jetzt aber auch bei einem Ubuntuforum anmelden und dort deine Fragen, die wohl auftauchen werden, stellen. Empfehlen würde ich dir http://www.ubuntuusers.de . Die Leute dort sind recht nett und hilfsbereit, aber es wird auch erwartet, das du bevor du einen Thread eröffnest die Boardsuche nutzt (ob die Frage nicht vielleicht schon vor dir andere gestellt hatten) und ins Wiki schaust (dort finden sich Anleitungen). Und --- nehm dir ein wenig Zeit, lese dich erstmal ein, dann passieren solche Sachen wie mit dem "www.linux-club.de = SuSE-Forum" auch nicht so schnell. Viel Spass noch mit Linux.
 
Oben