How can i connect ubuntu 17.10 to my LG Smart TV
Solution 1:
From your comments, it sounds like you're using Miracast under Windows, the successor being Miraclecast. I'd recommend downloading and installing the Miraclecast project. The quick procedure would be to:
- Download the zip file from the release folder
- In the
miraclecast-1.0
folder, run theautogen.sh
script - Run
./configure
- Run
make
- Finally, run
sudo make install
This should install Miraclecast on your machine.
For a discussion and additional details, see the detailed AskUbuntu thread here.