From 171c986c57c8cc8d9b5b32457781150d1d294d98 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Thu, 20 May 2010 14:13:01 +0000 Subject: [PATCH] Mentioned http://www.haiku-os.org/guides/dailytasks/wireless as a source for more information. eg, if one needs to manually install the files neeeded by the script. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36876 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/bin/install-wifi-firmwares.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/bin/install-wifi-firmwares.sh b/data/bin/install-wifi-firmwares.sh index fe8c657b72..71e774afb8 100755 --- a/data/bin/install-wifi-firmwares.sh +++ b/data/bin/install-wifi-firmwares.sh @@ -20,7 +20,13 @@ MESSAGE="This script will install firmware for various wireless network cards. The Broadcom 43xx and Marvell 88W8335 require an active network connection to download additional files before installation. In the absence of internet - access, only Intel's ipw2100 and ipw2200 will be installed." + access, only Intel's ipw2100 and ipw2200 will be installed. + + If you do not have internet access and need to install the other firmwares, + goto http://www.haiku-os.org/guides/dailytasks/wireless. This page has + instructions on which files to manually download and where to copy them into + this OS. It also has different script that can be run on another OS and will + prepare a zip archive for easy install. After that, re-run this script." VIEW='View licenses' ABORT='Abort installation' OK='I agree to the licenses. Install firmwares.'