Cannot connect to wireless projector (Samsung LED TV)
up vote
2
down vote
favorite
I installed Ubuntu on my new laptop and I need to connect it to a Samsung LED TV.
When I was in Windows 10 I was able to connect to my TV by just pressing the combination of Windows+K. Then it would automatically connect to it. I can't connect now.
- Dell Inspiron 15 3552
- Ubuntu 16.04 LTS
wireless projector
add a comment |Â
up vote
2
down vote
favorite
I installed Ubuntu on my new laptop and I need to connect it to a Samsung LED TV.
When I was in Windows 10 I was able to connect to my TV by just pressing the combination of Windows+K. Then it would automatically connect to it. I can't connect now.
- Dell Inspiron 15 3552
- Ubuntu 16.04 LTS
wireless projector
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I installed Ubuntu on my new laptop and I need to connect it to a Samsung LED TV.
When I was in Windows 10 I was able to connect to my TV by just pressing the combination of Windows+K. Then it would automatically connect to it. I can't connect now.
- Dell Inspiron 15 3552
- Ubuntu 16.04 LTS
wireless projector
I installed Ubuntu on my new laptop and I need to connect it to a Samsung LED TV.
When I was in Windows 10 I was able to connect to my TV by just pressing the combination of Windows+K. Then it would automatically connect to it. I can't connect now.
- Dell Inspiron 15 3552
- Ubuntu 16.04 LTS
wireless projector
edited Apr 29 at 20:45
Zanna
48k13119227
48k13119227
asked Apr 25 at 15:14
Musthu
609
609
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
For the wireless projection You will need miraclecast to cast your screen over using the wireless display technology. To install miracle cast in Ubuntu via PPA:
sudo add-apt-repository ppa:thopiekar/miraclecast
sudo apt update
sudo apt install miraclecast ubuntu-restricted-extras check
To start casting
Shutdown
wpa_supplicant
and NetworkManager:sudo killall wpa_supplicant && sudo service network-manager stop
Launch wifi daemon:
sudo miracle-wifid &
Now run miraclecast as a peer (peer is your device that is casting its screen to the TV):
Launch wifi control:
sudo miracle-wifictl
this should give you the miraclecast CLI and a link number. select the link with
select link
Enable wifi-direct visibility on the other device (if possible)
From the CLI locate the TV using:
p2p-scan
you get something like
12:34:ab:cd:45:43.
ie the mac address
Then from the CLI initiate connection:
connect <mac addr> [pin]
the pin could be the pin of the tv
Also look at the answers to How can i connect ubuntu 17.10 to my LG Smart TV
The miraclecast project page is also here on GitHub.
i got a connection but i can't see my screen on the TV. can you please help
â Musthu
Apr 29 at 10:08
its is supposed to cast automatically once you connect. open an issue here. the developer assist you to solve it
â ptetteh227
Apr 30 at 1:44
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
For the wireless projection You will need miraclecast to cast your screen over using the wireless display technology. To install miracle cast in Ubuntu via PPA:
sudo add-apt-repository ppa:thopiekar/miraclecast
sudo apt update
sudo apt install miraclecast ubuntu-restricted-extras check
To start casting
Shutdown
wpa_supplicant
and NetworkManager:sudo killall wpa_supplicant && sudo service network-manager stop
Launch wifi daemon:
sudo miracle-wifid &
Now run miraclecast as a peer (peer is your device that is casting its screen to the TV):
Launch wifi control:
sudo miracle-wifictl
this should give you the miraclecast CLI and a link number. select the link with
select link
Enable wifi-direct visibility on the other device (if possible)
From the CLI locate the TV using:
p2p-scan
you get something like
12:34:ab:cd:45:43.
ie the mac address
Then from the CLI initiate connection:
connect <mac addr> [pin]
the pin could be the pin of the tv
Also look at the answers to How can i connect ubuntu 17.10 to my LG Smart TV
The miraclecast project page is also here on GitHub.
i got a connection but i can't see my screen on the TV. can you please help
â Musthu
Apr 29 at 10:08
its is supposed to cast automatically once you connect. open an issue here. the developer assist you to solve it
â ptetteh227
Apr 30 at 1:44
add a comment |Â
up vote
1
down vote
accepted
For the wireless projection You will need miraclecast to cast your screen over using the wireless display technology. To install miracle cast in Ubuntu via PPA:
sudo add-apt-repository ppa:thopiekar/miraclecast
sudo apt update
sudo apt install miraclecast ubuntu-restricted-extras check
To start casting
Shutdown
wpa_supplicant
and NetworkManager:sudo killall wpa_supplicant && sudo service network-manager stop
Launch wifi daemon:
sudo miracle-wifid &
Now run miraclecast as a peer (peer is your device that is casting its screen to the TV):
Launch wifi control:
sudo miracle-wifictl
this should give you the miraclecast CLI and a link number. select the link with
select link
Enable wifi-direct visibility on the other device (if possible)
From the CLI locate the TV using:
p2p-scan
you get something like
12:34:ab:cd:45:43.
ie the mac address
Then from the CLI initiate connection:
connect <mac addr> [pin]
the pin could be the pin of the tv
Also look at the answers to How can i connect ubuntu 17.10 to my LG Smart TV
The miraclecast project page is also here on GitHub.
i got a connection but i can't see my screen on the TV. can you please help
â Musthu
Apr 29 at 10:08
its is supposed to cast automatically once you connect. open an issue here. the developer assist you to solve it
â ptetteh227
Apr 30 at 1:44
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
For the wireless projection You will need miraclecast to cast your screen over using the wireless display technology. To install miracle cast in Ubuntu via PPA:
sudo add-apt-repository ppa:thopiekar/miraclecast
sudo apt update
sudo apt install miraclecast ubuntu-restricted-extras check
To start casting
Shutdown
wpa_supplicant
and NetworkManager:sudo killall wpa_supplicant && sudo service network-manager stop
Launch wifi daemon:
sudo miracle-wifid &
Now run miraclecast as a peer (peer is your device that is casting its screen to the TV):
Launch wifi control:
sudo miracle-wifictl
this should give you the miraclecast CLI and a link number. select the link with
select link
Enable wifi-direct visibility on the other device (if possible)
From the CLI locate the TV using:
p2p-scan
you get something like
12:34:ab:cd:45:43.
ie the mac address
Then from the CLI initiate connection:
connect <mac addr> [pin]
the pin could be the pin of the tv
Also look at the answers to How can i connect ubuntu 17.10 to my LG Smart TV
The miraclecast project page is also here on GitHub.
For the wireless projection You will need miraclecast to cast your screen over using the wireless display technology. To install miracle cast in Ubuntu via PPA:
sudo add-apt-repository ppa:thopiekar/miraclecast
sudo apt update
sudo apt install miraclecast ubuntu-restricted-extras check
To start casting
Shutdown
wpa_supplicant
and NetworkManager:sudo killall wpa_supplicant && sudo service network-manager stop
Launch wifi daemon:
sudo miracle-wifid &
Now run miraclecast as a peer (peer is your device that is casting its screen to the TV):
Launch wifi control:
sudo miracle-wifictl
this should give you the miraclecast CLI and a link number. select the link with
select link
Enable wifi-direct visibility on the other device (if possible)
From the CLI locate the TV using:
p2p-scan
you get something like
12:34:ab:cd:45:43.
ie the mac address
Then from the CLI initiate connection:
connect <mac addr> [pin]
the pin could be the pin of the tv
Also look at the answers to How can i connect ubuntu 17.10 to my LG Smart TV
The miraclecast project page is also here on GitHub.
edited Apr 30 at 1:42
answered Apr 25 at 17:54
ptetteh227
703115
703115
i got a connection but i can't see my screen on the TV. can you please help
â Musthu
Apr 29 at 10:08
its is supposed to cast automatically once you connect. open an issue here. the developer assist you to solve it
â ptetteh227
Apr 30 at 1:44
add a comment |Â
i got a connection but i can't see my screen on the TV. can you please help
â Musthu
Apr 29 at 10:08
its is supposed to cast automatically once you connect. open an issue here. the developer assist you to solve it
â ptetteh227
Apr 30 at 1:44
i got a connection but i can't see my screen on the TV. can you please help
â Musthu
Apr 29 at 10:08
i got a connection but i can't see my screen on the TV. can you please help
â Musthu
Apr 29 at 10:08
its is supposed to cast automatically once you connect. open an issue here. the developer assist you to solve it
â ptetteh227
Apr 30 at 1:44
its is supposed to cast automatically once you connect. open an issue here. the developer assist you to solve it
â ptetteh227
Apr 30 at 1:44
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028127%2fcannot-connect-to-wireless-projector-samsung-led-tv%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password