wlan keine verbindung

Post Reply
Message
Author
leolerna

wlan keine verbindung

#1 Post by leolerna »

hallo ich habe einen wlan stik usb
ich hab folgendes problem ich hab volle verbindung laut kwifi
aber keine ip und keinen zuganspunkt

Code: Select all

lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     802.11b/g NIC  ESSID:""
          Mode:Managed  Frequency=2.437 GHz  Access Point: Not-Associated
          Bit Rate:11 Mb/s
          Retry:off   RTS thr=2432 B   Fragment thr:off
          Power Management:off
          Link Quality=80/92  Signal level=51/154  Noise level=161/154
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

sit0      no wireless extensions.

leo@dhcppc1kubuntu:~$ cat /etc/network/interfaces
# 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
address 127.0.0.1
netmask 255.0.0.0

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
auto eth0

# The primary network interface
iface eth0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
wireless-essid wlan0
leo@dhcppc1kubuntu:~$ cat /etc/network/interfaces             

petameta
prolinux-forum-admin
Posts: 1294
Joined: 14. Feb 2003 13:19

#2 Post by petameta »

Was für einen USB-Stick hast Du denn ? Benutzt Du eine Verschlüsselung, und wenn ja welche ?

leolerna

#3 Post by leolerna »

nein keine verschluselung usb 802.11b "Zydas"
der wird erkannt und der hatt mal gefunzt und nach der neiinstallation giengs nicht mehr

petameta
prolinux-forum-admin
Posts: 1294
Joined: 14. Feb 2003 13:19

#4 Post by petameta »

Hmmmm ... was passiert denn, wenn Du dir Verbindung per Hand startest:

ifconfig wlan0 down
iwconfig wlan0 essid "wlan0"
dhclient wlan0

Hat Dein Access Point wirklich die ID "wlan0", also derselbe Name wie das device der Netzwerkkarte? Das geht sicherlich, ist aber verwirrend. Ist evtl. genau das der Fehler, daß Du aus versehen unter "wireless-essid" nochmal wlan0 reingeschrieben hast ?
Last edited by petameta on 05. May 2006 19:33, edited 1 time in total.

Jimi
Posts: 3
Joined: 19. Mar 2006 20:13
Location: Siegen

#5 Post by Jimi »

Hi!

Hast Du zufällig ein Notebook mit einem W-LAN-Hotkey zum ein- und ausschalten?
Ist bei mir der Fall und da ich keinen Treiber für das Teil finde kann ich die Karte nicht einschalten.

Gruß

leolerna

#6 Post by leolerna »

nein
ich hab jetzt etwas geht aber trotzdem nicht

Code: Select all

leo@kubuntu:~$ cat /etc/network/interfaces
# 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
address 127.0.0.1
netmask 255.0.0.0

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
auto eth0

# The primary network interface
iface eth0 inet dhcp

iface wlan0 inet static
wireless-essid wlan
address 192.168.1.20
netmask 255.255.255.0
gateway 192.168.1.1
auto wlan0
leo@kubuntu:~$                            

petameta
prolinux-forum-admin
Posts: 1294
Joined: 14. Feb 2003 13:19

#7 Post by petameta »

Und was passiert wenn Du es wie beschrieben per Hand startest? Ich denke dabei kommt mehr raus, als es über die Konfigurationsdateien zu versuchen, evtl. Fehlermeldungen bekommst Du dort nicht mit. Zudem kannst Du kontrollieren, was genau geklappt hat und was nicht.

Post Reply