-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to X15 R2 #109
Comments
any update? |
unfortunately not updated |
Thank you for the response. Unfortunately, I'm no longer using Alienware, so I will close this issue. |
I tested on my Alienware M15 R2 with different configurations, including the "Alienware M15 R2". It doesn't work. Issue can be re-opened. |
What do you mean by “it doesn’t work” ? Have you tried the block testing window? It may be an USB / protocol problem. |
Config
Install
Service status
Tests
Dmesg
|
@Zeecka , But what happens when you try to use the Also, I have just committed the removal of an old USB patch. In my computer with Debian is causing problems, so maybe in yours too. rsm~ |
Last release install fail (ad93033) :
Otherwise with c98dbbe : When I try to connect to my device, it returns errors:
LD_PRELOAD
Same errors with |
It is very hard to debug without the hardware, but anyways I have pushed some fixes to the block testing window. If we make it work, we won. I may suggest you to try to use the block testing window, and in case of USB problems, use the Note: It is un-useful to try to launch other commands beside the block testing window. For example, you're launching the GUI, and you're having a Pyro error. That will not help us ! rsm~ |
Same errors with and without LD_PRELOAD when I attempt to connect :
However, when I do not specify LD_PRELOAD (or specify my own libusb-1.0.so.0), Device Connection show the following content (AKBL/PyUSB tab are disabled):
Also, this can be usefull:
I also have libusb errors when I clic on Connect with
|
@Zeecka , Ok, so for me you should not use
If the connection is done, you should be able to access the AKBL tab ! |
I cannot enter ID Vendor / Product in hexadecimal anymore (I had to bypass with decimal int). Once bypassed, I got the same issue... I think it's related to libusb. sudo LIBUSB_DEBUG=4 PYUSB_DEBUG=debug akbl --block-testing Stacktrace : https://pastebin.com/3RK1TB79 |
@Zeecka , I fixed the HEX ID error, but sadly we will get stuck with the Maybe using the USB lib directly from the python command line can be helpful. The USB is being blocked from the very first connection. Best regards, |
thank you.
The text was updated successfully, but these errors were encountered: