Skip to content

Need net-tools to run EmotiBit Oscilloscope on lionux #249

@nitin710

Description

@nitin710

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
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions