Changes between Version 3 and Version 5 of Ticket #15927


Ignore:
Timestamp:
Apr 29, 2020, 10:13:56 AM (4 years ago)
Author:
diver
Comment:

Haiku's install-wifi-firmware.sh is more up to date. We should fix both files anyway.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15927

    • Property Owner changed from nobody to humdinger
    • Property Status newassigned
    • Property Summary Install wifi firmwares scripts doesn't worksInstall wifi firmwares scripts doesn't work
  • Ticket #15927 – Description

    v3 v5  
     1https://www.haiku-os.org/files/download-data-for-wlan-firmwares.txt \\
     2https://www.haiku-os.org/files/download-data-for-wlan-firmwares.bat
     3
    14After installing http://gnuwin32.sourceforge.net/packages/wget.htm and http://gnuwin32.sourceforge.net/packages/zip.htm on Windows 10 x64 bat script download-data-for-wlan-firmwares.bat cannot find wget and zip. \\
    25
    36Fixed this by changing `path="C:\Program Files\GnuWin32\bin";%path%` to `path="C:\Program Files (x86)\GnuWin32\bin";%path%` I got working wget and zip but i cannot download files from https sites. \\
    47
    5 After appending `--no-check-certificate` to wget i was able to download files except for "http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0" because there is no ".o" extension. \\
     8After appending `--no-check-certificate` to wget i was able to download files except for http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0" because there is no ".o" extension. \\
    69
    710Also script cannot download "byteswap.h" file because of incorrect URL. Incorrect URL in both script "download-data-for-wlan-firmwares.txt" and "download-data-for-wlan-firmwares.bat" \\