Public bug reported:

Binary package hint: hal

On a fresh Intrepid installation, the modem (vendorID 0x19d2 productID
x0001) is seen by NetworkManager applet as a normal GSM/HSDPA modem so i
can connect to internet configuring a 3g connection. After an upgrade (i
don't remember which one) it's seen as a cdma modem, so i can't use the
old connection and fall back to use wvdial script.

The problem is in /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi 
The old version has:
...
<match key="@info.parent:usb.vendor_id" int="0x19d2">
<!-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -->
<match key="@info.parent:usb.product_id" int_outof="0x0001;0xfffe">
<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>
...

While the new one has:
...
<match key="@info.parent:usb.vendor_id" int="0x19d2">
<!-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -->
<match key="@info.parent:usb.product_id" int_outof="0x0001;0xfffe">
<match key="@info.parent:usb.interface.number" int="0">
<append key="modem.command_sets" type="strlist">IS-707-A</append>
</match>
</match>
...

So I changed the values in <append> back to the old one and restarted
ubuntu. It works. Could you fix this for further upgrades? The modem
0x19d2,0x0001 is a GSM modem,not a CDMA. Unfortunately is also a crappy
modem :(

Thanks (and sorry for my bad english)

** Affects: hal (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: cdma gsm hsdpa

** Description changed:

  Binary package hint: hal
  
  On a fresh Intrepid installation, the modem (vendorID 0x19d2 productID
  x0001) is seen by NetworkManager applet as a normal GSM/HSDPA modem so i
  can connect to internet configuring a 3g connection. After an upgrade (i
  don't remember which one) it's seen as a cdma modem, so i can't use the
  old connection and fall back to use wvdial script.
  
  The problem is in /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi 
  The old version has:
  ...
  <match key="@info.parent:usb.vendor_id" int="0x19d2">
  <!-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -->
  <match key="@info.parent:usb.product_id" int_outof="0x0001;0xfffe">
  <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>
  ...
  
  While the new one has:
  ...
  <match key="@info.parent:usb.vendor_id" int="0x19d2">
  <!-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -->
  <match key="@info.parent:usb.product_id" int_outof="0x0001;0xfffe">
  <match key="@info.parent:usb.interface.number" int="0">
  <append key="modem.command_sets" type="strlist">IS-707-A</append>
  </match>
  </match>
  ...
  
- So I changed the values in <append> back to the old one and restart
+ So I changed the values in <append> back to the old one and restarted
  ubuntu. It works. Could you fix this for further upgrades? The modem
  0x19d2,0x0001 is a GSM modem,not a CDMA. Unfortunately is also a crappy
  modem :(
  
  Thanks (and sorry for my bad english)

-- 
Modem gsm ONDA MH600 seen as CDMA
https://bugs.launchpad.net/bugs/334262
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

Reply via email to