Alexandru Stan
Alexandru Stan
Because the rootfs is more delicate than Mister's OS we should probably look at making shutting down easier. We have 2 problems to solve: a way to shutdown, notification for...
In the MiSTer.service logs I see: ``` Feb 12 23:21:07 MiSTer MiSTer[1172]: INI_PARSER : Got VAR 'sniper_mode' with VALUE 0 Feb 12 23:21:07 MiSTer MiSTer[1172]: INI_PARSER : line(1): "". Feb...
Despite https://github.com/amstan/MiSTerArch/commit/712e67b322baee81a75e66095c56aef12b865f7e, we still have some bluetooth errors/issues: ``` Feb 12 23:26:29 MiSTer MiSTer[1503]: sh: line 1: /bin/bluetoothd: No such file or directory ``` My laptop says: ``` alex@alex-framework:~% pacman...
Not really an issue, more of a discussion and sharing of my ideas. I've been wondering if QOA might be a good codec for implementing [pulseaudio](https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Network/)/[pipewire's audio over the network](https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/src/modules/module-pulse-tunnel.c#L38)....
The new compilers on arch seem to trigger `-Werror=template-id-cdtor` on qgroundcontrol. ``` compiling /home/alex/.cache/pikaur/build/qgroundcontrol/src/qgroundcontrol-4.4.0/libs/shapelib/safileio.c compiling /home/alex/.cache/pikaur/build/qgroundcontrol/src/qgroundcontrol-4.4.0/libs/xz-embedded/linux/lib/xz/xz_crc32.c compiling /home/alex/.cache/pikaur/build/qgroundcontrol/src/qgroundcontrol-4.4.0/libs/xz-embedded/linux/lib/xz/xz_crc64.c compiling /home/alex/.cache/pikaur/build/qgroundcontrol/src/qgroundcontrol-4.4.0/libs/xz-embedded/linux/lib/xz/xz_dec_lzma2.c compiling /home/alex/.cache/pikaur/build/qgroundcontrol/src/qgroundcontrol-4.4.0/libs/xz-embedded/linux/lib/xz/xz_dec_stream.c compiling /home/alex/.cache/pikaur/build/qgroundcontrol/src/qgroundcontrol-4.4.0/libs/qmdnsengine/src/src/abstractserver.cpp compiling /home/alex/.cache/pikaur/build/qgroundcontrol/src/qgroundcontrol-4.4.0/libs/qmdnsengine/src/src/bitmap.cpp compiling /home/alex/.cache/pikaur/build/qgroundcontrol/src/qgroundcontrol-4.4.0/libs/qmdnsengine/src/src/browser.cpp compiling /home/alex/.cache/pikaur/build/qgroundcontrol/src/qgroundcontrol-4.4.0/libs/qmdnsengine/src/src/cache.cpp...
Fixed in https://github.com/ArduPilot/MAVProxy/releases/tag/v1.8.70: https://github.com/ArduPilot/MAVProxy/commit/0a52527e8e9abac56565a7fd9ac573cb60b78e70 Can you please update the package?