Skip to content

Instantly share code, notes, and snippets.

@wanwan
wanwan / wwan
Created April 2, 2018 07:38
To make use of the Sierra EM7455 on my Lenovo Thinkpad P71 (Gentoo) I'm firing up this script.
#!/bin/bash
if [ `id -u` -ne 0 ]; then
exec sudo -E $0 $@
fi
if [[ $1 == 'start' ]]; then
# start modem manager service
/etc/init.d/modemmanager start