Panasonic DECT handsets on a Linksys ATA—Solution for a dialing-out problem
Recipes and Scripts for Mikrotik RouterOS
RouterOS is the onboard operating system of Mikrotik routers. The documents in this folder may be of some use to others using these devices. Please send corrections and comments to BMCP@pm.me.
Denis de Castro, 13 April 2022. Corrections please to me at BMCP@pm.me.
Vademecum
Some notes I print out and carry around in my notebook for quick reference.
Backup from a Synology Disk Station with DSM 4.2 to an Apple Time Capsule
A fix for problem of Lubuntu on an Acer Swift waking directly after suspend
echo <ACPI code> | sudo tee /proc/acpi/wakeupso you can test for the sleep-inhibiting device(s). In my case the device that interrupted sleep was 'RP05' (apparently a PCI bus device), so
echo RP05 | sudo tee /proc/acpi/wakeupallows suspend to operate properly. This may be the same for other laptops of this model.
#!/bin/bash if grep -qw RP05.*enabled /proc/acpi/wakeup; then echo "RP05 is enabled in the wakeup list" sudo sh -c "echo RP05 > /proc/acpi/wakeup" echo "RP05 has been disabled" else echo "No action taken; RP05 is already disabled in the wakeup table" fi(the echoes to the console can be removed once it's known to work)
[Unit] Description=Disable device from causing wakeup [Service] ExecStart=/home/<your-username>/scripts/<name-of-your-wakeup-fix-script>.sh Type=oneshot [Install] WantedBy=multi-user.targetCopy or move the file to /etc/systemd/system, enable it to run at startup with;
systemctl enable <name-of-your-systemd-unit-file>.servicethen reboot, and see if the wake-after-sleep problem has gone away.
Some progress in controlling the Kerui M7 wireless infra-red doorbell