Hallo,
hab eben versucht mich über das WLAN mit meinem Router zu verbinden. "Verschlüsselt" ist das ganze über WEP und ich habs überwiegend mit wireless-tools versucht. Unter ner anderen Distri funktioniert's.
WLAN-Chipsatz: Broadcom BCM4318
$ sudo iwconfig ''eth1'' essid ''myEssid'' key ''myKey'' $ sudo dhclient eth1 sudo dhclient eth1 0 Internet Systems Consortium DHCP Client V3.0.5 Copyright 2004-2006 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ Listening on LPF/eth1/00:14:a5:62:33:78 Sending on LPF/eth1/00:14:a5:62:33:78 Sending on Socket/fallback DHCPREQUEST on eth1 to 255.255.255.255 port 67 DHCPREQUEST on eth1 to 255.255.255.255 port 67 DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 4 DHCPOFFER from 192.168.0.1 DHCPREQUEST on eth1 to 255.255.255.255 port 67 DHCPREQUEST on eth1 to 255.255.255.255 port 67 DHCPACK from 192.168.0.1 bound to 192.168.0.17 -- renewal in 102578 seconds.
Die letzte Zeile sieht ganz gut aus oder? Aber pingen kann ich nicht. Andere Versuche liefen anders:
$ sudo dhclient eth1 There is already a pid file /var/run/dhclient.pid with pid 5972 killed old client process, removed PID file Internet Systems Consortium DHCP Client V3.0.5 Copyright 2004-2006 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ Listening on LPF/eth1/00:14:a5:62:33:78 Sending on LPF/eth1/00:14:a5:62:33:78 Sending on Socket/fallback DHCPREQUEST on eth1 to 255.255.255.255 port 67 DHCPREQUEST on eth1 to 255.255.255.255 port 67 DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7 DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 11 DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 13 No DHCPOFFERS received. Trying recorded lease 192.168.0.17 PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data. --- 192.168.0.1 ping statistics --- 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms No working leases in persistent database - sleeping.
Woran kann das liegen? Könnt ihr mir da weiterhelfen?
Vielen Dank