Difference between revisions of "Flash DRM content"
(Add category.) |
|||
Line 1: | Line 1: | ||
+ | [[Category:Player]] | ||
If you try to watch Amazon Instant Video, you may see the following error: '''''an error occurred and your player could not be updated''''' | If you try to watch Amazon Instant Video, you may see the following error: '''''an error occurred and your player could not be updated''''' | ||
− | |||
Amazon Instant Video requires the HAL daemon to be running. As it is deprecated, it is not likely to be installed on newer systems. Checking to see if hal is installed is easy, simply run the following command: | Amazon Instant Video requires the HAL daemon to be running. As it is deprecated, it is not likely to be installed on newer systems. Checking to see if hal is installed is easy, simply run the following command: | ||
$ pacman -Qi hal hal-info | $ pacman -Qi hal hal-info | ||
− | |||
If hal is not installed, you will need to install [https://aur.archlinux.org/packages.php?ID=51454 hal] and [https://aur.archlinux.org/packages.php?ID=51457 hal-info] from the [[Arch User Repository|AUR]]. hal-info is a dependency of hal and should be installed first. | If hal is not installed, you will need to install [https://aur.archlinux.org/packages.php?ID=51454 hal] and [https://aur.archlinux.org/packages.php?ID=51457 hal-info] from the [[Arch User Repository|AUR]]. hal-info is a dependency of hal and should be installed first. | ||
− | |||
Once you have confirmed that hal is installed, start the daemon. | Once you have confirmed that hal is installed, start the daemon. | ||
− | |||
'''sysvinit:''' | '''sysvinit:''' | ||
Line 18: | Line 15: | ||
'''systemd:''' | '''systemd:''' | ||
# systemctl start hal.service | # systemctl start hal.service | ||
− | |||
You may also wish to enable the daemon at boot, either by adding '''hal''' to your '''DAEMONS''' array in /etc/rc.conf (if using sysvinit), or by running '''systemctl enable hal.service''' as root (if running systemd). | You may also wish to enable the daemon at boot, either by adding '''hal''' to your '''DAEMONS''' array in /etc/rc.conf (if using sysvinit), or by running '''systemctl enable hal.service''' as root (if running systemd). |
Revision as of 06:47, 28 September 2012
If you try to watch Amazon Instant Video, you may see the following error: an error occurred and your player could not be updated
Amazon Instant Video requires the HAL daemon to be running. As it is deprecated, it is not likely to be installed on newer systems. Checking to see if hal is installed is easy, simply run the following command:
$ pacman -Qi hal hal-info
If hal is not installed, you will need to install hal and hal-info from the AUR. hal-info is a dependency of hal and should be installed first.
Once you have confirmed that hal is installed, start the daemon.
sysvinit:
# /etc/rc.d/hal start
systemd:
# systemctl start hal.service
You may also wish to enable the daemon at boot, either by adding hal to your DAEMONS array in /etc/rc.conf (if using sysvinit), or by running systemctl enable hal.service as root (if running systemd).