Skip to content

Instantly share code, notes, and snippets.

View 3nprob's full-sized avatar

3nprob

View GitHub Profile
@3nprob
3nprob / Dockerfile
Created June 16, 2022 23:50
building gstreamer-spotify-rs
FROM rust:bullseye
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
ca-certificates \
git \
clang \
pkg-config \
meson libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-good debhelper \
cairo-5c \
@3nprob
3nprob / lte_mbim_from_scratch.md
Created December 1, 2021 02:52 — forked from Juul/lte_mbim_from_scratch.md
How to use 4G LTE modems like the MC7455 on both Debian/Ubuntu and OpenWRT using MBIM

The purpose of this document is to get you familiar with the concepts and command line tools involved with connecting to the internet using modern 4G LTE modems on both Debian/Ubuntu and OpenWRT.

This writeup is based on my experiences with the Sierra Wireless AirPrime MC7455 modem and a Calyx (Sprint) SIM card, but it should apply to most modern 4G LTE modems.

High level overview

These are the steps required:

  • Physically connect antennas
@3nprob
3nprob / lte_mbim_from_scratch.md
Created December 1, 2021 02:52 — forked from symfund/lte_mbim_from_scratch.md
How to use 4G LTE modems like the MC7455 on both Debian/Ubuntu and OpenWRT using MBIM

The purpose of this document is to get you familiar with the concepts and command line tools involved with connecting to the internet using modern 4G LTE modems on both Debian/Ubuntu and OpenWRT.

This writeup is based on my experiences with the Sierra Wireless AirPrime MC7455 modem and a Calyx (Sprint) SIM card, but it should apply to most modern 4G LTE modems.

High level overview

These are the steps required:

  • Physically connect antennas