Droidcam Installation Error on Ubuntu 18.04 Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Why isn't this driver install working (sudo code)?Ralink rt3290 Bluetooth not workingAMD legacy driver installation failed due to missing kernel headersInstalling Gallium 0.4 on SVGA3D; build: RELEASE; LLVM; Virtual machineCompiling custom in-tree moduleTrying to install Tp-Link card | Make won't workcan't install Realtek RTL8723de on ubuntu 16.04 kernel 4.15Genius Eye 312 webcam cannot start streaming: Broken pipeRebuilding a kernel module(driver) with debuggingtp-link ac600 driver

Two different pronunciation of "понял"

Why is there no army of Iron-Mans in the MCU?

Simulating Exploding Dice

Single author papers against my advisor's will?

Biased dice probability question

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?

Who can trigger ship-wide alerts in Star Trek?

Direct Experience of Meditation

Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?

Area of a 2D convex hull

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

Why use gamma over alpha radiation?

Unexpected result with right shift after bitwise negation

If A makes B more likely then B makes A more likely"

Passing functions in C++

Windows 10: How to Lock (not sleep) laptop on lid close?

How can I make names more distinctive without making them longer?

When communicating altitude with a '9' in it, should it be pronounced "nine hundred" or "niner hundred"?

Geometric mean and geometric standard deviation

Stop battery usage [Ubuntu 18]

How is simplicity better than precision and clarity in prose?

What items from the Roman-age tech-level could be used to deter all creatures from entering a small area?

What is the largest species of polychaete?



Droidcam Installation Error on Ubuntu 18.04



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Why isn't this driver install working (sudo code)?Ralink rt3290 Bluetooth not workingAMD legacy driver installation failed due to missing kernel headersInstalling Gallium 0.4 on SVGA3D; build: RELEASE; LLVM; Virtual machineCompiling custom in-tree moduleTrying to install Tp-Link card | Make won't workcan't install Realtek RTL8723de on ubuntu 16.04 kernel 4.15Genius Eye 312 webcam cannot start streaming: Broken pipeRebuilding a kernel module(driver) with debuggingtp-link ac600 driver



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I've been trying to install Droidcam on my Ubuntu 18.04 and I've encountered an error I can't solve:



root@homelab:/tmp/droidcam-64bit# sudo ./install
Webcam parameters: '640' and '480'
Building v4l2loopback-dc.ko
make: Entering directory '/tmp/droidcam-64bit/v4l2loopback'
make -C /lib/modules/`uname -r`/build M=`pwd`
make[1]: Entering directory '/usr/src/linux-headers-4.18.0-15-generic'
Makefile:970: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
CC [M] /tmp/droidcam-64bit/v4l2loopback/v4l2loopback-dc.o
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/droidcam-64bit/v4l2loopback/v4l2loopback-dc.mod.o
LD [M] /tmp/droidcam-64bit/v4l2loopback/v4l2loopback-dc.ko
make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-15-generic'
make: Leaving directory '/tmp/droidcam-64bit/v4l2loopback'
Moving driver and executable to system folders
Registering webcam device
insmod: ERROR: could not insert module /lib/modules/4.18.0-15-generic/kernel/drivers/media/video/v4l2loopback-dc.ko: Unknown symbol in module


Since my microphone doesn't work I am mainly using Droidcam to emulate a mic on my linux machine using my phone. I don't need the webcam capabillities either, so if I could just create a fake device I'd be happy. I just need to stream my audio through my phone to my linux machine. If I try to open Droidcam right now, I'm getting the following error: Device not found (/dev/video[0-9]). Did you install it?



Your help would be much appreciated :) Also, here's the tutorial I followed to install Droidcam (it's the official website).










share|improve this question









New contributor




