trackmastersteve / alienfx

AlienFX is a CLI and GUI utility to control the lighting effects of your Alienware computer.
GNU General Public License v3.0
285 stars 70 forks source link

Please add support for Alienware R5 17 (2018 model) #95

Open utsavrai opened 3 years ago

utsavrai commented 3 years ago

1. Expected behavior.

To be able to change color of lights

2. Actual behavior.

No supported alienfx controller found

3. Steps to reproduce the problem.

install alienfx on ubuntu 18.04 on alienware r5 17 2018 model

4. Specifications like the version of the project, install method, operating system, and hardware.

RossComputerGuy commented 3 years ago

Would love support for the M15 R5 (0x187c / 0x0550)

alexmmych commented 3 years ago

Alienware Aurora R12 has the same controller ("0x187c / 0x0550")

Operating System: Manjaro Linux Kernel Version: 5.14.0-0-MANJARO (64-bit)

Processors: 16 × Intel® Core™ i7-10700KF CPU @ 3.80GHz Graphics Processor: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2

tmarsteel commented 2 years ago

Just got an M15 R5 and it also has the 0x0550 controller. I was getting ready to contribute the zone mappings, but i cannot run the zonescan. Regardless of the udev rule, i get permission errors. If i run the zonescan as sudo, the zonescanner stops on Testing zone 0x0001" (waits forever for something). Specifically, it waits on line 87 in zonescanner.py:

            # Make controller ready
            myctr._driver.acquire()
            myctr._ping()
            myctr._reset('all-lights-off')
            myctr._wait_controller_ready() # waits here forever, lights don't turn off