695c:3829 Opera1 DVB-S (warm state)

Opera1

Vendor ID
695c
Product ID
3829
Combined
695c:3829
Decimal
26972:14377

What is this device?

This is the USB identifier for a Opera1 DVB-S (warm state) manufactured by Opera1. The vendor ID 695c is registered to Opera1 with the USB Implementers Forum, and 3829 is the product ID that Opera1 assigned to this particular model. When you run lsusb on Linux, this device appears as 695c:3829 Opera1 Opera1 DVB-S (warm state).

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 695c:3829 Opera1 Opera1 DVB-S (warm state)

You can filter directly with lsusb -d 695c:3829, or get the full descriptor dump with lsusb -v -d 695c:3829. Kernel messages from dmesg show the same pair as idVendor=695c, idProduct=3829.

Windows

In Device Manager, open the device, go to Details → Hardware Ids. This device reports:

USB\VID_695C&PID_3829
USB\VID_695C&PID_3829&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_695C&PID_3829"

macOS

$ system_profiler SPUSBDataType
    Opera1 DVB-S (warm state):
      Product ID: 0x3829
      Vendor ID: 0x695c  (Opera1)

Driver help

Having driver issues with this device? Most USB devices are handled by a generic class driver; if yours shows up as an unknown device, confirm the ID above first, then check the manufacturer's downloads page.

Raw usb.ids entry

The exact lines this page is generated from, in the upstream source file:

695c  Opera1
	3829  Opera1 DVB-S (warm state)

More from Opera1