-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation fails on Raspberry Pi 5.15.32-v7+ #287
Comments
You can remove the "option" statement at line 658 in the file make_kconfig.pl and run make menuconfig again. |
Thanks, that helped. Now I get a terminal UI called "V4L/DVB menu" with a couple of selection options. Under
Even when enabling all possible options in all submenus, only this one module gets installed. So maybe the |
Apparently, the
again. Any ideas? |
I followed the instructions in #260 and the documentation linked by the user, and now compilation finishes with:
Sounds reasonable,
The kernel buffer shows:
Any ideas? It can't be that hard to get this device running under Linux, what am I missing? |
Hi everyone,
I've successfully compiled the drivers for my TBS-5580 on Arch Linux, but I'm failing to do so on Raspbian for two days straight now. I've followed the instructions in the wiki:
However, the
make -j4
step fails with:What I've tried so far:
When commenting all occurences of
saa7146_vv.ko
andmn88436.ko
inv4l/Makefile.media
, build succeeds, but loading the module fails:make menuconfig
, as suggested in #220 fails withAny ideas on how to compile the drivers on Raspberry Pi?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: