qbunt / lte-pi

Aircard 340U LTE SystemD service for Raspbian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lte-pi

A simple systemd unit file and service for the AT&T aircard 340U LTE card.

This project is intended for use on the Raspberry Pi 3 running modern Debian (this was tested extensively on Jessie). This will run an Netgear / AT&T Aircard 340U USB LTE card well in a situation where you need a Pi to run on LTE.

example of card in action

Install

Clone the repo (or copy it via flash drive)

./install.sh

Uninstall

./uninstall.sh

If you don't see the card connected on the card's display, run reboot and check for a connection on the card's display


The above commands should be all you need, however, if you need to manually start or stop the services, this is how that works.

Manual Start

Note: You shouldn't need to do run either of these unless something goes wrong

sudo systemctl start aircard.service

Manual Stop

sudo systemctl stop aircard.service

If systemctl isn't available

// 'start','stop' or 'restart'
sudo /usr/bin/aircard.sh start

License

MIT

Contributors

qbunt

About

Aircard 340U LTE SystemD service for Raspbian

License:MIT License


Languages

Language:Shell 100.0%