311 Commits

Author SHA1 Message Date
Dave Wongillies
9ae636183e Update how samba is enabled/disabled (#130) 2026-03-12 13:44:34 +08:00
tonytoon
6b875d49b4 added autofire_rates to ini_settings.sh (#129)
* adding terminfo install/uninstall scripts.

* check if terminfo src has changed before compiling.

* added autofire_rates to ini_settings.sh
2026-02-23 19:38:43 +08:00
Tony Toon
329af5cd67 adding terminfo install/uninstall scripts. (#127)
* adding terminfo install/uninstall scripts.

* check if terminfo src has changed before compiling.
2026-01-22 13:09:22 +08:00
Lethja
6650b4f006 Wifi SSH (#124)
* Corrected dialog pipe redirection so script works properly in SSH and TTY sessions

* Remove pointless sleep

* Removed unused code

* Use tab indentation instead of space (to save disk space)

* Removed flickering while connecting to an access point and yet another pointless sleep command
2025-09-11 14:41:15 +08:00
Lethja
18bed41c66 Mac Address (#123)
* Initial implementation of mac_address.sh

* Added manual MAC address entry.

* Fixed wrong variable in update_mac() function.

* Added clear commands before exiting.

* Spelling and grammar.

* Added some comments.

* Added shebang.

* Corrected terminal output of dialog commands.

* Allow startup dialogs to show on any console.

* Corrected valid MAC addresses being marked as invalid. Improved manual MAC address entry.

* Replaced hardcoded redirects to '/dev/tty2' with redirects to scripts stderr and swap where applicable

* Make MAC address discovery optional.

* Modified sed regex to improve finding and replacing ethaddr variable in update_uboot()

* Code cleanup.

* Check important commands exist before running the script.

* Generate locally administered, unicast addresses in a smarter way.

* Simplify script

* Code cleanup and minor experence changes

* Moved mac_address.sh from other_authors to repository root
2025-09-10 14:41:03 +08:00
Lethja
a046ad03b9 Comment out systemctl line in wifi.sh (#122) 2025-08-29 14:29:21 +08:00
José Manuel Barroso Galindo
2f946459ac Validating parts under interleave elements (#121)
* Validating parts under interleave elements

* Fixing info creation
2025-07-30 12:46:58 +08:00
lubinatien
4aba51ac67 fix: Do not discard trailing spaces in ssids (#120)
Co-authored-by: lubinatien@gablem.eu <sebastien.lemercier@global.ntt>
2025-07-20 16:48:16 +08:00
Doino Gretchenliev
a5a8d48df5 Manual selection with country and city, added automatic/manual option. (#119)
Co-authored-by: Doino Gretchenliev <doino.gretchenliev@kubit.co>
2025-01-03 13:14:43 +08:00
Winston
a1b762cb0c update github link (#113) 2024-02-18 10:33:02 +08:00
Kevin Coleman
2db31cc533 ini_setttings.sh: updated features (#112)
- Added jamma2_vid/jamma2_pid, osd_lock, osd_lock_time, and debug.
- Fixed naming convention being wrong for jamma_vid and jamma_pid
2024-02-13 01:32:17 +08:00
Alexey Melnikov
1d342a28cc Update ini_settings.sh 2023-11-20 05:53:06 +08:00
YLFAndy
78ffa0eeb9 Update cifs_mount.sh (#108)
Minor fixes to cifs_mount.sh
2023-11-17 07:01:58 +08:00
YamamotoKaderate
2a42860048 Version 1.0.2 - Replacing bsdtar (#106)
Replacing the now absent bsdtar command by unzip.
2023-08-05 01:16:44 +08:00
Gareth Jones
41c6de6a4d Add firewall rule for MiSTer Extensions Remote (#105) 2023-08-02 16:16:11 +08:00
Bas v.d. Wiel
e54214e981 Fix the collapsing of directory names (#103) 2023-06-01 00:41:27 +08:00
birdybro
2e52cb9f6b Ini-settings: Add vga_mode/ntsc_mode, remove ypbpr. (#102)
* ini-settings: Add vga_mode, remove ypbpr

* ini-settings: Add ntsc_mode option
2023-04-09 15:34:31 +08:00
Bas v.d. Wiel
a1bc11efb3 Add mount scripts for NFS filesystem. (#101) 2023-03-17 04:24:51 +08:00
birdybro
c3189f49f8 Add disable_autofire option to ini_settings.sh script (#100) 2022-12-22 02:45:39 +08:00
birdybro
b0094f65f0 Remove deprecated volumectl setting (#99)
Solves --> https://github.com/MiSTer-devel/Main_MiSTer/issues/703
2022-10-22 00:09:56 +08:00
birdybro
e8a8435d93 ini_settings.sh: Add video_off setting (#96) 2022-08-20 18:08:36 +08:00
birdybro
38672934b1 Add missing options to ini_settings.sh (#95)
* Add missing options temporarily until new script is complete

* add entry to changelog
2022-07-19 13:40:16 +08:00
Keith F. Kelly
3e2387706b add helpful script for downloading latest sample INI and highlighting what changed (#94) 2022-07-18 15:43:02 +08:00
Keith F. Kelly
a6635f9a86 fix bluetooth pairing script to work reliably (#93) 2022-07-18 15:42:35 +08:00
Akuma-Git
6b4e705b26 Update mac_address_change.sh (#91)
Regarding: https://misterfpga.org/viewtopic.php?t=3661

1. The reason hexdump fails is because of not using the hexdump "-v" parameter
 -v 
Cause hexdump to display all input data. Without the -v option, any number of groups of output lines, which would be identical to the immediately preceding group of output lines (except for the input offsets), are replaced with a line comprised of a single asterisk.

and therefor the c-style $(( )) arithmetic would fail if a group is replaced with a single asterisk

2. & 0xFEFFFFFFFFFF | 0x020000000000 should be replaced by & 0xFCFFFFFFFFFF as you want to zero the last two bits, namely Universal vs local (U/L bit) and the Unicast vs multicast (I/G bit), otherwise you will not generate a valid MAC address.

3. write MAC address  in uppercase with the ^^
2022-06-26 03:06:41 +08:00
birdybro
13ff174ac8 Fix RTC.sh failing ping due to syntax (#90)
Current syntax won't work because it can't ping that kind of address, it needs an IP. I also increased the wait time to reduce unnecessary failures upon people taking more than one second to ping to ntp.
2022-06-23 02:16:39 +08:00
birdybro
f94df3f231 ini_settings.sh: Prevent alt ini from being overwritten (#87) 2022-05-13 16:20:48 +08:00
Marc
91b9ff5a74 Fixes https://github.com/MiSTer-devel/Scripts_MiSTer/issues/84 (#85)
Adds quotes to fix './cifs_mount.sh: line 251: [: !=: unary operator
expected' error

Co-authored-by: Marc Emmerson <marc@emmerson.io>
2022-04-25 15:24:41 +08:00
Achim
5bc31a52c5 new option "SHARE_DIRECTORY" (#83) 2022-04-17 16:25:58 +08:00
birdybro
1bac7dd4e8 fix https://github.com/MiSTer-devel/Distribution_MiSTer/issues/30 (#79) 2022-02-20 15:36:51 +08:00
Kreeblah
63c18282a7 Added authorized_keys check and fix for 5.x kernels 2022-01-14 15:52:43 +08:00
makigumo
cfec01c990 Delete update_all_keep_linux_nice.sh (#76)
This script is calling an unknown script that is not in this repository.
2022-01-11 19:21:04 +08:00
retrocaster
377adcf2ca Update cifs_mount.sh docs for LOCAL_DIR (#77)
* Update cifs_mount.sh

Updated LOCAL_DIR documentation to cover new special "cifs" location

* Update cifs_mount.sh

Set initial value of LOCAL_DIR to "cifs"
2021-12-26 06:48:17 +08:00
Keith F. Kelly
59cba51993 Add settings and scripts for making/keeping Linux nice (#75) 2021-12-17 22:44:43 +08:00
Gareth Jones
4cfdede74c Fix cifs mount options for guest access (#74)
* Fix cifs mount options when no username is supplied

* Update to use sec=none
2021-12-13 20:56:11 +08:00
José Manuel Barroso Galindo
73455739a2 Case insensitive MRA parsing. (#73) 2021-12-07 18:00:37 +08:00
Keith F. Kelly
8f493866d8 Add new bluetooth pairing script (btctl wrapper) (#72) 2021-12-01 19:07:20 +08:00
Keith F. Kelly
626dc0018b Bluetooth script changes (#71) 2021-12-01 04:03:02 +08:00
tofukazoo
4dce7618e7 Removed "MiSTer" hostname check (#69) 2021-10-11 03:53:10 +08:00
tofukazoo
d9d4aa92d3 Removed "MiSTer" hostname check (#68) 2021-10-11 03:52:48 +08:00
Locutus73
ed4b3570a0 Version 2.0 - Tests if executed on a 5.X Kernel system (thanks to MiSTer Addons for the help with testing).
Tests if executed on a 5.X Kernel system (thanks to MiSTer Addons for the help with testing).
2021-08-30 18:25:12 +02:00
Locutus73
b9d436e71e Merge pull request #65 from misteraddons/master
Update README.md
2021-08-25 14:18:20 +02:00
Jack Burton
20799b9607 Update README.md 2021-08-24 21:14:05 -06:00
Locutus73
724312381b Merge pull request #38 from c0d3h4x0r/issue-37
fix Issue #37
2021-08-24 12:44:29 +02:00
Locutus73
bbc3e6e824 Rename change_hostname.sh to other_authors/change_hostname.sh 2021-08-24 12:39:42 +02:00
Locutus73
8fda19fef8 Rename change_hostname.ini to other_authors/change_hostname.ini 2021-08-24 12:39:24 +02:00
Locutus73
0ee7344f25 Merge pull request #64 from misteraddons/master
Change Hostname Scripts + New MiSTer System Check
2021-08-24 12:38:37 +02:00
Jack Burton
bafc85453d Change Hostname Scripts + New MiSTer System Check 2021-08-23 12:14:36 -06:00
Locutus73
7dae4c1a86 Version 1.3.4 - Refined the check for standard root password.
Refined the check for standard root password.
2021-03-22 11:02:07 +01:00
Locutus73
3d304b8d17 Update security_fixes.sh
Version 1.3.3 - Changed cacert.pem URL.
2021-02-21 19:13:07 +01:00