question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Status: no device connected

See original GitHub issue

I’ve had a blink1 (I believe mk2) for several years but never actually used it. I started having time to tinker with things again and installed Blink1Control2 for linux (on Ubuntu 18.0.4). When I open the app it says “Status: no device connected”. I’ve looked in developer tools and get the following message.

Uncaught Error: cannot open device with path /dev/hidraw6 at new HID (/opt/Blink1Control2/…e-hid/nodehid.js:49) at new o (bundle.js:188) at bundle.js:21 at Array.map (<anonymous>) at _setupFoundDevices (bundle.js:21)

Any information you could give me to figure this out, would be greatly appreciated! Thank you.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
todbotcommented, May 4, 2020

That’s very strange. The error you originally quote looks a lot like a udev permissions issue. Perhaps the rules I have on the Linux section of the README are incorrect?

Could you double check the /etc/udev/rules.d/51blink1.rules file to make sure it’s exactly the same? After that, try removing everything so the file just contains:

ATTRS{idVendor}=="27b8", ATTRS{idProduct}=="01ed", MODE:="666", GROUP="plugdev"

and do:

sudo udevadm control --reload-rules"
0reactions
phileckercommented, May 4, 2020

@todbot Thank you so much! I must apologize, I didn’t realize I hadn’t actually saved the rules and 51blink1.rules was empty.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Thunderbolt device not showing up... - Apple Community
When I opened my System Profiler, it says there is no devices connected to the thunderbolt port when there is clearly one connected....
Read more >
Thunderbolt Ports not detecting anything : r/applehelp - Reddit
I've tried it with a couple of hard drives and a display, but "No device connected" is displayed in the System Report. How...
Read more >
[Solved] "no device connected" in System Information - eGPU.io
(macOS High Sierra), my System Information still shows "no device connected" for the 2 thunderbolt ports. Now I am wondering if it is ......
Read more >
Thunderbolt Connection Issues & Troubleshooting
The UAD Meter & Control Panel displays the message “No Devices Found” even though your device is powered on and connected.
Read more >
No device connected ??? | Mac Help Forums
When I connect my Thunderbolt 2 to my mac this is what I am getting...... No device connected I upgraded to Mojave recently...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found