-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uchroma -l returns empty #27
Comments
Same issue on Arch for me |
Apparently something is different on the new Stealths.. I'll see if I can get my hands on one. |
I'm running a GTX1060 2016 Skylake RB, not a stealth |
I'm having the same issue on the new Pro 17" |
Yep, can confirm same issue on Razer Blade Pro 2017 |
Add another confirmation for razer blade pro 2017 |
Any word on a fix for newer laptops? |
Unfortunately not, I haven't been able to get my hands on any of the 2017 laptops and not for lack of trying. If you're able to capture a packet trace in Windows while using Synapse, that could be very helpful. |
This is also happening on my 2016 gtx1060 razer blade |
@cyanogen I have dual booting setup on my 2017 razer blade pro. Is there any documentation regarding what you want as far as a packet trace? I'm more than happy to provide one, I'm just not sure how to go about getting it. I'll apologize in advance for my lack of Windows knowledge. |
There's an open pull request that brings in support for at least the new Blade. It may be as simple as adding the device to laptops.yaml. |
I tested with the current version. The issue seems to be resolved for Razer Blade Stealth (Kaby Lake). Not sure about 2017 models so I am not closing this. |
@cyanogen I've got a Razer Blade 2017. I attempted to copy the If you give me instructions on how to collect packet trace data from windows I'd be happy to produce it. Thanks for the work on the project! |
Just like to add that I have the same issue, even after adding the pull request.
If it helps, I tried to track down the issue in device_manager (why it reports no devices). parent = self._get_parent(devinfo.product_id) devinfo.product_id == 0x0224 if parent is None:
continue So then I tried to look at why _get_parent was failing:
pid == 0224 Then I removed the tag='uchroma' and then I get: Now I instead get this error:
Considering the tag failed and the permissions are failing, this leads me to udev. Your udev rules must not be working?
|
Hi, I'm having the same issue as above. |
same issue on blade stealth 13" 2020 (no devices show with uchroma -l) |
Tried to install on Razer Blade Stealth (Kaby Lake) running openSUSE Tumbleweed. Could be same as #13
git clone https://github.com/cyanogen/uchroma.git
I installed dependencies manually in order to successfully run 'sudo make install':
sudo zypper in python-cffi
sudo pip install argcomplete cffi colorlog colr evdev frozendict gbulb grapefruit hidapi-cffi hsluv matplotlib numpy pydbus pyudev ruamel.yaml scikit-image scipy traitlets wrapt
sudo make install
I noticed that uchromad seem to shut down:
When starting it again manually:
uchroma -l returns nothing:
lsusb output for reference:
The text was updated successfully, but these errors were encountered: