Bug 879033
| Summary: | ttyUSB? not created when connecting phone modem | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | cornel panceac <cpanceac> | ||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | cpanceac, gansalmon, itamar, johannbg, jonathan, kernel-maint, lnykryn, madhu.chinakonda, metherid, mschmidt, msekleta, notting, plautrba, systemd-maint, vpavlin | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-07-02 12:06:22 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
cornel panceac
2012-11-21 21:22:58 UTC
(In reply to comment #0) > Nov 21 22:56:46 localhost kernel: [ 303.075847] cdc_acm 3-2:1.0: Zero > length descriptor references > Nov 21 22:56:46 localhost kernel: [ 303.075871] cdc_acm: probe of 3-2:1.0 > failed with error -22 This indicates a problem in the kernel driver. Reassigning. Are you capable of testing a kernel from the upstream git tree and of applying a patch to it? It would be useful to test if it can be fixed by adding an entry like this for your device into the acm_ids[] array in drivers/usb/class/cdc-acm.c: { USB_DEVICE(0x22b8, 0x4081), .driver_info = NO_UNION_NORMAL, }, gonna try these instructions: http://fedoraproject.org/wiki/BuildingUpstreamKernel thank you very much. i'll report back in a few hours, hopefully. eventually i was able to build a patched 3.6.7 kernel. then, when i've connected the mobile phone, kernel crashed, apparently because of udevd. unfortunately no logs were saved in /var/log/messages . Did you perhaps accidentally delete the empty last entry of the acm_ids[] array?:
I mean this line:
{ }
It must not be deleted and must remain as the last entry of the array.
Created attachment 651975 [details]
udevd crash log
wait, i've just found something. i'll attach it.
Is this still an issue with 3.8.x? yes # uname -r 3.8.4-102.fc17.i686.PAE ... Apr 2 22:42:50 guzu kernel: [ 3078.823047] usb 2-7: new full-speed USB device number 5 using ohci_hcd Apr 2 22:42:50 guzu kernel: [ 3079.013003] usb 2-7: New USB device found, idVendor=22b8, idProduct=4081 Apr 2 22:42:50 guzu kernel: [ 3079.013049] usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Apr 2 22:42:50 guzu kernel: [ 3079.013060] usb 2-7: Product: EM325 Mobile Apr 2 22:42:50 guzu kernel: [ 3079.013066] usb 2-7: Manufacturer: Motorola Apr 2 22:42:50 guzu mtp-probe: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:02.0/usb2/2-7" Apr 2 22:42:50 guzu mtp-probe: bus: 2, device: 5 was not an MTP device Apr 2 22:42:50 guzu kernel: [ 3079.140825] cdc_acm 2-7:1.0: Zero length descriptor references Apr 2 22:42:50 guzu kernel: [ 3079.140850] cdc_acm: probe of 2-7:1.0 failed with error -22 Apr 2 22:42:50 guzu kernel: [ 3079.141759] usbcore: registered new interface driver cdc_acm Apr 2 22:42:50 guzu kernel: [ 3079.141769] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters ... *********** MASS BUG UPDATE ************** We apologize for the inconvenience. There is a large number of bugs to go through and several of them have gone stale. Due to this, we are doing a mass bug update across all of the Fedora 18 kernel bugs. Fedora 18 has now been rebased to 3.11.4-101.fc18. Please test this kernel update (or newer) and let us know if you issue has been resolved or if it is still present with the newer kernel. If you have moved on to Fedora 19, and are still experiencing this issue, please change the version to Fedora 19. If you experience different issues, please open a new bug report for those. *********** MASS BUG UPDATE ************** We apologize for the inconvenience. There is a large number of bugs to go through and several of them have gone stale. It has been over a month since we asked you to test the 3.11 kernel updates and let us know if your issue has been resolved or is still a problem. When this happened, the bug was set to needinfo. Because the needinfo is still set, we assume either this is no longer a problem, or you cannot provide additional information to help us resolve the issue. As a result we are closing with insufficient data. If this is still a problem, we apologize, feel free to reopen the bug and provide more information so that we can work towards a resolution If you experience different issues, please open a new bug report for those. why was this closed? F18 is EOL. Please open a new bug if you're seeing this with the latest kernel update in a supported release. thank you. |