ovos-installer icon indicating copy to clipboard operation
ovos-installer copied to clipboard

_ovos_hardware_mark2_kernel_target is hardcoded

Open denics opened this issue 1 year ago • 3 comments

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

denics avatar May 12 '24 09:05 denics

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

denics avatar May 12 '24 09:05 denics

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

goldyfruit avatar May 12 '24 12:05 goldyfruit

Should be fixed with #88

denics avatar May 21 '24 20:05 denics