Op maandag 4 december 2006 02:49, schreef Kel Modderman: > Not very helpful ouput. > > Please show your /etc/network/interfaces configuration, and output > of 'ifup --verbose ethX' where ethX is the interface name of your NIC.
Please find attached the requested file and output. Hope this helps, Yours, Gerrit Jan.
[EMAIL PROTECTED]:~# ifup --verbose eth2 Configuring interface eth2=eth2 (inet) run-parts --verbose /etc/network/if-pre-up.d run-parts: executing /etc/network/if-pre-up.d/madwifi run-parts: executing /etc/network/if-pre-up.d/wireless-tools run-parts: executing /etc/network/if-pre-up.d/wpasupplicant wpa_supplicant: cannot read contents of managed run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1 dhcpcd eth2 (--- no response from here on ---)
# 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 eth0 eth2 iface eth0 inet dhcp iface eth2 inet dhcp wireless_essid xxxxxxxxxxxx wpa-conf managed wpa-ap-scan 1 wpa-scan-ssid 1 wpa-driver wext wpa-ssid xxxxxxxxxxxxxx wpa-pairwise CCMP wpa-key-mgmt WPA-PSK wpa-psk XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ifup eth2 + '[' eth2 = lo ']' + '[' -n '' ']' + WPA_IFACE=eth2 + '[' -f /etc/wpa_supplicant/functions.sh ']' + . /etc/wpa_supplicant/functions.sh ++ WPA_SUP_BIN=/sbin/wpa_supplicant ++ WPA_SUP_PNAME=wpa_supplicant ++ WPA_SUP_PIDFILE=/var/run/wpa_supplicant.eth2.pid ++ WPA_CLI_BIN=/sbin/wpa_cli ++ WPA_CLI_PNAME=wpa_cli ++ WPA_CLI_PIDFILE=/var/run/wpa_action.eth2.pid ++ WPA_CLI_LOGFILE=/var/log/wpa_action.log ++ WPA_CLI_TIMESTAMP=/var/run/wpa_action.eth2.timestamp ++ '[' -z '' ']' ++ WPA_CTRL_DIR=/var/run/wpa_supplicant ++ '[' -n '' ']' ++ '[' 0 = 1 ']' ++ TO_NULL=/dev/null ++ DAEMON_VERBOSITY=--quiet + '[' '!' -x /sbin/wpa_supplicant ']' + '[' '!' -x /sbin/wpa_cli ']' + test_wpa_cli + test_daemon_pidfile /sbin/wpa_cli /var/run/wpa_action.eth2.pid + local DAEMON PIDFILE + '[' -n /sbin/wpa_cli ']' + DAEMON=/sbin/wpa_cli + '[' -f /var/run/wpa_action.eth2.pid ']' + '[' -n /sbin/wpa_cli ']' + '[' -f '' ']' + return 1 + '[' -n '' ']' + '[' -n managed ']' + '[' '!' -s managed ']' + wpa_msg stderr 'cannot read contents of managed' + '[' -n '' ']' + case "$1" in + shift + echo 'wpa_supplicant: cannot read contents of managed' wpa_supplicant: cannot read contents of managed + exit 1 run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1 (--- no response from here ---)