Software Support > GroovyMAME
Groovy Arcade Linux Live-CD, based on Arch Linux (official update)
Ansa89:
Can you post your "/home/arcade/.config/ga.conf" (if it exists)?
Moreover in a console try this:
--- Code: ---$ sudo -i
# mount -o uid=arcade,gid=arcade /dev/sda5 /home/roms
--- End code ---
Then restart the frontend.
ves:
Hi , can you post the output this command?
cat /etc/fstab
It would be better to convert your particon fat32 to ntfs or ext4, because you can not have the chd games.
Some updates, I'm finished scripts to generate images of the livecd automatic, so in a few days, you will have a new release of 32 and 64 bit.
While a video of the new menu groovymame update.
Ansa89:
@ves: I spotted two bugs:
- a typo in gasetup: "grep -n ASWER /opt/gasetup/core/procedures/interactive"
- during the boot get the error "cannot insert the module 'openppjoy' blah blah"
Proposed enhancements:
- "worker_wiimoteA()" and "worker_wiimoteB()" could be collapsed into a single function "worker_wiimote()":
--- Code: ---worker_wiimote()
{
if [ "$1" == "1" -o "$1" == "A" ]; then
wiimote=1
elif [ "$1" == "2" -o "$1" == "B" ]; then
wiimote=2
else
return
fi
sudo /etc/rc.d/wiimote stop
clear
inform "Detecting Mac Wiimote $wiimote"
while [ "$mac" == "" ]; do
sleep 1
clear
mac=$(lswm)
sleep 5
done
inform "Wiimote MAC $mac"
sleep 2
sudo sed -ri 's/^Wiimote'"$wiimote"'=.*/Wiimote'"$wiimote"'="'"$mac"'"/' /etc/rc.d/wiimote
sudo /etc/rc.d/rc.wiimote start
sudo chmod 777 /dev/uinput
sudo chmod 777 /dev/input/event*
sudo chmod 777 /dev/input/js*
sudo chmod 777 /dev/input/m*
}
--- End code ---
Then you can pass arguments to "worker_wiimote()" like that: "worker wiimote A" or "worker wiimote B".
esaelectrionics:
thanks for the replies, i will try to do what you have suggested.
MonkeyJug:
--- Quote ---
Some updates, I'm finished scripts to generate images of the livecd automatic, so in a few days, you will have a new release of 32 and 64 bit.
While a video of the new menu groovymame update.
--- End quote ---
amazing work - can't wait for the 64-bit release...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version