cdc_acm driver lacks trival support for Conexant RD02-D400/Aztech UM3100 modem
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Medium
|
Andy Whitcroft | ||
Intrepid |
Fix Released
|
Medium
|
Unassigned |
Bug Description
SRU justification:
Impact: Missing ID causes hardware not to be supported.
Fix: Add ID (taken for Intrepid exeptionally)
Testcase: see below
Dell is distributing Conexant RD02-D400 USB modems with new notebook systems that have no internal modem.
These don't appear to be supported in Ubuntu 8.10, though the kernel module changes required to get it to work are trivial, see http://
root@vostro:~# lsb_release -rd
Description: Ubuntu 8.10
Release: 8.10
root@vostro:~# lsusb | grep Conex
Bus 002 Device 003: ID 0572:1324 Conexant Systems (Rockwell), Inc.
The above link also shows that USB ID 0572:1328 should also be supported.
Ubuntu 8.10 with latest updates on plug in of this device gives dmesg entries as follows:
[10734.912211] cdc_acm: Zero length descriptor references
[10734.912214]
[10734.913761] cdc_acm: probe of 2-1:1.0 failed with error -22
[10734.914918] usbcore: registered new interface driver cdc_acm
[10734.916027] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
root@vostro:~# ls -al /dev/ttyACM*
ls: cannot access /dev/ttyACM*: No such file or directory
Related branches
Changed in linux: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in linux: | |
assignee: | nobody → apw |
status: | Triaged → In Progress |
Changed in linux: | |
status: | Incomplete → In Progress |
Changed in linux (Ubuntu Intrepid): | |
importance: | Undecided → Medium |
status: | New → Fix Committed |
description: | updated |
tags: | added: hw-specific |
Seems that the 0x0572:0x1324 ID has hit mainline so we can trivially cherry-pick that back into Jaunty.