It seems that Solus lacks em28xx USB video capture driver. When plugged in I see in dmesg
[ 4.886285] usb 1-1.6.1.4.1.3: new high-speed USB device number 9 using ehci-pci
[ 5.077080] usb 1-1.6.1.4.1.3: New USB device found, idVendor=eb1a, idProduct=2821, bcdDevice= 1.00
[ 5.077092] usb 1-1.6.1.4.1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
When I plug the same device in Ubuntu machine
[ 54.245117] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[ 54.393572] usb 3-2: New USB device found, idVendor=eb1a, idProduct=2821, bcdDevice= 1.00
[ 54.393577] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 54.418573] em28xx 3-2:1.0: New device @ 480 Mbps (eb1a:2821, interface 0, class 0)
[ 54.418575] em28xx 3-2:1.0: Video interface 0 found: bulk isoc
[ 54.477371] em28xx 3-2:1.0: chip ID is em2710/2820
[ 54.569938] em28xx 3-2:1.0: board has no eeprom
[ 54.649586] em28xx 3-2:1.0: No sensor detected
[ 54.657181] em28xx 3-2:1.0: found i2c device @ 0x4a on bus 0 [saa7113h]
[ 54.672833] em28xx 3-2:1.0: Your board has no unique USB ID.
A hint were successfully done, based on i2c devicelist hash.
This method is not 100% failproof.
If the board were misdetected, please email this log to:
V4L Mailing List <linux-media@vger.kernel.org>
Board detected as EM2860/SAA711X Reference Design
[ 54.853602] em28xx 3-2:1.0: Identified as EM2860/SAA711X Reference Design (card=19)
[ 54.853608] em28xx 3-2:1.0: analog set to isoc mode.
[ 54.854085] em28xx 3-2:1.1: audio device (eb1a:2821): interface 1, class 1
[ 54.854131] em28xx 3-2:1.2: audio device (eb1a:2821): interface 2, class 1
[ 54.854216] usbcore: registered new interface driver em28xx
[ 54.859908] em28xx 3-2:1.0: Registering V4L2 extension
[ 54.868888] usbcore: registered new interface driver snd-usb-audio
[ 55.378318] saa7115 9-0025: saa7113 found @ 0x4a (3-2:1.0)
[ 56.402880] em28xx 3-2:1.0: Config register raw data: 0x10
[ 56.434769] em28xx 3-2:1.0: AC97 vendor ID = 0x83847652
[ 56.450783] em28xx 3-2:1.0: AC97 features = 0x6a90
[ 56.450786] em28xx 3-2:1.0: Sigmatel audio processor detected (stac 9752)
[ 59.428817] em28xx 3-2:1.0: V4L2 video device registered as video2
[ 59.428823] em28xx 3-2:1.0: V4L2 extension successfully initialized
[ 59.428825] em28xx: Registered (Em28xx v4l2 Extension) extension
[ 59.441725] em28xx 3-2:1.0: Registering snapshot button...
[ 59.441781] input: em28xx snapshot button as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input20
[ 59.441912] em28xx 3-2:1.0: Remote control support is not available for this card.
[ 59.441914] em28xx: Registered (Em28xx Input Extension) extension
Any chance to get this driver to Solus?