Actually it seems that solving this for all Nokia phones would be easiest if product_id's are skipped altogether and we rely only on vendor_id and usb.interface.class and .subclass instead. I modified the rule in WigglerAway's comment a bit and at least my Nokia 6120 Classic works fine (and I assume all other Nokia phones which had product specific rules will too) with this in 10-modem.fdi:
<match key="@info.parent:usb.vendor_id" int="0x421"> <match key="@info.parent:usb.interface.class" int="0x02"> <match key="@info.parent:usb.interface.subclass" int="0x02"> <append key="info.capabilities" type="strlist">modem</append> <append key="modem.command_sets" type="strlist">V.250</append> <append key="modem.command_sets" type="strlist">GSM-07.07</append> <append key="modem.command_sets" type="strlist">GSM-07.05</append> </match> </match> </match> -- 0.7 nokia 3109c not detected as GPRS modem by NetworkManager https://bugs.launchpad.net/bugs/259041 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs