[haiku-commits] r36876 - haiku/trunk/data/bin

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 20 May 2010 16:13:01 +0200 (CEST)

Author: mmadia
Date: 2010-05-20 16:13:01 +0200 (Thu, 20 May 2010)
New Revision: 36876
Changeset: http://dev.haiku-os.org/changeset/36876/haiku

Modified:
   haiku/trunk/data/bin/install-wifi-firmwares.sh
Log:
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.


Modified: haiku/trunk/data/bin/install-wifi-firmwares.sh
===================================================================
--- haiku/trunk/data/bin/install-wifi-firmwares.sh      2010-05-20 12:10:44 UTC 
(rev 36875)
+++ haiku/trunk/data/bin/install-wifi-firmwares.sh      2010-05-20 14:13:01 UTC 
(rev 36876)
@@ -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.'


Other related posts:

  • » [haiku-commits] r36876 - haiku/trunk/data/bin - mattmadia