Changes between Version 140 and Version 141 of wireless/modem
- Timestamp:
- 11/20/2025 08:23:35 PM (44 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/modem
v140 v141 2225 2225 === FN920 Troubleshooting 2226 2226 * Be sure the modem PCIe ID is included the the MHI PCIe driver (kernel commit by Telit in 6.16 kernel [https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/bus/mhi/host/pci_generic.c?id=6348f62ef7ecc5855b710a7d4ea682425c38bb80 here]) 2227 * If device ID is not in driver, the driver won't bind to the PCIe device, use lspci - -vv to see the binding like below:2227 * If device ID is not in driver, the driver won't bind to the PCIe device, use lspci -v to see the binding like below: 2228 2228 {{{ 2229 2229 03:00.0 Unassigned class [ff00]: Qualcomm Technologies, Inc Device 011a … … 2247 2247 * Be sure pin 20 is pulled low for Mini-PCIe mode 2248 2248 * Be sure all MHI related drivers are turned on in the kernel 2249 * Be sure the boot logs have information such as the example below: 2249 2250 {{{ 2250 2251 root@noble-venice:~# dmesg | grep elit … … 2253 2254 2254 2255 }}} 2255 2256 {{{ 2257 root@noble-venice:~# dmesg | grep mhi 2258 [ 6.426205] mhi-pci-generic 0000:03:00.0: MHI PCI device found: telit-fn920c04 2259 [ 6.426232] mhi-pci-generic 0000:03:00.0: BAR 0 [mem 0x18100000-0x18100fff 64bit]: assigned 2260 [ 6.426289] mhi-pci-generic 0000:03:00.0: enabling device (0000 -> 0002) 2261 [ 6.438773] mhi mhi0: Requested to power ON 2262 [ 6.438827] mhi mhi0: Power on setup success 2263 [ 14.091684] mhi mhi0: Wait for device to enter SBL or Mission mode 2264 2265 }}} 2256 2266 2257 2267
