wlan läßt sich nicht einrichten

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
frankieboy
Beiträge: 355
Registriert: 19.08.2003 15:25:48
Wohnort: Bremen

wlan läßt sich nicht einrichten

Beitrag von frankieboy » 25.10.2006 21:16:44

Hallo Debiangemeinde,

ich habe einen neuen PC (Debian/Testing) und möchte diesen via WLan und USB-WLan-Adapter Netgear MA111 mit dem Netzwerk und Internet verbinden. Vor einigen Tagen habe ich bereits das dazu erforderliche Kernel-Modul "prism2_usb" erfolgreich installieren können. Und jetzt scheitert leider die WLan-Einbindung (Mit dem Datenkabel also Lan funktioniert es hingegen top). Um die Einbindung zu erleichtern habe ich am Router sämltliche Einstellungen auf "open" und ohne Paßwörter gestellt. Eigentlich ist das WLan also offen wie ein Scheunentor und nichts dürfte einer Verbindung im Wege stehen ... . Aber es geht nicht ;-(

Hier jetzt ein paar der wichtigste(?) Einstellungen und Abfrage:

Code: Alles auswählen

jojo:/etc/network# cat 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

# The primary network interface
#auto eth0
#iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

#auto wlan0
#iface wlan0 inet static

# wlan
#adress 192.168.0.21
#netmask 255.255.255.0
#network 192.168.0.1
#broadcast 192.168.0.255
#gateway 192.168.0.1

Code: Alles auswählen

jojo:/etc# iwconfig
lo        no wireless extensions.

eth0    no wireless extensions.

wlan0     IEEE 802.11-DS  ESSID:off/any
          Mode:Auto  Frequency:2.462 GHz  Access Point: Not-Associated
          Bit Rate:2 Mb/s   Tx-Power:18 dBm
          Retry min limit:8   RTS thr:off   Fragment thr:off
          Encryption key:off
          Link Quality:0  Signal level:0  Noise level:0
          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.

Code: Alles auswählen

jojo:/etc# ifconfig
lo        Protokoll:Lokale Schleife
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:16 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:0
          RX bytes:800 (800.0 b)  TX bytes:800 (800.0 b)

wlan0     Protokoll:Ethernet  Hardware Adresse 00:09:5B:B7:84:18
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
Das passiert wenn ich das "Networking" neu starte:

Code: Alles auswählen

jojo:/etc# /etc/init.d/networking restart
* /etc/network/options is deprecated.
Setting up IP spoofing protection...done (rp_filter).
Reconfiguring network interfaces...ifup: interface lo already configured
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.

Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html

sit0: unknown hardware address type 776
sit0: unknown hardware address type 776
Listening on LPF/wlan0/00:09:5b:b7:84:18
Sending on   LPF/wlan0/00:09:5b:b7:84:18
Sending on   Socket/fallback/fallback-net
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 17
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
No DHCPOFFERS received.
No working leases in persistent database.

Exiting.

Failed to bring up wlan0.
done.
Und hier noch die "wlan.conf"-Datei ...

Code: Alles auswählen

jojo:/etc/wlan# cat wlan.conf
# Wireless LAN adapter configuration
#
# etc/wlan/wlan.conf
#
# Copyright (C) 1999 AbsoluteValue Systems, Inc.  All Rights Reserved.
# --------------------------------------------------------------------
# ...
# The WLAN_DEVICES variable identifies the device names of each WLAN device.
# If you have more than one, make sure each one is identified in a whitespace
# separated list that's assigned to WLAN_DEVICES.

WLAN_DEVICES="wlan0"

# Below is the list of channels to scan, when we scan.
ChannelList="01:02:03:04:05:06:07:08:09:0a:0b:00:00:00"
# Below is the min and max time we linger on a channel during a scan.
ChannelMinTime=200
ChannelMaxTime=250
# And here we have the master scan toggle.
WLAN_SCAN=n

# if you want temporary files to go elsewhere, change this.
TMPDIR=/tmp

##########
# Note:  To bind to a specific network, change the SSID to something different
#        and create the file /etc/wlan/wlancfg-<SSID> with your network-
#        specific settings.  If this file is not present, the settings in
#        /etc/wlancfg/wlancfg-DEFAULT are used.
#
# for example:
#    SSID_wlan0="linux-wlan"
# This expects a file called "/etc/wlan/wlancfg-linux-wlan" to be present.
#
# Use a SSID of "" to associate with any network in range.
#########

SSID_wlan0="xxxxWlan"
ENABLE_wlan0=y
#SSID_wlan1=""
#ENABLE_wlan1=n
#SSID_wlan2=""
#ENABLE_wlan2=n
jojo:/etc/wlan#
und zum Abschluß die "wlancfg-xxxxWlan"

Code: Alles auswählen

jojo:/etc/wlan# cat wlancfg-xxxxWlan
#=======USER MIB SETTINGS=============================
# You can add the assignments for various MIB items
#  of your choosing to this variable, separated by
#  whitespace.  The wlan-ng script will then set each one.
# Just uncomment the variable and set the assignments
#  the way you want them.

#USER_MIBS="p2CnfRoamingMode=1 p2CnfShortPreamble=mixed"

#=======WEP===========================================
# [Dis/En]able WEP.  Settings only matter if PrivacyInvoked is true
lnxreq_hostWEPEncrypt=false     # true|false
lnxreq_hostWEPDecrypt=false     # true|false
dot11PrivacyInvoked=false       # true|false
dot11WEPDefaultKeyID=0          # 0|1|2|3
dot11ExcludeUnencrypted=true    # true|false, in AP this means WEP is required.

# If PRIV_GENSTR is not empty, use PRIV_GENTSTR to generate
#  keys (just a convenience)
# add-ons/ in the tarball contains other key generators.
PRIV_GENERATOR=/sbin/nwepgen    # nwepgen, Neesus compatible
PRIV_KEY128=false               # keylength to generate
PRIV_GENSTR=""

# or set them explicitly.  Set genstr or keys, not both.
dot11WEPDefaultKey0=            # format: xx:xx:xx:xx:xx   or
dot11WEPDefaultKey1=            #         xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
dot11WEPDefaultKey2=            #  e.g.   01:20:03:40:05   or
dot11WEPDefaultKey3=            #         01:02:03:04:05:06:07:08:09:0a:0b:0c:0d
#=======SELECT STATION MODE===================
IS_ADHOC=n                      # y|n, y - adhoc, n - infrastructure

#======= INFRASTRUCTURE STATION  ===================
# What kind of authentication?
AuthType="opensystem"           # opensystem | sharedkey (requires WEP)

#======= ADHOC STATION ============================
BCNINT=100                      # Beacon interval (in Kus)
CHANNEL=6                       # DS channel for BSS (1-14, depends
                                #   on regulatory domain)
BASICRATES="2 4"                # Rates for mgmt&ctl frames (in 500Kb/s)
OPRATES="2 4 11 22"             # Supported rates in BSS (in 500Kb/s)

jojo:/etc/wlan#        
Ich komme hier nicht weiter. Vielleicht habt Ihr den einen oder anderen guten Tip für mich.

Viele Grüße

Frank Dell

Benutzeravatar
Savar
Beiträge: 7174
Registriert: 30.07.2004 09:28:58
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Berlin

Beitrag von Savar » 25.10.2006 22:56:26

Was ergibt dir denn ein

Code: Alles auswählen

iwlist sc
?
MODVOICE/MYVOICE
Debianforum Verhaltensregeln
Log Dateien? -> NoPaste

frankieboy
Beiträge: 355
Registriert: 19.08.2003 15:25:48
Wohnort: Bremen

wlan geht nicht ... -> gelöst

Beitrag von frankieboy » 26.10.2006 11:01:32

Hallo Savar,
Savar hat geschrieben:Was ergibt dir denn ein

Code: Alles auswählen

iwlist sc
?
"iwlist sc" zeigt mir benachbarte WLans (4 WLans!!!) an aber nicht mein eigenes. Ich wußte erstens gar nicht, daß hier soviel Daten durch die Gegend schwirren und zweitens war klar, daß mein WLan-Router falsch eingestellt ist. Mittlerweile habe ich an den Einstellungen gespielt und jetzt funktioniert alles wunschgerecht. Natürlich habe ich auch gleich eine Verschlüsselung vorgenommen ;-)

Vielen Dank für Deinen Tip. Er hat mich auf die richtige Spur gebracht.

Viele Grüße

Frank Dell

Antworten