Skip to content
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

YKUSH XS #5

Open
albersaber opened this issue Jan 28, 2019 · 1 comment
Open

YKUSH XS #5

albersaber opened this issue Jan 28, 2019 · 1 comment

Comments

@albersaber
Copy link
Contributor

i am tring to turn on / off KUSH XS by using pykush but i can't !!

$ python pykush.py --list
listing YKUSH family devices
found a release 2 device with serial number
system device path 0003:0008:00, vendor id 0x04d8, product id 0xf0cd
control functions are not available, the device is working in bootloader mode

$ python pykush.py -d
managing YKUSH family devices
found a release 2 device with serial number
system device path 0003:0008:00, vendor id 0x04d8, product id 0xf0cd
control functions are not available, the device is working in bootloader mode

$ python pykush.py -u
managing YKUSH family devices
found a release 2 device with serial number
system device path 0003:0008:00, vendor id 0x04d8, product id 0xf0cd
control functions are not available, the device is working in bootloader mode

@cladmi
Copy link

cladmi commented Mar 7, 2019

You need to run it as root or if you are in the plugdev group use the udev rule to list the serial numbers at least:

# YkushXS udev
ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="f0cd", MODE="660", GROUP="plugdev"

But it currently still cannot put it up or down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants