intel / ipu6-drivers

152 stars 50 forks source link

Engineer release on 2023-08-05 #164

Closed hao-yao closed 11 months ago

yorik commented 11 months ago

Hi Hao, thank you for you work!

I've tried to test DKMS path, unfortunately it fails to build with 6.4 kernel: https://pastebin.com/RVcgNvP1.

I'm using Debian sid, kernel linux-image-6.4.0-1-amd64 (with linux-headers-6.4.0-1-amd64), gcc version 13.2.0.

I'd be happy to help with testing.

hao-yao commented 11 months ago

Hi,

I've tried to test DKMS path, unfortunately it fails to build with 6.4 kernel: https://pastebin.com/RVcgNvP1.

I'm using Debian sid, kernel linux-image-6.4.0-1-amd64 (with linux-headers-6.4.0-1-amd64), gcc version 13.2.0.

I can build pass on my 6.4 mainline kernel, so maybe you missed something in README.md.

yorik commented 11 months ago

Hi,

I've tried to test DKMS path, unfortunately it fails to build with 6.4 kernel: https://pastebin.com/RVcgNvP1. I'm using Debian sid, kernel linux-image-6.4.0-1-amd64 (with linux-headers-6.4.0-1-amd64), gcc version 13.2.0.

I can build pass on my 6.4 mainline kernel, so maybe you missed something in README.md.

I did everything by README.md but only section for DKMS. One of the problems is missing CONFIG_VIDEO_V4L2_SUBDEV_API define. While in ubuntu kernel package it's enabled.

Update: I've checked your last version and it compiles. Thank you!

hao-yao commented 11 months ago

I did everything by README.md but only section for DKMS. One of the problems is missing CONFIG_VIDEO_V4L2_SUBDEV_API define. While in ubuntu kernel package it's enabled

You are right. I also found this issue while I was enabing Github workflow on debian:sid today so I added -DCONFIG_VIDEO_V4L2_SUBDEV_API in Makefile. Latest build on my branch passed. Seems kernel config differs among OSVs?