Leider sind im Kernel die Module rt2500 nicht mehr enthalten.
Also bin ich auf den enthaltenen rt2500pci aus gewichen Jetzt bekomm ich allerdings die WPA Verschlüsselung nicht mehr hin.
Beim RT2500 hatte ich alles über die interfaces geregelt
Code: Alles auswählen
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
name Drahtlose LAN-Karte
address 192.168.178.xx
netmask 255.255.255.0
network 192.168.178.x
gateway 192.168.178.xx
wireless_essid mein netz
### Konfiguration fuer WPA
pre-up iwconfig eth1 mode managed
pre-up iwconfig eth1 essid mein netz
pre-up iwpriv eth1 set Channel=1
pre-up iwpriv eth1 set AuthMode=WPAPSK
pre-up iwpriv eth1 set EncrypType=TKIP
pre-up iwpriv eth1 set WPAPSK=password
pre-up iwpriv eth1 set TxRate=54
Meiner Meinung nach scheiden der Netzwerkmanager und Wicd aus. Da ich schon eine Verbindung brauche bevor X gestartet wird. (IObwohl ich nicht weiß, ob das mit diesen Tools realisierbar ist)