Questions tagged [libqmi]

6 questions
2
votes
1 answer

How should the libqmi be linked?

I've tried to use libqmi but I can't get through the linker. It keeps saying "undefined reference" on libqmi functions. Any suggestions what is needed? Paths and libraries are available for gcc, the symbols are inside libqmi-glib, looks like…
PPaweł
  • 21
  • 1
1
vote
1 answer

Hot to initialize LTE module using libqmi and systemd-network (networkd-dispatcher)

I want to initialize the lte module using libqmi and networkd-dispatcher. What I got so far is a shell script which is located at /etc/networkd-dispatcher/degraded.d/01-wwan.sh #!/bin/bash interface="${IFACE}" if [[…
Florian Berndl
  • 1,136
  • 8
  • 27
1
vote
0 answers

Using QMI interface modem on Android AOSP to setup data connection

I have a modem with QMI interface, it enumerates to /dev/cdc-wdm0 and network interface wwan0. I installed libqmi on my Linux machine and I am able to setup data on interface wwan0 using qmicli. I have followed following steps: 1) sudo ifconfig…
0
votes
2 answers

How to change mode(or product ID) of SIMCOM module (SIM8262E-M2)

I messed up. I got this SIMCOM module recently, with 5G support. SIM8262E-M2 This is based on Snapdragon X62 Modem. It has 4 modes(or product IDs) of operation: at+cusbcfg=? gives the following: 9001,9003,9011,901e The default factory mode is…
Xplore
  • 361
  • 1
  • 2
  • 12
0
votes
1 answer

Libqmi - glib callback function not getting called

I am new to libqmi and wanted to start by just opening a new device. But the callback function is never getting called and therefore no device object returned. I running the code on Ubuntu 64 Bit. On this website:…
Strange
  • 1
  • 1
0
votes
0 answers

Sierra Wireless AirPrime Issue

Facing a bit of issue with Sierra Wireless AirPrime EM7430. It's added in device which has internal sim slot and USB ports as well. The device has Ubuntu 14.04 OS server and we SSH to it. Now, for the USB port, I can connect modem ( using…
priths14
  • 1
  • 3