Cannot connect to wireless projector (Samsung LED TV)

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








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






share|improve this question


























    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






    share|improve this question
























      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






      share|improve this question














      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








      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 29 at 20:45









      Zanna

      48k13119227




      48k13119227










      asked Apr 25 at 15:14









      Musthu

      609




      609




















          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




          1. Shutdown wpa_supplicant and NetworkManager:



            sudo killall wpa_supplicant && sudo service network-manager stop



          2. Launch wifi daemon:



            sudo miracle-wifid &


            Now run miraclecast as a peer (peer is your device that is casting its screen to the TV):




          3. Launch wifi control:



            sudo miracle-wifictl


            this should give you the miraclecast CLI and a link number. select the link with select link



          4. Enable wifi-direct visibility on the other device (if possible)



          5. 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.






          share|improve this answer






















          • 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











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          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






























          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




          1. Shutdown wpa_supplicant and NetworkManager:



            sudo killall wpa_supplicant && sudo service network-manager stop



          2. Launch wifi daemon:



            sudo miracle-wifid &


            Now run miraclecast as a peer (peer is your device that is casting its screen to the TV):




          3. Launch wifi control:



            sudo miracle-wifictl


            this should give you the miraclecast CLI and a link number. select the link with select link



          4. Enable wifi-direct visibility on the other device (if possible)



          5. 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.






          share|improve this answer






















          • 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















          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




          1. Shutdown wpa_supplicant and NetworkManager:



            sudo killall wpa_supplicant && sudo service network-manager stop



          2. Launch wifi daemon:



            sudo miracle-wifid &


            Now run miraclecast as a peer (peer is your device that is casting its screen to the TV):




          3. Launch wifi control:



            sudo miracle-wifictl


            this should give you the miraclecast CLI and a link number. select the link with select link



          4. Enable wifi-direct visibility on the other device (if possible)



          5. 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.






          share|improve this answer






















          • 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













          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




          1. Shutdown wpa_supplicant and NetworkManager:



            sudo killall wpa_supplicant && sudo service network-manager stop



          2. Launch wifi daemon:



            sudo miracle-wifid &


            Now run miraclecast as a peer (peer is your device that is casting its screen to the TV):




          3. Launch wifi control:



            sudo miracle-wifictl


            this should give you the miraclecast CLI and a link number. select the link with select link



          4. Enable wifi-direct visibility on the other device (if possible)



          5. 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.






          share|improve this answer














          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




          1. Shutdown wpa_supplicant and NetworkManager:



            sudo killall wpa_supplicant && sudo service network-manager stop



          2. Launch wifi daemon:



            sudo miracle-wifid &


            Now run miraclecast as a peer (peer is your device that is casting its screen to the TV):




          3. Launch wifi control:



            sudo miracle-wifictl


            this should give you the miraclecast CLI and a link number. select the link with select link



          4. Enable wifi-direct visibility on the other device (if possible)



          5. 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.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          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

















          • 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


















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          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













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491