Rockbox Technical Forums

Installation / Removal => Manual Installation => Apple - Installation/Removal => Topic started by: Fir3Chi3f on January 06, 2009, 10:40:33 AM

Title: Ubuntu RB Utility- 'command not found'
Post by: Fir3Chi3f on January 06, 2009, 10:40:33 AM
Hi all!  ;D Here's the scoop:

Running 64bit Ubuntu and the 64bit installer v1.0.7
Clicking on the executable does nothing, attempt at launching from command prompt:

Code: [Select]
fir3chi3f@neckpain:~$ '/home/fir3chi3f/Desktop/rbutilqt-v1.0.7-64bit'
bash: /home/fir3chi3f/Desktop/rbutilqt-v1.0.7-64bit: Permission denied
fir3chi3f@neckpain:~$ sudo '/home/fir3chi3f/Desktop/rbutilqt-v1.0.7-64bit'
[sudo] password for fir3chi3f:
sudo: /home/fir3chi3f/Desktop/rbutilqt-v1.0.7-64bit: command not found
fir3chi3f@neckpain:~$

I did try running the windows installer v1.0.8 in wine, this works more-so then the linux installer, but here is the terminal output:

Code: [Select]
fir3chi3f@neckpain:~$ wine '/home/fir3chi3f/Desktop/rbutilqt.exe'
fixme:userenv:GetUserProfileDirectoryW 0xd4 (nil) 0x16af5a4
fixme:userenv:GetUserProfileDirectoryW 0xe0 (nil) 0x16af5a4
fixme:userenv:GetUserProfileDirectoryW 0xe0 (nil) 0x16af3f4
fixme:userenv:GetUserProfileDirectoryW 0xe4 (nil) 0x16af3f4
fixme:win:FlashWindowEx 0x16ad660
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (9800000c)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (9800000c)
fixme:win:FlashWindowEx 0x16a8d10
fixme:win:FlashWindowEx 0x16ab810
fixme:win:FlashWindowEx 0x16ab6e0

Normally, that many errors in wine isn't that bad but check the picture bellow.

Any questions, comments or just pointing out my noobish way of doing things is greatly appreciated. I do love this firmware, you guys keep up the good work! ;)
Title: Re: Ubuntu RB Utility- 'command not found'
Post by: AlexP on January 06, 2009, 11:15:22 AM
Have you made it executable?

chmod +x filename
Title: Re: Ubuntu RB Utility- 'command not found'
Post by: Fir3Chi3f on January 06, 2009, 04:06:10 PM
Thank you BigBambi!

My goodness you couldn't have made that easier!  ::) lol  :D
Title: Re: Ubuntu RB Utility- 'command not found'
Post by: AlexP on January 06, 2009, 04:23:13 PM
You are welcome :)