[Bug 1954965] Re: Need fwupd in focal to support Quectel's modem(EM120/160) firmware update

2022-03-02 Thread Jerry Lee
The package fwupd v1.7.5-3~20.04.1 in focal-proposed was tested.
This built package v1.7.5-3~20.04.1 can't let the modem's firmware to be 
updated via modemmanager.
That is, "fwupdmgr get-devices" does not list the Quectel modem to be firmware 
update supported on the tested machine.

The root cause is: the plugin code inside the fwupd is modemmanager version 
dependent.
For ex., the following conditional compiled code will not be included if the 
installed modemmanager version is less than the required version (> 1.17.1) 
while building.

plugins/modem-manager/fu-mm-device.c:

static const MMModemFirmwareUpdateMethod supported_combinations[] = {
MM_MODEM_FIRMWARE_UPDATE_METHOD_FASTBOOT,
MM_MODEM_FIRMWARE_UPDATE_METHOD_QMI_PDC | 
MM_MODEM_FIRMWARE_UPDATE_METHOD_FASTBOOT,
#if MM_CHECK_VERSION(1, 17, 1)
MM_MODEM_FIRMWARE_UPDATE_METHOD_MBIM_QDU,
#endif /* MM_CHECK_VERSION(1,17,1) */
#if MM_CHECK_VERSION(1, 17, 2)
MM_MODEM_FIRMWARE_UPDATE_METHOD_FIREHOSE,
#endif
};

The Quectel modem requires the method MM_MODEM_FIRMWARE_UPDATE_METHOD_FIREHOSE 
to be supported.
Currently, the latest version of modemmanager in Focal is 1.16.6-2~20.04.1 .

If the modemmanager is upgraded to the required versions, we might
request for a no-change-rebuild SRU in focal.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1954965

Title:
  Need fwupd in focal to support Quectel's modem(EM120/160) firmware
  update

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1954965/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1954965] Re: Need fwupd in focal to support Quectel's modem(EM120/160) firmware update

2022-02-14 Thread Jerry Lee
I have not found new version of fwupd in focal-proposed.
It looks like there is some issued in LP#1949412 so the package is removed ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1954965

Title:
  Need fwupd in focal to support Quectel's modem(EM120/160) firmware
  update

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1954965/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1955797] Re: [SRU] network-manager can’t modify MTU automatically based on what ModemManager exposes for WWAN modems.

2022-01-27 Thread Jerry Lee
** Description changed:

  [Impact]
  
  Some 4G/5G mobile networks(for ex., AT) requires a specific MTU
  setting, this setting will be exposed by the ModemManager for network-
  manger to configure the MTU of the modem network interface .
  
- The current modem-manager v1.22.10-1ubuntu2.2  in focal can’t pass
+ The current network-manager v1.22.10-1ubuntu2.2  in focal can’t pass
  AT’s modem system certification.
  
  [Fix]
  
  This upstream patch can resolve this bug:
  
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/499/diffs?commit_id=212758ea05a4c13d65f36b55c90aee7919642631
  
  [Test Plan]
  
  1. Use a Lenovo platform SE30 including 4G Quectel EM160 modem and an
  AT SIM card in US
  
  2. Enable 4G modem and connect to AT apn
  
  $ sudo mmcli -i 0 --pin=
  $ sudo mmcli --modem 0 --enable
  $ sudo mmcli -m 0 --simple-connect="pin=,apn=emome"
  $ sudo nmcli radio wwan on
  $ sudo nmcli connection add type gsm ifname wwan0p2MBIM con-name mymodem apn 
emome
  $ sudo nmcli connection up id mymodem
  
  3. Check if the MTU got from the following results are the same:
  
  $ sudo mmcli --bearer 5 | mtu
  $ ifconfig mhi_mbim0 | grep mtu
  
  * Expected result:
  Both MTUs are the same value 1430
  * Actual tested result:
  Different values (one is 1430 , another is 1500)
  
  [Where problems could occur]
  
  Very low.
  This is a simple fix: network-manager gets the MTU from the ModemManager then 
sets the MTU of the modem interface.
  
  [Other info]
  
  1. Network-manager v1.30.0-1ubuntu3 in hirsute has included the fix.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955797

Title:
  [SRU] network-manager can’t modify MTU automatically based on what
  ModemManager exposes for WWAN modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1955797/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1955797] Re: [SRU] network-manager can’t modify MTU automatically based on what ModemManager exposes for WWAN modems.

2022-01-21 Thread Jerry Lee
** Attachment added: "Verification report"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1955797/+attachment/5556131/+files/SRU%20for%20network-manager%28verify%20report%29%20.pdf

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955797

Title:
  [SRU] network-manager can’t modify MTU automatically based on what
  ModemManager exposes for WWAN modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1955797/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1955797] Re: [SRU] network-manager can’t modify MTU automatically based on what ModemManager exposes for WWAN modems.

2022-01-21 Thread Jerry Lee
Test passed with Lenovo ThinkEdge SE30(11ND) on Focal:
   * The version of the packages tested:
 network-manager: 1.22.10-1ubuntu2. 3

The detail testing procedure and result is provided as the attached file
: "SRU for network-manager(verify report).pdf"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955797

Title:
  [SRU] network-manager can’t modify MTU automatically based on what
  ModemManager exposes for WWAN modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1955797/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1954965] Re: Need fwupd in focal to support Quectel's modem(EM120/160) firmware update

2022-01-11 Thread Jerry Lee
@YC

The customer confirmed that fwupd >= 1.7.1 is good enough.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1954965

Title:
  Need fwupd in focal to support Quectel's modem(EM120/160) firmware
  update

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1954965/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1955797] Re: [SRU] network-manager can’t modify MTU automatically based on what ModemManager exposes for WWAN modems.

2022-01-10 Thread Jerry Lee
Hi Lukasz,

Carrier network providers use bearer information to carry the MTU
setting, this can be received by the modem then exposed to its host
system either via NetworkManager's ipv4_config or ipv6_config.

I think ipv4_config is the must supported setting in carrier's network,
that may be why this upstream patch has not considered ipv6_config. (MTU
should be the same(per device) for both ipv4 and ipv6)

Our customer has used this patch in the field testing and this patch worked as 
expected.
There should be no concern to get MTU only via ipv4_config.

Thanks for highlight this question.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955797

Title:
  [SRU] network-manager can’t modify MTU automatically based on what
  ModemManager exposes for WWAN modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1955797/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1955797] Re: [SRU] network-manager can’t modify MTU automatically based on what ModemManager exposes for WWAN modems.

2021-12-27 Thread Jerry Lee
The .debdiff file “network-manager_1-1.22.10-1ubuntu2.3-focal.debdiff”
is attached for focal(20.04).

** Description changed:

  [Impact]
  
  Some 4G/5G mobile networks(for ex., AT) requires a specific MTU
  setting, this setting will be exposed by the ModemManager for network-
  manger to configure the MTU of the modem network interface .
  
  The current modem-manager v1.22.10-1ubuntu2.2  in focal can’t pass
  AT’s modem system certification.
  
  [Fix]
  
  This upstream patch can resolve this bug:
  
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/499/diffs?commit_id=212758ea05a4c13d65f36b55c90aee7919642631
  
  [Test Plan]
  
  1. Use a Lenovo platform SE30 including 4G Quectel EM160 modem and an
  AT SIM card in US
  
  2. Enable 4G modem and connect to AT apn
  
  $ sudo mmcli -i 0 --pin=
  $ sudo mmcli --modem 0 --enable
  $ sudo mmcli -m 0 --simple-connect="pin=,apn=emome"
  $ sudo nmcli radio wwan on
  $ sudo nmcli connection add type gsm ifname wwan0p2MBIM con-name mymodem apn 
emome
  $ sudo nmcli connection up id mymodem
  
  3. Check if the MTU got from the following results are the same:
  
  $ sudo mmcli --bearer 5 | mtu
  $ ifconfig mhi_mbim0 | grep mtu
  
- * Expected result: 
- Both MTUs are the same value 1430
- * Actual tested result: 
- Different values (one is 1430 , another is 1500)
+ * Expected result:
+ Both MTUs are the same value 1430
+ * Actual tested result:
+ Different values (one is 1430 , another is 1500)
  
  [Where problems could occur]
  
  Very low.
  This is a simple fix: network-manager gets the MTU from the ModemManager then 
