the*_*ice 6 webcam skype drivers
由于整个 Covid-19 的情况,我需要能够在我相对较新的 Dell Vostro 5590 笔记本电脑上使用 Skype。不幸的是我无法让网络摄像头工作。它向我显示了一个黑屏(在 Skype 和 Cheese 等中)。我还安装了 guvcview,但事实证明这没有用。它是一个集成的高清网络摄像头。我已经检查过我的用户是否已添加到视频组中。
感谢您的帮助...是否有我可以安装的特殊 Linux 驱动程序?
不确定要提供什么信息,但这是输出lsusb
:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0bda:565a Realtek Semiconductor Corp.
Bus 001 Device 003: ID 8087:0aaa Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Run Code Online (Sandbox Code Playgroud)
并lspci
给出
00:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Device 9b41 (rev 02)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Device 02f9
00:13.0 Serial controller: Intel Corporation Device 02fc
00:14.0 USB controller: Intel Corporation Device 02ed
00:14.2 RAM memory: Intel Corporation Device 02ef
00:14.3 Network controller: Intel Corporation Device 02f0
00:15.0 Serial bus controller [0c80]: Intel Corporation Device 02e8
00:16.0 Communication controller: Intel Corporation Device 02e0
00:17.0 SATA controller: Intel Corporation Device 02d3
00:1c.0 PCI bridge: Intel Corporation Device 02bc (rev f0)
00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device 0284
00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
00:1f.4 SMBus: Intel Corporation Device 02a3
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device 02a4
01:00.0 3D controller: NVIDIA Corporation Device 1d13 (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
03:00.0 Non-Volatile memory controller: Device 1e0f:0001
Run Code Online (Sandbox Code Playgroud)
但我认为那里没有网络摄像头信息...此外,当我查看从中获得的信息时,dmesg | less
我看到:
[ 2.311696] uvcvideo 1-6:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
Run Code Online (Sandbox Code Playgroud)
和
[ 2.311740] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input6
[ 2.311797] usbcore: registered new interface driver uvcvideo
[ 2.311798] USB Video Class driver (1.1.1)
Run Code Online (Sandbox Code Playgroud)
但我不知道我能用它做什么!有什么建议么?需要注意的是:这台笔记本电脑上没有预装 Ubuntu。我自己安装的。
编辑:我启动了 gucview 并尝试捕捉一些照片。我在终端得到这个:
ALSA lib pcm_dmix.c:1052:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_dmix.c:1052:(snd_pcm_dmix_open) unable to open slave
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Run Code Online (Sandbox Code Playgroud)
谢谢并保持健康!
小智 2
检查是否有某种开关可以激活网络摄像头,例如按键:fn + CAM。如果没有,看看笔记本侧面是否有物理开关。如果没有,请尝试在BIOS选项中查找是否有激活相机的设置。某些 DELL 型号有一个名为“Miscellaneous Devices”的面板。
小智 2
从“lsusb”输出中,这是您的网络摄像头:
Bus 001 Device 002: ID 0bda:565a Realtek Semiconductor Corp.
Run Code Online (Sandbox Code Playgroud)
所以,是的,它正在被看到。Linux 硬件数据库显示内核 3.7 及更高版本支持它。看:
https://linux-hardware.org/index.php?id=usb:0bda-565a
凉爽的!Ubuntu 18.04 采用内核 4.15(或更新版本,如果更新),因此您已经准备就绪。唔。所以看起来 uvc 驱动程序应该开箱即用。
有什么东西挡住了你的相机吗?检查 BIOS、笔记本电脑上的任何物理开关、键盘上用于打开或关闭相机的任何按键,或者 gnome 设置中的设置。
此外,您还可以安装 v4l-utils。
sudo apt install v4l-utils
Run Code Online (Sandbox Code Playgroud)
更多信息: https: //launchpad.net/ubuntu/+source/v4l-utils
这是一组用于测试相机的命令行工具。例如,命令“qv4l2”将启动一个详细且有些复杂的程序来测试您的相机。可以带你去某个地方。
最好的
归档时间: |
|
查看次数: |
32524 次 |
最近记录: |