From 363cb3b63bfe0a91840f34903234037df2aeeb83 Mon Sep 17 00:00:00 2001 From: James Rayner Date: Wed, 13 Feb 2008 19:55:57 +1100 Subject: Fix automatic wireless for devices that need to be enabled before use (ifconfig $iface up) --- contrib/netcfg-auto-wireless | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/netcfg-auto-wireless b/contrib/netcfg-auto-wireless index e4cf869..5660dcd 100755 --- a/contrib/netcfg-auto-wireless +++ b/contrib/netcfg-auto-wireless @@ -14,6 +14,7 @@ wifi_auto() INTERFACE=$1; RETRIES=6 stat_busy "Scanning for networks" + ifconfig $INTERFACE up networks="$(list_networks $INTERFACE)" if [[ ! "$networks" ]]; then -- cgit v1.2.3-24-g4f1b