Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Restart required for webcam to work; how to manually restart?

  1. #11
    Join Date
    Apr 2007
    Beans
    115

    Re: Restart required for webcam to work; how to manually restart?

    micdhack@micdhack-laptop:~$ sudo rmmod uvcvideo
    micdhack@micdhack-laptop:~$ sudo modprobe uvcvideo
    WARNING: All config files need .conf: /etc/modprobe.d/oss-compat, it will be ignored in a future release.
    FATAL: Error inserting uvcvideo (/lib/modules/2.6.28-15-generic/kernel/drivers/media/video/uvc/uvcvideo.ko): Cannot allocate memory

  2. #12
    Join Date
    Jun 2007
    Location
    Perth - OZ
    Beans
    101
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Restart required for webcam to work; how to manually restart?

    I have recently installed 9.10 and I hit the same problem on my Inspiron 1525 laptop with integrated webcam but these two commands from micdhack (thanks) did the job

    Code:
    sudo rmmod uvcvideo
    sudo modprobe uvcvideo
    Ubuntu 18.04 64 bit -> transitioning to 20.04

  3. #13
    Join Date
    Nov 2007
    Beans
    11
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Restart required for webcam to work; how to manually restart?

    yeah....

    rmmod + modprobe worked fine.

    hopefully they'll find the little bug that needs killing soon

    ciao!

  4. #14
    Join Date
    May 2012
    Beans
    2

    Re: Restart required for webcam to work; how to manually restart?

    I want to disable my system camera so i am blacklisting it in /etc/modprobe.d/blacklist.conf using command "blacklist uvcvideo".
    But I want my external camera to work instead of that which works with the same command "sudo modprobe uvcvideo".So whenever i am giving this command ,system's camera also gets enabled which i dont want.

    So is there any way I can pass the parameter in that command to disable the system camera permanently.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •