Well here's the latest udevinfo output.
Modem is linked to ttyACM0 but won't respond to commands.
udevinfo starts with the device the node belongs to and then walks up the
device chain, to print for every device found, all
possibly useful attributes
in the udev key format.
Only attributes within one device section may be used together in one rule,
to
match the device for which the node will be created.
looking at class device '/sys/devices/pci0000:00/0000:00:03.0/usb2/2-1':
SYSFS{bConfigurationValue}="1"
SYSFS{bDeviceClass}="02"
SYSFS{bDeviceProtocol}="00"
SYSFS{bDeviceSubClass}="00"
SYSFS{bMaxPower}=" 0mA"
SYSFS{bNumConfigurations}="1"
SYSFS{bNumInterfaces}=" 2"
SYSFS{bcdDevice}="0011"
SYSFS{bmAttributes}="e0"
SYSFS{configuration}="ISDN TA using CDC Abstract Control Model"
SYSFS{detach_state}="0"
SYSFS{devnum}="2"
SYSFS{idProduct}="1060"
SYSFS{idVendor}="0aca"
SYSFS{manufacturer}="OPEN Networks Ltd"
SYSFS{maxchild}="0"
SYSFS{product}="OPEN NT1 Plus II"
SYSFS{speed}="12"
Seems fedora is seeing the thing as a TA.
Any suggestions?
