Kodi Community Forum

Full Version: [LINUX] XBMC on ASRock Core 100 HT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

1. I tried to run the Live XBM version on this machine, but it stops after an error that the Intel HD Graphics card is not supported.

2. So I tried to follow the wiki "Installing XBMC for Linux". I install Ubuntu 9.10 and run the commands:

> sudo apt-get install python-software-properties pkg-config
> sudo add-apt-repository ppa:team-xbmc

This last command produces an error that the key cannot be found from keyserver.ubuntu.com

What an I doing wrong? Is there another way to install XBMC on Ubuntu on my machine? I don't want to use Windows 7!

Thanks in advance,

Theo.
After some quick googling, it appears the live version has issues with intel graphics 'out of the box' so to speak.

What driver is specified in your xorg.conf?
gulcher Wrote:Hi,
> sudo apt-get install python-software-properties pkg-config
> sudo add-apt-repository ppa:team-xbmc

This last command produces an error that the key cannot be found from keyserver.ubuntu.com

What does-it say? Could you copy the exact message?
I was installing yesterday and the keyserver seemed to be down, you can however get around it with this: sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 91E7EE5E

Although the keyserver seems to be up now and you should be able to use it now.