Skip to content

Instantly share code, notes, and snippets.

@barentsen
Created June 21, 2016 09:01
Show Gist options
  • Select an option

  • Save barentsen/bacd4360fb31e7456d659d07b014e834 to your computer and use it in GitHub Desktop.

Select an option

Save barentsen/bacd4360fb31e7456d659d07b014e834 to your computer and use it in GitHub Desktop.
How to get clickshare working on Ubuntu 16.04
sudo apt install libresample1
wget http://mirrors.kernel.org/ubuntu/pool/universe/liba/libav/libavutil52_9.18-0ubuntu0.14.04.1_amd64.deb
sudo dpkg -i libavutil52_9.18-0ubuntu0.14.04.1_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/universe/liba/libav/libswscale2_9.18-0ubuntu0.14.04.1_amd64.deb
sudo dpkg -i libswscale2_9.18-0ubuntu0.14.04.1_amd64.deb
wget https://www.dropbox.com/s/gg2i5wszrqkhzy8/clickshare_01.07.01-79_amd64.deb?dl=0#
sudo dpkg -i clickshare_01.07.01-79_amd64.deb
@ExiMentor

Copy link
Copy Markdown

I would be interessted, too. The support says there will be no Linux support for the Models C and CX, however the new models work via usb C and DP ALT.
So, they don't require driver.

We can just hope companies replace them as soon as possilbe...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment