2c23:1b83 NIC

Supermicro Computer Incorporated

Vendor ID
2c23
Product ID
1b83
Combined
2c23:1b83
Decimal
11299:7043

What is this device?

This is the USB identifier for a NIC manufactured by Supermicro Computer Incorporated. The vendor ID 2c23 is registered to Supermicro Computer Incorporated with the USB Implementers Forum, and 1b83 is the product ID that Supermicro Computer Incorporated assigned to this particular model. When you run lsusb on Linux, this device appears as 2c23:1b83 Supermicro Computer Incorporated NIC.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 2c23:1b83 Supermicro Computer Incorporated NIC

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

Windows

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

USB\VID_2C23&PID_1B83
USB\VID_2C23&PID_1B83&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_2C23&PID_1B83"

macOS

$ system_profiler SPUSBDataType
    NIC:
      Product ID: 0x1b83
      Vendor ID: 0x2c23  (Supermicro Computer Incorporated)

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:

2c23  Supermicro Computer Incorporated
	1b83  NIC

More from Supermicro Computer Incorporated