Skip to content

Instantly share code, notes, and snippets.

@ymollard
Created April 4, 2023 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ymollard/5e4c38db0c3e94ed7bdc7ada22634bad to your computer and use it in GitHub Desktop.
Save ymollard/5e4c38db0c3e94ed7bdc7ada22634bad to your computer and use it in GitHub Desktop.
sudo iw dev wlan0 interface add wlan1 type station

Connect to Barco Clickshare via Linux

The USB-C Clickshare is just an external Network card.

Get the password of the Clickshare network and connect to it.

Create a virtual Wifi card so that you can still access the web:

Replace wlan0 by your own card:

sudo iw dev wlan0 interface add wlanvirt type station 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment