06-08-2020, 11:24 AM
(This post was last modified: 06-08-2020, 02:38 PM by lemaurien19.)
sbin_lsmod.txt (Size: 3.24 KB / Downloads: 420)
(06-08-2020, 09:51 AM)xmixahlx Wrote: try to update and pull a new kernel. you might have to change branch to testing or unstable. this would test if the shipped kernel is defective.
the other option would be some devices are shipped with broken/missing webcam...
iirc no one with this problem has fixed it...
Flashed Debian for pbp on external drive and booted the machine with it - same error in Cheese app.
Did a dmesg|grep video in terminal with the following result:
Code:
rock@Debian-Desktop:~$ dmesg|grep video
[ 0.000000] Kernel command line: console=ttyS2,1500000n8 rw root=/dev/sda2 rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=ce:11:27:25:82:f0 eth1addr= serial=2ff60e8a5e087bb8 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 zswap.enabled=1 video=HDMI-A-1:1920x1080@60 video=eDP-1:1920x1080@60 quiet loglevel=3 vga=current
[ 0.579630] Linux video capture interface: v2.00
[ 0.954670] usbcore: registered new interface driver uvcvideo
Sorry, but I'm rather new to Manjaro...How do I pull and update the system to a new kernel?
I did sudo pacman -Syyu an here's the result:
Code:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
error: target not found: update
[ingridientzzz@potsch ~]$ sudo pacman -Syyu
:: Synchronizing package databases...
core 221.7 KiB 528 KiB/s 00:00 [##################################] 100%
extra 2.3 MiB 3.25 MiB/s 00:01 [##################################] 100%
community 5.0 MiB 3.79 MiB/s 00:01 [##################################] 100%
:: Starting full system upgrade...
warning: snapd: local (2.45-3) is newer than community (2.45-1)
there is nothing to do
Still no device found and dmesg|grep video still the same result.
Update:
I also updated my keyboard firmware via this guide: https://forum.manjaro.org/t/how-to-flash.../112366/27
And still no webcam
Here's the output from lusb:
Code:
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 17ef:6039 Lenovo USB2.0 Hub
Bus 002 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 258a:001e Pine64 Pinebook Pro
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Also, attached is dump from /sbin/lsmod: sbin_lsmod.txt
Thanks