sed47 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


























    0















    I've been trying to install Droidcam on my Ubuntu 18.04 and I've encountered an error I can't solve:



    root@homelab:/tmp/droidcam-64bit# sudo ./install
    Webcam parameters: '640' and '480'
    Building v4l2loopback-dc.ko
    make: Entering directory '/tmp/droidcam-64bit/v4l2loopback'
    make -C /lib/modules/`uname -r`/build M=`pwd`
    make[1]: Entering directory '/usr/src/linux-headers-4.18.0-15-generic'
    Makefile:970: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
    CC [M] /tmp/droidcam-64bit/v4l2loopback/v4l2loopback-dc.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/droidcam-64bit/v4l2loopback/v4l2loopback-dc.mod.o
    LD [M] /tmp/droidcam-64bit/v4l2loopback/v4l2loopback-dc.ko
    make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-15-generic'
    make: Leaving directory '/tmp/droidcam-64bit/v4l2loopback'
    Moving driver and executable to system folders
    Registering webcam device
    insmod: ERROR: could not insert module /lib/modules/4.18.0-15-generic/kernel/drivers/media/video/v4l2loopback-dc.ko: Unknown symbol in module


    Since my microphone doesn't work I am mainly using Droidcam to emulate a mic on my linux machine using my phone. I don't need the webcam capabillities either, so if I could just create a fake device I'd be happy. I just need to stream my audio through my phone to my linux machine. If I try to open Droidcam right now, I'm getting the following error: Device not found (/dev/video[0-9]). Did you install it?



    Your help would be much appreciated :) Also, here's the tutorial I followed to install Droidcam (it's the official website).










    share|improve this question









    New contributor




    sed47 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      I've been trying to install Droidcam on my Ubuntu 18.04 and I've encountered an error I can't solve:



      root@homelab:/tmp/droidcam-64bit# sudo ./install
      Webcam parameters: '640' and '480'
      Building v4l2loopback-dc.ko
      make: Entering directory '/tmp/droidcam-64bit/v4l2loopback'
      make -C /lib/modules/`uname -r`/build M=`pwd`
      make[1]: Entering directory '/usr/src/linux-headers-4.18.0-15-generic'
      Makefile:970: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
      CC [M] /tmp/droidcam-64bit/v4l2loopback/v4l2loopback-dc.o
      Building modules, stage 2.
      MODPOST 1 modules
      CC /tmp/droidcam-64bit/v4l2loopback/v4l2loopback-dc.mod.o
      LD [M] /tmp/droidcam-64bit/v4l2loopback/v4l2loopback-dc.ko
      make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-15-generic'
      make: Leaving directory '/tmp/droidcam-64bit/v4l2loopback'
      Moving driver and executable to system folders
      Registering webcam device
      insmod: ERROR: could not insert module /lib/modules/4.18.0-15-generic/kernel/drivers/media/video/v4l2loopback-dc.ko: Unknown symbol in module


      Since my microphone doesn't work I am mainly using Droidcam to emulate a mic on my linux machine using my phone. I don't need the webcam capabillities either, so if I could just create a fake device I'd be happy. I just need to stream my audio through my phone to my linux machine. If I try to open Droidcam right now, I'm getting the following error: Device not found (/dev/video[0-9]). Did you install it?



      Your help would be much appreciated :) Also, here's the tutorial I followed to install Droidcam (it's the official website).










      share|improve this question









      New contributor




      sed47 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I've been trying to install Droidcam on my Ubuntu 18.04 and I've encountered an error I can't solve:



      root@homelab:/tmp/droidcam-64bit# sudo ./install
      Webcam parameters: '640' and '480'
      Building v4l2loopback-dc.ko
      make: Entering directory '/tmp/droidcam-64bit/v4l2loopback'
      make -C /lib/modules/`uname -r`/build M=`pwd`
      make[1]: Entering directory '/usr/src/linux-headers-4.18.0-15-generic'
      Makefile:970: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
      CC [M] /tmp/droidcam-64bit/v4l2loopback/v4l2loopback-dc.o
      Building modules, stage 2.
      MODPOST 1 modules
      CC /tmp/droidcam-64bit/v4l2loopback/v4l2loopback-dc.mod.o
      LD [M] /tmp/droidcam-64bit/v4l2loopback/v4l2loopback-dc.ko
      make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-15-generic'
      make: Leaving directory '/tmp/droidcam-64bit/v4l2loopback'
      Moving driver and executable to system folders
      Registering webcam device
      insmod: ERROR: could not insert module /lib/modules/4.18.0-15-generic/kernel/drivers/media/video/v4l2loopback-dc.ko: Unknown symbol in module


      Since my microphone doesn't work I am mainly using Droidcam to emulate a mic on my linux machine using my phone. I don't need the webcam capabillities either, so if I could just create a fake device I'd be happy. I just need to stream my audio through my phone to my linux machine. If I try to open Droidcam right now, I'm getting the following error: Device not found (/dev/video[0-9]). Did you install it?



      Your help would be much appreciated :) Also, here's the tutorial I followed to install Droidcam (it's the official website).







      drivers webcam droidcam






      share|improve this question









      New contributor




      sed47 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      sed47 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited Apr 11 at 14:39







      sed47













      New contributor




      sed47 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Apr 11 at 14:15









      sed47sed47

      12




      12




      New contributor




      sed47 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      sed47 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      sed47 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes


















          1














          I had the same problem and found the solution here:



          https://stackoverflow.com/questions/34800731/module-not-found-when-i-do-a-modprobe



          Running this:



          sudo depmod -ae<br>
          sudo modprobe v4l2loopback_dc<br>
          droidcam &<br>


          It is working for me.






          share|improve this answer










          New contributor




          Meloc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            sed47 is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133007%2fdroidcam-installation-error-on-ubuntu-18-04%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            I had the same problem and found the solution here:



            https://stackoverflow.com/questions/34800731/module-not-found-when-i-do-a-modprobe



            Running this:



            sudo depmod -ae<br>
            sudo modprobe v4l2loopback_dc<br>
            droidcam &<br>


            It is working for me.






            share|improve this answer










            New contributor




            Meloc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.
























              1














              I had the same problem and found the solution here:



              https://stackoverflow.com/questions/34800731/module-not-found-when-i-do-a-modprobe



              Running this:



              sudo depmod -ae<br>
              sudo modprobe v4l2loopback_dc<br>
              droidcam &<br>


              It is working for me.






              share|improve this answer










              New contributor




              Meloc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.






















                1












                1








                1







                I had the same problem and found the solution here:



                https://stackoverflow.com/questions/34800731/module-not-found-when-i-do-a-modprobe



                Running this:



                sudo depmod -ae<br>
                sudo modprobe v4l2loopback_dc<br>
                droidcam &<br>


                It is working for me.






                share|improve this answer










                New contributor




                Meloc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                I had the same problem and found the solution here:



                https://stackoverflow.com/questions/34800731/module-not-found-when-i-do-a-modprobe



                Running this:



                sudo depmod -ae<br>
                sudo modprobe v4l2loopback_dc<br>
                droidcam &<br>


                It is working for me.







                share|improve this answer










                New contributor




                Meloc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer








                edited 2 days ago









                Philippe Delteil

                6521522




                6521522






                New contributor




                Meloc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered Apr 11 at 18:37









                MelocMeloc

                111




                111




                New contributor




                Meloc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Meloc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Meloc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.




















                    sed47 is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    sed47 is a new contributor. Be nice, and check out our Code of Conduct.












                    sed47 is a new contributor. Be nice, and check out our Code of Conduct.











                    sed47 is a new contributor. Be nice, and check out our Code of Conduct.














                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133007%2fdroidcam-installation-error-on-ubuntu-18-04%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?