-
-
Notifications
You must be signed in to change notification settings - Fork 87
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 install on Ubuntu #86
Comments
Now trying to follow this procedure but get stuck as well:
|
The wiki instructions are for the raw source code, not the installer, the installer does already all the install steps.
Because your changing to the wrong directory, in the previous line is clearly marked were the source files where installed.
The module was already installed with the installer. On how to use it: https://github.com/webcamoid/akvcam/wiki/Configure-the-cameras
You have already changed to the src directory
Just install the files with * https://web.njit.edu/~alexg/courses/cs332/OLD/F2020/hand3f20/Linux-Tutorial.pdf |
Thank you @hipersayanX
Then copying the config.ini files proposed by Linux Fake Background Camera. The issue is encountered with the next stage of using the camera:
What please am I missing here? |
Please kindly help on how to complete the installation with the installer. |
insmod is for loading a file module, and the module must be in the same directory where insmod is executed, dkms doesn't install the compiled modules there.
and then load the module with:
then check that the module was loaded with:
|
Don't find how to install.
/opt/akvcam
/usr/src/akvcam-1.2.6
/var/lib/dkms/akvcam
bash: cd: akvcam/src: No such file or directory
ls: cannot access '/lib/modules/6.8.0-31-generic/extra/akvcam.ko*': No such file or directory
It's really unclear to me about how to install the driver, if it is now actually installed, and how to use it.
The text was updated successfully, but these errors were encountered: