kusti8 / hue-plus

A Windows and Linux driver in Python for the NZXT Hue+
GNU General Public License v3.0
229 stars 18 forks source link

"Serial port is invalid" for every option available. #33

Open Kaicooper opened 6 years ago

Kaicooper commented 6 years ago

Tried using any of the serial ports given with the software, and each time it tells me the serial port is invalid. This is both for Linux (/dev/ttyACM0) and using COM3 or COM4 for Windows.

invalidwarranty commented 6 years ago

Hey man I know this is really late, but for me in linux after unplugging and rep lugging in th internal usb headers and running "sudo hue_ui" instead of "hue_ui" it worked, with ttyACM0

mwweissmann commented 6 years ago

On Linux you must have write-access to the serial port; on Debian and Ubuntu the serial ports belong to group dialout, so adding yourself to that group lets you stay away from having to use sudo all the time. I'm pretty sure similar groups exist on pretty all Linux distributions, just check /dev/ttyACM0.

invalidwarranty commented 6 years ago

Dude thanks, this worked great, now the only problem I have now is "command not found" when running this at startup.

engd1060 commented 5 years ago

I'm with this exactly problem. How can I find the correct port? $ lsusb Bus 001 Device 005: ID 1e71:1714 NZXT

I'm using Manjaro Linux Thank you!