sets the MTU of the modem interface.
  
  [Other info]
  
- $ lsb_release -rd
- Description:  Ubuntu 20.04.3 LTS
- Release:  20.04
+ 1. Network-manager v1.30.0-1ubuntu3 in hirsute has included the fix.

** Patch added: ".debdiff for focal"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1955797/+attachment/5549698/+files/network-manager_1-1.22.10-1ubuntu2.3-focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955797

Title:
  [SRU] network-manager can’t modify MTU automatically based on what
  ModemManager exposes for WWAN modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1955797/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1955797] [NEW] [SRU] network-manager can’t modify MTU automatically based on what ModemManager exposes for WWAN modems.

2021-12-27 Thread Jerry Lee
Public bug reported:

[Impact]

Some 4G/5G mobile networks(for ex., AT) requires a specific MTU
setting, this setting will be exposed by the ModemManager for network-
manger to configure the MTU of the modem network interface .

The current modem-manager v1.22.10-1ubuntu2.2  in focal can’t pass
AT’s modem system certification.

[Fix]

This upstream patch can resolve this bug:
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/499/diffs?commit_id=212758ea05a4c13d65f36b55c90aee7919642631

[Test Plan]

1. Use a Lenovo platform SE30 including 4G Quectel EM160 modem and an
AT SIM card in US

2. Enable 4G modem and connect to AT apn

$ sudo mmcli -i 0 --pin=
$ sudo mmcli --modem 0 --enable
$ sudo mmcli -m 0 --simple-connect="pin=,apn=emome"
$ sudo nmcli radio wwan on
$ sudo nmcli connection add type gsm ifname wwan0p2MBIM con-name mymodem apn 
emome
$ sudo nmcli connection up id mymodem

3. Check if the MTU got from the following results are the same:

$ sudo mmcli --bearer 5 | mtu
$ ifconfig mhi_mbim0 | grep mtu

* Expected result: 
Both MTUs are the same value 1430
* Actual tested result: 
Different values (one is 1430 , another is 1500)

[Where problems could occur]

Very low.
This is a simple fix: network-manager gets the MTU from the ModemManager then 
sets the MTU of the modem interface.

[Other info]

$ lsb_release -rd
Description:Ubuntu 20.04.3 LTS
Release:20.04

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: oem-priority

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955797

Title:
  [SRU] network-manager can’t modify MTU automatically based on what
  ModemManager exposes for WWAN modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1955797/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-12-15 Thread Jerry Lee
** Changed in: oem-priority
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-12-06 Thread Jerry Lee
Regression test results:

(1) Test passed with Lenovo T14s (Tiger-2) on Hirsute:
   * The version of the packages tested:
 ModemManager: 1.16.6-2~21.04.1

(2) Test passed with Lenovo X13 AMD (Servel-AMD-1) on Focal:
   * The version of the packages tested:
 ModemManager: 1.16.6-2~20.04.1

The detail testing procedure and result is provided as the attached file
: "RegressionTestReportFor-proposedPackages-1946096.pdf"

** Attachment added: "RegressionTestReportFor-proposedPackages-1946096.pdf"
   
https://bugs.launchpad.net/oem-priority/+bug/1946096/+attachment/5545834/+files/RegressionTestReportFor-proposedPackages-1946096.pdf.pdf

** Tags removed: verification-needed-focal verification-needed-hirsute
** Tags added: verification-done-focal verification-done-hirsute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-12-05 Thread Jerry Lee
(1) Test passed with Lenovo ThinkEdge SE30(11ND) and Lenovo ThinkEdge 
SE30(11NE) on Hirsute:
   * The version of the packages tested:
 ModemManager: 1.16.6-2~21.04.1

(2) Test passed with Lenovo ThinkEdge SE30(11ND) and Lenovo ThinkEdge 
SE30(11NE) on Focal:
   * The version of the packages tested:
 ModemManager: 1.16.6-2~20.04.1   

The detail testing procedure and result is provided as the attached file
: "TestReportForHirsuteAndFocal-proposed-1946096.pdf"

The regression test report will be provided.

** Attachment added: "TestReportForHirsuteAndFocal-proposed-1946096.pdf"
   
https://bugs.launchpad.net/oem-priority/+bug/1946096/+attachment/5545449/+files/TestReportForHirsuteAndFocal-proposed-1946096.pdf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-12-03 Thread Jerry Lee
** Description changed:

  [Impact]
  
  The modem certification requires that different modem firmware is used for 
different network carrier.
  This needs the firmware upgrading capability during the modem certification 
process.
  
  The modem manufacture vendors (Foxconn and Quectel) provided utilities to do 
modem's firmware upgrading manually.(LP#1943774, LP#1943780)
  These utilities are verified to be working when the recent versions(> v 
1.18.2) of ModemManager are used with.
  
  To support manual firmware upgrading on the current Focal release which is 
using ModemManager v 1.16.6, we need to apply some patches from v 1.18.2.
  The requested upstream patches are listed as below:
  * for Quectel EM160 4G
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/83ac82470589a3672092a0ba0be855093b1cf5e2
  * for Foxconn T99W175
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/21ae558fe3600c84b3ca7dcd9bf50a3ba576c7c9
    
**https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/76e700f4fd703f952208993330ab098305c13d6b
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/52bf2c641171ded9e617022f40497c8984520371
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/33e2b023ef01bea9da37ae2beb192f7d92bce47a
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/f72046701659073fbfa97516e155865647acb154
  
  The firmware upgrading was verified using the patched ModemManager v 1.16.6 
with the following 2 modems:
  * Foxconn SDX55 T99W175 5G sub6 PCIE Modem
  * Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem
  
  [Test Plan]
  
  1. Install the Ubuntu image.
  2. Boot and login the system.
- 3. Prepare the modem’s firmware and install the firmware upgrading 
application provided by Foxconn and Quectel
- 4. Using the firmware upgrading application to upgrade the modem’s firmware
- 5. Verify if the modem’s firmware upgrading is successful
- 6. Reboot
- 7. Verify if the upgraded modem firmware is still working
+ 3. Verify if the modem is working
+ 4. Prepare the modem’s firmware and install the firmware upgrading 
application provided by Foxconn and Quectel
+ 5. Using the firmware upgrading application to upgrade the modem’s firmware
+ 6. Verify if the modem’s firmware upgrading is successful
+ 7. Reboot
+ 8. Verify if the upgraded modem firmware is still working
  
  --- Regression test ---
  
  Verify if one USB modem are still working with these patches for PCIe
  modems.
  
  [Where problems could occur]
  
  The requested update has 2 parts:
  
  1. Informative
     1.1 Provide more information about modems whose drivers use WWAN subsystem 
in kernel 5.13
     1.2 Modem manufacture's private utilities can use this information to do 
modem's FW upgrading manually
  
  2. Changes are specific to Foxconn and Quectel modems
     2.1 Modified code are only used by Foxconn and Quectel modems during their 
FW upgrading. (matched by vendor_id and product_id)
  
  In current Ubuntu's certification records for modem:
  * No other modem uses WWAN subsystem in kernel 5.13
  * Modem's FW update is not supported via ModemManager ( < v1.18 )
  
  There is no certificated modems can do the firmware upgrading flow for the 
regression test.
  This update should not affect existing modems.
  
  The problem would be limited to these two mentioned modems.
  Each carrier mapping .conf file is for a specific modem.
  ModemManager will load one of the carrier mapping conf files via the modem 
manufacturer’s plugin ( if the PCIe VID & PID is matched by the plugin.)
  We cannot verify if the carrier mapping is correct. This relies on the 
manufacturer to provide the correct mapping.
  
  The carrier mapping .conf files is verified by modem’s manufacture according 
to the tested SIM card published by different countries.
  Modem manufacturer confirmed that the content in the .conf file is absolutely 
correct.
  
  [Other Info]
  
  The firmware and the upgrading utilities can be downloaded from the following 
link:
  * LP#1943774 for Quectel modems
  * LP#1943780 for Foxconn modems

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-11-30 Thread Jerry Lee
The .debdiff file “modemmanager_1-1.16.6-2~21.10.1-impish.debdiff” is
attached for impish(21.10).

** Patch added: "modemmanager_1-1.16.6-2~21.10.1-impish.debdiff"
   
