- Edited
OK, it's on en17
but for some reason it's not picking up the address. Is there a program running on Bela that takes up a lot of CPU? You may have to kill that in order to get access to the IDE. See: https://learn.bela.io/using-bela/about-bela/troubleshooting-guide/#program-running-at-boot-and-board-not-showing-up
After you stopped the program (if any), something like sudo ipconfig set en17 dhcp
should fix that. If that doesn't, then try sudo ifconfig en17 up 192.168.7.1
. There is no need to run ide.sh
as the IDE is already running on the board unless you disabled it via this script in the past.