bablokb
bablokb
OpenSuse uses its own manager called zypper (this is rpm based). There is a wrapper for apt on the system, this should not be a problem. But package names are...
Instead of using pushd/popd, you could just run the relevant commands in a subshell (enclose commands in parenthesis `( ... )`). This also has the advantage that the commands don't...
yes, this fixes #12
This repo is old, you can do everything with the standard-driver now. You should have a look at two of my other repos: one is https://github.com/bablokb/pcb-pi-batman (scroll to the bottom...
No problem. Maybe to sum up things - add the parameter `wakeup-source` to the overlay - set the alarm-time with `date -d "tomorrow 08:00" +%s > /sys/class/rtc/rtc0/wakealarm` - check for...
This is for the newer repos, not pi-wake-on-rtc, which uses a python-lib to set the alarms. To clear the alarm-date, write a zero to the wakealarm file. This might also...
Hi Janos, that would be great. Could you fork the repo, update the python-files and create a pull-request? I will be happy to merge the changes, since python2 is outdated....
That is written above in the commands: dtoverlay=i2c-rtc,ds3231,wakeup-source This is the standard driver. With the command date -d "date-time-spec" +%s > /sys/class/rtc/rtc0/wakealarm You can set the alarm (see comments above...
Well, I can see your fork here: https://github.com/UtolsoLoteriKutya/pi-wake-on-rtc But it seems you have not changed anything, it still tells me it is up to date with my branch. Normally, you...
Please check if the bluetooth-service is running: `sudo systemctl status bluetooth`.