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

ubuntu modemmanager issue #193

Closed
9000h opened this issue Feb 5, 2016 · 2 comments
Closed

ubuntu modemmanager issue #193

9000h opened this issue Feb 5, 2016 · 2 comments

Comments

@9000h
Copy link

9000h commented Feb 5, 2016

the Ubuntu ModemManager is trying to open the serial port /dev/ttyACM0 and as this is no modem an error get logged, to avoid this a udev rule can be used to prevent this

# Ubuntu ModemManager should ignore /dev/ttyACM0  
SUBSYSTEM=="usb", ENV{ID_VENDOR_ID}=="2548", ENV{ID_MODEL_ID}=="1002" ENV{ID_MM_DEVICE_IGNORE}="1"
@opdenkamp
Copy link
Contributor

ah nice, I'll see if I can get that hooked up in our .deb

@UEckhardt
Copy link

I had nearly the same problem on a OpenSuSE 13.2, but also mtp-probe tried to access the serial port. To solve this I have extended the above udev rule and installed this rule as /etc/udev/rules.d/20-libcec.rules

# ModemManager and mtp probe should ignore /dev/ttyACM0  
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="2548",  ATTRS{idProduct}=="1002", ENV{ID_MM_DEVICE_INORE}="1", ENV{MTP_NO_PROBE}="1"

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

3 participants