Comment 17 for bug 1070006

Revision history for this message
In , Need (need-redhat-bugs) wrote :

My modem is not supported by Fedora rawhide. I have installed and run usb_modeswitch. It now shows:

# lsusb
Bus 002 Device 005: ID 19d2:0031 ONDA Communication S.p.A.

I have also added a new fdi file and rebooted:

# cat /usr/share/hal/fdi/information/20thirdparty/20-zte-mf636.fdi
<!-- -*- SGML -*- -->
<deviceinfo version="0.2">
   <device>
<!-- ZTE MF636 HSDPA USB dongle -->
      <match <email address hidden>:usb.vendor_id" int="0x19d2">
         <match <email address hidden>:usb.product_id" int="0x0031">
            <match <email address hidden>:usb.interface.number" int="3">
            <append key="modem.command_sets" type="strlist">GSM-07.07</append>
            <append key="modem.command_sets" type="strlist">GSM-07.05</append>
            <append key="info.capabilities" type="strlist">modem</append>
            </match>
         </match>
      </match>
   </device>
</deviceinfo>

Unfortunately it does not seem to be detected by NetworkManager.