AlienFxLite icon indicating copy to clipboard operation
AlienFxLite copied to clipboard

AlienFX error: no controller available.

Open jdev-jmyl opened this issue 7 years ago • 12 comments

Alienware 15 R2. Terminal say - "Device found: 187c:0528". Application error.

jdev-jmyl avatar Sep 23 '16 17:09 jdev-jmyl

A controller is missing for that specific Alienware, and I do not have the commands mapping yet (cf. this for example).

bchretien avatar Sep 24 '16 18:09 bchretien

I added code by example M18x R2 controller for my 15 R2. It's working for me. But some action on profile work not correct area. I will try testing and try commit . For axample Media Bar changing light for tochpad and speakers.

jdev-jmyl avatar Sep 26 '16 08:09 jdev-jmyl

You can check this to help you find the correct mappings. You may need to modify the program though.

bchretien avatar Sep 26 '16 19:09 bchretien

I tried several controllers for my 15R3 ( 187c:0530) but everytime I get "Error occured while trying to communicate with the AlienFX device: Data length should be 9 but was -9" How should I interpret this negative length? I don't really see how to solve this

JLeliaert avatar Dec 23 '16 15:12 JLeliaert

This is fixed with my pull request

jakeday avatar Jan 17 '17 01:01 jakeday

@JLeliaert can you confirm that the PR from @jakeday solved your issue (merged to master)?

bchretien avatar Jan 18 '17 20:01 bchretien

Not yet. I still get the same error.

JLeliaert avatar Jan 24 '17 10:01 JLeliaert

Hmmm so you're saying the id for the M15x R2 is 0x0528, yet this is the one now used for the M17x R3. Apparently this was changed in eed65e81f162138049a3e06659d9fd3b86a3fc24. @jakeday where did you get the id for this model?

bchretien avatar Jan 24 '17 19:01 bchretien

@bchretien I got that id from my own M17x R3. That's not the id for the 15 R2. However, form what I've seen the 15 R2's have shown with both 0528 (which is the 17 R3) and 0530 (which is the 17 R4). I'm trying to figure out why they are identifying this way. Note: I have a couple alienware laptops and that's where I'm getting these numbers.

jakeday avatar Jan 24 '17 23:01 jakeday

@jakeday ok, this is weird, but shouldn't be a problem if they are controlled in the same way (only the reported name would be wrong).

bchretien avatar Jan 25 '17 19:01 bchretien

@bchretien unfortunately they are not controlled in the same way, which is odd. I'm working on a fix now.

jakeday avatar Jan 25 '17 19:01 jakeday

@jakeday I see, thanks for the help!

bchretien avatar Jan 29 '17 15:01 bchretien