06-05-2019, 09:00 PM
(05-15-2019, 12:59 PM)TheOldPresbyope Wrote:(05-14-2019, 12:11 PM)cereyanlimusiki Wrote: How to verify tweaks survived after update ? @Edward
I've never tried the tweaks but it appears they involve three files:
After an update you can verify that the /usr/local/sbin/sound.sh file still exists (with correct permissions) and the /boot/config.txt and /etc/rc.local files are still mod'ded.
- changes in the file: /boot/config.txt
- creation of new file: /usr/local/sbin/sound.sh
- a change in the file: /etc/rc.local
If that is so, then the tweaks will be applied each time the system is booted, just as before the update.
Regards,
Kent
Hi Kent
The script does not change the config.txt file. it creates a sound file and updates other files with new parameters.
If someone whats to know if the changes are persistant...which they are....just run ps -eLo pid,cls,rtprio,pri,nice,cmd | grep -i "irq" you should see the softirq pocesses with FF and new priorities. Also just by running top will give you a glimpse of the same information.
Cheers