This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dev/input/event7 | |
bustype : BUS_USB | |
vendor : 0xaa55 | |
product : 0x101 | |
version : 272 | |
name : "XGaming X-Arcade" | |
phys : "usb-0000:00:06.0-2/input0" | |
uniq : "" | |
bits ev : EV_SYN EV_KEY EV_MSC EV_LED EV_REP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[IMG]insert image link here[/IMG] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<theme> | |
<listPrimaryColor>0000FF</listPrimaryColor> | |
<listSecondaryColor>00FF00</listSecondaryColor> | |
<component> | |
<type>image</type> | |
<path>./theme/background.png</path> | |
<pos>0 0</pos> | |
<dim>1 1</dim> | |
<origin>0 0</origin> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copy the driver to module path | |
# mkdir /lib/modules/`uname -r`/kernel/drivers/input/joystick | |
# cp gamecon_gpio_rpi.ko /lib/modules/`uname -r`/kernel/drivers/input/joystick/ | |
# depmod -a | |
4.2 Configure pads | |
# modprobe gamecon_gpio_rpi map=<pad1/GPIO0>,<pad2/GPIO1>,<pad3/GPIO4>,<pad4/GPIO7> | |
where <pad...> is a number defining the pad type: | |
0 = no connection | |
1 = SNES pad |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd OwncloudPie | |
chmod +x owncloudpie_setup.sh | |
sudo ./owncloudpie_setup.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd | |
git clone git://github.com/petrockblog/OwncloudPie.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get install -y git dialog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emulationstation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd RetroPie-Setup | |
chmod +x retropie_setup.sh | |
sudo ./retropie_setup.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd | |
git clone git://github.com/petrockblog/RetroPie-Setup.git |
NewerOlder