hello i need help
I changed the processor on my laptop, and reinstalled windows, after that I cannot activate the fan control and updater. when trying to activate, I get an error: Not a valid license, please insert correct license number or contact support!
I contacted the support service and they are silent
@John@OBSIDIAN-PC
-
-
Hi, i had the same last week after i did an upgrade to the 9900k. Write an email on support with your order number and they will sort it out. It was public holiday this week so i had to wait some days aswell. Or better use that message function that they have on the website, i used that and after 2 3 hours they got in contact with me and resolved the problem.
-
-
Still no reply from @John@OBSIDIAN-PC (missing in action or busy with some new stuff? Let it be new stuff, please =))
So spent some time updating my own P870 cover led utility.
For Those who interested, added:
-autostart
-silent mode
-cover led restore on autostart and after sleep mode
-settings saving
+as a bonus more bugs and stuff))
Feel free to try with sources and if any issues let me know
Later on will post on github if get no reply from JohnAttached Files:
dmanti, HawkInOz, joluke and 1 other person like this. -
-
-
Already done in a first place, like week or more ago, no reply.
Hope they are busy rolling out something new, rather than idling or getting extinct =( -
Send a new one. Might have not seen it. I talked to them yesterday and it's all fine. He is just dedicating time to his family now that's allanytimer likes this. -
-
P870 models also work with CCC 2.0, by the way, it's just my guess that rtx series cards drive it crazy for some reason and main app just fails or crashes after start. I had it working for some time.
Almost any function from ccc can be reverse engineered and implemented , it's just a matter of worth or not worth spending time for it. For example per-key keyboards is too much of a time waster, especially for me as I don't have a machine with it.
Also it may require remote session with your machine for remote debugging of CCC behavior in order to get full information of how its using the EC commands and what exactly it does with variables .Last edited: Dec 15, 2020vIkInG_w0w and joluke like this. -
Edit: just noticed you included the source. Thanks buddyLast edited: Dec 15, 2020 -
I have cut off like 99% of the original clevo service code, it's a bare minimum with couple of functions, stored in a library of logolib.dll.
All other lines of code is mine/stackoverflow /open-source just to implement more or less adequate gui.
The keyboard led light can also be implemented easily, I have done it with spot test runs in console, but it requires some better gui - with dialogue windows and etc to choose color, and I am no pro of gui interfaces and John's gui is much better looking.
I don't want to reinvent the bicycle with another keyboard gui, but if John won't add the cover led - I will do separate app for kb led with bare minimum and skip his app, will just use FanControlelectrosoft, HawkInOz and joluke like this. -
-
I'd only like the option to turn the backlight on/off and anything but the insane blue backlight (Maybe a single color option instead of per-key or other combos?). Unfortunately my internet connection has been problematic for the past couple days as it keeps getting 60-70% loss every 5 or so minutes so I'm not sure if I could be of any use debugging. -
Is there a master list of which models have what? I don't know if my model - P957HR - has dimmable lid LEDs. I know it has 3 zones LED colour backlighting, but I'm not seeing anything about the logo on the lid.
-
-
Without having one or easy remote access to one it's much harder to implement.
I guess the reason John didn't implement it - the amount of code it requires for keys to be set up and even more of it - to save and read the settings for each key.
He has added the clevo per key isolated app function to some of latest KeyboardLED version. Have you tried it?
As for 3-zoned keyboard - I have already added it to my development app, which sets any RGB color to any part of kb.
Nothing fancy, just 9 text boxes for RGB for each part of keyboard and 3 setup buttons, all incorporated into tray tool with setup window for kb .
Also found prrocedures for brightness of kb and timeout.
Later on maybe will post it.joluke likes this. -
Yes, unfortunately John's solution uses CCC 3.0 which doesn't seem to work on CCC 2.0 models giving "No support this module" error. If it did, it'd get rid of all my problems.
-
Also to implement full functionality of per-key it takes tons of code fr setting up.
As per brief look switch of full keyboard backlight is possible, however need to do that at working machine of this type. -
https://github.com/rzrwolf/p870tm-Cover-Led-Tool
I have rewritten most of the code, added keyboard led setting /management functions, including saving settings. Feel free to test. Still may contain nuts.. err bugs.. LotsAttached Files:
electrosoft, dmanti and joluke like this. -
-
I have very limited satellite traffic =)joluke likes this. -
Enviado do meu ASUS_I001DC através do Tapatalk -
This one will be closer to final release.
-added full keyboard management
-keyboard settings restore
-some OSD look alike function (don't know for what, but was able =)
- possible RGB setup of cover Led
- white (or at least looks like white) preset for logo.
- kb RGB enter validation and some interface usability stuff
Again code rewritten like a lot.
Bugs introduced. Welcome to test
At this stage I am skipping John's kb led and using my own utility due to logo settings.
Exe and source included. Will update github laterAttached Files:
Last edited: Dec 26, 2020HawkInOz, vIkInG_w0w, anytimer and 2 others like this. -
-
Good job
-
-
As cover logo led was exclusive to P870, the main intention for the app was to introduce its control implementation, all other features are as a bonus =)
For the same reason I willingly skipped some features - for p751 models like stripe and TouchPad led for some models, as it is out of my testing range.
I have researched CCC 2.0 per-key keyboard functions, I would be able to implement some basic features for this keyboards, if I had at least one of such machines, which I have not. So no per-key, from CCC 2.0 models for now unless somebody cooperates.Last edited: Dec 26, 2020HawkInOz, vIkInG_w0w, joluke and 1 other person like this. -
@LeiEn could you possibly take a look at this per key RGB program? I would've helped but my internet has been acting BAD.
-
This is a little off-topic for this thread, but I tried the latest nVIDIA driver - 460.89 - which worked fine except for the fact that the GPU fans never turned off, even when nothing was running on the GPU. Had to roll back to the earlier driver I was using, which is 457.09.
-
Curious; when I try the rzrwolf application on my P750DM3G, it compains and suggests I'm missing the Clevo DLL. It is actually there, though. No amount of poking around with the keyboard-specific commands makes colors change on the machine. I'm not sure why. It looks like everything is happy when run through the debugger, (other than the cover not being handled, as there is no cover LED).
rzrwolf likes this. -
When I try my app at clean win system - it takes one reboot, sometimes hard power - on off reboot for win to catch the library properly.
The same issue I observed with the John's app - sometimes it takes up to 2-3 reboots in order to make kb led work after clean system installation.
I guess this issue is something windows - wmi management related.
The library is here, registry record is also here, but windows management fails to reply to app commands calling for wmi instance.
I have a newer version coded, which incorporates Clevomof.dll as a resource in app dll and it automatically unpacks if Clevomof.dll is missing, writes registry record and suggests rebooting.
If you guys try this app on p775 - why do I bother with making it a P870 app =)))
Later on can build some version specifically for p775 without logo, if somebody needs it (not sure why though =) -
-
-
As I have access to a couple of P870 machines only, it's practically not possible for me to debug it for other platforms, only to dig original CCC, rewrite vital parts of code, removing all other unnecessary garbage, hoping it will work somewhere else, except for p870 =)
As we already know it also works for p775 models now.
As soon as I have normal internet access I will be able to to update sources via github with commits, builds and stuff, so anyone can elaborate.
I will try to extract and dig more for the fan control functions, I add it to the library for further development and other functions but now don't have much free time.
Anyways, John's fan control is very good for now and worth its money, but I would like some alternative with graphical temp/rpm curves setup. -
anyone else noticed clevoservice.exe memory leaking with the tools.
i need it for LED controls on keyboard but it literally is leaking constantly.
like if i leave it for a day i come back its using 2gb of ram or more
if it wasnt for the fact i have 32gb i would be more concerned but atm i literally have to kill the exe after setting my colours -
Just wanted to purchase the Obsidian updater. But the link is dead.
So they do not provide the Updater anymore? -
-
-
-
He won't go anywhere
Clevo didn't do anything. John is always working on his apps. Don't make up stuff that isn't the reality...
Nice imagination @philstopfordLast edited: Jan 3, 2021 -
Attached Files:
-
-
I'm pretty sure John is handling it
-
-
Just chill because i'm pretty sure John can get to an agreement with Clevo
Sorry for my words, not the most appropriate aproachdmanti likes this. -
I messaged him 1st October and till now there is no reply at all. Also ObsidianPC has not replied to any of my mails for the last 2 months, although I am a customer of them and was facing some troubles with a laptop I ordered there. Gladly a local vendor in my country was able to help then.Last edited: Jan 4, 2021joluke likes this. -
@rzrwolf so I've got my internet issues sorted out. It should work fine hopefully.
I'd like to know how you'd go about getting the info for per-key RGBs. Like how long is it going to take? Will it be live or you can use a debugger/logger,etc. Or what time(zone) will you be fine with.joluke likes this. -
vIkInG_w0w likes this.
-
I stopped receiving updates from the updater am I the only one with this problem? My current Nvidia update is 452.06 and it is not detecting a new one. My model is PA71ES.
-
With 457.09 and earlier, the Fan Control shows 'disabled' for the GPU temperature when the GPU is not in use. With 460.89 and later, the GPU temperature is displayed all the time, even when the GPU is not in use. This keeps the GPU fans running all the time, and on my laptop you can hear them.Last edited: Jan 9, 2021joluke likes this. -
CLEVO Drivers Update Utility by OBSIDIAN-PC
Discussion in 'Sager and Clevo' started by Spartan@HIDevolution, Feb 13, 2017.