Brian P
Brian P
This is a great question. I have Rhasspy and Mopidy running on the same pi. I have a Respeaker 4-mic for audio input and I use bluetooth to connect to...
As the gallery card allows for pulling the date and time from the file name, and then sorting based on these dates and time, any chance for modification to allow...
For some reason I couldn't clone your repo to my online github account so I couldn't generate a pull request. The following is patch that works for my filename formatting....
In the patch above I subtract one on this line ``` skipVal = fileName.search(/\d/) - 1; ``` It didn't make any sense why I need to do the -1. This...
Thanks for the feedback. I'll have a look at your update. My preference is to use your code if possible. I hate diverging code if it can be prevented.
I have a clean debian bullseye system. I have the following items on my kernel boot line ``` systemd.unified_cgroup_hierarchy=false systemd.legacy_systemd_cgroup_controller=false cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory ``` When attempting to install the package...
I guess if you can tell me what you would want in /etc/default/grub I could dump a dummy file there. If it matters I'm running debian bullseye on Odroid N2+...
I guess one way to fix the problem is to do the following ``` touch /etc/default/grub ``` Then put a script named update-grub in /bin that doesn't do anything ```...
Seems like a fix for the package would be to do a check for the grub file and if it doesn't exist don't do anything, or if the intent is...
Just started using this card. Wake_on_lan was not initially working. I figured it had to do with some setting on the TV. Looked around and found All Settings -> General...