Commit Graph

263 Commits

Author SHA1 Message Date
j1nx feb7a214ac [All] Hopefully the last dumb ass mistake to fix. 2024-02-07 18:23:29 +00:00
j1nx 455f11d7a6 [All] Mount host /etc/mycroft.conf into containers by default.
Shipping with OS release configuration while allowing to use the
user mycroft.conf to overwrite those settings again if wanted
2024-02-06 15:51:25 +00:00
j1nx 5fb25536c7 [All] Revert certain pipewire tweaks (let's start over) 2024-02-03 19:27:41 +00:00
j1nx 2f8e165506 [x86] Use the SOF open firmware for Intel HDA soundcards 2024-02-03 12:36:46 +00:00
j1nx e306bcd9bc [All] Real messy commit with switch to NetworkManager, kernel bump and countless fixes that came up 2024-01-22 16:57:19 +00:00
j1nx 89d0b2ce70 [All] Pipewire configuration changes 2024-01-10 18:58:27 +00:00
j1nx 4ee8fbfbf7 [ALL] Implement RT settings the systemd user session way. 2024-01-06 14:22:52 +00:00
j1nx a68ff2c35e [ALL] RealTime kernel/system changes.
- Raspberry Pi: Using the RT patches and select RT as PREEMPT
- Pipewire changes to upvote itself to prio 95% nice -19
- Other small kernel tweaks and fixes
2024-01-04 12:38:55 +00:00
j1nx adf40880dd [ALL] Fixes (non-boot rpi) and tweaks (pipewire/wireplumber) 2023-12-27 16:11:15 +00:00
j1nx 6e49362369 [ALL] {WIP} Sound architectual changes for pipewire 2023-12-19 14:02:11 +00:00
j1nx d0c5ebd4d1 [All][RPI] Clean ups and some fixed (+kerenl bump) 2023-12-17 13:49:45 +00:00
j1nx fe5ec77a81 [ALL][RPI] Switch xvf3510 channel split toward ALSA itself 2023-12-10 10:08:35 +00:00
j1nx b3584319c5 [ALL][RPI4] More work on pre-shipping containers 2023-12-02 14:22:47 +00:00
j1nx 1d30dc080c [ALL] Work on quadlets and moved them to users home folder 2023-11-11 15:33:24 +00:00
j1nx c15a173fdc [ALL] Small changes to DRM permission 2023-11-09 16:09:58 +00:00
j1nx 8c5e0a3652 [ALL] Changes for GUI podman quadlet 2023-11-04 10:52:58 +00:00
j1nx 55b013d017 [ALL] Wait for docker.io connectivity for quadlets 2023-09-16 11:48:45 +00:00
j1nx 0e12671c9d [ALL] Disable DNSSEC adn DNSoverTLS 2023-09-16 11:47:39 +00:00
j1nx a5f886542f [ALL] Mount log folder into ovos_cli container 2023-09-16 08:07:01 +00:00
j1nx 7e70eb7ea1 [ALL] Add quadlet container files for the GUI.
gui_websocket will be launched however the GUI itself not yet by default.
2023-09-04 11:58:31 +00:00
j1nx bf8b3d5c0e [ALL] Switch mycroft tmp mount to real /dev/shm tempfs which is actually what shm is made for. 2023-09-02 11:58:28 +00:00
j1nx e663240d23 [ALL] The big cleanup to change mycroft into ovos 2023-08-31 19:03:59 +00:00
j1nx 1bc5fe7ea5 [ALL] Pass the pipewire sockets into the containers instead of pulseaudio 2023-08-31 13:33:35 +00:00
j1nx 521897077b [ALL] Addition of combined sound output sink for pipewire 2023-08-31 11:54:36 +00:00
j1nx b0db7be3ef [ALL] Remove old pulseaudio configuration files
to be replaced with pipewire/wireplumber files
2023-08-31 11:53:59 +00:00
j1nx 2eac7d5ceb [ALL] Switch back to using fuse-overlay storage driver
and a small fix for ovos_cli service.
2023-08-31 07:42:39 +00:00
j1nx bf166be419 [ALL] Podman quadlets fixes and changes. 2023-08-30 18:49:54 +00:00
j1nx 37e6f47bf7 [ALL] Implement podman quadlet system for rootless systemd integration (untested)
Place these file like here within;

  /etc/containers/systemd/users/

for them to be available for all system users or place them within;

  /etc/containers/systemd/users/<UUID>
  ~/.config/containers/systemd/

for them to be available for that specific user.

The systemd service files can then be automagically be created by the command;

  $ systemctl --user daemon-reload

After which they can be started/enabled normally with;

  $ systemctl --user start ovos_messagebus
  $ systemctl --user start ovos_phal
  etc.
2023-08-30 11:50:40 +00:00
j1nx 72646f05b3 [ALL] Me stupid! Place the pipewire config files in the right directory 2023-08-28 07:29:36 +00:00
j1nx a99dccaab0 [ALL] Start working on pipewire configuration by starting with default config files. 2023-08-27 17:18:10 +00:00
j1nx 4c8fd8fab0 [All] Changes to the overlay system to get rootless podman to work 2023-08-25 14:59:36 +00:00
j1nx 2c82ed2250 [All] Additions for dockerized system 2023-08-22 13:25:31 +00:00
j1nx ab4e40920c [ALL] Start working on podman, crun, conman architecture 2023-08-21 12:34:52 +00:00
j1nx 15972e5e73 More work and get rpi4 inline 2023-08-21 08:05:43 +00:00
j1nx a9dc12239f WIP push for backup (Sorry for the mess) 2023-08-08 13:08:11 +00:00
j1nx 7b0a01bcf7 Splitting the build system for base and gui images 2023-04-08 14:42:52 +02:00
j1nx d2ec98cd4f Bump buildroot to the latest 2023.02.x LTS version 2023-04-07 12:48:03 +02:00
j1nx a019105f81 Have a dedicated pulse profile for sj-201 and load it by udev 2023-01-19 16:01:12 +01:00
j1nx 46f64498bd Fix KDEConnect empty plugin list.
We need to set QT plugins path system wide for user sessions
re-enabling all of them but keep them in the mycroft-gui systemd
service file as well, so you can override them there is wanted.
2023-01-14 09:56:00 +01:00
j1nx d6109ee201 Make windows shares writable 2023-01-09 11:57:55 +01:00
j1nx 51112a9b70 Re-enable webrtcvad by default 2023-01-05 09:47:45 +01:00
j1nx d76de30204 Some minor config changes 2023-01-04 12:45:12 +01:00
j1nx 31a9e266d6 Disable default vosk stt fallback 2022-12-31 18:06:41 +01:00
j1nx 4a72359099 More debugging and fix for wifi setup at first boot 2022-12-31 15:55:13 +01:00
j1nx 002661914e mycroft default configuration changes.
- Do not use Vosk for "wake up" by default
- No VAD configured by default. Let the user choose it on the platform it supports.
- Set autogen_meta to false to prevent writing json settings in non writable path.
2022-12-30 12:40:42 +01:00
j1nx b6e2bfe978 Bump python-ovos-core 2022-12-13 14:58:14 +01:00
j1nx 72e417f9f3 Remove whispercpp stt plugin settings (for now) 2022-12-13 12:50:53 +01:00
j1nx fbb9788b03 Bump, fix and configure ovos-stt-plugin-whispercpp 2022-11-16 10:26:53 +01:00
j1nx 16da771266 Enable default windows shares
As a start the following directories are shared;
- Pictures
- Documents
- Music
2022-11-15 14:58:20 +01:00
j1nx 2923f80d09 Move GUI related environment variables back into the service file 2022-11-15 12:14:12 +01:00