#!/bin/bash

set +e

rmmod option
rmmod usb_wwan
# and all ppp stuff if still up  only happens when I unplug the stick while connected?
rmmod ppp_deflate zlib_deflate bsd_comp ppp_async crc_ccitt ppp_generic slhc
rmmod usbserial
sleep 0.1
modprobe usbserial vendor=0x1410 product=0x7030
