-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can't load drivers #5
Comments
Hi - Unless you are logged in as root you must "sudo ./load". If this does not work you might try installing v4l-utils and try again. Dave |
I'm on arch linux. I was getting a similar error (videobuf2-core missing), but it seems to be included as videobuf2-common on this distro. I'm not sure about this though. |
v4l-utils installed, to run sudo ./load but still same error. before was videobuf2-core missing, but afrer reinstalling TBS drivers i see that error: |
Linux www 5.0.5-arch1-1-ARCH #1 SMP PREEMPT Wed Mar 27 17:53:10 UTC 2019 x86_64 GNU/Linux I'm also getting build errors related to the following lines: ntv2_params.c ntv2_v4l2ops.c |
Hi - Thanks for reporting this. I will look into it as soon as I have a system with a 5.0 kernel. Dave |
I have update the driver to fix the build errors. |
Working on 5.1.2 also. On Arch Linux, I'm using these modifications to the load script:
I doubt all of those are required; I basically included anything related to videobuf2 until it worked. It probably only needs |
No longer working for me on Arch Linux 5.4.13. Fails while loading the driver: |
Can you try on 5.4? I don't think I had ever had any problems on 5.3. |
./load
modprobe: ERROR: could not insert 'videobuf2_v4l2': Invalid argument
modprobe: ERROR: could not insert 'videobuf2_v4l2': Invalid argument
insmod: ERROR: could not insert module ntv2video.ko: Unknown symbol in module
Linux UbuntuServer 4.4.0-93-generic #116~14.04.1-Ubuntu SMP Mon Aug 14 16:07:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: