there's no reason to install all of the binkit, delete what you don't needAfter installing all of the binkit, Terminal takes a REALLY long time to load, and it slows down my entire phone. I can't even ssh with my Mac Terminal...
Anyone else have these issues? What should I do?
Thanks, this worked.make sure this is in .profile and the permission is 0600
# Aliases
alias pico='pico -w'
alias rm='rm -i'
alias ssh='ssh2'
alias nosound="launchctl unload /System/Library/LaunchDaemons/coreaudiod.plist"
alias sound="launchctl load /System/Library/LaunchDaemons/coreaudiod.plist"
# User specific environment
PATH=$PATH:/sbin:/usr/sbin
and make sure "login" is in /bin and permission is set to 0755
once this is done goto terminal and sound and nosound will work
Okay, my .profile was set to permissions 0755, and I changed it to 0600, but it didn't help me out. I don't get the .profile error anymore like I did at first, but I still cannot get the SOUND to work in NES. I'm at a loss.make sure this is in .profile and the permission is 0600
# Aliases
alias pico='pico -w'
alias rm='rm -i'
alias ssh='ssh2'
alias nosound="launchctl unload /System/Library/LaunchDaemons/coreaudiod.plist"
alias sound="launchctl load /System/Library/LaunchDaemons/coreaudiod.plist"
# User specific environment
PATH=$PATH:/sbin:/usr/sbin
and make sure "login" is in /bin and permission is set to 0755
once this is done goto terminal and sound and nosound will work
here u go http://www.amazon.com/Nintendo-DS-Lite-Onyx-Black/dp/B000I10PY2/ref=pd_bbs_sr_1/105-4123973-8618000?ie=UTF8&s=videogames&qid=1188102831&sr=8-1Okay, my .profile was set to permissions 0755, and I changed it to 0600, but it didn't help me out. I don't get the .profile error anymore like I did at first, but I still cannot get the SOUND to work in NES. I'm at a loss.