stefanpartheym / archlinux-ipu6-webcam

Easy installation for patched Intel IPU6 camera drivers
133 stars 14 forks source link

WARNING: erroneous pipeline: no element "icamerasrc" #74

Closed jjeziorny closed 4 months ago

jjeziorny commented 4 months ago

Just moved from 6.7 to lts kernel in order to have the camera working again, after fresh install I keep getting this error message when testing the camera WARNING: erroneous pipeline: no element "icamerasrc"

Even after removing icamerasrc-git from yum cache.

Any other sugestions?

Linux jj 6.6.18-1-lts #1 SMP PREEMPT_DYNAMIC Fri, 23 Feb 2024 14:58:40 +0000 x86_64 GNU/Linux

stefanpartheym commented 4 months ago

... Even after removing icamerasrc-git from yum cache. ...

Weird... Have you reinstalled the icamerasrc -git package after removing it from the cache?

Also maybe try this:

yay \
  --cleanmenu=false \
  --diffmenu=false \
  --editmenu=false \
  --rebuild \
  -S icamerasrc-git

It's basically the same as it is described in the readme, but you might want to give it a try anyways.

jjeziorny commented 4 months ago

... Even after removing icamerasrc-git from yum cache. ...

Weird... Have you reinstalled the icamerasrc -git package after removing it from the cache?

Also maybe try this:

yay \
  --cleanmenu=false \
  --diffmenu=false \
  --editmenu=false \
  --rebuild \
  -S icamerasrc-git

It's basically the same as it is described in the readme, but you might want to give it a try anyways.

Yes, I had tried to remove it manually after cleaning up the yum cache.

I've tried the suggested yay command now and I'm happy to say it did fix the issue.

jjeziorny commented 4 months ago

Fixed with

yay \
  --cleanmenu=false \
  --diffmenu=false \
  --editmenu=false \
  --rebuild \
  -S icamerasrc-git
stefanpartheym commented 4 months ago

Updated section Solving error WARNING: erroneous pipeline: no element "icamerasrc" in the readme accordingly.