https://bugs.launchpad.net/oem-priority/+bug/1946096/+attachment/5544543/+files/modemmanager_1-1.16.6-2~21.10.1-impish.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-11-30 Thread Jerry Lee
The "01_modem-quectel.patch" extends the quectel:plugin to provide firmware 
setting status during the FW upgrading process.
EM120/160 PCIe modules have been already supported without this patch. 
I got the confirmation from Quectel engineers about the above.

For the regression test, we found 2 laptops having Quectel USB modems and did 
the test on these laptops.
The Quectel USB modems worked with the patched ModemManager.
The regression test report is attached here: "RegressionTestReport_ 
EM05-CE.pdf".


** Description changed:

  [Impact]
  
  The modem certification requires that different modem firmware is used for 
different network carrier.
  This needs the firmware upgrading capability during the modem certification 
process.
  
  The modem manufacture vendors (Foxconn and Quectel) provided utilities to do 
modem's firmware upgrading manually.(LP#1943774, LP#1943780)
  These utilities are verified to be working when the recent versions(> v 
1.18.2) of ModemManager are used with.
  
  To support manual firmware upgrading on the current Focal release which is 
using ModemManager v 1.16.6, we need to apply some patches from v 1.18.2.
  The requested upstream patches are listed as below:
  * for Quectel EM160 4G
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/83ac82470589a3672092a0ba0be855093b1cf5e2
  * for Foxconn T99W175
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/21ae558fe3600c84b3ca7dcd9bf50a3ba576c7c9
    
**https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/76e700f4fd703f952208993330ab098305c13d6b
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/52bf2c641171ded9e617022f40497c8984520371
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/33e2b023ef01bea9da37ae2beb192f7d92bce47a
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/f72046701659073fbfa97516e155865647acb154
  
  The firmware upgrading was verified using the patched ModemManager v 1.16.6 
with the following 2 modems:
  * Foxconn SDX55 T99W175 5G sub6 PCIE Modem
  * Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem
  
  [Test Plan]
  
  1. Install the Ubuntu image.
  2. Boot and login the system.
  3. Prepare the modem’s firmware and install the firmware upgrading 
application provided by Foxconn and Quectel
  4. Using the firmware upgrading application to upgrade the modem’s firmware
  5. Verify if the modem’s firmware upgrading is successful
  6. Reboot
  7. Verify if the upgraded modem firmware is still working
  
+ --- Regression test ---
+ 
+ Verify if one USB modem are still working with these patches for PCIe
+ modems.
+ 
  [Where problems could occur]
  
  The requested update has 2 parts:
  
  1. Informative
     1.1 Provide more information about modems whose drivers use WWAN subsystem 
in kernel 5.13
     1.2 Modem manufacture's private utilities can use this information to do 
modem's FW upgrading manually
  
  2. Changes are specific to Foxconn and Quectel modems
     2.1 Modified code are only used by Foxconn and Quectel modems during their 
FW upgrading. (matched by vendor_id and product_id)
  
  In current Ubuntu's certification records for modem:
  * No other modem uses WWAN subsystem in kernel 5.13
  * Modem's FW update is not supported via ModemManager ( < v1.18 )
  
  There is no certificated modems can do the firmware upgrading flow for the 
regression test.
  This update should not affect existing modems.
  
  The problem would be limited to these two mentioned modems.
  Each carrier mapping .conf file is for a specific modem.
  ModemManager will load one of the carrier mapping conf files via the modem 
manufacturer’s plugin ( if the PCIe VID & PID is matched by the plugin.)
  We cannot verify if the carrier mapping is correct. This relies on the 
manufacturer to provide the correct mapping.
  
- The carrier mapping .conf files is verified by modem’s manufacture according 
to the tested SIM card published by different countries. 
- Modem manufacturer confirmed that the content in the .conf file is absolutely 
correct. 
- 
+ The carrier mapping .conf files is verified by modem’s manufacture according 
to the tested SIM card published by different countries.
+ Modem manufacturer confirmed that the content in the .conf file is absolutely 
correct.
  
  [Other Info]
  
  The firmware and the upgrading utilities can be downloaded from the following 
link:
  * LP#1943774 for Quectel modems
  * LP#1943780 for Foxconn modems

** Attachment added: "USB modem regression test"
   
https://bugs.launchpad.net/oem-priority/+bug/1946096/+attachment/5544542/+files/RegressionTestReport_%20EM05-CE.pdf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-11-18 Thread Jerry Lee
Hello, is there anything needs me to provide for moving to the next
step?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-11-12 Thread Jerry Lee
[Where problems could occur] is updated

** Description changed:

  [Impact]
  
  The modem certification requires that different modem firmware is used for 
different network carrier.
  This needs the firmware upgrading capability during the modem certification 
process.
  
  The modem manufacture vendors (Foxconn and Quectel) provided utilities to do 
modem's firmware upgrading manually.(LP#1943774, LP#1943780)
  These utilities are verified to be working when the recent versions(> v 
1.18.2) of ModemManager are used with.
  
  To support manual firmware upgrading on the current Focal release which is 
using ModemManager v 1.16.6, we need to apply some patches from v 1.18.2.
  The requested upstream patches are listed as below:
  * for Quectel EM160 4G
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/83ac82470589a3672092a0ba0be855093b1cf5e2
  * for Foxconn T99W175
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/21ae558fe3600c84b3ca7dcd9bf50a3ba576c7c9
    
**https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/76e700f4fd703f952208993330ab098305c13d6b
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/52bf2c641171ded9e617022f40497c8984520371
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/33e2b023ef01bea9da37ae2beb192f7d92bce47a
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/f72046701659073fbfa97516e155865647acb154
  
  The firmware upgrading was verified using the patched ModemManager v 1.16.6 
with the following 2 modems:
  * Foxconn SDX55 T99W175 5G sub6 PCIE Modem
  * Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem
  
  [Test Plan]
  
  1. Install the Ubuntu image.
  2. Boot and login the system.
  3. Prepare the modem’s firmware and install the firmware upgrading 
application provided by Foxconn and Quectel
  4. Using the firmware upgrading application to upgrade the modem’s firmware
  5. Verify if the modem’s firmware upgrading is successful
  6. Reboot
  7. Verify if the upgraded modem firmware is still working
  
  [Where problems could occur]
  
  The requested update has 2 parts:
  
  1. Informative
-1.1 Provide more information about modems whose drivers use WWAN subsystem 
in kernel 5.13
-1.2 Modem manufacture's private utilities can use this information to do 
modem's FW upgrading manually
+    1.1 Provide more information about modems whose drivers use WWAN subsystem 
in kernel 5.13
+    1.2 Modem manufacture's private utilities can use this information to do 
modem's FW upgrading manually
  
  2. Changes are specific to Foxconn and Quectel modems
-2.1 Modified code are only used by Foxconn and Quectel modems during their 
FW upgrading. (matched by vendor_id and product_id)
+    2.1 Modified code are only used by Foxconn and Quectel modems during their 
FW upgrading. (matched by vendor_id and product_id)
  
  In current Ubuntu's certification records for modem:
  * No other modem uses WWAN subsystem in kernel 5.13
  * Modem's FW update is not supported via ModemManager ( < v1.18 )
  
  There is no certificated modems can do the firmware upgrading flow for the 
regression test.
  This update should not affect existing modems.
  
+ The problem would be limited to these two mentioned modems.
+ Each carrier mapping .conf file is for a specific modem.
+ ModemManager will load one of the carrier mapping conf files via the modem 
manufacturer’s plugin ( if the PCIe VID & PID is matched by the plugin.)
+ We cannot verify if the carrier mapping is correct. This relies on the 
manufacturer to provide the correct mapping.
+ 
+ The carrier mapping .conf files is verified by modem’s manufacture according 
to the tested SIM card published by different countries. 
+ Modem manufacturer confirmed that the content in the .conf file is absolutely 
correct. 
+ 
+ 
  [Other Info]
  
  The firmware and the upgrading utilities can be downloaded from the following 
link:
  * LP#1943774 for Quectel modems
  * LP#1943780 for Foxconn modems

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-11-04 Thread Jerry Lee
[Where problems could occur] is updated

** Description changed:

  [Impact]
  
  The modem certification requires that different modem firmware is used for 
different network carrier.
  This needs the firmware upgrading capability during the modem certification 
process.
  
  The modem manufacture vendors (Foxconn and Quectel) provided utilities to do 
