I just tried to plug a Playstation Eye camera in the rock64 and it didnt work out of the box (ayufan ubuntu bionic minimal).
Here is some information:
uname --all
dmesg
hwinfo --usb
lsmod
ls /dev/video*
modinfo gspca_ov534
modinfo gspca_main
So, I am thinking if I should try to get this gspca_ov534 module somewhere on the Internet and load it somehow (maybe here http://kaswy.free.fr/?q=node/38#ps3 ). Or if there is an easier way to get this webcam working...
Any hints?
Here is some information:
uname --all
Code:
Linux rock64 4.4.114-rockchip-ayufan-193 #1 SMP Sun Mar 4 20:24:21 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
dmesg
Code:
[ 5299.692417] usb 1-1: USB disconnect, device number 5
[ 5303.711290] usb 1-1: new high-speed USB device number 6 using dwc2
[ 5304.130000] usb 1-1: New USB device found, idVendor=1415, idProduct=2000
[ 5304.130033] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0[ 5304.130056] usb 1-1: Product: USB Camera-B4.09.24.1
[ 5304.130077] usb 1-1: Manufacturer: OmniVision Technologies, Inc.
[ 5304.136968] usb 1-1: current rate 2985 is different from the runtime rate 16000
[ 5304.139506] usb 1-1: 3:1: cannot get min/max values for control 2 (id 3)
[ 5304.301090] usb 1-1: current rate 1295 is different from the runtime rate 16000
[ 5304.305130] usb 1-1: 3:1: cannot get min/max values for control 2 (id 3)
[ 5304.329262] usb 1-1: current rate 171 is different from the runtime rate 16000
[ 5304.332096] usb 1-1: 3:1: cannot get min/max values for control 2 (id 3)
hwinfo --usb
Code:
17: USB 00.0: 11200 TV Card
[Created at usb.122]
Unique ID: ADDn.AIu5SiILzM0
Parent ID: k4bc.ays1G1guOcE
SysFS ID: /devices/platform/ff580000.usb/usb1/1-1/1-1:1.0
SysFS BusID: 1-1:1.0
Hardware Class: tv card
Model: "Nam Tai E&E Products Ltd. or OmniVision Sony Playstation Eye"
Hotplug: USB
Vendor: usb 0x1415 "Nam Tai E&E Products Ltd. or OmniVision Technologies, Inc."
Device: usb 0x2000 "Sony Playstation Eye"
Revision: "2.00"
Speed: 480 Mbps
Module Alias: "usb:v1415p2000d0200dc00dsc00dp00icFFisc00ip00in00"
Driver Info #0:
Driver Status: gspca_ov534 is not active
Driver Activation Cmd: "modprobe gspca_ov534"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #16 (Hub)
lsmod
Code:
Module Size Used by
zram 32768 4
lz4_decompress 16384 1 zram
lz4_compress 16384 1 zram
ip_tables 24576 0
x_tables 32768 1 ip_tables
ls /dev/video*
Code:
fish: No matches for wildcard '/dev/video*'. See `help expand`.
ls /dev/video*
^
modinfo gspca_ov534
Code:
modinfo: ERROR: Module gspca_ov534 not found.
modinfo gspca_main
Code:
filename: /lib/modules/4.4.114-rockchip-ayufan-193/kernel/drivers/media/usb/gspca/gspca_main.ko
version: 2.14.0
license: GPL
description: GSPCA USB Camera Driver
author: Jean-François Moine <http://moinejf.free.fr>
srcversion: F5C20D78E083AA5A11E6F23
depends:
intree: Y
vermagic: 4.4.114-rockchip-ayufan-193 SMP mod_unload aarch64
parm: debug:1:probe 2:config 3:stream 4:frame 5:packet 6:usbi 7:usbo (int)
So, I am thinking if I should try to get this gspca_ov534 module somewhere on the Internet and load it somehow (maybe here http://kaswy.free.fr/?q=node/38#ps3 ). Or if there is an easier way to get this webcam working...
Any hints?