Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
troubleshooting [2020/03/07 21:37] lbrpdxtroubleshooting [2021/05/08 15:38] – typo yeppo
Line 1: Line 1:
-===== System Troubleshooting =====+====== System Troubleshooting =====
 + 
 +=====Audio issues===== 
 +==== No sound in EmulationStation and/or emulators ==== 
 + 
 +Your audio output might not be initialized correctly. The best way to diagnose audio issues is: 
 +  - Launch [[kodi|Kodi]] from the main menu, then navigate to Settings (the small gear symbol), "System", "Audio", "Audio output device" and test all available Audio output devices listed there. If you navigate with a keyboard through Kodi, you will hear "click" sounds while navigating, when you have chosen the correct/working Audio output device. 
 +  - Remember the name/number of this working Audio output device (for example HDMI#0), exit Kodi and go to the Batocera Main Menu, "System Settings", "Audio Output" and select the Audio output device, which has the same (or at least a similar) name, to the one that works in Kodi. Then reboot and you should have working audio. 
 +  - You can also diagnose some sound issues with the ''alsamixer'' sound mixer that is available when pressing ''[Ctrl][Alt][F4]'' (text-mode sound mixer). Make sure that all the outputs are enabled, and they have their volume up. 
 + 
 +If you have sound on EmulationStation, and in the emulators, but you can't hear the sound of the video snapshots, here are several steps that may help you: 
 +  - First, make sure you have enabled video snaps sounds in the menu **SOUNDS SETTINGS** -> **ENABLE VIDEO AUDIO** 
 +  - Then, you can try to [[access_the_batocera_via_ssh|connect to Batocera through SSH]] and enter the following command: 
 + 
 +  wget -O /userdata/system/.asoundrc https://www.batocera.org/users/lbrpdx/asoundrc 
 + 
 +This command will create an alsa config file as ''/userdata/system/.asoundrc''. It should fix your video snap sounds for most SBC like Odroid Go Advance, but maybe not on a PC.  
 + 
 +On a PC, depending on your hardware configuration, your GPU and audio chipset, it might be trickier to get it working. 
 + 
 +First, through SSH, get the list of audio outputs with the command ''aplay -l''. In my setup, I get: 
 +  # aplay -l 
 +  **** List of PLAYBACK Hardware Devices **** 
 +  card 0: PCH [HDA Intel PCH], device 0: ALC255 Analog [ALC255 Analog] 
 +    Subdevices: 1/1 
 +    Subdevice #0: subdevice #0 
 +  card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0] 
 +    Subdevices: 0/1 
 +    Subdevice #0: subdevice #0 
 +  card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1] 
 +    Subdevices: 1/1 
 +    Subdevice #0: subdevice #0 
 +  card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2] 
 +    Subdevices: 1/1 
 +    Subdevice #0: subdevice #0 
 +  card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3] 
 +    Subdevices: 1/1 
 +    Subdevice #0: subdevice #0 
 +  card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4] 
 +    Subdevices: 1/1 
 +    Subdevice #0: subdevice #0 
 + 
 +If I want to use the audio output from HDMI0, I can see that it is ''card 0'' and ''device 3''. So, to make audio work on my setup, I need to edit the ''/userdata/system/.asoundrc'' file and replace ''pcm "hw:0,0"''  with  ''pcm "hw:0,3"'', and then save and on reboot, it worked. This method might not work in 100% cases, but it's worth a try. 
 + 
 +Worst case, if it doesn't work and you want to go back to the original state, just remove the file ''/userdata/system/.asoundrc'' (or ''\system\.asoundrc'' from the network share). 
 + 
 +==== No sound during the splash video ==== 
 + 
 +First of all, check that the splash.screen.sound value in the ''batocera.conf'' file is set to 1 
 + 
 +If this isn't the cause of the problem, you may need to edit the file containing the splash screen command to add the correct sound device: 
 + 
 +  - Run the command ''%%mpv --audio-device=help%%'' on your batocera using SSH 
 +  - Locate the sound device you need to use, for exemple ''%%alsa/hdmi:CARD=HDMI,DEV=2%%'' 
 +  - Edit the file ''/etc/init.d/S03splash'' 
 +    * find the line ''%%/usr/bin/mpv --really-quiet -fs --no-config --vo=drm $mpv_audio $mpv_video "$video" &%%'' and add ''%%--audio-device=DEVICE%%'' where DEVICE is the name you found previously (in our exemple, the line will become ''%%/usr/bin/mpv --audio-device=alsa/hdmi:CARD=HDMI,DEV=2 --really-quiet -fs --no-config --vo=drm $mpv_audio $mpv_video "$video" &%%''
 +  - Run the command ''%%batocera-save-overlay%%'' to keep the changes. 
 +  - Reboot 
 +  - When updating batocera, those changes will be lost. 
 + 
 +=====Emulators not launching===== 
 + 
 +When you try to launch a game, the emulator stops and gets you back to EmulationStation. In most cases, you will find some useful information in ''/userdata/system/logs/es_launch_stderr.log'' (which is also ''/system/logs/es_launch_stderr.log'' from the network shared drive). 
 + 
 +Come to the Discord channel with this file, you'll get some help. In many case, you can see problems with BIOS missing, or bad ROM format. 
 + 
 +=====Joystick Troubleshooting===== 
 + 
 +Please refer to [[diagnose_joysticks_issues|this page for joystick issues]] 
      
-====Boot Issues:==== +=====Boot Issues====
-  * You may need to change your BIOS to allow legacy and unsecured boot+First of all: 
 +  * You may need to change your BIOS to allow legacy boot. 
 +  * Make sure you have enabled "unsecured boot" option in your BIOS, this is a requirement for most Linux distributions
   * Unplug any attached storage or controllers   * Unplug any attached storage or controllers
 +  * If your BIOS is UEFI and you can't use legacy boot, make sure you can load ''bootx64.efi'' from Batocera's boot partition
  
-In order to get more information on your boot sequence, you can edit the ’’/boot/boot/syslinux.cfg’’ file and replace:+In order to get more information on your boot sequence, you can edit the ''/boot/boot/syslinux/syslinux.cfg'' file (for Batocera 5.25+, or ''/boot/boot/syslinux.cfg'' for Batocera 5.24 and earlier) and replace:
  
   APPEND label=BATOCERA console=tty3 quiet loglevel=0 vt.global_cursor_default=0   APPEND label=BATOCERA console=tty3 quiet loglevel=0 vt.global_cursor_default=0
Line 13: Line 85:
   APPEND label=BATOCERA console=tty3 loglevel=9 vt.global_cursor_default=0   APPEND label=BATOCERA console=tty3 loglevel=9 vt.global_cursor_default=0
  
-====Troubleshooting====+Don't forget you need to put the ''/boot/'' mount point in write mode first, as [[modify_the_system_while_it_s_running|described on this page]]. 
 +=====Video issues===== 
 + 
 +Several video issues on PC x86 and x86_64 can be investigated [[display_issues|with xrandr as described on this page]].  
 + 
 +If you use Batocera with a display that provides a high resolution like a 4K monitor, you might have trouble reading the text on the file browser (''F1'' on a PC) or the configuration screens of a few emulators. You can change the default DPI settings by editing ''batocera.conf'' and look for the section:  
 + 
 +  ## DPI 
 +  ## Workaround when correct DPI setting is not detected 
 +  ## if fonts are too small, uncomment next line 
 +  #global.dpi=96 
 + 
 +=====Network issues and console access=====
  
 How to get access to a Linux console for troubleshooting? How to get access to a Linux console for troubleshooting?
    * If you can't use SSH because the network is not available, you can plug a USB keyboard on your Batocera box and:    * If you can't use SSH because the network is not available, you can plug a USB keyboard on your Batocera box and:
-   * on an x86_64 or x86 PC you can get a console with full graphical capabilities by pressing the ''[F1]'' key from the main system menu (to get into the file manager) and then ''[F4]'' for an ''xterm''. +   * on an x86_64 or x86 PC you can get a console with full graphical capabilities by pressing the ''[F1]'' key from the main system menu (to get into the file manager) and then ''[F4]'' for an ''xterm''You can get to a text console by pressing simultaneously ''[Ctrl][Alt][F3]''.
-   * for other architectures, you can get to a text console by pressing simultaneously ''[Ctrl][Alt][F3]''.+
  
  
-====Video issues====+=====Create a Batocera support file=====
  
-Several video issues on PC x86 and x86_64 can be investigated [[display_issues|with xrandr as described on this page]]+In case you want to share a snapshot of your system log files to help developers diagnose your systemm you can use the menu **SYSTEM SETTINGS** -> **DEVELOPER** -> **CREATE A SUPPORT FILE** It will generate a tarball in ''/userdata/saves/'' named ''batocera-support-YYYYMMDDHHMMSS.tar.gz'' (with year/date/time of creation in the filename).
  
-====Audio issues====+=====Emulator Troubleshooting=====
  
-No sound on EmulationStation and/or when launching emulators? Then your audio output might not be initialized correctly. The best way to diagnose audio issues is: +Emulators will not show up in the EmulationStation system meny unless you have a rom in their respective foldersAll available cores are always installed by Batocera, you never need to "add" cores.
-  - Lauch [[kodi|Kodi]] from the main menu, and check that you have sound on when playing media file (audio or video). You might need to tweak the audio sources from Kodi settings to make it work. +
-  - Identify what audio output is used by Kodi. Go back to the audio settings in EmulationStation and find the audio output that looks as close as possible to the one used in KodiThe names are not exactly the samebut you can identify what is the HDMI output number of sound card ID this way. +
-  - You can also diagnose some sound issues with the ''alsamixer'' sound mixer that is available when pressing ''[Ctrl][Alt][F4]'' (text-mode sound mixer). Make sure that all the outputs are enabled, and they have their volume up.+
  
-====Emulators not lauching====+**3DS** 
 +    * Does not support Encrypted Games - they must be Decrypted
  
-When you try to launch a game, the emulator stops and gets you back to EmulationStationIn most cases, you will find some useful information in ''/userdata/system/logs/es_launch_stderr.log''.+**PS2** 
 +  * Bios may be needed if having graphical issues and boot issues 
 +  * Most games let you invert your controls if you feel the left stick is swapped 
 +  * Compatibility between games and PCSX2 emulator can be checked [[https://pcsx2.net/compatibility-list.html|on this webpage.]] 
 +  * To access all configuration options for PCSX2, you need to run its app in **APPLICATIONS** menu of the File Explorer that you can access by pressing ''F1'' on your PC keyboard, from the systems menu.
  
-====Joystick Troubleshooting====+**Gamecube and Wii** (Dolphin emulator). 
 +  * To access all configuration options for Dolphin, you need to run its app in **APPLICATIONS** menu of the File Explorer that you can access by pressing ''F1'' on your PC keyboard, from the systems menu. 
 +  * There is a [[emulators:wii|dedicated page with tips and tricks to configure Wii]]. 
  
-Please refer to [[diagnose_joysticks_issues|this page for joystick issues]]+=====Factory Reset=====
  
-====Create a Batocera support file====+When things go really wrong, and you want to "factory reset" your Batocera, i.e. putting all the settings to their default values without losing your ROMs, saves and scraped metadata, there is a method to do it: 
  
-In case you want to share a snapshot of your system log files to help developers diagnose your systemm you can use the menu **SYSTEM SETTINGS** -> **DEVELOPER** -> **CREATE A SUPPORT FILE** It will generate a tarball in ''/userdata/saves/'' named ''batocera-support-YYYYMMDDHHMMSS.tar.gz'' (with year/date/time of creation in the filename).+  * If you access your Batocera user data from the network, simply rename the directory ''system'' from the SHARE network drive into ''system.old'' and reboot your Batocera. 
 +  Or, if you are [[access_the_batocera_via_ssh|connected through SSH]], just enter ''mv /userdata/system /userdata/system.old'' and then ''reboot''.
  
-====Emulator Troubleshooting====+Those two commands are the same, and upon reboot, all your settings will be cleared out to their default values. You'll have to re-enter some parameters like your wifi credentials and so on... or, you can look at what you have in the previous configuration files like ''/userdata/system.old/batocera.conf'' and the files in ''/userdata/system.old/configs/'' and one by one you can set up your previous configuration without re-entering everything (in particular for ''batocera.conf'', you might have many options set in there).
  
-3DS 
-    * Will not show up in Emulation-Station unless you have a rom in the folder 
-    * Does not support Encrypted Games - Must be Decrypted 
- 
-PS2 
-  * Bios may be needed if having graphical issues and boot issues 
-  * Most games let you invert your controls if you feel the left stick is swapped 
  • troubleshooting.txt
  • Last modified: 4 months ago
  • by maximumentropy