06-09-2020, 03:29 AM
(06-07-2020, 07:09 AM)Opvolger Wrote:(05-29-2020, 01:13 PM)fozzedout Wrote:(05-28-2020, 07:49 PM)xmixahlx Wrote: check if your user is added to the video group
dmesg|grep video
if not detected, toggle the privacy hardware disable and reboot
dmesg again
the camera works, but is not great
Yes, my user is added to the video group.
Here is my dmesg output (doesn't change if the privacy switch is enabled or disabled):
$ dmesg|grep video
[ 0.000000] Kernel command line: initrd=/initramfs-linux.img console=tty1 console=ttyS2,1500000 root=LABEL=ROOT_MNJRO rw rootwait video=eDP-1:1920x1080@60 video=HDMI-A-1:1920x1080@60 bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash
[ 0.276266] videodev: Linux video capture interface: v2.00
[ 8.459274] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0
[ 8.472188] hantro-vpu ff650000.video-codec: Adding to iommu group 0
[ 8.472803] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video1
[ 8.472906] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video2
As you can see - only video 0, 1 and 2 are detected
output of a working webcam. (is the same).Code:[opvolger@pine64 ~]$ dmesg|grep video
[ 0.000000] Kernel command line: initrd=/initramfs-linux.img console=tty1 console=ttyS2,1500000 root=LABEL=ROOT_MNJRO rw rootwait video=eDP-1:1920x1080@60 video=HDMI-A-1:1920x1080@60 bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash
[ 0.286198] videodev: Linux video capture interface: v2.00
[ 6.521834] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0
[ 6.527476] hantro-vpu ff650000.video-codec: Adding to iommu group 0
[ 6.530597] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video1
[ 6.530769] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video2
[ 8.693178] uvcvideo: Found UVC 1.00 device USB Camera (0c45:6321)
[ 8.729161] uvcvideo 2-1.2:1.0: Entity type for entity Extension 4 was not initialized!
[ 8.729175] uvcvideo 2-1.2:1.0: Entity type for entity Processing 3 was not initialized!
[ 8.729182] uvcvideo 2-1.2:1.0: Entity type for entity Camera 1 was not initialized!
[ 8.730958] usbcore: registered new interface driver uvcvideo
[opvolger@pine64 ~]$
I received my laptop this week. Only had problems with WIFI (so was turned off, privacy switch). My webcam works.
https://wiki.pine64.org/index.php/Pinebo...y_Switches <- switches. i had to reboot.
For those with working webcams, would you be able to check which modules you have loaded and post on this forums pls?
lsmod
Would be a good starting point to compare outputs.
Thank you so much!