6         EIB_URL="tpuarts:/dev/ttyAMA0"
 
   7         # ttyAMA0 interferes with others. Check if everything is deactivated
 
  10                 if grep ttyAMA0 /etc/inittab
 
  12                         echo "ttyAMA0 not deactivated. Run dpkg eibd --reconfigure."
 
  16 elif [ -e /dev/ttyACM0 ]
 
  18         EIB_URL="tpuarts:/dev/ttyACM0"
 
  20         EIB_URL="ipt:127.0.0.1"
 
  23 echo "running under $IND_ADDR"
 
  24 echo "connect with $EIB_URL"
 
  25 /usr/bin/eibd -i -DTS -e $IND_ADDR $ADD_PARAM $EIB_URL &