Code Monkey home page Code Monkey logo

Comments (7)

CryptCatZero avatar CryptCatZero commented on May 25, 2024 2

Thank you so much! Your speedy feedback is super appreciated. Loving Linux so far, and for this to be my first experience on GitHub, I'm loving it now even more. Take care!

from polychromatic.

lah7 avatar lah7 commented on May 25, 2024 1

It's a bug in the daemon for your particular device - @terrycain who writes the driver/daemon is aware of this and says he'll release an update in the next day or two.

Till then, hang tight for updates (as you have added the PPA, this will come through your software updater).

from polychromatic.

lah7 avatar lah7 commented on May 25, 2024 1

Thanks - this is good too as you have uncovered a bug, as there should have been an error screen for the Controller when the daemon isn't running/working. I'll address that and close this issue when it's fixed.

from polychromatic.

CryptCatZero avatar CryptCatZero commented on May 25, 2024

To be more specific, I'm running Mint18, 64-Bit, Cinnamon. Any help you all can provide is super appreciated. Thanks.

from polychromatic.

lah7 avatar lah7 commented on May 25, 2024

Please check the daemon is definitely running. The software cannot interact with the devices without it. You can run the daemon from the terminal:

razer-service -F -v

This will run it in the foreground, so you can see what the daemon is up to. Normally razer-service should just auto start when you login to your desktop. If you find it wasn't running, you may need to add a entry in Start-up Applications.


Next, try opening Polychromatic from the terminal:

polychromatic-controller

If there is a crash, this will be show some helpful output - please paste that here to help investigate.


Usually, if the driver/daemon and Python libraries are not installed properly, the application will not run. It will try its best to catch errors and display a message. 😉

from polychromatic.

CryptCatZero avatar CryptCatZero commented on May 25, 2024

Followed your instructions. This is what I was greeted with in the terminal:

cryptcat@cryptcat-Blade-Stealth ~ $ razer-service -F -v
Daemon already exists. Please stop that one.
cryptcat@cryptcat-Blade-Stealth ~ $ polychromatic-controller
Using relative path for translations.
Traceback (most recent call last):
  File "/usr/bin/polychromatic-controller", line 1380, in <module>
    app = Controller()
  File "/usr/bin/polychromatic-controller", line 190, in __init__
    self.devman = rclient.DeviceManager()
  File "/usr/lib/python3/dist-packages/razer/client/__init__.py", line 33, in __init__
    device = _RazerDeviceFactory.get_device(serial)
  File "/usr/lib/python3/dist-packages/razer/client/device.py", line 56, in get_device
    device = device_class.get_device(serial, vid_pid=device_vid_pid, daemon_dbus=daemon_dbus)
  File "/usr/lib/python3/dist-packages/razer/client/devices/keyboard.py", line 148, in get_device
    return device_class(serial, vid_pid=vid_pid, daemon_dbus=daemon_dbus)
  File "/usr/lib/python3/dist-packages/razer/client/devices/keyboard.py", line 128, in __init__
    self._update_capabilities(default_capabilities)
AttributeError: 'RazerBladeStealthKeyboard' object has no attribute '_update_capabilities'

from polychromatic.

CryptCatZero avatar CryptCatZero commented on May 25, 2024

When I didn't have the daemon installed, I did get an error screen that told me to check to make sure it was running and to try and run razer-service from the terminal. But, after I installed the proper files and restarted the computer, no error screen.

from polychromatic.

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.