Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: RGB Commander  (Read 6560 times)

0 Members and 1 Guest are viewing this topic.

steshell

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 4
  • Last login:January 21, 2021, 11:07:41 am
  • I want to build my own arcade controls!
RGB Commander
« on: December 12, 2020, 08:12:38 am »
I'm building my first arcade machine using RetroPie and a Raspberry Pi 4.
Everything was going well until I came to install RGB Commander. It seemed to install ok and the arcade led and joystick Daemon start ok but then I get the following message

playbox 4 rgbcmdd[3476] : sh: 1: /usr/sbin/rgbcommander/scripts/OnDaemonStart.sh: Permission denied

I haven't got much of a clue when it comes to anything other than Windows (I almost wish I had used Windows) so could someone give me an idea how to deal with this please.

cgrisamore

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 14
  • Last login:April 14, 2024, 07:33:54 am
Re: RGB Commander
« Reply #1 on: December 12, 2020, 09:29:50 am »
Permissions issue.   It means that the owner of the file is different than the user trying to access it.  There are a couple of ways to resolve.

1. From the RGB commander docs (which I don't have) see if it specifies a user account that it runs under.  Some applications (like PLEX) setup their own user id as part of their installation process.  Once you know which userID it uses, you can change the file owner using the chown command  (sudo chown -R <owner> /usr/sbin/rgbcommander).

2. You can also change file attributes so that any user can access it  (sudo chmod -R 777 /usr/sbin/rgbcommander).  This is generally not recommended on systems with more than a single user as it grants access to all but as I expect this is a dedicated arcade device this would not be a concern.


steshell

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 4
  • Last login:January 21, 2021, 11:07:41 am
  • I want to build my own arcade controls!
Re: RGB Commander
« Reply #2 on: December 12, 2020, 11:58:32 am »
Thanks cgrisamore , I'll try that later tonight.

mahuti

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 2757
  • Last login:March 02, 2022, 09:51:19 pm
  • I dare anything! I am Skeletor!
Re: RGB Commander
« Reply #3 on: December 12, 2020, 03:28:46 pm »
User/group is pi/pi

Raspberry Pi, AttractMode, and Skeletor enthusiast.

cgrisamore

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 14
  • Last login:April 14, 2024, 07:33:54 am
Re: RGB Commander
« Reply #4 on: December 12, 2020, 03:55:25 pm »
Thanks mahuti

steshell with the new user/group info provided by mahuti in order to do option 1, open a terminal and type sudo chown -R pi:pi /usr/sbin/rgbcommander


StefanV

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10
  • Last login:January 14, 2021, 11:47:20 am
  • I want to build my own arcade controls!
Re: RGB Commander
« Reply #5 on: January 03, 2021, 11:05:43 am »
Is anyone using RGB Commamder on Raspberry Pi 4 with success?
I changed from RPI 3 to RPI 4 but I am not able to get RGB Commander up and running.
See details here: http://forum.arcadecontrols.com/index.php/topic,164165.0.html
Thanks, Stefan.