HyperX Alloy Elite RGB customize led patterns












1














Today I bought an HyperX Alloy Elite RGB keyboard. I see that they have a led pattern customization software called NGenuity (https://www.hyperxgaming.com/us/ngenuity). But that's windows only. I tried to run it in wine but it didn't find the keyboard.
Is there a way to configure it in Linux or make wine find the keyboard so I can use the windows led customization program ?



Thanks.



A warning note



I couldn't get NGenuity to work on linux. It installed and run on Wine, but didn't recognize the keyboard. So I tried first in a virtualized ReactOS, with equal results. Then I continued to a virtualized Windows 7 running on Ubuntu, that I have in my office's computer. When I tried this option, NGenuity runned and asked me if I wanted to update keyboard's firmware. I made the choice to update and the whole keyboard went dead. The update's progress bar just didn't pass the initial state and I thought I had ruined the keyboard. Unpluged, replugged, restarted. Dead. Called the support only to listen they would replace it.
Fortunately I had windows natively installed in other machine and this time the update completed sucessfully and the keyboard went alive again. But please:



JUST DON'T RUN NGENUITY FIRMWARE UPDATES IN NON-STANDARD WINDOWS INSTALLATIONS



Although if anyone had success in running this software or customizing the keyboard on linux I'd like to hear from you.










share|improve this question
























  • You might have better luck running it in a VM set up for direct USB access to the keyboard. But of course, for that you need a Windows license.
    – a CVn
    Oct 6 '18 at 19:19
















1














Today I bought an HyperX Alloy Elite RGB keyboard. I see that they have a led pattern customization software called NGenuity (https://www.hyperxgaming.com/us/ngenuity). But that's windows only. I tried to run it in wine but it didn't find the keyboard.
Is there a way to configure it in Linux or make wine find the keyboard so I can use the windows led customization program ?



Thanks.



A warning note



I couldn't get NGenuity to work on linux. It installed and run on Wine, but didn't recognize the keyboard. So I tried first in a virtualized ReactOS, with equal results. Then I continued to a virtualized Windows 7 running on Ubuntu, that I have in my office's computer. When I tried this option, NGenuity runned and asked me if I wanted to update keyboard's firmware. I made the choice to update and the whole keyboard went dead. The update's progress bar just didn't pass the initial state and I thought I had ruined the keyboard. Unpluged, replugged, restarted. Dead. Called the support only to listen they would replace it.
Fortunately I had windows natively installed in other machine and this time the update completed sucessfully and the keyboard went alive again. But please:



JUST DON'T RUN NGENUITY FIRMWARE UPDATES IN NON-STANDARD WINDOWS INSTALLATIONS



Although if anyone had success in running this software or customizing the keyboard on linux I'd like to hear from you.










share|improve this question
























  • You might have better luck running it in a VM set up for direct USB access to the keyboard. But of course, for that you need a Windows license.
    – a CVn
    Oct 6 '18 at 19:19














1












1








1







Today I bought an HyperX Alloy Elite RGB keyboard. I see that they have a led pattern customization software called NGenuity (https://www.hyperxgaming.com/us/ngenuity). But that's windows only. I tried to run it in wine but it didn't find the keyboard.
Is there a way to configure it in Linux or make wine find the keyboard so I can use the windows led customization program ?



Thanks.



A warning note



I couldn't get NGenuity to work on linux. It installed and run on Wine, but didn't recognize the keyboard. So I tried first in a virtualized ReactOS, with equal results. Then I continued to a virtualized Windows 7 running on Ubuntu, that I have in my office's computer. When I tried this option, NGenuity runned and asked me if I wanted to update keyboard's firmware. I made the choice to update and the whole keyboard went dead. The update's progress bar just didn't pass the initial state and I thought I had ruined the keyboard. Unpluged, replugged, restarted. Dead. Called the support only to listen they would replace it.
Fortunately I had windows natively installed in other machine and this time the update completed sucessfully and the keyboard went alive again. But please:



JUST DON'T RUN NGENUITY FIRMWARE UPDATES IN NON-STANDARD WINDOWS INSTALLATIONS



Although if anyone had success in running this software or customizing the keyboard on linux I'd like to hear from you.










share|improve this question















Today I bought an HyperX Alloy Elite RGB keyboard. I see that they have a led pattern customization software called NGenuity (https://www.hyperxgaming.com/us/ngenuity). But that's windows only. I tried to run it in wine but it didn't find the keyboard.
Is there a way to configure it in Linux or make wine find the keyboard so I can use the windows led customization program ?



Thanks.



A warning note



I couldn't get NGenuity to work on linux. It installed and run on Wine, but didn't recognize the keyboard. So I tried first in a virtualized ReactOS, with equal results. Then I continued to a virtualized Windows 7 running on Ubuntu, that I have in my office's computer. When I tried this option, NGenuity runned and asked me if I wanted to update keyboard's firmware. I made the choice to update and the whole keyboard went dead. The update's progress bar just didn't pass the initial state and I thought I had ruined the keyboard. Unpluged, replugged, restarted. Dead. Called the support only to listen they would replace it.
Fortunately I had windows natively installed in other machine and this time the update completed sucessfully and the keyboard went alive again. But please:



JUST DON'T RUN NGENUITY FIRMWARE UPDATES IN NON-STANDARD WINDOWS INSTALLATIONS



Although if anyone had success in running this software or customizing the keyboard on linux I'd like to hear from you.







keyboard wine






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 11 '18 at 15:28







Nelson Teixeira

















asked Oct 6 '18 at 18:47









Nelson TeixeiraNelson Teixeira

848




848












  • You might have better luck running it in a VM set up for direct USB access to the keyboard. But of course, for that you need a Windows license.
    – a CVn
    Oct 6 '18 at 19:19


















  • You might have better luck running it in a VM set up for direct USB access to the keyboard. But of course, for that you need a Windows license.
    – a CVn
    Oct 6 '18 at 19:19
















You might have better luck running it in a VM set up for direct USB access to the keyboard. But of course, for that you need a Windows license.
– a CVn
Oct 6 '18 at 19:19




You might have better luck running it in a VM set up for direct USB access to the keyboard. But of course, for that you need a Windows license.
– a CVn
Oct 6 '18 at 19:19










1 Answer
1






active

oldest

votes


















0














Wine does not support USB drivers, but if your device is being recognised as a serial device, and I think it is, then you need a symbolic link between com1 and /dev/usb and it must be in the folder ~/.wine/dosdevices



This will allow windows programs running under wine to see usb serial devices. I use a usb GPS with wine.



This should do it.



ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1



Source of this solution: https://ubuntuforums.org/showthread.php?t=1335098&p=8371229#post8371229





share








New contributor




d4rkm3z is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • I'm travelling and will be around 1 month untiil I return home. I'll try this ASAP.
    – Nelson Teixeira
    4 mins ago













Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f473676%2fhyperx-alloy-elite-rgb-customize-led-patterns%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Wine does not support USB drivers, but if your device is being recognised as a serial device, and I think it is, then you need a symbolic link between com1 and /dev/usb and it must be in the folder ~/.wine/dosdevices



This will allow windows programs running under wine to see usb serial devices. I use a usb GPS with wine.



This should do it.



ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1



Source of this solution: https://ubuntuforums.org/showthread.php?t=1335098&p=8371229#post8371229





share








New contributor




d4rkm3z is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • I'm travelling and will be around 1 month untiil I return home. I'll try this ASAP.
    – Nelson Teixeira
    4 mins ago


















0














Wine does not support USB drivers, but if your device is being recognised as a serial device, and I think it is, then you need a symbolic link between com1 and /dev/usb and it must be in the folder ~/.wine/dosdevices



This will allow windows programs running under wine to see usb serial devices. I use a usb GPS with wine.



This should do it.



ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1



Source of this solution: https://ubuntuforums.org/showthread.php?t=1335098&p=8371229#post8371229





share








New contributor




d4rkm3z is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • I'm travelling and will be around 1 month untiil I return home. I'll try this ASAP.
    – Nelson Teixeira
    4 mins ago
















0












0








0






Wine does not support USB drivers, but if your device is being recognised as a serial device, and I think it is, then you need a symbolic link between com1 and /dev/usb and it must be in the folder ~/.wine/dosdevices



This will allow windows programs running under wine to see usb serial devices. I use a usb GPS with wine.



This should do it.



ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1



Source of this solution: https://ubuntuforums.org/showthread.php?t=1335098&p=8371229#post8371229





share








New contributor




d4rkm3z is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









Wine does not support USB drivers, but if your device is being recognised as a serial device, and I think it is, then you need a symbolic link between com1 and /dev/usb and it must be in the folder ~/.wine/dosdevices



This will allow windows programs running under wine to see usb serial devices. I use a usb GPS with wine.



This should do it.



ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1



Source of this solution: https://ubuntuforums.org/showthread.php?t=1335098&p=8371229#post8371229






share








New contributor




d4rkm3z is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share


share






New contributor




d4rkm3z is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered 5 mins ago









d4rkm3zd4rkm3z

1




1




New contributor




d4rkm3z is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





d4rkm3z is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






d4rkm3z is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • I'm travelling and will be around 1 month untiil I return home. I'll try this ASAP.
    – Nelson Teixeira
    4 mins ago




















  • I'm travelling and will be around 1 month untiil I return home. I'll try this ASAP.
    – Nelson Teixeira
    4 mins ago


















I'm travelling and will be around 1 month untiil I return home. I'll try this ASAP.
– Nelson Teixeira
4 mins ago






I'm travelling and will be around 1 month untiil I return home. I'll try this ASAP.
– Nelson Teixeira
4 mins ago




















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f473676%2fhyperx-alloy-elite-rgb-customize-led-patterns%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

濃尾地震

How to rewrite equation of hyperbola in standard form

No ethernet ip address in my vocore2