spiridonios
December 1st, 2017, 07:27 PM
Hello,
I obtained a digital microscope 277705 and i try to make it work on my ubuntu studio computer. Didn't manage to do it till now, so any help would be appreciated.
I run ubuntu studio 16.04.3 LTS
Plugging the microscope in a usb port, makes it's led light to light on. No device is recognised through GUI though.
typing in terminal: lsusb i get
Bus 002 Device 009: ID a16f:0304
Bus 002 Device 004: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 002 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 003: ID 03f0:1604 Hewlett-Packard DeskJet 940c
Bus 005 Device 002: ID 2109:0811 VIA Labs, Inc. Hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 04fc:0801 Sunplus Technology Co., Ltd
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
By unconnecting the microscope's usb cable and running the same command i understand that it is the Device a16f:0304
No description after the Vendor and product ids.
"sudo lshw | less" gives me
*-usb:1
description: Video
product: USB2.0 UVC PC Camera
vendor: GenesysLogic Technology Co., Ltd.
physical id: 4
bus info: usb@2:1.6.4
version: 6.20
capabilities: usb-2.00
configuration: driver=uvcvideo maxpower=200mA speed=480
So the device is a UVC device. As suggested at http://www.ideasonboard.org/uvc/faq/#faq1, I had already run the command:
lsusb -d 046d:08cb -v | grep "14 Video"
which gave me
Couldn't open device, some information will be missing
bFunctionClass 14 Video
bInterfaceClass 14 Video
bInterfaceClass 14 Video
bInterfaceClass 14 Video
I also found and run a command named "lsusb -v", which output a lot of info, but maybe it would be too much for a first post.
I understand that most likely some information is missing, but i can't say which. What i understood through my research is that
it should work like any other UVC-compliant device and would be presented as video input in a program that is usually used with webcams.
I tried with "cheese" and "guvcview", but no input is recognised.
Any tip apreciated,
thanks
Spiros
I obtained a digital microscope 277705 and i try to make it work on my ubuntu studio computer. Didn't manage to do it till now, so any help would be appreciated.
I run ubuntu studio 16.04.3 LTS
Plugging the microscope in a usb port, makes it's led light to light on. No device is recognised through GUI though.
typing in terminal: lsusb i get
Bus 002 Device 009: ID a16f:0304
Bus 002 Device 004: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 002 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 003: ID 03f0:1604 Hewlett-Packard DeskJet 940c
Bus 005 Device 002: ID 2109:0811 VIA Labs, Inc. Hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 04fc:0801 Sunplus Technology Co., Ltd
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
By unconnecting the microscope's usb cable and running the same command i understand that it is the Device a16f:0304
No description after the Vendor and product ids.
"sudo lshw | less" gives me
*-usb:1
description: Video
product: USB2.0 UVC PC Camera
vendor: GenesysLogic Technology Co., Ltd.
physical id: 4
bus info: usb@2:1.6.4
version: 6.20
capabilities: usb-2.00
configuration: driver=uvcvideo maxpower=200mA speed=480
So the device is a UVC device. As suggested at http://www.ideasonboard.org/uvc/faq/#faq1, I had already run the command:
lsusb -d 046d:08cb -v | grep "14 Video"
which gave me
Couldn't open device, some information will be missing
bFunctionClass 14 Video
bInterfaceClass 14 Video
bInterfaceClass 14 Video
bInterfaceClass 14 Video
I also found and run a command named "lsusb -v", which output a lot of info, but maybe it would be too much for a first post.
I understand that most likely some information is missing, but i can't say which. What i understood through my research is that
it should work like any other UVC-compliant device and would be presented as video input in a program that is usually used with webcams.
I tried with "cheese" and "guvcview", but no input is recognised.
Any tip apreciated,
thanks
Spiros