-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
running Oscilloscope without net-tools
[notice ] Trying to detect internet access
[notice ] PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=58 time=23.3 ms
--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 23.321/23.321/23.321/0.000 ms
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9892 100 9892 0 0 54160 0 --:--:-- --:--:-- --:--:-- 54351
[notice ] Latest version: v1.11.1
{
"wifi": {
"advertising": {
"sendAdvertisingInterval_msec": 1000, // Duration between sending advertising messages
"checkAdvertisingInterval_msec": 100, // Duration between checking for advertising responses
"threadSleep_usec": 1000, // Duration advertising thread sleeps between loops
"transmission": {
"broadcast": {
"enabled": true
},
"unicast": {
"enabled": true,
"ipMax": 254,
"ipMin": 2,
"nUnicastIpsPerLoop": 1,
"unicastMinLoopDelay_msec": 3
}
}
},
"data": {
// WARNING data threadSleep_usec alters timesync comms. Change with caution.
"threadSleep_usec": 100
},
"network": {
"excludeList": [ "" ],
"includeList": [ "*.*.*.*" ]
}
},
"lsl": {
"marker": {
"name": "DataSyncMarker",
"sourceId": "12345"
}
}
}
[notice ] [EmotiBitWifiHost] CommSettings loaded:
{
"wifi": {
"advertising": {
"sendAdvertisingInterval_msec": 1000, // Duration between sending advertising messages
"checkAdvertisingInterval_msec": 100, // Duration between checking for advertising responses
"threadSleep_usec": 1000, // Duration advertising thread sleeps between loops
"transmission": {
"broadcast": {
"enabled": true
},
"unicast": {
"enabled": true,
"ipMax": 254,
"ipMin": 2,
"nUnicastIpsPerLoop": 1,
"unicastMinLoopDelay_msec": 3
}
}
},
"data": {
// WARNING data threadSleep_usec alters timesync comms. Change with caution.
"threadSleep_usec": 100
},
"network": {
"excludeList": [ "" ],
"includeList": [ "*.*.*.*" ]
}
},
"lsl": {
"marker": {
"name": "DataSyncMarker",
"sourceId": "12345"
}
}
}
sh: 1: ifconfig: not found
sh: 1: ifconfig: not found
sh: 1: ifconfig: not found
sh: 1: ifconfig: not found
sh: 1: ifconfig: not found
sh: 1: ifconfig: not found
sh: 1: ifconfig: not found
sh: 1: ifconfig: not found
sh: 1: ifconfig: not found
sh: 1: ifconfig: not found
[notice ] check if network adapters are enabled
[notice ] PatchBoard succesfully loaded
[notice ] ofxLSL::Resolver: start resolving LSL version 1.14 and protocol 1.10
If you just run ifconfig on terminal. we get the response
Command 'ifconfig' not found, but can be installed with:
sudo apt install net-tools
After installing net-tools, EmotiBitOscilloscope runs successfully

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working