4

I have recently installed Ubuntu 14.04.1 LTS and I am having trouble using Amazon Instant Video. When I click on a video to play there is no option to play it, it just says that I can play it on a compatible device (kindle, phone,...) is there some package or something that I need to install?

Thanks for any help

I have successfully (I think) implemented the solution below but I still have the same problem.

After following the below I get:

nathan@nathan-S400CA:~$ sudo mkdir /etc/hal/fdi/preprobe   
[sudo] password for nathan:     
mkdir: cannot create directory ‘/etc/hal/fdi/preprobe’: File exists    
nathan@nathan-S400CA:~$ sudo mkdir /etc/hal/fdi/information    
mkdir: cannot create directory ‘/etc/hal/fdi/information’: File exists    
nathan@nathan-S400CA:~$ /usr/sbin/hald --daemon=yes --verbose=yes    
18:56:04.123 [I] hald.c:672: hal 0.5.14    
18:56:04.123 [I] hald.c:673: using child timeout 250s    
18:56:04.123 [I] hald.c:685: Will daemonize    
18:56:04.123 [I] hald.c:686: Becoming a daemon    
nathan@nathan-S400CA:~$ rm -rf ~/.adobe
muru
  • 197,895
  • 55
  • 485
  • 740
hmmmm
  • 219

1 Answers1

9

You need this flash plug in

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

Here is a post with more information LINK Post number 3

If after a reboot it wont work then copy paste this to a terminal, ONE LINE AT A TIME

sudo mkdir /etc/hal/fdi/preprobe
sudo add-apt-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install --install-recommends pipelight-multi
sudo pipelight-plugin --update
sudo mkdir /etc/hal/fdi/information

/usr/sbin/hald --daemon=yes --verbose=yes

rm -rf ~/.adobe

Do not be worried by these commands enter them one at a time and tell me of any errors ,reboot when you are finished.

OK If this is not working for you we will try another way, open terminal run one at a time

sudo add-apt-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install --install-recommends pipelight-multi
sudo pipelight-plugin --update

If a Microsoft core fonts licence screen comes up, first perss the tab key and then enter.

next run this command (this undoes what we first tried)

sudo apt-get remove --purge hal

And finally

sudo pipelight-plugin --enable flash

You could reboot here don't think you need to up to you.

Open your web browser and go to your video, the browser shoud automaticly try to download a plug in, give it permission if you have to.

When it is installed close your browser then open it again and it should work

To get silverlight close the browser

sudo pipelight-plugin --enable silverlight

Open the browser go to the video and the plug in will install then restart the browser.

Mark Kirby
  • 18,529
  • 19
  • 78
  • 114
  • Is there anyway that I can do this without the use of command lines and so on just using th gui? – hmmmm Aug 25 '14 at 15:33
  • 1
    Why I wrote all the code for you copy and paste into the terminal, copy one line press enter,enter your password, say yes or press enter if it asks, repet for the last two lines. – Mark Kirby Aug 25 '14 at 15:36
  • I made it even simpeler for you only one command copy the whole thing and paste in a terminal,enter your password, press enter if it ask you for confirmation. Job done – Mark Kirby Aug 25 '14 at 15:39
  • Thanks but it didn't work for me I've pasted the message I got into my question – hmmmm Aug 25 '14 at 16:52
  • He was missing some commands: sudo apt-get update && sudo apt-get install hal will finish your installation properly. – Jorge Castro Aug 25 '14 at 16:58
  • Please just enter them one at a time then – Mark Kirby Aug 25 '14 at 17:10
  • 1
    @Jorge thanks I did not realize the first command is add-apt and the rest apt-get, so could not do one code, have fixed – Mark Kirby Aug 25 '14 at 17:11
  • I have done this successfully (I think) but I still get the same problem? – hmmmm Aug 25 '14 at 17:33
  • did you reboot ? – Mark Kirby Aug 25 '14 at 17:37
  • You using firefox or chrome ? – Mark Kirby Aug 25 '14 at 17:39
  • Thanks, I have done this and I am just reeboting now, I am using firefox (sorry for the delay) – hmmmm Aug 25 '14 at 19:15
  • delay is ok will finish now – Mark Kirby Aug 25 '14 at 19:16
  • @markkirby my browser downloaded something called wine-flash, I closed my browser and re-opened but I still can't watch the video. I also re-booted just in case – hmmmm Aug 25 '14 at 19:34
  • 1
    Ok In firefox go to plug ins and find User Agent Overrider. Install this use its icon to change to a firefox windows option and try again – Mark Kirby Aug 25 '14 at 19:37
  • @markkirby And we are there! Thank you so much for the help that was great! – hmmmm Aug 25 '14 at 19:46
  • @markkirby Hey I don't know if you are still around but I have had another problem. It now says that I require silverlight to play videos on amazon instant. Is there a way to get this on ubuntu? – hmmmm Aug 25 '14 at 21:07
  • Yes what we did before was install the windows flash plug in so we can do silverlight the same. Will edit for you. – Mark Kirby Aug 25 '14 at 21:15
  • This solution seems to only work for firefox. It does not fix Chrome. However Chrome already worked with netflix it just doesn't work with amazon. Ideally we could fix Chrome too but I'm good with just firefox. – Jistanidiot Dec 02 '14 at 15:25