permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 5ceb65d4c31a2764c9d522600b0b3c7e4a384ddd
parent a9d2559f263dae7de6cf33078015869714f052da
Author: smeeb <smeeb@web>
Date:   Tue,  5 May 2026 09:49:47 +0200


Diffstat:
Munbrick01.mdwn | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/unbrick01.mdwn b/unbrick01.mdwn @@ -98,3 +98,19 @@ echo "nameserver 9.9.9.9" | sudo tee /etc/resolv.conf ``` and you should share a connection now. + +# Testing functionality + +## evtest + +Install [https://wiki.postmarketos.org/wiki/Input_devices#Using_evtest_to_show_input_events](`evtest`) with `apk add evtest` + +Run `evtest /dev/input/event0` and press the hardware buttons (vol up, vol down, power). It appears only `power` is working atm. + +```bash +Event: time 151283560.995643, type 1 (EV_KEY), code 116 (KEY_POWER), value 1 +Event: time 151283560.995643, -------------- SYN_REPORT ------------ +Event: time 151283561.130515, type 1 (EV_KEY), code 116 (KEY_POWER), value 0 +Event: time 151283561.130515, -------------- SYN_REPORT ------------ + +```