We have enjoyed watching many of the Amazon Prime videos in the past. Unfortunately, on the last few machines that I have rebuilt, they wouldn’t play. It just said to upgrade the Flash Player. The usual tricks didn’t work.
Update: I found a different but easier solution for Ubuntu 13.10. See this post.
Thanks to Ask Ubuntu and Aaron, I found the solution. In summary, here are the commands that got the job done:
sudo apt-get install hal sudo mkdir /etc/hal/fdi/preprobe sudo mkdir /etc/hal/fdi/information /usr/sbin/hald --daemon=yes --verbose=yes rm -rf ~/.adobe
Here are the steps…