...
URL: https://github.com/dgraziotin/mbpfan
Install and follow instructions for installing as a servic eon startup
sensors applet
Code Block |
---|
|
apt-get install sensors-applet |
powertop
Code Block |
---|
|
apt-get install -y powertop |
Steam
Code Block |
---|
|
apt-get install -y steam |
Kodi
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 |
---|
|
apt-get install -y alsa-tools |
pavucontrol
Code Block |
---|
|
apt-get install -y pavucontrol |
Problems
Audio is a pain off the get-go when trying to output to hdmi.
Testing Speakers
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 |