ixjf / MSIRGB

Alternative to MSI Mystic Light for controlling motherboard LEDs, without the fixed 7 colour limitation.
ISC License
398 stars 53 forks source link

MSI MS-B090 #178

Closed pepakko closed 3 years ago

pepakko commented 3 years ago

This motherboard is not detected as MSI, any chance to include it? Thanks!

ixjf commented 3 years ago

Can you run this command on a command prompt and tell me the result?

wmic path Win32_BaseBoard get Product

Either way, this motherboard isn't in the list of supported motherboards, so MSIRGB might not work.

pepakko commented 3 years ago

Sure, no problem!

Product MS-B090

ixjf commented 3 years ago

MSIRGB.DLL.zip

I updated the code to let it run on your motherboard. This does NOT mean MSIRGB will work on your motherboard, and I cannot guarantee nothing bad will happen if you run it, so do it at your own risk.

pepakko commented 3 years ago

Hi, thanks @ixjf But I've replaced the file and still getting the same "motherboard's vendor was not detected to be MSI". Is there anything else I need to do with this file? Thanks again!

ixjf commented 3 years ago

Ah, yes. I'm an idiot. MSIRGB checks the Manufacturer label, not Product. Tell me the result of running this command instead:

wmic path Win32_BaseBoard get Manufacturer

pepakko commented 3 years ago

No problem at all! Happens :P

Manufacturer MICRO-STAR INTERNATIONAL CO., LTD

ixjf commented 3 years ago

MSIRGB.DLL.zip

Here. Should work now.

pepakko commented 3 years ago

Now it does, thank you so much!

ixjf commented 3 years ago

So, does it work properly? Or does it just run?

pepakko commented 3 years ago

Just run, looks like nothing happens with the lights. But I'm not able to get it work with this or MSI Mystic Light, or any kind of MSI Center, so maybe it's a problem with my computer or anything else. But thank you again for your help!

ixjf commented 3 years ago

Yeah, I couldn't really find any info on that motherboard either. Looks like some motherboard specifically designed for a pre-built PC? Or did you buy it separately?

pepakko commented 3 years ago

Yes, I think maybe it's a specifically designed, also has a few years now 😅 https://www.msi.com/Desktop/Nightblade-MI2/Specification

ixjf commented 3 years ago

It doesn't seem to have any RGB LED connectors on the motherboard? If that's the case, then I'd say it's very unlikely to have support for controlling LEDs.

pepakko commented 3 years ago

But it has! A few years ago I was able to control them by some kind of MSI Software (Gaming Center I think), but now I'm not able to turn them off with any kind of software... As I say, maybe some kind of conflict or incompatibility... Who knows :S

ixjf commented 3 years ago

Hmm, don't really know. The last versions of Mystic Light that I've looked into don't seem to have any code for MS-Bxxx motherboards, indeed, so it's difficult for me to do anything about it.

pepakko commented 3 years ago

Don't worry, I'll continue investigating this, I'll let you know in case I find something. Thank you so much again :)

ixjf commented 3 years ago

I'm closing this since I don't think I can support this motherboard. If you do find something useful, though, feel free to share.