|
|||||||||||
|
automatic wlan connection at bootprocess on Etch only on second try?
From: Michael Lansche <linux(at)lansche.de>
Date: Fri Jun 29 2007 - 13:06:14 EDT
my WLAN connection starts only at the second try.
Etch-nb:~# cat /etc/network/interfaces
# The loopback network interface # The primary network interface
auto eth2
The first try never works: /var/log/boot: Fri Jun 29 18:51:01 2007: Setting up networking.... Fri Jun 29 18:51:01 2007: Starting ipw3945 regulatory daemon: ipw3945d. Fri Jun 29 18:51:04 2007: Configuring network interfaces...Internet SystemsConsortium DHCP Client V3.0.4 Fri Jun 29 18:51:05 2007: Copyright 2004-2006 Internet Systems Consortium. Fri Jun 29 18:51:05 2007: All rights reserved. Fri Jun 29 18:51:05 2007: For info, please visit http://www.isc.org/sw/dhcp/ Fri Jun 29 18:51:05 2007: Fri Jun 29 18:51:06 2007: Listening on LPF/eth2/00:1b:77:38:26:de Fri Jun 29 18:51:06 2007: Sending on LPF/eth2/00:1b:77:38:26:de Fri Jun 29 18:51:06 2007: Sending on Socket/fallback Fri Jun 29 18:51:10 2007: DHCPDISCOVER on eth2 to 255.255.255.255 port 67interval 6 Fri Jun 29 18:51:16 2007: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 8 Fri Jun 29 18:51:24 2007: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 21 Fri Jun 29 18:51:45 2007: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 9 Fri Jun 29 18:51:54 2007: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 11 Fri Jun 29 18:52:05 2007: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 6 Fri Jun 29 18:52:11 2007: No DHCPOFFERS received. Fri Jun 29 18:52:11 2007: No working leases in persistent database - sleeping. Fri Jun 29 18:52:11 2007: done. [...]
Fri Jun 29 18:52:21 2007: Starting K Display Manager: kdm.
Fri Jun 29 18:52:21 2007: Reconfiguring network interfaces...There is already
a pid file /var/run/dhclient.eth2.pid
Fri Jun 29 18:52:21 2007: killed old client process, removed PID file Fri Jun 29 18:52:21 2007: Internet Systems Consortium DHCP Client V3.0.4 Fri Jun 29 18:52:21 2007: Copyright 2004-2006 Internet Systems Consortium. Fri Jun 29 18:52:21 2007: All rights reserved. Fri Jun 29 18:52:21 2007: For info, please visit http://www.isc.org/sw/dhcp/ Fri Jun 29 18:52:21 2007: Fri Jun 29 18:52:21 2007: Listening on LPF/eth2/00:1b:77:38:26:de Fri Jun 29 18:52:21 2007: Sending on LPF/eth2/00:1b:77:38:26:de Fri Jun 29 18:52:21 2007: Sending on Socket/fallback Fri Jun 29 18:52:21 2007: DHCPRELEASE on eth2 to 192.168.0.1 port 67 Fri Jun 29 18:52:21 2007: send_packet: Network is unreachable Fri Jun 29 18:52:21 2007: send_packet: please consult README file regardingbroadcast address. Fri Jun 29 18:52:22 2007: There is already a pid file /var/run/dhclient.eth1.pid with pid 2487 Fri Jun 29 18:52:22 2007: killed old client process, removed PID file Fri Jun 29 18:52:22 2007: Internet Systems Consortium DHCP Client V3.0.4 Fri Jun 29 18:52:22 2007: Copyright 2004-2006 Internet Systems Consortium. Fri Jun 29 18:52:22 2007: All rights reserved. Fri Jun 29 18:52:22 2007: For info, please visit http://www.isc.org/sw/dhcp/ Fri Jun 29 18:52:22 2007: Fri Jun 29 18:52:22 2007: Listening on LPF/eth1/00:19:b9:77:97:88 Fri Jun 29 18:52:22 2007: Sending on LPF/eth1/00:19:b9:77:97:88 Fri Jun 29 18:52:22 2007: Sending on Socket/fallback Fri Jun 29 18:52:22 2007: DHCPRELEASE on eth1 to 192.168.0.1 port 67 Fri Jun 29 18:52:22 2007: send_packet: Network is unreachable Fri Jun 29 18:52:22 2007: send_packet: please consult README file regardingbroadcast address. Fri Jun 29 18:52:22 2007: Internet Systems Consortium DHCP Client V3.0.4 Fri Jun 29 18:52:22 2007: Copyright 2004-2006 Internet Systems Consortium. Fri Jun 29 18:52:22 2007: All rights reserved. Fri Jun 29 18:52:22 2007: For info, please visit http://www.isc.org/sw/dhcp/ri Jun 29 18:52:22 2007: Fri Jun 29 18:52:23 2007: Listening on LPF/eth2/00:1b:77:38:26:de Fri Jun 29 18:52:23 2007: Sending on LPF/eth2/00:1b:77:38:26:de Fri Jun 29 18:52:23 2007: Sending on Socket/fallback Fri Jun 29 18:52:25 2007: DHCPDISCOVER on eth2 to 255.255.255.255 port 67interval 7 Fri Jun 29 18:52:32 2007: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 15 Fri Jun 29 18:52:32 2007: DHCPOFFER from 192.168.0.1 Fri Jun 29 18:52:32 2007: DHCPREQUEST on eth2 to 255.255.255.255 port 67 Fri Jun 29 18:52:32 2007: DHCPACK from 192.168.0.1 Fri Jun 29 18:52:32 2007: bound to 192.168.0.3 -- renewal in 120338 seconds. Fri Jun 29 18:52:32 2007: done. Fri Jun 29 18:52:32 2007: To get the second try working I added this line /etc/init.d/networking restart to /etc/rc.local Has anyone an idea to get the first try working. Thank you in advance.
Regards
-- To UNSUBSCRIBE, email to debian-laptop-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Fri Jun 29 13:07:11 2007 This archive was generated by hypermail 2.1.8 : Fri Jun 29 2007 - 13:10:03 EDT |
||||||||||
|
|||||||||||