How do I get WatchESPN to work?
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
add a comment |
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
add a comment |
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
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
firefox google-chrome flash chromium
edited Oct 7 '15 at 15:30
Jorge Castro
35.8k105422617
35.8k105422617
asked Oct 4 '15 at 0:22
Dustin Kirkland
10.8k25885
10.8k25885
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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.
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
add a comment |
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
edited Oct 4 '15 at 2:43
answered Oct 4 '15 at 1:57
KGIII
1,2311817
1,2311817
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
add a comment |
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
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Jun 22 '16 at 4:09
Jason Moiron
111
111
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
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