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

Add ModemManager warning/support #45

Open
jhansonxi opened this issue Jan 24, 2017 · 3 comments
Open

Add ModemManager warning/support #45

jhansonxi opened this issue Jan 24, 2017 · 3 comments

Comments

@jhansonxi
Copy link

jhansonxi commented Jan 24, 2017

I just spent a ridiculous number of hours troubleshooting a Motorola V195 connection problem. I had a separate issue with a camera that was also failing to connect over USB which misled me into thinking they were related.

The phone problem was a conflict over ttyACM0 access. I've never used tethering so I didn't know ModemManager existed and had taken control of the port.

There either needs to be a warning when ModemManager is active and in control of the port or its API needs to be supported for access, if possible. A log-only message of "Error opening device. Unknown, busy or no permissions." is vague and process killing is not user-friendly.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@nijel
Copy link
Member

nijel commented Jan 25, 2017

Can you please provide debug log from that?

@nijel
Copy link
Member

nijel commented Jan 25, 2017

@jhansonxi
Copy link
Author

jhansonxi commented Jan 31, 2017

The wizard dialog says:

Wammu is now searching for phone:
Checking /dev/ttyACM0 - ['at19200', 'at115200', 'fbusdlr3', 'fbus', 'mbus', 'fbuspl2303']
Finished /dev/ttyACM0 - ['at19200', 'at115200', 'fbusdlr3', 'fbus', 'mbus', 'fbuspl2303']
All finished, found 0 phones
No phone has been found!

Which isn't informative since it doesn't indicate a conflict exists. The documentation isn't useful if the user doesn't know what to look for. Most users will assume that their phone is not supported. Log attached.
wammuHmBheu.log.txt

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

No branches or pull requests

2 participants