Skip to content

Instantly share code, notes, and snippets.

View matt-allan's full-sized avatar

Matt A matt-allan

  • Destructure
  • Marshall, NC
View GitHub Profile
@matt-allan
matt-allan / xbmcSetup.md
Last active September 26, 2015 01:16
xbmc setup crouton
@matt-allan
matt-allan / croutonLauncher.md
Last active August 29, 2015 14:13
croutonLauncher

If anyone uses this - the php server process doesn't currently kill itself when you return to the chroot.

within the chroot:

sudo apt-get install php5

cd ~/
mkdir scripts
cd scripts
@matt-allan
matt-allan / croutonGamepadFix.md
Last active November 3, 2017 16:45
setup dragonrise controllers with crouton

To make dragonrise n64 and snes controllers work with my crouton xfce4/ubuntu chroot, I had to recompile the kernel with support for the hid_dr module. These are the steps to get the controllers working. Almost all steps are taken from the sources listed below. All commands are entered in the chroot's terminal, not the chronos shell.

sudo apt-get install git-core make kernel-package
cd ~
git clone https://chromium.googlesource.com/chromiumos/third_party/kernel -b chromeos-3.8
cd kernel
nano chromeos/config/base.config

type ctrl-w, type 'error_on_warning' and press enter to find the line you need to edit.