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

OpenConnection - could not opening a connection to the CEC adapter #16053

Closed
1 of 7 tasks
pogman-code opened this issue May 3, 2019 · 3 comments
Closed
1 of 7 tasks
Labels
Resolution: Fixed issue was resolved by a code change

Comments

@pogman-code
Copy link

Bug report

Describe the bug

After upgrading to 18.2 CEC stopped working
I use Pulse-Eight USB - CEC Adapter w/ libcec 4.0.3

Expected Behavior

CEC should work as usual :D

Actual Behavior

On kodi startup I get a notification telling that the adapter as been found then an other notification tells me that it could not connect to it.
In the log I have the following line :
ERROR: OpenConnection - could not opening a connection to the CEC adapter

In setting/input the adapter appears, settings can be changed but nothing works.

To Reproduce

Steps to reproduce the behavior:

  1. Start Kodi
  2. Do not enjoy CEC capabilities :D

Debuglog

https://pastebin.com/euwevT5Y

Your Environment

Used Operating system:

  • Android

  • iOS

  • Linux

  • OSX

  • Raspberry-Pi

  • Windows

  • Windows UWP

  • Operating system version/name: Linux 5.0.9-arch1-1-ARCH

  • Kodi version: 18.2

  • libcec version: 4.0.3

@xbmc-gh-bot xbmc-gh-bot bot added the Triage: Needed (managed by bot!) issue that was just created and needs someone looking at it label May 3, 2019
@DaVukovic
Copy link
Member

could you please show me: ls -al /dev/ttyACM* in a paste

Could it be possible you aren´t part of the specific group? Because it seems to be a permission problem

@pogman-code
Copy link
Author

# ls -al /dev/ttyACM*
crw-rw---- 1 root uucp 166, 0 May  3 14:44 /dev/ttyACM0

My user was not in uucp group, adding him to it make the error go away.
My guess is that /dev/ttyACM0 group/rights changed for whatever reason (kernel update or whatnot)

@DaVukovic
Copy link
Member

cool. Issue can be closed then.

Use the forums next time please ;)

@DaVukovic DaVukovic added Resolution: Fixed issue was resolved by a code change and removed Triage: Needed (managed by bot!) issue that was just created and needs someone looking at it labels May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Fixed issue was resolved by a code change
Projects
None yet
Development

No branches or pull requests

2 participants