fusioninventory / fusioninventory-agent

FusionInventory Agent
http://fusioninventory.org/
GNU General Public License v2.0
251 stars 125 forks source link

HSG1370/HP248PJB monitors with the same serial number #1018

Closed kintaro1981 closed 4 weeks ago

kintaro1981 commented 2 years ago

GLPI 9.5.7 FusionInventory 9.5+4.1

The agent is getting this info:

   <MONITORS>
      <BASE64>AP///////wAicAAAAAAAADIdAQOANR546g1PpVZTnSUOT1O/74DRwLMAqUCVAIGAgUBxTwEBGjaAoHA4H0AwICUADyghAAAaAAAA/wAxMjM0NTY3ODkwMTIzAAAA/QA4Sx5TEgAKICAgICAgAAAA/ABIU0cxMzcwCiAgICAgATs=</BASE64>
      <CAPTION>HSG1370</CAPTION>
      <DESCRIPTION>50/2019</DESCRIPTION>
      <MANUFACTURER>HannStar Display Corp</MANUFACTURER>
      <PORT>HDMI</PORT>
      <SERIAL>1234567890123</SERIAL>
    </MONITORS>

Powershell: gwmi WmiMonitorID -Namespace root\wmi | ForEach-Object {($_.UserFriendlyName -ne 0 | foreach {[char]$_}) -join ""; ($_.SerialNumberID -ne 0 | foreach {[char]$_}) -join ""}

get this:

HSG1370
1234567890123

All the 100s monitor HSG1370/HP248PJB we have report the same serial: 1234567890123

I assume that other then contacting HannStar/Hannspree about this issue we don't have a chance to inventory those monitors, right? 😢

ddurieux commented 4 weeks ago

Yes, seems the serial number not set b ythe manufacturer in the device :/