Changes between Version 140 and Version 141 of wireless/modem


Ignore:
Timestamp:
11/20/2025 08:23:35 PM (44 hours ago)
Author:
Ryan Erbstoesser
Comment:

add notes for grep mhi on fn920

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v140 v141  
    22252225=== FN920 Troubleshooting
    22262226 * 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:
    22282228{{{
    2229222903:00.0 Unassigned class [ff00]: Qualcomm Technologies, Inc Device 011a
     
    22472247 * Be sure pin 20 is pulled low for Mini-PCIe mode
    22482248 * 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:
    22492250{{{
    22502251root@noble-venice:~# dmesg | grep elit
     
    22532254
    22542255}}}
    2255 
     2256{{{
     2257root@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}}}
    22562266
    22572267