Can I get Revo Scan to access a POP 2 3d scanner via USB?

Questions about Wine on Linux
Locked
jjramsey
Newbie
Newbie
Posts: 3
Joined: Mon Aug 15, 2022 8:08 pm

Can I get Revo Scan to access a POP 2 3d scanner via USB?

Post by jjramsey »

For those who don't know, Revo Scan is the software for working with Revopoint 3d scanners. While there is a version of it for Android, there isn't a version for "regular" desktop Linux. It mostly works with Wine, but there's a catch. While it can connect to the POP2 3d scanner through WiFi, it can't connect via USB 3+ the way it would on an actual Windows installation. It simply doesn't "see" the scanner when it's plugged in to the USB 3 port. I'm not the only one with this problem: https://forum.revopoint3d.com/t/running ... inux/11961

I'm using Wine 7.15 on Ubuntu 22.04.1 (Jammy Jellyfish), installed via the WineHQ repositories. Here's the dmesg out that comes from connecting the POP3 scanner to the USB port:

Code: Select all

[  618.602737] usb 1-2: new high-speed USB device number 7 using xhci_hcd
[  618.753276] usb 1-2: New USB device found, idVendor=2207, idProduct=110c, bcdDevice= 4.19
[  618.753290] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  618.753297] usb 1-2: Product: ZXProduct
[  618.753303] usb 1-2: Manufacturer: Chishine3d
[  618.753307] usb 1-2: SerialNumber: A21A8297206F00A54
[  618.761512] usb 1-2: Found UVC 1.00 device ZXProduct (2207:110c)
[  618.767836] input: ZXProduct: DepthCamA21A8297206F as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/input/input21
[  618.768846] usb 1-2: Found UVC 1.00 device ZXProduct (2207:110c)
[  618.774037] input: ZXProduct: RGBCamA21A8297206F00 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/input/input22
[  618.776047] hid-generic 0003:2207:110C.0002: hiddev0,hidraw1: USB HID v1.01 Device [Chishine3d ZXProduct] on usb-0000:00:14.0-2/input4
FWIW, when I connect the POP 2 scanner to my Android phone via USB, the version of Revo Scan installed on that phone asks to connect to something named "ZXProduct", which corresponds to what I see in the dmesg output. As far as I know, there's no separate driver for the POP 2 scanner aside from whatever is bundled in Revo Scan.

Is there anything I could try to get Revo Scan to connect via USB?
Locked