Dmitry Perchanov
Dmitry Perchanov
@Nir-Az @ev-mp Please review
> @dmipx , what about patching Ubuntu16? AFAIK ubuntu 16 latest kernel is 4.15, you defined 3. Linux kernel patches for Y16I (Version >= 5.4)
> Looks fine, but shouldn't it also be retrofitted to additional distros/LTS? done for xenial hwe
now supports jammy, kernels 5.13 and 1.15
Hi @jpswensen! Can you squash commits? Thanks.
Please see attached log output for ubuntu 2022 jammy patching [jammy.zip](https://github.com/IntelRealSense/librealsense/files/9078621/jammy.zip) @mengyui ubuntu22@ubuntu22:~/test/librealsense/scripts$ ./patch-realsense-ubuntu-lts.sh ./patch-realsense-ubuntu-lts.sh: line 61: ./scripts/patch-utils.sh: No such file or directory
@mengyui I tried on clean ubuntu22, patch finished with following message, looks like module was not signed during build ``` dima@ubuntu22:~/git/librealsense$ ./scripts/patch-realsense-ubuntu-lts.sh .... Patched kernels modules were created successfully [sudo]...
@ev-mp @Nir-Az In order to implement Y16I for LRS-463 can we consider merging this PR to development branch?
Hi @mengyui! We discussed with @ev-mp and best scenario is that we can merge all new patches but change scripts to be another ones, for example: scripts/patch-realsense-ubuntu-lts.sh -> scripts/patch-realsense-ubuntu-lts-hwe.sh scripts/patch-utils.sh...
> Hi @ev-mp @Nir-Az @dmipx the script works well for Ubuntu 18 (kernel 4.15) and report error "mobprobe: ERROR: could not insert 'videodev': Exec format error" on Ubuntu 20 (kernel...