diff --git a/src/etc/rc b/src/etc/rc index 0ee65f2eb..a6e8f3729 100755 --- a/src/etc/rc +++ b/src/etc/rc @@ -88,13 +88,6 @@ if [ ! -f /usr/local/openssl/openssl.cnf ]; then echo "done." fi -#Eject CD devices on 3G modems -MANUFACTURER="huawei|zte" -CDDEVICE=`dmesg |egrep -ie "($MANUFACTURER)" | awk -F: '/cd/ {print $1}'` -if [ "$CDDEVICE" != "" ]; then - cdcontrol -f /dev/"$CDDEVICE" eject -fi - # Enable console output if its muted. /sbin/conscontrol mute off >/dev/null