Comment 9 for bug 257045

Revision history for this message
Ruben Romero (huayra) wrote :

This is wrong. SImply because you have to choose PC Suite Instead of network connection when the usb canble gets connected to the phone.

the right address for the phone is:

Bus 001 Device 011: ID 0421:00ab Nokia Mobile Phones

(Note the ab instead of the aa). Changing this in the fdi file for hal gives you:

     <!-- Nokia E71 as a GPRS/EDGE modem (CDC ACM) -->
     <match <email address hidden>:usb.product_id" int="0xab">
       <match <email address hidden>:usb.interface.class" int="0x02">
         <match <email address hidden>: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>

Voilá!

The device is recognized by nm-tool:

- Device: ttyACM1 ----------------------------------------------------------------
  Type: Mobile Broadband (GSM)
  Driver: cdc_acm
  State: disconnected
  Default: no

  Capabilities:
    Supported: yes

Can I get this one on 5-a-day? ;)

R.