Activity log for bug #2038259

Date Who What changed Old value New value Message
2023-10-03 05:42:15 You-Sheng Yang bug added bug
2023-10-03 05:43:55 You-Sheng Yang bug added subscriber Canonical Hardware Enablement
2023-10-03 05:44:04 You-Sheng Yang tags oem-priority originate-from-2012811 somerville
2023-10-03 05:44:24 You-Sheng Yang bug task added linux (Ubuntu)
2023-10-03 05:44:34 You-Sheng Yang nominated for series Ubuntu Jammy
2023-10-03 05:44:34 You-Sheng Yang bug task added linux (Ubuntu Jammy)
2023-10-03 05:44:34 You-Sheng Yang bug task added linux-oem-6.5 (Ubuntu Jammy)
2023-10-03 05:44:34 You-Sheng Yang nominated for series Ubuntu Mantic
2023-10-03 05:44:34 You-Sheng Yang bug task added linux (Ubuntu Mantic)
2023-10-03 05:44:34 You-Sheng Yang bug task added linux-oem-6.5 (Ubuntu Mantic)
2023-10-03 05:44:43 You-Sheng Yang linux-oem-6.5 (Ubuntu Mantic): status New Invalid
2023-10-03 05:45:00 You-Sheng Yang linux (Ubuntu Jammy): status New Won't Fix
2023-10-03 05:45:07 You-Sheng Yang linux (Ubuntu Mantic): status New Confirmed
2023-10-03 05:45:10 You-Sheng Yang linux-oem-6.5 (Ubuntu Jammy): status New Confirmed
2023-11-30 06:21:38 You-Sheng Yang description Required fix: https://lore.kernel.org/linux-usb/20230901093610.67438-1-puliang.lu@fibocom.com BugLink: https://bugs.launchpad.net/bugs/2038259 [Impact] Missing usb serial interface for FM101R-GL. [Fix] * commit 52480e1f1a25 ("USB: serial: option: add Fibocom to DELL custom modem FM101R-GL"): in v6.6-rc7 * commit a1092619dd28 ("USB: serial: option: fix FM101R-GL defines"): in v6.7-rc3 [Test Case] 1. check lsusb & dmesg output ``` $ lsusb Bus 004 Device 002: ID 413c:8215 Dell Computer Corp. Fibocom FM101-GL Module ... $ sudo dmesg [ 8.460678] usbcore: registered new interface driver usbserial_generic [ 8.460690] usbserial: USB Serial support registered for generic [ 8.549734] usbcore: registered new interface driver option [ 8.550108] usbserial: USB Serial support registered for GSM modem (1-port) [ 8.550266] option 4-4:1.2: GSM modem (1-port) converter detected [ 8.553584] usb 4-4: GSM modem (1-port) converter now attached to ttyUSB0 [ 8.556445] usbcore: registered new interface driver cdc_ncm [ 8.601187] usbcore: registered new interface driver cdc_wdm [ 9.059744] cdc_mbim 4-4:1.0: setting rx_max = 16384 [ 9.060079] cdc_mbim 4-4:1.0: cdc-wdm0: USB WDM device [ 9.060338] wwan wwan0: port wwan0mbim0 attached ``` 2. make sure ModemManager has probed it: ``` $ mmcli -L /org/freedesktop/ModemManager1/Modem/0 [Fibocom Wireless Inc.] Fibocom FM101-GL Module ``` [Where problems could occur] New hardware, still under development. Maybe we'll have to enable/patch for its vendor specific interface or so. [Other Info] The first patch is available for v6.6, and the second for v6.7. While we're enabling it on linux-oem-6.5/jammy, nominate for linux/noble, which is currently on v6.6, and linux-oem-6.5.
2023-11-30 06:21:47 You-Sheng Yang linux-oem-6.5 (Ubuntu Jammy): status Confirmed In Progress
2023-11-30 06:21:57 You-Sheng Yang linux (Ubuntu): status Confirmed In Progress
2023-11-30 06:22:04 You-Sheng Yang linux (Ubuntu Mantic): status Confirmed Won't Fix
2023-11-30 06:22:09 You-Sheng Yang linux (Ubuntu): importance Undecided High
2023-11-30 06:22:12 You-Sheng Yang linux (Ubuntu): assignee You-Sheng Yang (vicamo)
2023-11-30 06:22:16 You-Sheng Yang linux-oem-6.5 (Ubuntu Jammy): importance Undecided High
2023-11-30 06:22:18 You-Sheng Yang linux-oem-6.5 (Ubuntu Mantic): assignee You-Sheng Yang (vicamo)
2023-11-30 06:22:35 You-Sheng Yang description BugLink: https://bugs.launchpad.net/bugs/2038259 [Impact] Missing usb serial interface for FM101R-GL. [Fix] * commit 52480e1f1a25 ("USB: serial: option: add Fibocom to DELL custom modem FM101R-GL"): in v6.6-rc7 * commit a1092619dd28 ("USB: serial: option: fix FM101R-GL defines"): in v6.7-rc3 [Test Case] 1. check lsusb & dmesg output ``` $ lsusb Bus 004 Device 002: ID 413c:8215 Dell Computer Corp. Fibocom FM101-GL Module ... $ sudo dmesg [ 8.460678] usbcore: registered new interface driver usbserial_generic [ 8.460690] usbserial: USB Serial support registered for generic [ 8.549734] usbcore: registered new interface driver option [ 8.550108] usbserial: USB Serial support registered for GSM modem (1-port) [ 8.550266] option 4-4:1.2: GSM modem (1-port) converter detected [ 8.553584] usb 4-4: GSM modem (1-port) converter now attached to ttyUSB0 [ 8.556445] usbcore: registered new interface driver cdc_ncm [ 8.601187] usbcore: registered new interface driver cdc_wdm [ 9.059744] cdc_mbim 4-4:1.0: setting rx_max = 16384 [ 9.060079] cdc_mbim 4-4:1.0: cdc-wdm0: USB WDM device [ 9.060338] wwan wwan0: port wwan0mbim0 attached ``` 2. make sure ModemManager has probed it: ``` $ mmcli -L /org/freedesktop/ModemManager1/Modem/0 [Fibocom Wireless Inc.] Fibocom FM101-GL Module ``` [Where problems could occur] New hardware, still under development. Maybe we'll have to enable/patch for its vendor specific interface or so. [Other Info] The first patch is available for v6.6, and the second for v6.7. While we're enabling it on linux-oem-6.5/jammy, nominate for linux/noble, which is currently on v6.6, and linux-oem-6.5. [SRU Justification] [Impact] Missing usb serial interface for FM101R-GL. [Fix] * commit 52480e1f1a25 ("USB: serial: option: add Fibocom to DELL custom modem FM101R-GL"): in v6.6-rc7 * commit a1092619dd28 ("USB: serial: option: fix FM101R-GL defines"): in v6.7-rc3 [Test Case] 1. check lsusb & dmesg output ``` $ lsusb Bus 004 Device 002: ID 413c:8215 Dell Computer Corp. Fibocom FM101-GL Module ... $ sudo dmesg [ 8.460678] usbcore: registered new interface driver usbserial_generic [ 8.460690] usbserial: USB Serial support registered for generic [ 8.549734] usbcore: registered new interface driver option [ 8.550108] usbserial: USB Serial support registered for GSM modem (1-port) [ 8.550266] option 4-4:1.2: GSM modem (1-port) converter detected [ 8.553584] usb 4-4: GSM modem (1-port) converter now attached to ttyUSB0 [ 8.556445] usbcore: registered new interface driver cdc_ncm [ 8.601187] usbcore: registered new interface driver cdc_wdm [ 9.059744] cdc_mbim 4-4:1.0: setting rx_max = 16384 [ 9.060079] cdc_mbim 4-4:1.0: cdc-wdm0: USB WDM device [ 9.060338] wwan wwan0: port wwan0mbim0 attached ``` 2. make sure ModemManager has probed it: ``` $ mmcli -L     /org/freedesktop/ModemManager1/Modem/0 [Fibocom Wireless Inc.] Fibocom FM101-GL Module ``` [Where problems could occur] New hardware, still under development. Maybe we'll have to enable/patch for its vendor specific interface or so. [Other Info] The first patch is available for v6.6, and the second for v6.7. While we're enabling it on linux-oem-6.5/jammy, nominate for linux/noble, which is currently on v6.6, and linux-oem-6.5.
2023-11-30 10:29:42 You-Sheng Yang linux-oem-6.5 (Ubuntu Jammy): assignee You-Sheng Yang (vicamo)
2023-11-30 10:29:45 You-Sheng Yang linux-oem-6.5 (Ubuntu Mantic): assignee You-Sheng Yang (vicamo)
2023-12-14 00:16:14 Ubuntu Kernel Bot tags oem-priority originate-from-2012811 somerville kernel-spammed-jammy-linux-oem-6.5-v2 oem-priority originate-from-2012811 somerville verification-needed-jammy-linux-oem-6.5
2024-01-03 07:26:09 Timo Aaltonen linux-oem-6.5 (Ubuntu Jammy): status In Progress Fix Committed
2024-01-03 09:34:45 You-Sheng Yang tags kernel-spammed-jammy-linux-oem-6.5-v2 oem-priority originate-from-2012811 somerville verification-needed-jammy-linux-oem-6.5 kernel-spammed-jammy-linux-oem-6.5-v2 oem-priority originate-from-2012811 somerville verification-done-jammy-linux-oem-6.5
2024-01-09 21:43:42 Launchpad Janitor linux-oem-6.5 (Ubuntu Jammy): status Fix Committed Fix Released