OpenVoiceOS / ovos-installer

Open Voice OS and/or HiveMind installer using Ansible with an intuitive and easy Text-based User Interface
https://www.openvoiceos.org
68 stars 20 forks source link

_ovos_hardware_mark2_kernel_target is hardcoded #84

Closed denics closed 4 months ago

denics commented 4 months ago

Now that we moved to a kernel > 6.6.22 the value of __ovos_hardware_mark2_kerneltarget should be retrieved with uname -r

denics commented 4 months ago

More info: http://sprunge.us/uSe1sN forcing the _ovos_hardware_mark2_kernel_target variable to the actual kernel version works like charm

goldyfruit commented 4 months ago

Yeah for now the kernel version is hardcoded as the VocalFusionDriver has not been tested much with newer versions and support for kernel 6.6 is pretty new.

But the plan is to rely on the Debian packages for the kernel image and headers which will avoid the rpi-update amd rpi-source tasks.

In order to improve this as well, I pushed a DKMS feature couple weeks ago. https://github.com/OpenVoiceOS/VocalFusionDriver/commit/96e1219d99681a6957daf451f59050ebc6c19508

denics commented 4 months ago

Should be fixed with #88