Bug 515349
| Summary: | Include 3g modem models on udev-extras rules | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Javier Alejandro Castro <javier.alejandro.castro> |
| Component: | udev | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | dcbw, harald |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 145-14.fc12 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-11-07 19:37:42 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 516998 | ||
udev-extras got merged in udev and is obsoleted, please update udev as requested by halard, please update udev to contain rules for 3g modems Yes! Now it works fine. Thanks! udev-145-14.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. So this change causes problems for ZTE devices like the MF626 and the 2.6.31 kernel (bug #533716). It's also the wrong approach since the modeswitch command for Option NV devices is not the correct command for ZTE devices. The correct way to switch these devices is using usb_modeswitch, not the Option-specific rules from modem-modeswitch. |
Description of problem: ZTE MF622 does not work out-of-the-box on F11, rawhide. Version-Release number of selected component (if applicable): 0.5.20090302git.fc11 How reproducible: Always Steps to Reproduce: 1. Buy ZTE MF622 2. Install F11, install udev-extras 3. Plug in ZTE MF622 Actual results: Remains as a CD device Expected results: Change its mode thourgh modem-modeswitch from CD to modem Additional info: For my modem, the change would be modify file /lib/udev/rules.d/61-option-modem-modeswitch.rules adding a line with: ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="2000", RUN+="modem-modeswitch -v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd" I suggest: Would be nice to include all available modem models from file /etc/usb_modeswitch.conf included in package usb_modeswitch.rpm