Comment 46 for bug 305968

Revision history for this message
Paulo Neto (xchaos76) wrote : Re: 3G ZTE MF622 modem not working after bugfix #291333

danne, try:
sudo gedit /usr/share/hal/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi

     <!-- Ignore the Huawei E220 USB HSDPA modem -->
     <match key="@storage.originating_device:usb.vendor_id" int="0x12d1">
       <match key="@storage.originating_device:usb.product_id" int="0x1003">
         <merge key="info.ignore" type="bool">true</merge>
       </match>
     </match>
     <!-- Ignore the ONDA HSA501HS modem -->
     <match key="@storage.originating_device:usb.vendor_id" int="0x19d2">
       <match key="@storage.originating_device:usb.product_id" int="0x2000"> <-- unplug/plug modem + lsusb, if lsusb result 19d2:2000 it'll work. -->
         <merge key="info.ignore" type="bool">true</merge>
       </match>
     </match>
   </match>
  </device>
</deviceinfo>

bye