How do I get WatchESPN to work?












5














I've tried Chromium, Chrome, and Firefox. I've tried various flash players (including Adobe Flash). I'm logged in through my cable provide. Still, no dice. I see some very old posts about installing "hal", but hal doesn't exist as a package any more, it seems.










share|improve this question





























    5














    I've tried Chromium, Chrome, and Firefox. I've tried various flash players (including Adobe Flash). I'm logged in through my cable provide. Still, no dice. I see some very old posts about installing "hal", but hal doesn't exist as a package any more, it seems.










    share|improve this question



























      5












      5








      5


      2





      I've tried Chromium, Chrome, and Firefox. I've tried various flash players (including Adobe Flash). I'm logged in through my cable provide. Still, no dice. I see some very old posts about installing "hal", but hal doesn't exist as a package any more, it seems.










      share|improve this question















      I've tried Chromium, Chrome, and Firefox. I've tried various flash players (including Adobe Flash). I'm logged in through my cable provide. Still, no dice. I see some very old posts about installing "hal", but hal doesn't exist as a package any more, it seems.







      firefox google-chrome flash chromium






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 7 '15 at 15:30









      Jorge Castro

      35.9k105422617




      35.9k105422617










      asked Oct 4 '15 at 0:22









      Dustin Kirkland

      10.8k25885




      10.8k25885






















          2 Answers
          2






          active

          oldest

          votes


















          6














          They require Adobe's Hardware Abstraction Layer (HAL) to be installed to view secured content (i.e DRM encumbered). The solution to install HAL is:



          sudo add-apt-repository ppa:mjblenner/ppa-hal
          sudo apt-get update
          sudo apt-get install hal


          Source: http://ubuntuforums.org/showthread.php?t=2255621



          More information can be found here:



          https://launchpad.net/~mjblenner/+archive/ubuntu/ppa-hal



          A few are still complaining it isn't working while others state that it works for them and that it works for other sites that they had previous issues with. Make sure to follow the directions carefully - if you have any questions then feel free to ask. Ensure that you have ad blocking software or script blocking software disabled for the site in question as well. If this resolves your problem then please be sure to mark it as solved to let others better find the solution.



          Edit: I forgot to mention that the project appears to still be active but doesn't have a lot of resources. Their most recent package was July 3rd of this year.






          share|improve this answer























          • Still not working. Ubuntu 15.10. Chrome and Firefox.
            – Dustin Kirkland
            Oct 24 '15 at 22:34










          • @DustinKirkland As 15.10 is still very new there may be a conflict which will require the HAL package to be updated. What I can suggest is adding the PPA and hopefully a package will drop soon. Are you using any third party add-ons with your browser? Hulu is, for instance, pretty specific with what works and what doesn't.
            – KGIII
            Oct 24 '15 at 23:37










          • Worked for me on Kubuntu 15.10, but it was buggy and had to sign in and out several times before it worked.
            – r3wt
            Apr 24 '16 at 0:35



















          1














          The instructions about installing HAL and using flashplugin-installer worked for me on one computer (in 15.10), but not on another (also in 15.10). After deleting ~/.mozilla/ a few times, I finally came upon this arch wiki entry about Flash DRM which mentioned that the Adobe flash plugin keeps a cache of files that may cause some trouble. It suggests:




          rm -rf ~/.adobe/Flash_Player/{NativeCache,AssetCache,APSPrivateData2}




          I was a bit less careful and just removed the entire ~/.adobe/ directory, at which point I was able to get espn3 working.






          share|improve this answer





















            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',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            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%2f681296%2fhow-do-i-get-watchespn-to-work%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            6














            They require Adobe's Hardware Abstraction Layer (HAL) to be installed to view secured content (i.e DRM encumbered). The solution to install HAL is:



            sudo add-apt-repository ppa:mjblenner/ppa-hal
            sudo apt-get update
            sudo apt-get install hal


            Source: http://ubuntuforums.org/showthread.php?t=2255621



            More information can be found here:



            https://launchpad.net/~mjblenner/+archive/ubuntu/ppa-hal



            A few are still complaining it isn't working while others state that it works for them and that it works for other sites that they had previous issues with. Make sure to follow the directions carefully - if you have any questions then feel free to ask. Ensure that you have ad blocking software or script blocking software disabled for the site in question as well. If this resolves your problem then please be sure to mark it as solved to let others better find the solution.



            Edit: I forgot to mention that the project appears to still be active but doesn't have a lot of resources. Their most recent package was July 3rd of this year.






            share|improve this answer























            • Still not working. Ubuntu 15.10. Chrome and Firefox.
              – Dustin Kirkland
              Oct 24 '15 at 22:34










            • @DustinKirkland As 15.10 is still very new there may be a conflict which will require the HAL package to be updated. What I can suggest is adding the PPA and hopefully a package will drop soon. Are you using any third party add-ons with your browser? Hulu is, for instance, pretty specific with what works and what doesn't.
              – KGIII
              Oct 24 '15 at 23:37










            • Worked for me on Kubuntu 15.10, but it was buggy and had to sign in and out several times before it worked.
              – r3wt
              Apr 24 '16 at 0:35
















            6














            They require Adobe's Hardware Abstraction Layer (HAL) to be installed to view secured content (i.e DRM encumbered). The solution to install HAL is:



            sudo add-apt-repository ppa:mjblenner/ppa-hal
            sudo apt-get update
            sudo apt-get install hal


            Source: http://ubuntuforums.org/showthread.php?t=2255621



            More information can be found here:



            https://launchpad.net/~mjblenner/+archive/ubuntu/ppa-hal



            A few are still complaining it isn't working while others state that it works for them and that it works for other sites that they had previous issues with. Make sure to follow the directions carefully - if you have any questions then feel free to ask. Ensure that you have ad blocking software or script blocking software disabled for the site in question as well. If this resolves your problem then please be sure to mark it as solved to let others better find the solution.



            Edit: I forgot to mention that the project appears to still be active but doesn't have a lot of resources. Their most recent package was July 3rd of this year.






            share|improve this answer























            • Still not working. Ubuntu 15.10. Chrome and Firefox.
              – Dustin Kirkland
              Oct 24 '15 at 22:34










            • @DustinKirkland As 15.10 is still very new there may be a conflict which will require the HAL package to be updated. What I can suggest is adding the PPA and hopefully a package will drop soon. Are you using any third party add-ons with your browser? Hulu is, for instance, pretty specific with what works and what doesn't.
              – KGIII
              Oct 24 '15 at 23:37










            • Worked for me on Kubuntu 15.10, but it was buggy and had to sign in and out several times before it worked.
              – r3wt
              Apr 24 '16 at 0:35














            6












            6








            6






            They require Adobe's Hardware Abstraction Layer (HAL) to be installed to view secured content (i.e DRM encumbered). The solution to install HAL is:



            sudo add-apt-repository ppa:mjblenner/ppa-hal
            sudo apt-get update
            sudo apt-get install hal


            Source: http://ubuntuforums.org/showthread.php?t=2255621



            More information can be found here:



            https://launchpad.net/~mjblenner/+archive/ubuntu/ppa-hal



            A few are still complaining it isn't working while others state that it works for them and that it works for other sites that they had previous issues with. Make sure to follow the directions carefully - if you have any questions then feel free to ask. Ensure that you have ad blocking software or script blocking software disabled for the site in question as well. If this resolves your problem then please be sure to mark it as solved to let others better find the solution.



            Edit: I forgot to mention that the project appears to still be active but doesn't have a lot of resources. Their most recent package was July 3rd of this year.






            share|improve this answer














            They require Adobe's Hardware Abstraction Layer (HAL) to be installed to view secured content (i.e DRM encumbered). The solution to install HAL is:



            sudo add-apt-repository ppa:mjblenner/ppa-hal
            sudo apt-get update
            sudo apt-get install hal


            Source: http://ubuntuforums.org/showthread.php?t=2255621



            More information can be found here:



            https://launchpad.net/~mjblenner/+archive/ubuntu/ppa-hal



            A few are still complaining it isn't working while others state that it works for them and that it works for other sites that they had previous issues with. Make sure to follow the directions carefully - if you have any questions then feel free to ask. Ensure that you have ad blocking software or script blocking software disabled for the site in question as well. If this resolves your problem then please be sure to mark it as solved to let others better find the solution.



            Edit: I forgot to mention that the project appears to still be active but doesn't have a lot of resources. Their most recent package was July 3rd of this year.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Oct 4 '15 at 2:43

























            answered Oct 4 '15 at 1:57









            KGIII

            1,2411817




            1,2411817












            • Still not working. Ubuntu 15.10. Chrome and Firefox.
              – Dustin Kirkland
              Oct 24 '15 at 22:34










            • @DustinKirkland As 15.10 is still very new there may be a conflict which will require the HAL package to be updated. What I can suggest is adding the PPA and hopefully a package will drop soon. Are you using any third party add-ons with your browser? Hulu is, for instance, pretty specific with what works and what doesn't.
              – KGIII
              Oct 24 '15 at 23:37










            • Worked for me on Kubuntu 15.10, but it was buggy and had to sign in and out several times before it worked.
              – r3wt
              Apr 24 '16 at 0:35


















            • Still not working. Ubuntu 15.10. Chrome and Firefox.
              – Dustin Kirkland
              Oct 24 '15 at 22:34










            • @DustinKirkland As 15.10 is still very new there may be a conflict which will require the HAL package to be updated. What I can suggest is adding the PPA and hopefully a package will drop soon. Are you using any third party add-ons with your browser? Hulu is, for instance, pretty specific with what works and what doesn't.
              – KGIII
              Oct 24 '15 at 23:37










            • Worked for me on Kubuntu 15.10, but it was buggy and had to sign in and out several times before it worked.
              – r3wt
              Apr 24 '16 at 0:35
















            Still not working. Ubuntu 15.10. Chrome and Firefox.
            – Dustin Kirkland
            Oct 24 '15 at 22:34




            Still not working. Ubuntu 15.10. Chrome and Firefox.
            – Dustin Kirkland
            Oct 24 '15 at 22:34












            @DustinKirkland As 15.10 is still very new there may be a conflict which will require the HAL package to be updated. What I can suggest is adding the PPA and hopefully a package will drop soon. Are you using any third party add-ons with your browser? Hulu is, for instance, pretty specific with what works and what doesn't.
            – KGIII
            Oct 24 '15 at 23:37




            @DustinKirkland As 15.10 is still very new there may be a conflict which will require the HAL package to be updated. What I can suggest is adding the PPA and hopefully a package will drop soon. Are you using any third party add-ons with your browser? Hulu is, for instance, pretty specific with what works and what doesn't.
            – KGIII
            Oct 24 '15 at 23:37












            Worked for me on Kubuntu 15.10, but it was buggy and had to sign in and out several times before it worked.
            – r3wt
            Apr 24 '16 at 0:35




            Worked for me on Kubuntu 15.10, but it was buggy and had to sign in and out several times before it worked.
            – r3wt
            Apr 24 '16 at 0:35













            1














            The instructions about installing HAL and using flashplugin-installer worked for me on one computer (in 15.10), but not on another (also in 15.10). After deleting ~/.mozilla/ a few times, I finally came upon this arch wiki entry about Flash DRM which mentioned that the Adobe flash plugin keeps a cache of files that may cause some trouble. It suggests:




            rm -rf ~/.adobe/Flash_Player/{NativeCache,AssetCache,APSPrivateData2}




            I was a bit less careful and just removed the entire ~/.adobe/ directory, at which point I was able to get espn3 working.






            share|improve this answer


























              1














              The instructions about installing HAL and using flashplugin-installer worked for me on one computer (in 15.10), but not on another (also in 15.10). After deleting ~/.mozilla/ a few times, I finally came upon this arch wiki entry about Flash DRM which mentioned that the Adobe flash plugin keeps a cache of files that may cause some trouble. It suggests:




              rm -rf ~/.adobe/Flash_Player/{NativeCache,AssetCache,APSPrivateData2}




              I was a bit less careful and just removed the entire ~/.adobe/ directory, at which point I was able to get espn3 working.






              share|improve this answer
























                1












                1








                1






                The instructions about installing HAL and using flashplugin-installer worked for me on one computer (in 15.10), but not on another (also in 15.10). After deleting ~/.mozilla/ a few times, I finally came upon this arch wiki entry about Flash DRM which mentioned that the Adobe flash plugin keeps a cache of files that may cause some trouble. It suggests:




                rm -rf ~/.adobe/Flash_Player/{NativeCache,AssetCache,APSPrivateData2}




                I was a bit less careful and just removed the entire ~/.adobe/ directory, at which point I was able to get espn3 working.






                share|improve this answer












                The instructions about installing HAL and using flashplugin-installer worked for me on one computer (in 15.10), but not on another (also in 15.10). After deleting ~/.mozilla/ a few times, I finally came upon this arch wiki entry about Flash DRM which mentioned that the Adobe flash plugin keeps a cache of files that may cause some trouble. It suggests:




                rm -rf ~/.adobe/Flash_Player/{NativeCache,AssetCache,APSPrivateData2}




                I was a bit less careful and just removed the entire ~/.adobe/ directory, at which point I was able to get espn3 working.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 22 '16 at 4:09









                Jason Moiron

                111




                111






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f681296%2fhow-do-i-get-watchespn-to-work%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                    Mangá

                     ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