...
Code Block | ||||
---|---|---|---|---|
| ||||
apt-get install software-properties-common add-apt-repository ppa:team-xbmc/ppa apt-get update apt-get install -y kodi |
alsa-tools
Used for audio drivers
...
Code Block | ||||
---|---|---|---|---|
| ||||
speaker-test -t wav -c 2 |
Booting EFI
Hold the ALT key until rEFIt starts and choose the USB boot
On the linux boot up, choose "e" to edit, and at the end of the config, but just before "quiet", add "nomodeset" - If you don't do that, if will halt on boot
when in, install efibootmgr:
Code Block | ||||
---|---|---|---|---|
| ||||
apt install efibootmgr |