Summary: | Add support of Pantech UML295 3g modem | ||
---|---|---|---|
Product: | ModemManager | Reporter: | Viaheslav Gagara <viacheslavg> |
Component: | plugins | Assignee: | ModemManager bug user <modemmanager> |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
/var/log/messages
dmesg |
Created attachment 135729 [details]
dmesg
I'm using modemmanager-1.6.4 -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/issues/56. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 135728 [details] /var/log/messages It would be nice to have support of UML295 3g modem. Moreover out of the box MM puts this device into almost unusable state due to endless loop of switching and it is hard to use it with e.g. wvdial. Here is the details: 1. This dongle has build-in feature of switching from CD-ROM device into serial port (CDC ACM) 2. When it appears in a system as serial port MM probes it (I'm not sure what it does exactly) but it causes modem to switch back to CD-ROM and so on... 3. Adding ATTRS{idVendor}=="10a9", ATTRS{idProduct}=="6064", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1" to graylist resolves the problem with endless switching and it can be used by e.g. wvdial w/o problems, but still it would be nice to have it supported by MM. 4. Vendor/Product IDs (serial port): 10a9:6064 5. By default it introduces two devices ttyACM0, and ttyACM1, where ttyACM1 is modem port which understands AT commands (dunno what is ttyACM0). However it is possible to witch it to RNDIS mode with usb_modeswitch (PantechMode=2), then it will introduce only ttyACM0 dev which is serial port. 6. See dmesg and system log for details. If you need any additional info/logs let me know. Thanks.