• How to check that my WWAN M.2 module is working.

    From Ankit Burman@21:1/5 to All on Tue Dec 6 23:05:52 2022
    Hi I tried interfacing my M.2 WWAN module but it is not detecting in my Linux OS. how do we verify whether it is present or not ?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Wed Dec 7 08:20:59 2022
    Am 06.12.2022 um 23:05:52 Uhr schrieb Ankit Burman:

    Hi I tried interfacing my M.2 WWAN module but it is not detecting in
    my Linux OS. how do we verify whether it is present or not ?

    Use lsusb and lspci.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Marco Moock on Wed Dec 7 14:04:59 2022
    On 2022-12-07 08:20, Marco Moock wrote:
    Am 06.12.2022 um 23:05:52 Uhr schrieb Ankit Burman:

    Hi I tried interfacing my M.2 WWAN module but it is not detecting in
    my Linux OS. how do we verify whether it is present or not ?

    Use lsusb and lspci.


    lsusb for an M.2 module will do nothing. And lspci I suspect will do
    nothing either, it is not the PCI bus.

    I tried on a computer here, and the m.2 disk is not detected that way.

    Best hope is google: "how detect M.2 modules in Linux?"



    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Wed Dec 7 14:26:35 2022
    Am 07.12.2022 um 14:04:59 Uhr schrieb Carlos E.R.:

    On 2022-12-07 08:20, Marco Moock wrote:
    Am 06.12.2022 um 23:05:52 Uhr schrieb Ankit Burman:

    Hi I tried interfacing my M.2 WWAN module but it is not detecting
    in my Linux OS. how do we verify whether it is present or not ?

    Use lsusb and lspci.


    lsusb for an M.2 module will do nothing. And lspci I suspect will do
    nothing either, it is not the PCI bus.

    It depends on the device. M.2 can provide PCIe (lspci detects also
    PCIe and AGP), SATA or USB.

    https://en.wikipedia.org/wiki/M.2

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Theo@21:1/5 to Carlos E.R. on Wed Dec 7 14:41:44 2022
    Carlos E.R. <robin_listas@es.invalid> wrote:
    On 2022-12-07 08:20, Marco Moock wrote:
    Am 06.12.2022 um 23:05:52 Uhr schrieb Ankit Burman:

    Hi I tried interfacing my M.2 WWAN module but it is not detecting in
    my Linux OS. how do we verify whether it is present or not ?

    Use lsusb and lspci.


    lsusb for an M.2 module will do nothing. And lspci I suspect will do
    nothing either, it is not the PCI bus.

    I would expect the majority of WWAN modules are USB, even in M.2 form
    factor. lsusb should show it.

    I tried on a computer here, and the m.2 disk is not detected that way.

    M.2 storage can be either PCIe (would show in lspci as an NVMe device) or
    SATA (would not, but would show at boot in dmesg).

    Theo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David W. Hodgins@21:1/5 to Ankit Burman on Wed Dec 7 02:23:13 2022
    On Wed, 07 Dec 2022 02:05:52 -0500, Ankit Burman <ankitburman001@gmail.com> wrote:

    Hi I tried interfacing my M.2 WWAN module but it is not detecting in my Linux OS. how do we verify whether it is present or not ?

    I've never used one. A quick search leads to https://www.kernel.org/doc/html/latest/networking/device_drivers/wwan/index.html

    Figure out which kernel module is needed and try loading it with modprobe.
    See if that shows anything in the journal.

    Regards, Dave Hodgins

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Thu Dec 8 09:44:26 2022
    Am 14.06.2006 schrieb Theo <theom+news@chiark.greenend.org.uk>:

    I would expect the majority of WWAN modules are USB, even in M.2 form
    factor. lsusb should show it.

    True, my module is USB and can be detected by lsusb.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From root@21:1/5 to Ankit Burman on Sat Dec 10 05:54:38 2022
    Ankit Burman <ankitburman001@gmail.com> wrote:
    Hi I tried interfacing my M.2 WWAN module but it is not detecting in my Linux OS. how do we verify whether it is present or not ?

    fdisk and lspci both show my m2 ssd. It comes up as /dev/nvme0n1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David W. Hodgins@21:1/5 to root on Sat Dec 10 02:06:14 2022
    On Sat, 10 Dec 2022 00:54:38 -0500, root <NoEMail@home.org> wrote:

    Ankit Burman <ankitburman001@gmail.com> wrote:
    Hi I tried interfacing my M.2 WWAN module but it is not detecting in my Linux OS. how do we verify whether it is present or not ?

    fdisk and lspci both show my m2 ssd. It comes up as /dev/nvme0n1

    The WWAN module is for a wireless wide area network device, not a storage device.

    WWAN is similar to a wireless internet device but instead of connecting to a router it connects to a cellular network like cell phones do.

    Regards, Dave Hodgins

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Sat Dec 10 10:17:46 2022
    Am 10.12.2022 um 02:06:14 Uhr schrieb David W. Hodgins:

    On Sat, 10 Dec 2022 00:54:38 -0500, root <NoEMail@home.org> wrote:

    Ankit Burman <ankitburman001@gmail.com> wrote:
    Hi I tried interfacing my M.2 WWAN module but it is not detecting
    in my Linux OS. how do we verify whether it is present or not ?

    fdisk and lspci both show my m2 ssd. It comes up as /dev/nvme0n1

    The WWAN module is for a wireless wide area network device, not a
    storage device.

    True, and therefore it can't use SATA via M.2, but it can use PCIe or
    USB.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Henrik Carlqvist@21:1/5 to Marco Moock on Sat Dec 10 10:43:38 2022
    On Sat, 10 Dec 2022 10:17:46 +0100, Marco Moock wrote:

    Am 10.12.2022 um 02:06:14 Uhr schrieb David W. Hodgins:
    The WWAN module is for a wireless wide area network device, not a
    storage device.

    True, and therefore it can't use SATA via M.2, but it can use PCIe or
    USB.

    Also, to be usable, it will not only require support in the kernel, but
    also configuration frome userspace applications where you might need to
    set things like network operator and access point names. Example of some
    WWAN documentation:

    https://www.kernel.org/doc/html/latest/networking/device_drivers/wwan/ t7xx.html

    regards Henrik

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)