Created
December 30, 2013 21:10
-
-
Save johnp789/8188209 to your computer and use it in GitHub Desktop.
Failure to load uvcvideo module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo modprobe uvcvideo | |
modprobe: ERROR: ctx=0x1248010 path=/lib/modules/3.12.6-1-ARCH/kernel/drivers/media/v4l2-core/videobuf2-vmalloc.ko.gz error=No such file or directory | |
modprobe: ERROR: ctx=0x1248010 path=/lib/modules/3.12.6-1-ARCH/kernel/drivers/media/v4l2-core/videobuf2-vmalloc.ko.gz error=No such file or directory | |
modprobe: ERROR: could not insert 'uvcvideo': Unknown symbol in module, or unknown parameter (see dmesg) | |
$ dmesg | tail | |
[ 4.124482] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver | |
[ 4.124483] NVRM: requires the use of a text-mode VGA console. Use of other console | |
[ 4.124484] NVRM: drivers including, but not limited to, vesafb, may result in | |
[ 4.124484] NVRM: corruption and stability problems, and is not supported. | |
[ 4.433600] systemd-journald[172]: File /var/log/journal/4a20a8f3d37f4149ac05d3ccefd43e1d/user-120.journal corrupted or uncleanly shut down, renaming and replacing. | |
[ 5.473941] r8169 0000:08:00.0 enp8s0: link up | |
[ 5.473948] IPv6: ADDRCONF(NETDEV_CHANGE): enp8s0: link becomes ready | |
[ 44.324639] fuse init (API version 7.22) | |
[ 1125.836201] usb 1-1.4.1: USB disconnect, device number 5 | |
[ 1140.968312] usb 4-1.7: new high-speed USB device number 3 using ehci-pci | |
$ lsusb | grep C910 | |
Bus 004 Device 003: ID 046d:0821 Logitech, Inc. HD Webcam C910 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment