Opened 5 years ago
Last modified 5 years ago
#15927 assigned bug
Install wifi firmwares scripts doesn't work
Reported by: | Maxis | Owned by: | humdinger |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
https://www.haiku-os.org/files/download-data-for-wlan-firmwares.txt
https://www.haiku-os.org/files/download-data-for-wlan-firmwares.bat
After 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.
Fixed 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.
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.
Also 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"
Also there is no sources files of firmware in http://weongyo.org/project/malo/malo-firmware-1.4.tar.gz archive but some sources here http://www.nazgul.ch/malo/malo-firmware-1.4.tgz
I don't know if it's the firmware or something else.
Change History (5)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Also there is no name of archive displayed after ran batch script.
"Extract $archiveName to your Haiku's /boot"
comment:3 by , 5 years ago
Description: | modified (diff) |
---|
comment:4 by , 5 years ago
Scripts from here https://www.haiku-os.org/docs/userguide/en/workshop-wlan.html download b43-fwcutter-019.tar.bz2 but script in Haiku install-wifi-firmware.sh check and download b43-fwcutter-012.tar.bz2
Will be here a problem?
comment:5 by , 5 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Summary: | Install wifi firmwares scripts doesn't works → Install wifi firmwares scripts doesn't work |
Haiku's install-wifi-firmware.sh is more up to date. We should fix both files anyway.
URL "http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o" redirect to "https://sources.openwrt.org/wl_apsta-3.130.20.0.o"