Overlay kernel headers and needed packages:
rpm-ostree install kernel-devel kernel-headers gcc make python-pip
Reboot to apply:
reboot
Clone the repo to your home dir:
git clone [email protected]:xmm7360/xmm7360-pci
Make and save this script to setup wwan modem on fresh boot / after waking from suspend.
#!/usr/bin/env bash
# Enable read-write /usr
sudo rpm-ostree usroverlay
# Unload iosm kernel driver
sudo rmmod iosm
# CD into the xmm7360 dir
cd ~/xmm7360-pci
# Make and Load xmm7360
sudo ./scripts/lte.sh setup
# Setup LTE
sudo lte up
sudo lte down
# Fix xmm7360, (repeat this step twice if needed, just copy this last line and readd it)
sudo ./scripts/lte.sh setup