On Wed, Nov 16, 2005 at 01:47:05PM +0100, Jacobo wrote: > # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) [...perfectly ok interfaces file...]
Very strange. In my /etc/network/if-pre-up.d/wireless-tools file, it
only tries to set the ESSID if the environment variable $IF_WIRELESS_ESSID is
not empty:
if [ -n "$IF_WIRELESS_ESSID" ]; then
$IWCONFIG "$IFACE" essid "$IF_WIRELESS_ESSID"
fi
Either this variable is set by something, or your
if-pre-up.d/wireless-tools is not the one that came with the
wireless-tools package. Could you check that?
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature

