-
Notifications
You must be signed in to change notification settings - Fork 13
Home
David Lechner edited this page Sep 3, 2017
·
5 revisions
Welcome to the vscode-ev3dev-browser wiki!
If your Linux host system is running avahi (it probably is). You need to edit /etc/avahi/avahi-daemon.conf.
In the [reflector] section, make sure enable-reflector is not commented out and it is set to yes.
[reflector]
enable-reflector=yes
Warning: This could cause network problems if you set this on more than one computer and these computers are connected to multiple networks (read the man page for more info).
Additionally, for Bluetooth, if you are using a bridge to connect to the Internet (you probably are), you will need to disable multicast snooping on the bridge. You need to know of the bridge device. In this example it is pan1 (so replace that value if yours is different).
sudo sh -c 'echo 0 > /sys/devices/virtual/net/pan1/bridge/multicast_snooping'