modem's firmware upgrading manually.(LP#1943774, LP#1943780)
  These utilities are verified to be working when the recent versions(> v 
1.18.2) of ModemManager are used with.
  
  To support manual firmware upgrading on the current Focal release which is 
using ModemManager v 1.16.6, we need to apply some patches from v 1.18.2.
  The requested upstream patches are listed as below:
  * for Quectel EM160 4G
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/83ac82470589a3672092a0ba0be855093b1cf5e2
  * for Foxconn T99W175
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/21ae558fe3600c84b3ca7dcd9bf50a3ba576c7c9
    
**https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/76e700f4fd703f952208993330ab098305c13d6b
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/52bf2c641171ded9e617022f40497c8984520371
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/33e2b023ef01bea9da37ae2beb192f7d92bce47a
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/f72046701659073fbfa97516e155865647acb154
  
  The firmware upgrading was verified using the patched ModemManager v 1.16.6 
with the following 2 modems:
  * Foxconn SDX55 T99W175 5G sub6 PCIE Modem
  * Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem
  
  [Test Plan]
  
  1. Install the Ubuntu image.
  2. Boot and login the system.
  3. Prepare the modem’s firmware and install the firmware upgrading 
application provided by Foxconn and Quectel
  4. Using the firmware upgrading application to upgrade the modem’s firmware
  5. Verify if the modem’s firmware upgrading is successful
  6. Reboot
  7. Verify if the upgraded modem firmware is still working
  
  [Where problems could occur]
  
- The requested upstream patches are for these 2 specific modems.
- This should not affect existing generic functions and other modems.
+ The requested update has 2 parts:
+ 
+ 1. Informative
+1.1 Provide more information about modems whose drivers use WWAN subsystem 
in kernel 5.13
+1.2 Modem manufacture's private utilities can use this information to do 
modem's FW upgrading manually
+ 
+ 2. Changes are specific to Foxconn and Quectel modems
+2.1 Modified code are only used by Foxconn and Quectel modems during their 
FW upgrading. (matched by vendor_id and product_id)
+ 
+ In current Ubuntu's certification records for modem:
+ * No other modem uses WWAN subsystem in kernel 5.13
+ * Modem's FW update is not supported via ModemManager ( < v1.18 )
+ 
+ There is no certificated modems can do the firmware upgrading flow for the 
regression test.
+ This update should not affect existing modems.
  
  [Other Info]
  
  The firmware and the upgrading utilities can be downloaded from the following 
link:
  * LP#1943774 for Quectel modems
  * LP#1943780 for Foxconn modems

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-10-27 Thread Jerry Lee
By investigating the mentioned patches directly, the existing behavior
should not be changed:

* The patch for Quectel EM160 4G
  There is only one patch, all changes are for the Quectel modems.

* Patches for Foxconn T99W175
  There are 5 patches, 
  (patch#1): Modify the command line tool to get additional scan report for 
WWAN subsystem
  (patch#2): Move methods between 2 files
  (patch#3): Add more 15 seconds wait for the firmware upgrading
  (patch#4): Rename an existed carrier mapping configuration file for Foxconn 
modem
  (patch#5): Add a new carrier mapping configuration file for Foxconn modem
  
From the code review, it's clear that changes only affect Foxconn and Quectel 
modems.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-10-26 Thread Jerry Lee
Yes, (3) is not expected to change existing behavior.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-10-25 Thread Jerry Lee
These patches are used for newer Foxconn/Quectel modems :
* whose drivers are using the WWAN subsystem in the kernel 5.13. ( this OEM 
project uses customized kernel )
* communicated to the ModemManager service via the MBIM protocol

These patches will not be used if the modem can't meet the above
requirements.

After checking Ubuntu certificated modems, there is no modem can meet
these 2 requirement to do the regression test.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-10-23 Thread Jerry Lee
Applying these changes should have no risk:
* These changes are only for specific modems.(Foxconn and Quecktel)
* These changes are used when the platform's vendors do the firmware upgrading 
for specific modems "manually".

We can try to find other modems then provide the regression test report
later.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-10-21 Thread Jerry Lee
** Description changed:

  [Impact]
+ 
+ The modem certification requires that different modem firmware is used for 
different network carrier.
+ This needs the firmware upgrading capability during the modem certification 
process.
  
  The modem manufacture vendors (Foxconn and Quectel) provided utilities to do 
modem's firmware upgrading manually.(LP#1943774, LP#1943780)
  These utilities are verified to be working when the recent versions(> v 
1.18.2) of ModemManager are used with.
  
  To support manual firmware upgrading on the current Focal release which is 
using ModemManager v 1.16.6, we need to apply some patches from v 1.18.2.
  The requested upstream patches are listed as below:
  * for Quectel EM160 4G
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/83ac82470589a3672092a0ba0be855093b1cf5e2
  * for Foxconn T99W175
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/21ae558fe3600c84b3ca7dcd9bf50a3ba576c7c9
    
**https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/76e700f4fd703f952208993330ab098305c13d6b
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/52bf2c641171ded9e617022f40497c8984520371
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/33e2b023ef01bea9da37ae2beb192f7d92bce47a
    ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/f72046701659073fbfa97516e155865647acb154
  
  The firmware upgrading was verified using the patched ModemManager v 1.16.6 
with the following 2 modems:
  * Foxconn SDX55 T99W175 5G sub6 PCIE Modem
  * Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem
  
  [Test Plan]
  
  1. Install the Ubuntu image.
  2. Boot and login the system.
  3. Prepare the modem’s firmware and install the firmware upgrading 
application provided by Foxconn and Quectel
  4. Using the firmware upgrading application to upgrade the modem’s firmware
  5. Verify if the modem’s firmware upgrading is successful
  6. Reboot
  7. Verify if the upgraded modem firmware is still working
  
  [Where problems could occur]
  
  The requested upstream patches are for these 2 specific modems.
  This should not affect existing generic functions and other modems.
  
  [Other Info]
  
  The firmware and the upgrading utilities can be downloaded from the following 
link:
  * LP#1943774 for Quectel modems
  * LP#1943780 for Foxconn modems

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-10-21 Thread Jerry Lee
The .debdiff file “modemmanager_1-1.16.6-2~21.04.1-hirsute.debdiff” is
attached for hirsute(21.04).

The pre-built package :  https://launchpad.net/~jerry-lee-
tpe/+archive/ubuntu/packages/+packages

** Patch added: "modemmanager_1-1.16.6-2~21.04.1-hirsute.debdiff"
   
https://bugs.launchpad.net/oem-priority/+bug/1946096/+attachment/5534867/+files/modemmanager_1-1.16.6-2~21.04.1-hirsute.debdiff

** Patch removed: "modemmanager_1-1.16.6-3-hirsute.debdiff"
   
https://bugs.launchpad.net/oem-priority/+bug/1946096/+attachment/5530707/+files/modemmanager_1-1.16.6-3~hirsute.debdiff

** Patch removed: "modemmanager_1-1.16.6-3-focal.debdiff"
   
https://bugs.launchpad.net/oem-priority/+bug/1946096/+attachment/5530706/+files/modemmanager_1-1.16.6-3-focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-10-21 Thread Jerry Lee
The .debdiff file “modemmanager_1-1.16.6-2~20.04.1-focal.debdiff” is
attached for focal(20.04).

The pre-built package :  https://launchpad.net/~jerry-lee-
tpe/+archive/ubuntu/packages/+packages


** Patch added: "modemmanager_1-1.16.6-2~20.04.1-focal.debdiff"
   
https://bugs.launchpad.net/oem-priority/+bug/1946096/+attachment/5534868/+files/modemmanager_1-1.16.6-2~20.04.1-focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-10-20 Thread Jerry Lee
** Description changed:

  [Impact]
  
- The following 2 modems need the ModemManager v1.16.6 suite to be patched from 
v1.18.2 to fix some problems(LP#1943774, LP#1943780):
- * Foxconn SDX55 T99W175 5G sub6 PCIE Modem
- * Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem 
+ The modem manufacture vendors (Foxconn and Quectel) provided utilities to do 
modem's firmware upgrading manually.(LP#1943774, LP#1943780)
+ These utilities are verified to be working when the recent versions(> v 
1.18.2) of ModemManager are used with.
  
+ To support manual firmware upgrading on the current Focal release which is 
using ModemManager v 1.16.6, we need to apply some patches from v 1.18.2.
  The requested upstream patches are listed as below:
  * for Quectel EM160 4G
-   ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/83ac82470589a3672092a0ba0be855093b1cf5e2
 
+   ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/83ac82470589a3672092a0ba0be855093b1cf5e2
  * for Foxconn T99W175
-   ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/21ae558fe3600c84b3ca7dcd9bf50a3ba576c7c9
-   
**https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/76e700f4fd703f952208993330ab098305c13d6b
-   ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/52bf2c641171ded9e617022f40497c8984520371
-   ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/33e2b023ef01bea9da37ae2beb192f7d92bce47a
-   ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/f72046701659073fbfa97516e155865647acb154
 
+   ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/21ae558fe3600c84b3ca7dcd9bf50a3ba576c7c9
+   
**https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/76e700f4fd703f952208993330ab098305c13d6b
+   ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/52bf2c641171ded9e617022f40497c8984520371
+   ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/33e2b023ef01bea9da37ae2beb192f7d92bce47a
+   ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/f72046701659073fbfa97516e155865647acb154
  
+ The firmware upgrading was verified using the patched ModemManager v 1.16.6 
with the following 2 modems:
+ * Foxconn SDX55 T99W175 5G sub6 PCIE Modem
+ * Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem
  
  [Test Plan]
  
  1. Install the Ubuntu image.
  2. Boot and login the system.
  3. Prepare the modem’s firmware and install the firmware upgrading 
application provided by Foxconn and Quectel
- 4. Using the firmware upgrading application to upgrade the modem’s firmware 
+ 4. Using the firmware upgrading application to upgrade the modem’s firmware
  5. Verify if the modem’s firmware upgrading is successful
- 6. Reboot 
+ 6. Reboot
  7. Verify if the upgraded modem firmware is still working
- 
  
  [Where problems could occur]
  
- The requested upstream patches are for these 2 specific modems and the status 
information.
+ The requested upstream patches are for these 2 specific modems.
  This should not affect existing generic functions and other modems.
- 
  
  [Other Info]
  
- The firmware and the upgrading application can be downloaded from the 
following link:
+ The firmware and the upgrading utilities can be downloaded from the following 
link:
  * LP#1943774 for Quectel modems
  * LP#1943780 for Foxconn modems

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Support manual firmware upgrading for Foxconn and Quectel modems.

2021-10-20 Thread Jerry Lee
** Summary changed:

- Apply upstream patches to fix problems for Foxconn and Quectel modems.
+ Support manual firmware upgrading for Foxconn and Quectel modems.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Support manual firmware upgrading for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Apply upstream patches to fix problems for Foxconn and Quectel modems.

2021-10-19 Thread Jerry Lee
Hi SRU team,

Please help to check the status of this case which looks stuck at some
steps.

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Apply upstream patches to fix problems for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946143] Re: Apply upstream patches to display 5G NSA status

2021-10-19 Thread Jerry Lee
Hi,

The libqmi packages from the {impish, hirsute, focal}-proposed channels
wrere verified.

The 5G status information can be displayed using the package from the
-proposed channel.

The detail testing report is attached as "Test Report for
LP#1946143.pdf".

Thanks

** Attachment added: "Test Report for LP#1946143.pdf"
   
https://bugs.launchpad.net/oem-priority/+bug/1946143/+attachment/5534488/+files/Test%20Report%20for%20LP%231946143.pdf

** Tags removed: verification-needed verification-needed-focal 
verification-needed-hirsute verification-needed-impish
** Tags added: verification-done verification-done-focal 
verification-done-hirsute verification-done-impish

** Tags removed: verification-done verification-done-focal 
verification-done-hirsute verification-done-impish
** Tags added: verification-needed verification-needed-focal 
verification-needed-hirsute verification-needed-impish

** Tags removed: verification-needed-focal verification-needed-hirsute 
verification-needed-impish
** Tags added: verification-done-focal verification-done-hirsute 
verification-done-impish

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946143

Title:
  Apply upstream patches to display 5G NSA status

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946143/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946143] Re: Apply upstream patches to display 5G NSA status

2021-10-12 Thread Jerry Lee
Hi Sebastien,

Thanks for your help.

I ave not found the packages are ready in *-proposed channels yet.
Can you help to check it?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946143

Title:
  Apply upstream patches to display 5G NSA status

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946143/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Apply upstream patches to fix problems for Foxconn and Quectel modems.

2021-10-12 Thread Jerry Lee
Hi Sebastien,

I verified this new package from impish-proposed :

* The version of the packages tested:
   ModemManager: 1.16.6-2‌ubuntu1

* The test report is attached as "TestReport_impish-
proposed_1946096.pdf".


Besides, I ave not found the packages are ready in hirsute-proposed and 
focal-proposed yet.
Can you help to check it?

Thanks

** Attachment added: "TestReport_impish-proposed_1946096.pdf"
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1946096/+attachment/5532306/+files/TestReport_impish-proposed_1946096.pdf

** Tags added: verification-done-impish

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Apply upstream patches to fix problems for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Apply upstream patches to fix problems for Foxconn and Quectel modems.

2021-10-07 Thread Jerry Lee
** Changed in: oem-priority
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Apply upstream patches to fix problems for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946143] Re: Apply upstream patches to display 5G NSA status

2021-10-07 Thread Jerry Lee
** Changed in: oem-priority
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946143

Title:
  Apply upstream patches to display 5G NSA status

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946143/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946143] Re: Apply upstream patches to display 5G NSA status

2021-10-06 Thread Jerry Lee
The .debdiff file “libqmi_1-1.28.6-2-impish.debdiff” is attached for
impish(22.04).

** Patch added: "libqmi_1-1.28.6-2-impish.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/libqmi/+bug/1946143/+attachment/5531016/+files/libqmi_1-1.28.6-2-impish.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946143

Title:
  Apply upstream patches to display 5G NSA status

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946143/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Apply upstream patches to fix problems for Foxconn and Quectel modems.

2021-10-06 Thread Jerry Lee
The .debdiff file “modemmanager_1-1.16.6-3-impish.debdiff” is attached
for impish(22.04).

The pre-built package :  https://launchpad.net/~jerry-lee-
tpe/+archive/ubuntu/packages/+packages

** Patch added: "modemmanager_1-1.16.6-3-impish.debdiff"
   
https://bugs.launchpad.net/oem-priority/+bug/1946096/+attachment/5531015/+files/modemmanager_1-1.16.6-3-impish.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Apply upstream patches to fix problems for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946143] Re: Apply upstream patches to display 5G NSA status

2021-10-05 Thread Jerry Lee
** Also affects: libqmi (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946143

Title:
  Apply upstream patches to display 5G NSA status

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946143/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Apply upstream patches to fix problems for Foxconn and Quectel modems.

2021-10-05 Thread Jerry Lee
** Changed in: oem-priority
 Assignee: (unassigned) => Jerry Lee (jerry-lee-tpe)

** Changed in: oem-priority
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Apply upstream patches to fix problems for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946143] [NEW] Apply upstream patches to display 5G NSA status

2021-10-05 Thread Jerry Lee
Public bug reported:

[Impact]

The 5G NSA status can not be displayed in the libqmi version 1.28.6-1. 
(LP#1937012)
The 5G NSA status is supported in the libqmi version 1.30.2.

The requested upstream patches are listed as below:
* 5G NSA status patches
  
https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/commit/29905223c5ae6e5e4ef9246dd9dd4d01b2819d9a
 

* qmicli,nas: flag as 'n/a' the 5G NSA signal quality if not connected
  
https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/commit/b05df7b658f9cfb4c5e74a3e07913de689914a8f
 


[Test Plan]

1. Install the Ubuntu image.
2. Boot and login the system.
3. Verify if the field “5G NSA Available: ” can be displayed via executing:

  $ sudo qmicli --device=/dev/wwan0p2MBIM --device-open-proxy 
--nas-get-system-info
  ...
5G NSA Available: 'no'
  ...


[Where problems could occur]

The requested upstream patches are for displaying the status information of 5G 
NSA network.
This should not affect existing generic functions.


[Other Info]

The latest version of libqmi suit can display the 5G NSA status.

** Affects: oem-priority
 Importance: Critical
 Assignee: Jerry Lee (jerry-lee-tpe)
 Status: New

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


** Tags: oem-priority

** Package changed: libqmi (Ubuntu) => oem-priority

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946143

Title:
  Apply upstream patches to display 5G NSA status

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946143/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Apply upstream patches to fix problems for Foxconn and Quectel modems.

2021-10-05 Thread Jerry Lee
The .debdiff file “modemmanager_1-1.16.6-3-hirsute.debdiff” is attached
for hirsute(21.04).

The pre-built package :  https://launchpad.net/~jerry-lee-
tpe/+archive/ubuntu/packages/+packages

** Patch added: "modemmanager_1-1.16.6-3-hirsute.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1946096/+attachment/5530707/+files/modemmanager_1-1.16.6-3~hirsute.debdiff

** Package changed: modemmanager (Ubuntu) => oem-priority

** Also affects: modemmanager (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Apply upstream patches to fix problems for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] Re: Apply upstream patches to fix problems for Foxconn and Quectel modems.

2021-10-05 Thread Jerry Lee
The .debdiff file “modemmanager_1-1.16.6-3-focal.debdiff” is attached
for focal(20.04).

The pre-built package : https://launchpad.net/~jerry-lee-
tpe/+archive/ubuntu/packages/+packages

** Patch added: "modemmanager_1-1.16.6-3-focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1946096/+attachment/5530706/+files/modemmanager_1-1.16.6-3-focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Apply upstream patches to fix problems for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946096] [NEW] Apply upstream patches to fix problems for Foxconn and Quectel modems.

2021-10-05 Thread Jerry Lee
Public bug reported:

[Impact]

The following 2 modems need the ModemManager v1.16.6 suite to be patched from 
v1.18.2 to fix some problems(LP#1943774, LP#1943780):
* Foxconn SDX55 T99W175 5G sub6 PCIE Modem
* Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem 

The requested upstream patches are listed as below:
* for Quectel EM160 4G
  ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/83ac82470589a3672092a0ba0be855093b1cf5e2
 
* for Foxconn T99W175
  ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/21ae558fe3600c84b3ca7dcd9bf50a3ba576c7c9
  
**https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/76e700f4fd703f952208993330ab098305c13d6b
  ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/52bf2c641171ded9e617022f40497c8984520371
  ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/33e2b023ef01bea9da37ae2beb192f7d92bce47a
  ** 
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/f72046701659073fbfa97516e155865647acb154
 


[Test Plan]

1. Install the Ubuntu image.
2. Boot and login the system.
3. Prepare the modem’s firmware and install the firmware upgrading application 
provided by Foxconn and Quectel
4. Using the firmware upgrading application to upgrade the modem’s firmware 
5. Verify if the modem’s firmware upgrading is successful
6. Reboot 
7. Verify if the upgraded modem firmware is still working


[Where problems could occur]

The requested upstream patches are for these 2 specific modems and the status 
information.
This should not affect existing generic functions and other modems.


[Other Info]

The firmware and the upgrading application can be downloaded from the following 
link:
* LP#1943774 for Quectel modems
* LP#1943780 for Foxconn modems

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


** Tags: oem-priority

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946096

Title:
  Apply upstream patches to fix problems for Foxconn and Quectel modems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1946096/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-09-02 Thread Jerry Lee
** Changed in: oem-priority
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-08-30 Thread Jerry Lee
BTW, the Lenovo's FCC unlock snap is ready for testing.

https://snapcraft.io/lenovo-wwan-dpr

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-08-25 Thread Jerry Lee
We have verified the packages on hirsute-proposed:
* The version of the packages tested:
   ModemManager: 1.16.6
   libmbim: 1.24.8
   libqmi: 1.28.6

* There are 2 different modems tested and passed the testing:
  (1) DW5820e [413C:81D9]
  (2) DW5821e [413C:81D7]

** Tags removed: verification-needed-hirsute
** Tags added: verification-done-hirsute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1940377] Re: The WWAN - Huawei Technologies Co., Ltd. [12d1:15c1] does not work after install Ubuntu Hirsute.

2021-08-20 Thread Jerry Lee
@Gabriel

Because this modem passed the test using Focal,
can you help to test the following cases for comparison?

(1) Using Hirsute 
The ModemManager is replaced from the -proposed channel
The default kernel in Hirsute is replaced with Focal’s kernel
(2) Using Focal 
The ModemManager is replaced from the -proposed channel
The default kernel in Focal is replaced with Hirsute’s kernel

If (1) passed, no need to test (2)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1940377

Title:
  The WWAN - Huawei Technologies Co., Ltd. [12d1:15c1] does not work
  after install Ubuntu Hirsute.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1940377/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1940377] Re: The WWAN - Huawei Technologies Co., Ltd. [12d1:15c1] does not work after install Ubuntu Hirsute.

2021-08-18 Thread Jerry Lee
Can we get the results fro the following commands:

$ lspci
$ sudo mmcli --list-modems
$ sudo mmcli --modem 0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1940377

Title:
  The WWAN - Huawei Technologies Co., Ltd. [12d1:15c1] does not work
  after install Ubuntu Hirsute.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1940377/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-08-16 Thread Jerry Lee
The resource is tight so that the plan is to complete the Hirsute
verification before Aug. 23.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-08-02 Thread Jerry Lee
We are arranging resource to do the coverage test for hirsute-proposed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-28 Thread Jerry Lee
We have verified the packages on focal-proposed:
* The version of the packages tested:
   ModemManager: 1.16.6
   libmbim:  1.24.8
   libqmi:   1.28.6

* The Mobile broadband/WWAN test cases in checkbox have been performed on the 
packages.
  There are 6 different modems tested and the reports can be downloaded:
  (1) 
https://certification.canonical.com/hardware/202010-28320/submission/223095/
  (2) 
https://certification.canonical.com/hardware/201601-20490/submission/223615/
  (3) 
https://certification.canonical.com/hardware/201601-20490/submission/223629/
  (4) 
https://certification.canonical.com/hardware/202010-28324/submission/223136/
  (5) 
https://certification.canonical.com/hardware/202103-28860/submission/224158/
  (6) 
https://certification.canonical.com/hardware/202103-28860/submission/224158/

* There is a stress test plan performed on the system installing packaes:
  (1) 
https://certification.canonical.com/hardware/202010-28324/submission/223167/

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-15 Thread Jerry Lee
The snap "dpr-wwan_1.0-wwan-test_amd64.snap" is provided by Lenovo (not
published yet), it will be published in the Snap store for Lenovo's
system to use it. (it recognizes Lenovo' system then do the FCC
unlocking)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-14 Thread Jerry Lee
Hi Brian,

I can't find the modemmanage from the focal-proposed channel to be upgraded.
https://people.canonical.com/~ubuntu-archive/pending-sru.html shows it is in 
"Dependency wait".

Please help to check it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-11 Thread Jerry Lee
Hi Brian,

This is a debdiff for libmbim applicable to Focal(1.22.0-2).

The maintainer scripts (libmbim-proxy.postinst, libmbim-proxy.postrm)
are added to keep mbim-proxy in both places.

I built this in pbuilder and it builds successfully, and I installed it,
the patch works as intended.


** Patch added: "libmbim_1.24.8-1~20.04.02-focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1934286/+attachment/5510464/+files/libmbim_1.24.8-1~20.04.02-focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-08 Thread Jerry Lee
As the ModemManager is only considered, mbim-proxy is started by the
ModemManager service:

"Jul 09 08:20:21 ubuntu-ThinkEdge-SE30 ModemManager[578]: spawning new
mbim-proxy (try 1)..."


And, the execution path is decided at 
https://github.com/linux-mobile-broadband/libmbim/blob/master/src/libmbim-glib/mbim-device.c#L1421:

   argc[0] = g_strdup (LIBEXEC_PATH "/mbim-proxy");

This looks like that the mbim-proxy is only used by the ModemManager
service.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-08 Thread Jerry Lee
Yes:
* there are no series-specific changes. (just one line in the change log from 
Impish)
* those are essentially straight backports to hirsute and focal

I've corrected the libmbim version to be the same as in Impish.

Thanks a lot!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-08 Thread Jerry Lee
** Description changed:

  [Impact]
  
  Some IOT products use wireless modems which can be working only when
  recent versions of the ModemManager suite are used.
  
  The following 2 modems need the ModemManager suite to be upgraded:
  * Foxconn SDX55 T99W175 5G sub6 PCIE Modem
  * Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem
  
  The main fix requested is to add the FCC unlock mechanism for Foxconn modems.
  * FCC unlock operation for Foxconn modems
  
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/534/commits
  * dms: new 'Foxconn Set FCC authentication' command
  
https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/merge_requests/254/commits
  
  The minimum versions of the ModemManager suite required to enable the support 
for the above 2 mentioned modems have been verified: (LP: #1928665)
  * ModemManager: 1.16.6
- * libmbim: 1.24.6
+ * libmbim: 1.24.8
  * libqmi : 1.28.6
  
  The ModemManager suite in the Impish release meets the requirements.
  
  [Test Plan]
  
  = How to Reproduce the Bug =
  
  Execute the following commands to list the modems detected by
  ModemManager in Hirsute and Focal releases:
  
  $ mmcli --list-modems
  No modems were found
  
  = Test Procedure =
  
  1. Install the Ubuntu system on the tested hardware
  
    The following images will be used to verify the version of the ModemManager 
suite:
    * Impish: 
https://cdimage.ubuntu.com/daily-live/current/impish-desktop-amd64.iso
    * Hirsute: https://releases.ubuntu.com/21.04/ubuntu-21.04-desktop-amd64.iso
    * Focal: 
https://releases.ubuntu.com/focal/ubuntu-20.04.2.0-desktop-amd64.iso
  
  2. Upgrade the kernel and driver  ( for Foxconn and Quectel modem )
  
    The kernel needs to get some patches from 5.13 and includes a back ported 
Quectel driver to support these 2 modems.
    We have prepared a kernel packages for testing: 
https://people.canonical.com/~mschiu77/lp1928665/v2/
  
  3. Install the ModemManager suite ( for Hirsute and Focal releases )
  
    The ModemManager suite will be installed from Impish:
  
  $ sudo apt update
  $ sudo apt install modemmanager/impish
  $ sudo apt install libqmi-utils/impish
  
  4. Execute the following commands
  
  4.1 Get the run-time environment
  
  $ uname -ar
  $ lsb_release -a
  $ mmcli -V
  $ qmicli -V
  
  4.2 Check the status of the ModemManager service
  
  $ sudo systemctl status ModemManager.service
  
  4.3 List the detected modems
  
  $ mmcli --list-modems
  
  4.4 Check the modem’s status
  
  $ mmcli --modem 0
  
  4.5 Install and execute Lenovo’s FCC unlock app ( for Quectel modem only
  )
  
  $ sudo snap install --devmode --dangerous dpr-wwan_1.0-wwan-
  test_amd64.snap
  
  4.6 Enable the detected modem
  
  $ sudo mmcli --modem 0 --enable
  
  4.7 Check the modem’s status
  
  $ mmcli --modem 0
  
  = Analyze the Tested Result =
  
  1. Check if installed packages are working
  
    The result of test procedure 4.1 and 4.2 can be used to make sure the 
installed packages are working.
    If the Modemmanager.service is active(running), the packages are working.
  
  2. Check if the supported modem can be detected
  
    The result of test procedure 4.3 can be used to see if the modem can be 
detected by ModemManager or not.
    The supported modems should be listed.
  
  3. Check if the modem can be enabled
  
    If the modem can be enabled, the state of the modem in the test
  procedure 4.7 will be set to be registered.
  
  [Where problems could occur]
  
  There is a risk that modems supported in the old versions of
  ModemManager suite may not be supported in the newer versions.
  
  [Other Info]
  
  We need to upgrade to these 3 packages (in Impish) at the same time:
  * ModemManager: 1.16.6
  * libmbim: 1.24.8
  * libqmi : 1.28.6
  
  To support the mentioned 2 modems, the system needs to use kernels which 
include specific patches and  kernel config options .
  For ex., there is a patched 5.11 kernel which is working for: 
https://bugs.launchpad.net/austin/+bug/1928665/comments/7

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-08 Thread Jerry Lee
** Description changed:

  [Impact]
  
  Some IOT products use wireless modems which can be working only when
  recent versions of the ModemManager suite are used.
  
  The following 2 modems need the ModemManager suite to be upgraded:
  * Foxconn SDX55 T99W175 5G sub6 PCIE Modem
- * Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem 
-  
+ * Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem
+ 
  The main fix requested is to add the FCC unlock mechanism for Foxconn modems.
  * FCC unlock operation for Foxconn modems
  
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/534/commits
  * dms: new 'Foxconn Set FCC authentication' command
  
https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/merge_requests/254/commits
  
  The minimum versions of the ModemManager suite required to enable the support 
for the above 2 mentioned modems have been verified: (LP: #1928665)
  * ModemManager: 1.16.6
  * libmbim: 1.24.6
  * libqmi : 1.28.6
  
  The ModemManager suite in the Impish release meets the requirements.
  
  [Test Plan]
  
  = How to Reproduce the Bug =
  
  Execute the following commands to list the modems detected by
  ModemManager in Hirsute and Focal releases:
  
  $ mmcli --list-modems
  No modems were found
  
- 
  = Test Procedure =
  
  1. Install the Ubuntu system on the tested hardware
  
-   The following images will be used to verify the version of the ModemManager 
suite: 
-   * Impish: 
https://cdimage.ubuntu.com/daily-live/current/impish-desktop-amd64.iso
-   * Hirsute: https://releases.ubuntu.com/21.04/ubuntu-21.04-desktop-amd64.iso
-   * Focal: 
https://releases.ubuntu.com/focal/ubuntu-20.04.2.0-desktop-amd64.iso
+   The following images will be used to verify the version of the ModemManager 
suite:
+   * Impish: 
https://cdimage.ubuntu.com/daily-live/current/impish-desktop-amd64.iso
+   * Hirsute: https://releases.ubuntu.com/21.04/ubuntu-21.04-desktop-amd64.iso
+   * Focal: 
https://releases.ubuntu.com/focal/ubuntu-20.04.2.0-desktop-amd64.iso
  
  2. Upgrade the kernel and driver  ( for Foxconn and Quectel modem )
  
-   The kernel needs to get some patches from 5.13 and includes a back ported 
Quectel driver to support these 2 modems.
-   We have prepared a kernel packages for testing: 
https://people.canonical.com/~mschiu77/lp1928665/v2/
+   The kernel needs to get some patches from 5.13 and includes a back ported 
Quectel driver to support these 2 modems.
+   We have prepared a kernel packages for testing: 
https://people.canonical.com/~mschiu77/lp1928665/v2/
  
  3. Install the ModemManager suite ( for Hirsute and Focal releases )
  
-   The ModemManager suite will be installed from Impish:
+   The ModemManager suite will be installed from Impish:
  
  $ sudo apt update
  $ sudo apt install modemmanager/impish
  $ sudo apt install libqmi-utils/impish
- 
  
  4. Execute the following commands
  
  4.1 Get the run-time environment
  
  $ uname -ar
  $ lsb_release -a
  $ mmcli -V
  $ qmicli -V
  
  4.2 Check the status of the ModemManager service
  
  $ sudo systemctl status ModemManager.service
  
- 
  4.3 List the detected modems
  
  $ mmcli --list-modems
- 
  
  4.4 Check the modem’s status
  
  $ mmcli --modem 0
  
- 
- 4.5 Install and execute Lenovo’s FCC unlock app ( for Quectel modem only )
+ 4.5 Install and execute Lenovo’s FCC unlock app ( for Quectel modem only
+ )
  
  $ sudo snap install --devmode --dangerous dpr-wwan_1.0-wwan-
  test_amd64.snap
  
- 
  4.6 Enable the detected modem
  
  $ sudo mmcli --modem 0 --enable
- 
  
  4.7 Check the modem’s status
  
  $ mmcli --modem 0
  
  = Analyze the Tested Result =
  
  1. Check if installed packages are working
  
-   The result of test procedure 4.1 and 4.2 can be used to make sure the 
installed packages are working.
-   If the Modemmanager.service is active(running), the packages are working.
+   The result of test procedure 4.1 and 4.2 can be used to make sure the 
installed packages are working.
+   If the Modemmanager.service is active(running), the packages are working.
  
  2. Check if the supported modem can be detected
  
-   The result of test procedure 4.3 can be used to see if the modem can be 
detected by ModemManager or not.
-   The supported modems should be listed.
+   The result of test procedure 4.3 can be used to see if the modem can be 
detected by ModemManager or not.
+   The supported modems should be listed.
  
  3. Check if the modem can be enabled
  
-   If the modem can be enabled, the state of the modem in the test
+   If the modem can be enabled, the state of the modem in the test
  procedure 4.7 will be set to be registered.
- 
  
  [Where problems could occur]
  
  There is a risk that modems supported in the old versions of
  ModemManager suite may not be supported in the newer versions.
  
+ [Other Info]
  
- [Other Info]
-  
- We need to upgrade to these 3 packages at the same time:
+ We need to upgrade to these 3 packages (in Impish) at the same time:
  * ModemManager: 

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-07 Thread Jerry Lee
The debian package modemmanager 1.16.6-2 can be found in the link:
https://launchpad.net/ubuntu/impish/+package/modemmanager

Attach the Debdiff file for Focal(20.04)

** Patch removed: "modemmanager_1-1.16.6-2-hirsute.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1934286/+attachment/5508440/+files/modemmanager_1-1.16.6-2-hirsute.debdiff

** Patch removed: "modemmanager_1-1.16.6-2-focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1934286/+attachment/5508441/+files/modemmanager_1-1.16.6-2-focal.debdiff

** Patch added: "modemmanager_1.16.6-2~20.04.2-focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1934286/+attachment/5509578/+files/modemmanager_1.16.6-2~20.04.2-focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-07 Thread Jerry Lee
Attach the Debdiff file for Hirsute (21.04)

** Patch added: "modemmanager_1.16.6-2~21.04-hirsute.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1934286/+attachment/5509579/+files/modemmanager_1.16.6-2~21.04-hirsute.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-01 Thread Jerry Lee
** Bug watch added: 
gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues #373
   https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/373

** Also affects: modemmanager via
   https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/373
   Importance: Unknown
   Status: Unknown

** No longer affects: modemmanager

** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Changed in: oem-priority
   Status: New => Confirmed

** Changed in: oem-priority
   Importance: Undecided => Critical

** Changed in: oem-priority
 Assignee: (unassigned) => Jerry Lee (jerry-lee-tpe)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1934286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-01 Thread Jerry Lee
Attach the Debdiff file for Focal(20.04)

The  debian package modemmanager 1.16.6-2 can be found in the link:
https://launchpad.net/ubuntu/impish/+package/modemmanager


** Patch added: "modemmanager_1-1.16.6-2-focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1934286/+attachment/5508441/+files/modemmanager_1-1.16.6-2-focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1934286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-01 Thread Jerry Lee
The test report is attached as "TestReports-1934286.pdf".

** Attachment added: "TestReports-1934286 .pdf"
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1934286/+attachment/5508439/+files/TestReports-1934286%20.pdf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1934286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] Re: Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-01 Thread Jerry Lee
Attach the Debdiff file for Hirsute(21.04)

** Patch added: "modemmanager_1-1.16.6-2-hirsute.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1934286/+attachment/5508440/+files/modemmanager_1-1.16.6-2-hirsute.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1934286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934286] [NEW] Update the ModemManager to 1.16.6-2 to support some modems in Focal and Hirsute releases.

2021-07-01 Thread Jerry Lee
Public bug reported:

[Impact]

Some IOT products use wireless modems which can be working only when
recent versions of the ModemManager suite are used.

The following 2 modems need the ModemManager suite to be upgraded:
* Foxconn SDX55 T99W175 5G sub6 PCIE Modem
* Quectel SDX24 EM160R-GL 4G LTE CAT16 PCIE Modem 
 
The main fix requested is to add the FCC unlock mechanism for Foxconn modems.
* FCC unlock operation for Foxconn modems
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/534/commits
* dms: new 'Foxconn Set FCC authentication' command
https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/merge_requests/254/commits

The minimum versions of the ModemManager suite required to enable the support 
for the above 2 mentioned modems have been verified: (LP: #1928665)
* ModemManager: 1.16.6
* libmbim: 1.24.6
* libqmi : 1.28.6

The ModemManager suite in the Impish release meets the requirements.

[Test Plan]

= How to Reproduce the Bug =

Execute the following commands to list the modems detected by
ModemManager in Hirsute and Focal releases:

$ mmcli --list-modems
No modems were found


= Test Procedure =

1. Install the Ubuntu system on the tested hardware

  The following images will be used to verify the version of the ModemManager 
suite: 
  * Impish: 
https://cdimage.ubuntu.com/daily-live/current/impish-desktop-amd64.iso
  * Hirsute: https://releases.ubuntu.com/21.04/ubuntu-21.04-desktop-amd64.iso
  * Focal: https://releases.ubuntu.com/focal/ubuntu-20.04.2.0-desktop-amd64.iso

2. Upgrade the kernel and driver  ( for Foxconn and Quectel modem )

  The kernel needs to get some patches from 5.13 and includes a back ported 
Quectel driver to support these 2 modems.
  We have prepared a kernel packages for testing: 
https://people.canonical.com/~mschiu77/lp1928665/v2/

3. Install the ModemManager suite ( for Hirsute and Focal releases )

  The ModemManager suite will be installed from Impish:

$ sudo apt update
$ sudo apt install modemmanager/impish
$ sudo apt install libqmi-utils/impish


4. Execute the following commands

4.1 Get the run-time environment

$ uname -ar
$ lsb_release -a
$ mmcli -V
$ qmicli -V

4.2 Check the status of the ModemManager service

$ sudo systemctl status ModemManager.service


4.3 List the detected modems

$ mmcli --list-modems


4.4 Check the modem’s status

$ mmcli --modem 0


4.5 Install and execute Lenovo’s FCC unlock app ( for Quectel modem only )

$ sudo snap install --devmode --dangerous dpr-wwan_1.0-wwan-
test_amd64.snap


4.6 Enable the detected modem

$ sudo mmcli --modem 0 --enable


4.7 Check the modem’s status

$ mmcli --modem 0

= Analyze the Tested Result =

1. Check if installed packages are working

  The result of test procedure 4.1 and 4.2 can be used to make sure the 
installed packages are working.
  If the Modemmanager.service is active(running), the packages are working.

2. Check if the supported modem can be detected

  The result of test procedure 4.3 can be used to see if the modem can be 
detected by ModemManager or not.
  The supported modems should be listed.

3. Check if the modem can be enabled

  If the modem can be enabled, the state of the modem in the test
procedure 4.7 will be set to be registered.


[Where problems could occur]

There is a risk that modems supported in the old versions of
ModemManager suite may not be supported in the newer versions.


[Other Info]
 
We need to upgrade to these 3 packages at the same time:
* ModemManager: 1.16.6
* libmbim: 1.24.6
* libqmi : 1.28.6

To support the mentioned 2 modems, the system needs to use kernels which 
include specific patches and  kernel config options .
For ex., there is a patched 5.11 kernel which is working for: 
https://bugs.launchpad.net/austin/+bug/1928665/comments/7

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


** Tags: oem-priority

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934286

Title:
  Update the ModemManager to 1.16.6-2 to support some modems in Focal
  and Hirsute releases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1934286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927028] Re: [Boot in Recovery mode] Menu is broken

2021-05-03 Thread Jerry Lee
** Attachment added: "menu is broken"
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1927028/+attachment/5494563/+files/recovery-mode.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927028

Title:
  [Boot in Recovery mode] Menu is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1927028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927028] [NEW] [Boot in Recovery mode] Menu is broken

2021-05-03 Thread Jerry Lee
Public bug reported:

1. Boot to Ubuntu 20.04 on the GRUB menu
2. Select “Advanced options for Ubuntu”
3. Select “ ...(recovery mode)”
4. When the Recovery Menu is displayed, the background system messages broke 
the menu.

My suggestion is to modify the grub.cfg by appending the following to
the kernel boot parameters only for the "recovery mode" item :

loglevel=0 systemd.show_status=0 systemd.log_level=0

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927028

Title:
  [Boot in Recovery mode] Menu is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1927028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1807537] Re: failure in fsck option of advanced boot

2021-05-03 Thread Jerry Lee
In recovery mode, the root file system is still mounted.

My suggestions for this issue:

* Remove this `fsck` item in the recovery mode
* Modify the “friendly-recovery” package: /lib/recovery-mode/recovery-menu
Let fsck to skip the root file system by the option -R.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1807537

Title:
  failure in fsck option of advanced boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1807537/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs