das hab mal alles und zur Info gemacht!
ifconfig
Code: Alles auswählen
root@squeeze1:/home/micha# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=23 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
root@squeeze1:/home/micha# iwlist scanning
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 No scan results
root@squeeze1:/home/micha# ifconfig wlan0 up
root@squeeze1:/home/micha# iwlist scanning
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 No scan results
root@squeeze1:/home/micha# modprobe rt2500pci
root@squeeze1:/home/micha# ifconfig wlan0 up
root@squeeze1:/home/micha# iwlist scanning
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 No scan results
root@squeeze1:/home/micha#
Code: Alles auswählen
root@squeeze1:/home/micha# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=23 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
root@squeeze1:/home/micha# iwlist scanning
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 No scan results
root@squeeze1:/home/micha# ifconfig wlan0 up
root@squeeze1:/home/micha# iwlist scanning
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 No scan results
root@squeeze1:/home/micha# modprobe rt2500pci
root@squeeze1:/home/micha# ifconfig wlan0 up
root@squeeze1:/home/micha# iwlist scanning
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 No scan results
root@squeeze1:/home/micha#
Code: Alles auswählen
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
##Lan
auto eth0
iface eth0 inet dhcp
test missing-cable
pre-up echo No link present.
pre-up false
##Wireless
auto wlan0
iface wlan0 inet static
address 192.168.xxx.xxx
netmask 255.255.255.0
gateway 192.xxx.xxx
wpa-driver wext
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Code: Alles auswählen
network={
ssid="meins"
bssid=00:1C:xx:xx:xx
scan_ssid=1
mode=0
key_mgmt=WPA-PSK
proto=WPA
auth_alg=OPEN
pairwise=TKIP
psk="geheim"
}
Code: Alles auswählen
rt2500pci 11303 0
rt2x00pci 3773 1 rt2500pci
snd_timer 12258 2 snd_pcm,snd_seq
snd_seq_device 3673 1 snd_seq
rt2x00lib 19101 2 rt2500pci,rt2x00pci
led_class 1757 1 rt2x00lib
snd 34375 12 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore 3450 1 snd
mac80211 123582 2 rt2x00pci,rt2x00lib
cfg80211 87649 2 rt2x00lib,mac80211
rfkill 10264 1 cfg80211
eeprom_93cx6 963 1 rt2500pci