Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can someone help me set up Display-Sink #165

Closed
mjmeans opened this issue Jan 18, 2017 · 1 comment
Closed

Can someone help me set up Display-Sink #165

mjmeans opened this issue Jan 18, 2017 · 1 comment

Comments

@mjmeans
Copy link

mjmeans commented Jan 18, 2017

So I know almost nothing about Linux. I have an RPi that I booted with NOOBS and selected Raspian. I used the following commands to set up the WiFi:

sudo wget https://dl.dropboxusercontent.com/u/80256631/install-wifi -O /usr/bin/install-wifi
sudo chmod +x /usr/bin/install-wifi
sudo install-wifi -c   //to make sure the 8188eu device is found
sudo install 8188eu    //to install the 8188eu device
sudo reboot

I am able to connect to te internet through the WiFi dongle, so that driver at least is working. I would like to make the RPi automatically boot into Display-Sink full screen without any UI, keyboard or any other UI. Automatically accept any Miracast connections and display the cast video full screen.

How do I do this? I'm looking for step by step instructions. Assume I know nothing at all about Linux. (I don't even know how to open up and use a text editor in Linux).

@albfan
Copy link
Owner

albfan commented Jan 18, 2017

I cannot make this work for raspbian as systemd is too old on that distro, miraclecast needs systemd > 220.

Things may have changed since then.

Read #66 for raspberri pi I and #100 for a succesful install on a raspberry pi 3

@albfan albfan closed this as completed Jan 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants