#!/bin/sh

mv /sbin/getty /sbin/getty_
killall -9 getty
rmmod g_serial
modprobe g_serial use_acm=1
mv /sbin/getty_ /sbin/getty

