View Full Version : RedRocket Firmware install no-go
JoshBertrand
06-08-2010, 07:42 AM
Just got our Rocket installed for the first time. Driver was successfully installed and RR shows up in System Profiler. The trouble comes with installing the firmware (1.1.8.6). The Install_Firmware file is not executing in Terminal. At first it was opening in TextEdit and when I changed it to open in Terminal, Terminal opens but remains blank.
Any ideas?
Thanks.
roryhinds
06-08-2010, 07:47 AM
try these drivers instead
http://reduser.net/forum/showthread.php?p=610777#post610777
JoshBertrand
06-08-2010, 10:09 AM
That's the one I have. It still opens by default in TextEdit. I'm not sure how to force Terminal into doing something with it. Using Open with... and selecting Terminal doesn't seem to do the trick either. Seems to be something wacky with my system but I'm not sure of the fix.
Conrad Hunziker
06-08-2010, 12:12 PM
Open terminal first. Find the file in finder. Click and drag the file to the terminal. It should show the path to the file in the terminal. Press enter.
JoshBertrand
06-08-2010, 04:45 PM
Yeah I tried that... the path comes through but I get "permission denied" as a response.
Kaku Ito
06-08-2010, 09:06 PM
You have to install the new driver first, shut down, start up cold then install the firmware.
Conrad Hunziker
06-08-2010, 09:07 PM
Type:
sudo followed by a space before dragging the file to the terminal. It will ask you for your password
JoshBertrand
06-09-2010, 06:45 AM
Driver is installed and cold boot complete. I think my issue is with Terminal.
Conrad, thanks for your help so far... here is what I get with the sudo command...
Merlin:~ Josh$ sudo /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/Install_Firmware
sudo: /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/Install_Firmware: command not found
Deanan
06-09-2010, 10:28 AM
Driver is installed and cold boot complete. I think my issue is with Terminal.
Conrad, thanks for your help so far... here is what I get with the sudo command...
Merlin:~ Josh$ sudo /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/Install_Firmware
sudo: /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/Install_Firmware: command not found
Something is strange with your account setup or the path.
Try this:
sudo /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/rocketup_1.1.8.6
JoshBertrand
06-09-2010, 12:04 PM
Hi Deenan. Still I get Command not found.
Merlin:~ Josh$ sudo /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/rocketup_1.1.8.
Password:
sudo: /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/rocketup_1.1.8.: command not found
Conrad Hunziker
06-09-2010, 12:09 PM
The full number at the end should be "1.1.8.6". You have "1.1.8.".
JoshBertrand
06-09-2010, 12:13 PM
Bad copy/paste on my part, but still the same end result...
Merlin:~ Josh$ sudo /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/rocketup_1.1.8.6
sudo: /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/rocketup_1.1.8.6: command not found
Mike Prevette
06-09-2010, 12:27 PM
I had to till osx it was a executible before it would run I was getting the same error
use sudo chmod -x /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/rocketup_1.1.8.6
then run it
JoshBertrand
06-09-2010, 01:15 PM
Thanks for that tip Mike. I believe I executed your suggestion correctly but still I get command not found...
Merlin:~ Josh$ sudo chmod -x /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/rocketup_1.1.8.6
Password:
Merlin:~ Josh$ sudo /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/rocketup_1.1.8.6
sudo: /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/rocketup_1.1.8.6: command not found
Conrad Hunziker
06-09-2010, 03:57 PM
Whats the output of this command in the terminal:
ls -al /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/
JoshBertrand
06-10-2010, 03:54 AM
Thanks for helping troubleshoot Conrad...
Merlin:~ Josh$ ls -al /Users/Josh/Desktop/expanded/RED_Rocket_Installer_v1.3.2c/RED_Rocket_MacOSX/REDrocket_OSX_firmware_1.1.8.6/
total 10800
drwxr-xr-x 4 Josh Josh 136 Jun 9 15:03 .
drwxr-xr-x 6 Josh Josh 204 Jun 9 09:42 ..
-rw-r--r-- 1 Josh Josh 294 May 25 00:51 Install_Firmware
-rw-r--r-- 1 Josh Josh 5524500 May 22 11:16 rocketup_1.1.8.6
JoshBertrand
06-17-2010, 06:27 PM
Any other ideas? I'm still rocketless.
JoshBertrand
06-24-2010, 10:13 AM
Got it to work by creating a new user account with admin privileges. Thanks to all who helped troubleshoot. Cheers,
Josh.