hi there,
i need to make some modifications to one of my bela instruments.
so i plugged it into my macbook air (with bigsur on it) and i cannot seem to connect over ssh or the IDE (anymore).
connecting via the screen command works just fine.
problem is, i need to download and later re-upload new puredata and heavy files to the board.
the board is on version 0.3.5b
ifconfig shows:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP>
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
nd6 options=201<PERFORMNUD,DAD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=400<CHANNEL_IO>
ether e0:ac:cb:67:24:d6
inet6 fe80::c45:d694:a375:b344%en0 prefixlen 64 secured scopeid 0x4
inet 192.168.43.184 netmask 0xffffff00 broadcast 192.168.43.255
nd6 options=201<PERFORMNUD,DAD>
media: autoselect
status: active
en1: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
options=460<TSO4,TSO6,CHANNEL_IO>
ether 82:18:0a:e4:95:80
inet 192.168.6.1 netmask 0xffffff00 broadcast 192.168.6.255
media: autoselect <full-duplex>
status: inactive
bridge0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=63<RXCSUM,TXCSUM,TSO4,TSO6>
ether 82:18:0a:e4:95:80
Configuration:
id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0
maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200
root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0
ipfilter disabled flags 0x0
member: en1 flags=3<LEARNING,DISCOVER>
ifmaxaddr 0 port 5 priority 0 path cost 0
nd6 options=201<PERFORMNUD,DAD>
media: <unknown type>
status: inactive
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
options=400<CHANNEL_IO>
ether 02:ac:cb:67:24:d6
media: autoselect
status: inactive
awdl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1484
options=400<CHANNEL_IO>
ether 72:a6:e8:38:cb:8e
inet6 fe80::70a6:e8ff:fe38:cb8e%awdl0 prefixlen 64 scopeid 0x8
nd6 options=201<PERFORMNUD,DAD>
media: autoselect
status: active
llw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=400<CHANNEL_IO>
ether 72:a6:e8:38:cb:8e
inet6 fe80::70a6:e8ff:fe38:cb8e%llw0 prefixlen 64 scopeid 0x9
nd6 options=201<PERFORMNUD,DAD>
media: autoselect
status: active
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1380
inet6 fe80::17fd:208e:662d:cbea%utun0 prefixlen 64 scopeid 0xa
nd6 options=201<PERFORMNUD,DAD>
utun1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 2000
inet6 fe80::9be1:5171:bf3e:66f%utun1 prefixlen 64 scopeid 0xb
nd6 options=201<PERFORMNUD,DAD>
en5: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=404<VLAN_MTU,CHANNEL_IO>
ether be:1a:e3:ba:c0:99
inet6 fe80::4a:8ff9:564d:1179%en5 prefixlen 64 optimistic secured scopeid 0xc
nd6 options=201<PERFORMNUD,DAD>
media: autoselect (none)
status: inactive
and /etc/network/interfaces on the board contains the following:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# USB RNDIS gadget (Windows / Linux compatible)
auto usb0
#iface usb0 inet dhcp
iface usb0 inet static
address 192.168.6.2
netmask 255.255.255.0
network 192.168.6.0
# USB ECM gadget (macOS / Linux compatible)
auto usb1
#iface usb1 inet dhcp
iface usb1 inet static
address 192.168.7.2
netmask 255.255.255.0
network 192.168.7.0
is there a workaround to download my files to my macbook? i am willing to update the system later on, if that makes things easier, but would still need to connect first.