Skip to content
David Lechner edited this page Aug 15, 2017 · 5 revisions

Welcome to the vscode-ev3dev-browser wiki!

Troubleshooting

Linux

My device does not appear in the list when using USB or Bluetooth

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).

Clone this wiki locally