You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the ebuild for the macbook webcam!
When emerging it I ran into the issue that my current kernel doesn't have CONFIG_VIDEOBUF2_DMA_SG enabled. I was wondering how you enabled it because apparently it's not possible to toggle it directly through make menuconfig, it's only toggled as a dependency for all kinds of other drivers which I don't really want to install.
Of course manually adding it to the kernel config doesn't really work since it'll be removed when running make menuconfig.
The text was updated successfully, but these errors were encountered:
sadly I have no Gentoo Desktop anymore since my employer switched to the new MBP with touch bar. I can't remember which driver I had installed to get CONFIG_VIDEOBUF2_DMA_SG. Maybe it was some V4L stuff.
Thanks for the ebuild for the macbook webcam!
When emerging it I ran into the issue that my current kernel doesn't have
CONFIG_VIDEOBUF2_DMA_SG
enabled. I was wondering how you enabled it because apparently it's not possible to toggle it directly throughmake menuconfig
, it's only toggled as a dependency for all kinds of other drivers which I don't really want to install.Of course manually adding it to the kernel config doesn't really work since it'll be removed when running
make menuconfig
.The text was updated successfully, but these errors were encountered: