Giter Club home page Giter Club logo

Comments (13)

miquelmassot avatar miquelmassot commented on August 11, 2024 1

I can find this information, but I have no clue on how to write it in the driver:
Name: Alienhead
GroupID: 5
ZoneID: 6, 15

Name: Touchpad
GroupID: 7,
ZoneID: 8, 17

Name: Keyboard
GroupID: 1
ZoneID: 2, 11

Name: Keyboard
GroupID: 2
ZoneID: 3, 12

Name: Keyboard
GroupID: 3
ZoneID: 4, 13

Name: Keyboard
GroupID: 4
ZoneID: 5, 14

Name: Logo
GroupID: 6
ZoneID: 7, 16

Name: Power
GroupID: 8
ZoneID: 1, 9, 10, 18, 19, 20, 21, 22

from alienfx.

trackmastersteve avatar trackmastersteve commented on August 11, 2024

Hi Martin,

I have a couple questions to try and help figure out whats wrong. Did you use sudo to install the app? Also, what version(s) of python do you have installed?

from alienfx.

trackmastersteve avatar trackmastersteve commented on August 11, 2024

Can you let me know what modifications you made for the m13r3 as well?

from alienfx.

MrMEEE avatar MrMEEE commented on August 11, 2024

I'll do a PR with the changes I made

from alienfx.

MrMEEE avatar MrMEEE commented on August 11, 2024

and yes, I used sudo

from alienfx.

MrMEEE avatar MrMEEE commented on August 11, 2024

/usr/local/lib/python2.7/dist-packages/alienfx-2.0.5-py2.7.egg/alienfx/ui/gtkui/gtkui.py:37: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.

(alienfx-gtk:23034): Gtk-WARNING **: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version

(alienfx-gtk:23034): Gtk-WARNING **: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version

(alienfx-gtk:23034): Gtk-WARNING **: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
ERROR:root:Cant detach kernel driver. Error : Entity not found
ERROR:root:Cant set configuration. Error : Resource busy
ERROR:root:Cant claim interface. Error : Resource busy
ERROR:root:write_packet: [Errno 16] Resource busy
ERROR:root:read_packet: [Errno 16] Resource busy
ERROR:root:write_packet: [Errno 16] Resource busy
ERROR:root:write_packet: [Errno 16] Resource busy
ERROR:root:read_packet: [Errno 16] Resource busy
ERROR:root:Cant re-attach. Error : Resource busy
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "build/bdist.linux-x86_64/egg/alienfx/ui/gtkui/gtkui.py", line 212, in set_theme
self.controller.set_theme(self.themefile)
File "build/bdist.linux-x86_64/egg/alienfx/core/controller.py", line 259, in set_theme
self._wait_controller_ready()
File "build/bdist.linux-x86_64/egg/alienfx/core/controller.py", line 143, in _wait_controller_ready
ready = (resp[0] == self.cmd_packet.STATUS_READY)
TypeError: 'NoneType' object has no attribute 'getitem'

from alienfx.

MrMEEE avatar MrMEEE commented on August 11, 2024

Complete error above

from alienfx.

MrMEEE avatar MrMEEE commented on August 11, 2024

These are the errors with the changes that you committed...

from alienfx.

trackmastersteve avatar trackmastersteve commented on August 11, 2024

This project was given to me and I'm still pretty new to python. I'm still in the learning process myself. I'm still in the process of working out those warnings about deprecated parts of gtk.

from alienfx.

trackmastersteve avatar trackmastersteve commented on August 11, 2024

I'm also trying to figure out what is causing those errors.

from alienfx.

rahul95ram avatar rahul95ram commented on August 11, 2024

Hi guys, Im facing the same issue. I too have an alienware 13r3 and am unable to find a fix to controlling the keyboard backlighting.
Did you manage to fix the issue?
Is there another working solution for this requirement?

from alienfx.

trackmastersteve avatar trackmastersteve commented on August 11, 2024

You can compare those zone codes with the ones in: https://github.com/trackmastersteve/alienfx/blob/master/alienfx/core/controller_m13xr3.py

from alienfx.

trackmastersteve avatar trackmastersteve commented on August 11, 2024

Feel free to make the necessary changes and submit a pull request.

from alienfx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.