Package Details: alienfx 2.4.3-1

Git Clone URL: https://aur.archlinux.org/alienfx.git (read-only, click to copy)
Package Base: alienfx
Description: CLI and GUI utility to control the lighting effects of your Alienware computer written in Python.
Upstream URL: https://github.com/trackmastersteve/alienfx
Keywords: AlienFX Alienware LED USB-Controller
Licenses: GPLv3
Submitter: Shatur
Maintainer: TrackMasterSteve
Last Packager: TrackMasterSteve
Votes: 6
Popularity: 0.000034
First Submitted: 2017-07-11 23:23 (UTC)
Last Updated: 2023-12-07 20:51 (UTC)

Latest Comments

1 2 Next › Last »

Kirby commented on 2023-10-03 00:39 (UTC)

seems python-setuptools should be a dependency

t0m5k1 commented on 2023-09-11 16:45 (UTC) (edited on 2023-09-11 16:49 (UTC) by t0m5k1)

I seem to be getting an error on zonescan:

❯ alienfx
You are running alienfx under Python-Version: 3.11.5 (main, Sep  2 2023, 14:16:33) [GCC 13.2.1 20230801]
ERROR:root:No Alien FX controller, defined by a supported model, found!
would you like to perform a zonescan? (y/n):y
Performing zonescan...
Welcome. This will help you to scan for alienfx-controllers and their lighting zones.
Traceback (most recent call last):
  File "/usr/bin/alienfx", line 33, in <module>
    sys.exit(load_entry_point('alienfx==2.4.0', 'console_scripts', 'alienfx')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/alienfx/ui/console/main.py", line 81, in start
    doZonescan()
  File "/usr/lib/python3.11/site-packages/alienfx/ui/console/main.py", line 64, in doZonescan
    zonescan.scan()
  File "/usr/lib/python3.11/site-packages/alienfx/core/zonescanner.py", line 134, in scan
    for controller in afxcontroldevs:
TypeError: 'NoneType' object is not iterable

I have an Alienware R10 Ryzen 5800x / RX6700XT

Here is my lsusb:

❯ lsusb -vvvt
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
    /sys/bus/usb/devices/usb4  /dev/bus/usb/004/001
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    /sys/bus/usb/devices/usb3  /dev/bus/usb/003/001
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 10000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
    /sys/bus/usb/devices/usb2  /dev/bus/usb/002/001
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    /sys/bus/usb/devices/usb1  /dev/bus/usb/001/001
    |__ Port 2: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
        ID 1e7d:2cee ROCCAT Kova 2016 Gray Mouse
        /sys/bus/usb/devices/1-2  /dev/bus/usb/001/002
    |__ Port 2: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
        ID 1e7d:2cee ROCCAT Kova 2016 Gray Mouse
        /sys/bus/usb/devices/1-2  /dev/bus/usb/001/002
    |__ Port 7: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 12M
        ID 0c45:5004 Microdia Redragon Mitra RGB Keyboard
        /sys/bus/usb/devices/1-7  /dev/bus/usb/001/003
    |__ Port 7: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 12M
        ID 0c45:5004 Microdia Redragon Mitra RGB Keyboard
        /sys/bus/usb/devices/1-7  /dev/bus/usb/001/003
    |__ Port 9: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
        ID 8087:0029 Intel Corp. AX200 Bluetooth
        /sys/bus/usb/devices/1-9  /dev/bus/usb/001/004
    |__ Port 9: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
        ID 8087:0029 Intel Corp. AX200 Bluetooth
        /sys/bus/usb/devices/1-9  /dev/bus/usb/001/004

faulknet commented on 2022-10-25 00:51 (UTC)

@TrackMasterSteve Joy!! Finally this package runs on my machine! You sir are a prince. Thank you!

TrackMasterSteve commented on 2022-10-23 20:52 (UTC)

@faulknet your prayers have been answered! ;)

faulknet commented on 2022-10-18 03:26 (UTC)

Here's hoping @TrackMasterSteve orchestrates another release soon because I'd love to see this package updated. There is an array length bug in the latest release that keeps this package from running properly on my Alienware 13 R3. The master branch from the GitHub repo works so it would appear that the issue has since been fixed. Pwetty pwease?

TrackMasterSteve commented on 2017-12-02 16:18 (UTC)

I pushed a new version on github. And I changed the branch structure as well. Sorry for causing the breaks here. Hopefully @Shatur can fix the links soon. Until then, you can just install directly from github.

Shatur commented on 2017-12-02 14:16 (UTC)

@jingjinghack thank you! I updated link.

jingjinghack commented on 2017-12-02 13:49 (UTC)

https://codeload.github.com/trackmastersteve/alienfx/zip/master this url was 404 now. fix plz

Shatur commented on 2017-11-30 11:11 (UTC)

@Witko thank you! You are right. I wrote to the developer to start providing release archives. We need to wait :)

Witko commented on 2017-11-30 10:44 (UTC)

Hi Shatur, first of all thank you for packaging this. There are couple of things: 1) you should name the package as -git as you use master branch 2) currently the master branch is not there for alienfx - not sure about the reasons Witko