Difference between revisions of "Arcade-101-1P"

From Waveshare Wiki
Jump to: navigation, search
Line 35: Line 35:
 
*Reboot the Raspberry Pi, and execute aplay -l command to test the audio. If there is not audio card detect, please re-install driver.
 
*Reboot the Raspberry Pi, and execute aplay -l command to test the audio. If there is not audio card detect, please re-install driver.
 
* Open alsa setting
 
* Open alsa setting
<source lang+"c">
+
<source lang="c">
 
sudo nano /usr/share/alsa/alsa.conf
 
sudo nano /usr/share/alsa/alsa.conf
 
</source>
 
</source>

Revision as of 09:15, 8 March 2019

Arcade-101-1P
Arcade-101-1P-8.jpg

A Retro-gamming machine which is based in Raspberry Pi and Retropie
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

User Guide

To use the Arcade-101-P, you can install driver yourself or directly use the retropie image we provide.

Install driver

Game-HAT-Manual01.jpg

  • Extract and get the .img file, write it to a SD card.
  • After writting, modify the config.txt file which located in root directory of the SD card. Add following statements to the end of config.txt file
max_usb_current=1
hdmi_force_hotplug=1 
config_hdmi_boost=10
hdmi_group=2
hdmi_mode=87
hdmi_cvt 1024 600 60 6 0 0 0
  • Save and eject the card. Insert it to Raspberry Pi and power it on, You need to connect a keyboard to Raspberry Pi and make sure the network is accesable.
  • Following the commands below to install WM8960 audio driver
git clone https://github.com/waveshare/WM8960-Audio-HAT
cd WM8960-Audio-HAT
sudo ./install.sh
sudo reboot
  • Reboot the Raspberry Pi, and execute aplay -l command to test the audio. If there is not audio card detect, please re-install driver.
  • Open alsa setting
sudo nano /usr/share/alsa/alsa.conf

Find statements:

defaults.ctl.card 0
defaults.pcm.card 0

change them to 1 as below

defaults.ctl.card 1
defaults.pcm.card 1

Save and exit.

  • Install joystick control script
git clone https://github.com/waveshare/mk_arcade_joystick_rpi.git
cd mk_arcade_joystick_rpi
sudo ./install.sh

Reboot Raspberry Pi

  • Long-press button "A" (Arcade-101-P) enter the key mapping page

following prompt to finish the setting. Note that you just need to set the first twelve buttons, and no hot-key required. You can long-press "A" button to

Resources

Images

Driver

Support

Support

If you require technical support, please go to the Support page and open a ticket.