Wlan: Treiber theoretisch i.O., keine Verbindung zum AP

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
Shilong
Beiträge: 266
Registriert: 21.05.2003 19:12:37
Wohnort: Oensingen, Schweiz
Kontaktdaten:

Wlan: Treiber theoretisch i.O., keine Verbindung zum AP

Beitrag von Shilong » 12.09.2005 16:31:12

Hallo zusammen

Ich habe hier einen Acer Aspire3002LMi mit Broadcom wlan drin.

also:
laptop:/home/tom# ndiswrapper -l
Installed ndis drivers:
bcmwl5 driver present, hardware present
Modul geladen

schön und gut, aber das teil leuchtet nicht (wobei das licht gleichzeitig ein knopf zum ein und ausschalten unter Win ist...muss eventuell gar nicht leuchten?)
laptop:/home/tom# 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

# The primary network interface
auto eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp
laptop:/home/tom# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.412 GHz Access Point: 00:00:00:00:00:00
Bit Rate:54 Mb/s Tx-Power:25 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:off
Power Management:off
Link Quality:100/100 Signal level:-10 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
laptop:/home/tom# iwlist scan
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wlan0 No scan results
bei diesem scan hier hatte ich mal eine ausgabe, die ist jetzt aber auch verschwunden....
das wlan wird über dhcp configuriert, aber ich bekomme kein dhcpoffer. Was habe ich denn vergessen?

Shilong

der_mo
Beiträge: 65
Registriert: 12.09.2005 08:47:02

Beitrag von der_mo » 12.09.2005 16:35:17

hi,
lies doch hier einfach mit:
http://www.debianforum.de/forum/viewtopic.php?t=53572
gruss,
michael

Shilong
Beiträge: 266
Registriert: 21.05.2003 19:12:37
Wohnort: Oensingen, Schweiz
Kontaktdaten:

Beitrag von Shilong » 13.09.2005 17:54:08

naja, das bringt mich auch nicht weiter...
No packets! - RF kill switch
If the module loads, but no packets are transferred you may have a SW based radio kill switch. All laptops have some capability to disable the radio via a button or switch. On some laptops that switch is physically tied to the IPW2100; simply toggling the switch should enable the radio.

On other laptops, the switch is a button that when pressed requires some software driver to send some hardware command to some other piece of hardware on the laptop, that then controls the radio.

To know if the radio is being disabled via the RF switch, perform the following:

% cat /sys/bus/pci/drivers/ipw2100/*/rf_kill


The reported values mean:

0 = RF kill not enabled (radio on)
1 = SW based RF kill active (radio off)
2 = HW based RF kill active (radio off)
3 = Both HW and SW RF kill active (radio off)

The ipw2100 driver can not control the state of the HW based RF switches.
vermutlich ist das das Problem, aber /sys/ ist bei mir leer...

Code: Alles auswählen

tom@laptop:~$ dmesg | grep wlan0
wlan0: ndiswrapper ethernet device 00:0e:9b:cc:ee:57 using driver bcmwl5, configuration file 14E4:4318:1468:0312.5.conf
wlan0: encryption modes supported: WEP, WPA with TKIP, WPA with AES/CCMP
Ich frage mich allerdings woher die AP-Nummer kommt!?

Antworten