06f1:a011 SonicPort

Opcode Systems, Inc.

Vendor ID
06f1
Product ID
a011
Combined
06f1:a011
Decimal
1777:40977

What is this device?

This is the USB identifier for a SonicPort manufactured by Opcode Systems, Inc.. The vendor ID 06f1 is registered to Opcode Systems, Inc. with the USB Implementers Forum, and a011 is the product ID that Opcode Systems, Inc. assigned to this particular model. When you run lsusb on Linux, this device appears as 06f1:a011 Opcode Systems, Inc. SonicPort.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 06f1:a011 Opcode Systems, Inc. SonicPort

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

Windows

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

USB\VID_06F1&PID_A011
USB\VID_06F1&PID_A011&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_06F1&PID_A011"

macOS

$ system_profiler SPUSBDataType
    SonicPort:
      Product ID: 0xa011
      Vendor ID: 0x06f1  (Opcode Systems, Inc.)

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:

06f1  Opcode Systems, Inc.
	a011  SonicPort

More from Opcode Systems, Inc.