https://github.com/xmm7360/xmm7360-pci
Install:
sudo dnf install kernel-debug-devel kernel-devel
Blacklist iomu driver as per:
https://docs.fedoraproject.org/en-US/Fedora/17/html/Installation_Guide/rescuemode_drivers-blacklisting.html
Create file iosm-blackilst.conf
Add entry:
blacklist isom
Reboot
cd xmm7360-pci
cp xmm7360.ini.sample xmm7360.ini
Edit xmm7360.ini
# driver config
apn=fast.t-mobile.com
#ip-fetch-timeout=1
#nodefaultroute=True
#metric=1000
# uncomment to not add DNS values to /etc/resolv.conf
#noresolv=True
# used to activate NetworkManager integration
dbus=True
# Setup script config
BIN_DIR=/usr/local/bin
./scripts/lte.sh setup
./scripts/lte.sh up
Test Connectivity