Hi folks, my WLAN connection starts only at the second try.
Etch-nb:~# 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 allow-hotplug eth1 iface eth1 inet dhcp auto eth2 iface eth2 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_supplicant.mynet.conf 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 Systems Consortium 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 67 interval 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 with pid 2486 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 regarding broadcast 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 regarding broadcast 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 67 interval 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 Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]