The easiest way by now is to backup and remove the file /usr/bin/siglent/config/NSP_system_info.xml
This file contains the serial number and bandwidth license info. If the license is missing, it turns to a SDG2122x
It will generate a new SDG2122x license with serial no 0123456789. Since this could be easily fixed by siglent, consider this as a gift for the 1st batch buyers from them.
This works for 2.01.01.15R2 version(the latest at the moment).
read file content:
/usr/bin/siglent/config # cat NSP_system_info.xml
<?xml version="1.0" encoding="UTF-8"?>
<nsp_system_info_root>
<device>
<system_information>
<serial_number>
<chip>SDG2XBAxxxxxx</chip>
</serial_number>
<license><bandwidth_update_license>xxxxxx</bandwidth_update_license></license></system_information>
</device>
</nsp_system_info_root>
backup and remove the file:
mv /usr/bin/siglent/config/NSP_system_info.xml /usr/bin/siglent/config/NSP_system_info.xml.bak