[SOLVED] CSO - Mode button for volume not working

RhinoNigel
Posts: 26
Joined: Sun Nov 20, 2016 7:15 pm
Has thanked: 6 times
Been thanked: 3 times

Re: [SOLVED] CSO - Mode button for volume not working

Post by RhinoNigel » Thu Mar 01, 2018 9:23 am

Unless I can do it directly on the gameboy, I’ll have to wait until after work because my works network is unsecured and won’t allow me to use putty.
kite wrote:
Thu Mar 01, 2018 8:06 am
Screenshot of the error?

RhinoNigel
Posts: 26
Joined: Sun Nov 20, 2016 7:15 pm
Has thanked: 6 times
Been thanked: 3 times

Re: [SOLVED] CSO - Mode button for volume not working

Post by RhinoNigel » Thu Mar 01, 2018 9:57 am

Haha of course when I take photos of my process, it works. I have no idea what was going on but it works now. Thanks for your attentiveness to the forums kite. 8-)

User avatar
kite
Posts: 972
Joined: Thu May 12, 2016 4:30 am
Location: UK
Has thanked: 246 times
Been thanked: 361 times
Contact:

Re: [SOLVED] CSO - Mode button for volume not working

Post by kite » Thu Mar 01, 2018 12:10 pm

RhinoNigel wrote:
Thu Mar 01, 2018 9:57 am
Haha of course when I take photos of my process, it works. I have no idea what was going on but it works now. Thanks for your attentiveness to the forums kite. 8-)
Always the way ;) no problem glad to be of help (in spirit form, or something!)
Stock clearance - CLOSED: viewtopic.php?f=38&t=12064
Kite's Mailing List: https://goo.gl/forms/e97uUvPOfUxPWdz82
Kite's FAQ: https://kiteretro.com/faq/


ImageImageImageImageImage

smoothoperator
Posts: 104
Joined: Tue Apr 25, 2017 2:59 pm
Location: Michigan, USA
Has thanked: 78 times
Been thanked: 40 times

Re: [SOLVED] CSO - Mode button for volume not working

Post by smoothoperator » Thu Mar 08, 2018 8:16 pm

I am having the same problem with not being able to adjust the volume on my cso. I see the issue has been raised and fixes implemented, but I just don't understand how to SSH in and use putty to update the arduino. I really don't want to brick my cso by doing something stupid! If someone could make a youtube video or point me in the right direction that would be really helpful. I need to follow the steps in Issue #5 of "known issues" on kite's circuit sword github page. Thankyou for the help and hopefully this could help someone else as well.

User avatar
kite
Posts: 972
Joined: Thu May 12, 2016 4:30 am
Location: UK
Has thanked: 246 times
Been thanked: 361 times
Contact:

Re: [SOLVED] CSO - Mode button for volume not working

Post by kite » Fri Mar 09, 2018 12:23 am

Enable SSH on raspberry pi (google)
Stock clearance - CLOSED: viewtopic.php?f=38&t=12064
Kite's Mailing List: https://goo.gl/forms/e97uUvPOfUxPWdz82
Kite's FAQ: https://kiteretro.com/faq/


ImageImageImageImageImage

smoothoperator
Posts: 104
Joined: Tue Apr 25, 2017 2:59 pm
Location: Michigan, USA
Has thanked: 78 times
Been thanked: 40 times

Re: [SOLVED] CSO - Mode button for volume not working

Post by smoothoperator » Fri Mar 09, 2018 2:43 am

kite wrote:
Fri Mar 09, 2018 12:23 am
Enable SSH: https://nostalgiatechs.com/enable-ssh-retropie/
OK, I got that part. Thanks Kite! How about using putty to follow the steps in Issue #5? Putty is the correct program to use isn't it? If someone could do a quick tutorial on updating the ardruino in the cso, that would take a load off of my mind and give me some volume control :D

User avatar
kite
Posts: 972
Joined: Thu May 12, 2016 4:30 am
Location: UK
Has thanked: 246 times
Been thanked: 361 times
Contact:

Re: [SOLVED] CSO - Mode button for volume not working

Post by kite » Fri Mar 09, 2018 3:15 am

Update via pi: https://github.com/kiteretro/Circuit-Sw ... spberry-pi

To ssh, you open 'putty' and in the address box put in the IP of the pi
Then use user: pi pass: raspberry, and follow the steps in that link
Stock clearance - CLOSED: viewtopic.php?f=38&t=12064
Kite's Mailing List: https://goo.gl/forms/e97uUvPOfUxPWdz82
Kite's FAQ: https://kiteretro.com/faq/


ImageImageImageImageImage

smoothoperator
Posts: 104
Joined: Tue Apr 25, 2017 2:59 pm
Location: Michigan, USA
Has thanked: 78 times
Been thanked: 40 times

Re: [SOLVED] CSO - Mode button for volume not working

Post by smoothoperator » Sat Mar 10, 2018 12:34 am

kite wrote:
Fri Mar 09, 2018 3:15 am
Update via pi: https://github.com/kiteretro/Circuit-Sw ... spberry-pi

To ssh, you open 'putty' and in the address box put in the IP of the pi, you might be able to use "retropie" as the hostname may resolve. Then use user: pi pass: raspberry, and follow the steps in that link
OK, thanks Kite! I'm sorry I really hate bothering people, but I just need one more thing clarified. I tried searching the web, but I just can't find the answer I'm looking for. So when I reach the point in "putty" where I get the raspberry pi prompt (pi@raspberrypi ~ $) am I to type in the individual commands after the prompt and then hit "enter" after each command in the list?

3. cd Circuit-Sword
4. sudo apt-get install avrdude
5. sudo ./update.sh YES
6. sudo ./flash-arduino.sh
7. sudo reboot

Thanks again and I'm sorry to bother you.

User avatar
kite
Posts: 972
Joined: Thu May 12, 2016 4:30 am
Location: UK
Has thanked: 246 times
Been thanked: 361 times
Contact:

Re: [SOLVED] CSO - Mode button for volume not working

Post by kite » Sat Mar 10, 2018 12:55 am

Yep correct, welcome to linux! :)
Stock clearance - CLOSED: viewtopic.php?f=38&t=12064
Kite's Mailing List: https://goo.gl/forms/e97uUvPOfUxPWdz82
Kite's FAQ: https://kiteretro.com/faq/


ImageImageImageImageImage

smoothoperator
Posts: 104
Joined: Tue Apr 25, 2017 2:59 pm
Location: Michigan, USA
Has thanked: 78 times
Been thanked: 40 times

Re: [SOLVED] CSO - Mode button for volume not working

Post by smoothoperator » Tue Mar 13, 2018 12:38 pm

kite wrote:
Sat Mar 10, 2018 12:55 am
Yep correct, welcome to linux! :)
Works great now! Thanks for the help Kite!

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest