What service do I need to install on Debian to access my Beaglebone via USB?

I recently installed Debian on my Beaglebone, but I have now lost the ability to plug in via USB and connect to the board directly for development (the whole 192.168.7.2 part)

Does anyone know what service(s) I would need to install to get this feature back? I far prefer debian as it’s easier to get stuff installed, but this is a very useful feature.

Cheers,

Harvey.

I recently installed Debian on my Beaglebone, but I have now lost the
ability to plug in via USB and connect to the board directly for development
(the whole 192.168.7.2 part)

Well, it was an init script..

/etc/init.d/boot_scripts.sh (which called) /opt/boot-scripts/${board}.sh

${BOARD} is defined in /boot/uboot/SOC.sh

It was only ran if "/boot/uboot/run_boot-scripts" was set..

Does anyone know what service(s) I would need to install to get this feature
back? I far prefer debian as it's easier to get stuff installed, but this is
a very useful feature.

Regards,