This bug should be against package hal-info.
This two patches fixed the issue for me (but some expert should check
this):
--- /usr/share/hal/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi_orig
2009-01-28 13:36:42.000000000 +0100
+++ /usr/share/hal/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi
2009-01-27 14:49:23.000000000 +0100
@@ -39,6 +39,9 @@
<match key="@storage.originating_device:usb.product_id" int="0x1003">
<merge key="info.ignore" type="bool">true</merge>
</match>
+ <match key="@storage.originating_device:usb.product_id" int="0x1411">
+ <merge key="info.ignore" type="bool">true</merge>
+ </match>
</match>
</match>
</device>
--- /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi_orig
2009-01-28 13:37:38.000000000 +0100
+++ /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi 2009-01-27
14:48:24.000000000 +0100
@@ -195,6 +195,13 @@
<append key="modem.command_sets" type="strlist">GSM-07.05</append>
</match>
</match>
+ <!-- E510 -->
+ <match key="@info.parent:usb.product_id" int="0x1411">
+ <match key="@info.parent:usb.interface.number" int="0">
+ <append key="modem.command_sets" type="strlist">GSM-07.07</append>
+ <append key="modem.command_sets" type="strlist">GSM-07.05</append>
+ </match>
+ </match>
<!-- E220,E220bis -->
<match key="@info.parent:usb.product_id" int_outof="0x1003;0x1004">
<match key="@info.parent:usb.interface.number" int="0">
--
NetworkManager 0.7 does not recognize USB G3 Modem Huawei E510
https://bugs.launchpad.net/bugs/316100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs