André Kjellstrup
André Kjellstrup
hmm, do you have any other suggestions? ``` $ sudo echo akvcam > /etc/modules-load.d/akvcam.conf bash: /etc/modules-load.d/akvcam.conf: Permission denied $ sudo ls -la /etc/modules-load.d/ total 20 drwxr-xr-x 2 root root 4096...
the installer could tell user to do the "echo akvcam | sudo tee /etc/modules-load.d/akvcam.conf" ?
@hipersayanX - my conf file is ok, ``` $ cat /etc/modules-load.d/akvcam.conf akvcam $ ``` ...but the device is still gone after reboot - any other suggestions?
Please see https://gist.github.com/AndKe/f0e3719838756eb5525ff00a5b3b6bf6
That's kind of the issue here... I did install the driver (I let the webcamoid-portable-linux-9.0.0-x86_64.AppImage do the job)
Please see how build/install from git succeeds, then fail the "tests" ``` andre@Loke:~/Downloads/akvcam-master/src$ sudo make dkms_install [sudo] password for andre: dkms remove akvcam/1.2.2 --all Module akvcam-1.2.2 for kernel 5.15.0-46-generic (x86_64)....
Thank you - I guess this is almost a success, except for video7 which is ...no there. ``` $ cat /etc/akvcam/config.ini [Cameras] cameras/size = 2 cameras/1/type = output cameras/1/mode =...
I also tried the last 2000 lines, but the log is filled by the same messages: (most likely while I used the webcamoid) https://gist.github.com/AndKe/716c63b8711f77c012f386abef7cad00 grep shows no mention of video7...
@hipersayanX - no problem! , I can't remember to have paid for a service level agreement for your support. :) please see: https://gist.github.com/AndKe/1f6032478ef5e3b10bce482a44c21efd
I think you can safely mark it a bug... I did this to clean up: sudo rmmod akvcam sudo rm -R /etc/akvcam sudo rm /etc/modules-load.d/akvcam.conf sudo rm -R (opt/akvcam then...