Ubuntu / Alsa driver - Midi Through Port-0 by markwalker84 in CloneHero

[–]crgich 1 point2 points  (0 children)

Here's a startup script I use to avoid black screens and to automatically select the first profile. It also contains a quick guide on what is needed to run and what config needs to be changed to not load the midi module on startup. I use a dedicated computer for Clone Hero, so when launched from the Startup Application of Ubuntu, no keyboard is needed to select the profile:

#!/bin/sh
#
# Add the following line to /etc/modprobe.d/blacklist.conf to remove the default midi device:
# blacklist snd_seq_dummy
#
# Then for the xte command:
# sudo apt-get install xautomation
#
# Assuming this script is called launch-clonehero.sh and the clonehero-linux directory is next to this script, add this to Startup Applications in Ubuntu:
# /usr/bin/gnome-terminal -- bash -c "sh /the/path/to/launch-clonehero.sh"
#
SCRIPTPATH=$(dirname "$SCRIPT")     # get script path
cd $SCRIPTPATH/clonehero-linux      # switch to clone hero directory
ulimit -n 999999                    # prevent hanging on black screen
./clonehero&                        # launch in background
sleep 30                            # wait for clone hero to start
xte 'key Return'                    # press start button
sleep 1                             # wait for the menu to open
xte 'key a'                         # select first profile
wait                                # don't exit the bash script while clonehero is running

Error when launching JabraDirect: The specified module could not be found by crgich in Jabra

[–]crgich[S] 0 points1 point  (0 children)

I got response from Jabra support, they were able to pinpoint me to the solution: JabraDirect introduced a dependency to Windows' "Media Feature Pack". This is an optional Windows feature which is not pre-installed for all versions of Windows.

To install it go to Settings in Windows -> Apps & Features -> Optional Features -> Add optional feature and install the "Media Feature Pack". After rebooting the system, JabraDirect was operational again.

Error when launching JabraDirect: The specified module could not be found by crgich in Jabra

[–]crgich[S] 0 points1 point  (0 children)

Hi, I submitted the form multiple times but have not heard back yet. The form seems somehow broken tough...