I'm not going to be maintaining this document anymore. I'm leaving it as-is since much of the FAQ section is still accurate and has yet to be incorporated into other resources.
Use CanI.RootMy.TV to find an exploit for your TV.
#!/bin/sh -x | |
# shellcheck disable=2070,2144 | |
# | |
# This script is used to reload the ath11k/ath10k driver without | |
# requiring a reboot. It is intended to be used for debugging purposes | |
# when trying new drivers, firmware, or disabling NSS wifi offload. | |
# Save this script to `/usr/bin/ath_reload` and make it executable. | |
# By default, the script will reload the driver with whatever options | |
# are currently set in the kernel module. | |
# |
I'm not going to be maintaining this document anymore. I'm leaving it as-is since much of the FAQ section is still accurate and has yet to be incorporated into other resources.
Use CanI.RootMy.TV to find an exploit for your TV.
#!/usr/bin/env python3 | |
# | |
# Nokia/Alcatel-Lucent router backup configuration tool | |
# G2425 support added by rajkosto on 20/11/2022 | |
# XS-2426G-B support added by rajkosto on 28/02/2023 | |
# | |
# Features: | |
# - Unpack/repack .cfg files generated from the backup and restore functionnality |