Circuit Sword Bluetooth

Crainium17
Posts: 64
Joined: Thu May 25, 2017 5:14 pm
Has thanked: 11 times
Been thanked: 6 times

Re: Circuit Sword Bluetooth

Post by Crainium17 » Sun Dec 08, 2019 6:41 am

The BT headset audio fix is more important to me than the splash screen video audio right now, I just don't remember it being that difficult to change it in the past to work. But since I do have the 8bitdo controller working if I can get the BT headset audio working I would be the happiest camper around! :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: Circuit Sword Bluetooth

Post by kite » Sun Dec 08, 2019 8:18 am

Crainium17 wrote:
Sun Dec 08, 2019 6:37 am
kite wrote:
Sun Dec 08, 2019 5:01 am
This script is in "Circuit-Sword/settings/bluetooth-audio.sh" which probably needs to be run under sudo, but it apparently does the setup needed

https://github.com/kiteretro/Circuit-Sw ... h-audio.sh

I haven't tried it :) Nor did I write it :P
So if I am going to try this route I press F4 and then enter: sudo nano /Circuit-Sword/settings/bluetooth-audio.sh

Is that correct and once it takes me there I input all that in per the lines?

One problem I'm having and I'm sure it's me and for another topic but I still have no audio for my video splash screens as well, audio works fine in the ES and in game play. But when searching for the omxplayer to change "both" to "alsa" using the sudo nano and so far all the different ways I've seen, I can never find any text when using sudo nano just a blank screen with of course the options at the bottom for like exit, write, jump to line and so on but no code.
You probably need to do the following:

cd Circuit-Sword/settings
chmod +x bluetooth-audio.sh
sudo ./bluetooth-audio.sh
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

Crainium17
Posts: 64
Joined: Thu May 25, 2017 5:14 pm
Has thanked: 11 times
Been thanked: 6 times

Re: Circuit Sword Bluetooth

Post by Crainium17 » Sun Dec 08, 2019 8:35 am

20191208_092225.jpg
20191208_092225.jpg (4.06 MiB) Viewed 5624 times
kite wrote:
Sun Dec 08, 2019 8:18 am
Crainium17 wrote:
Sun Dec 08, 2019 6:37 am
kite wrote:
Sun Dec 08, 2019 5:01 am
This script is in "Circuit-Sword/settings/bluetooth-audio.sh" which probably needs to be run under sudo, but it apparently does the setup needed

https://github.com/kiteretro/Circuit-Sw ... h-audio.sh

I haven't tried it :) Nor did I write it :P
So if I am going to try this route I press F4 and then enter: sudo nano /Circuit-Sword/settings/bluetooth-audio.sh

Is that correct and once it takes me there I input all that in per the lines?

One problem I'm having and I'm sure it's me and for another topic but I still have no audio for my video splash screens as well, audio works fine in the ES and in game play. But when searching for the omxplayer to change "both" to "alsa" using the sudo nano and so far all the different ways I've seen, I can never find any text when using sudo nano just a blank screen with of course the options at the bottom for like exit, write, jump to line and so on but no code.
You probably need to do the following:

cd Circuit-Sword/settings
chmod +x bluetooth-audio.sh
sudo ./bluetooth-audio.sh
20191208_093326.jpg
20191208_093326.jpg (2.67 MiB) Viewed 5624 times
This is what I get and still no connection... Hmm...? :D
Attachments
20191208_092225.jpg
20191208_092225.jpg (4.06 MiB) Viewed 5624 times

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: Circuit Sword Bluetooth

Post by kite » Mon Dec 09, 2019 7:15 am

Read the message, does 'sudo apt-get update' work? It is spitting out an IPv6 IP as part of the error, do you have the ability to disable IPv6 on your router? Otherwise I'll need to find out how to do it on the image..
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

Crainium17
Posts: 64
Joined: Thu May 25, 2017 5:14 pm
Has thanked: 11 times
Been thanked: 6 times

Re: Circuit Sword Bluetooth

Post by Crainium17 » Mon Dec 09, 2019 10:34 am

kite wrote:
Mon Dec 09, 2019 7:15 am
Read the message, does 'sudo apt-get update' work? It is spitting out an IPv6 IP as part of the error, do you have the ability to disable IPv6 on your router? Otherwise I'll need to find out how to do it on the image..
Disable ipv6 and enable ipv4?

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: Circuit Sword Bluetooth

Post by kite » Tue Dec 10, 2019 3:56 am

Crainium17 wrote:
Mon Dec 09, 2019 10:34 am
kite wrote:
Mon Dec 09, 2019 7:15 am
Read the message, does 'sudo apt-get update' work? It is spitting out an IPv6 IP as part of the error, do you have the ability to disable IPv6 on your router? Otherwise I'll need to find out how to do it on the image..
Disable ipv6 and enable ipv4?
yeah or just enable ipv4, there may be issues if you are using ipv6 only (guessing here, i've not tried)
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

Crainium17
Posts: 64
Joined: Thu May 25, 2017 5:14 pm
Has thanked: 11 times
Been thanked: 6 times

Re: Circuit Sword Bluetooth

Post by Crainium17 » Tue Dec 10, 2019 7:26 am

kite wrote:
Tue Dec 10, 2019 3:56 am
Crainium17 wrote:
Mon Dec 09, 2019 10:34 am
kite wrote:
Mon Dec 09, 2019 7:15 am
Read the message, does 'sudo apt-get update' work? It is spitting out an IPv6 IP as part of the error, do you have the ability to disable IPv6 on your router? Otherwise I'll need to find out how to do it on the image..
Disable ipv6 and enable ipv4?
yeah or just enable ipv4, there may be issues if you are using ipv6 only (guessing here, i've not tried)
Okay so I did the apt-get update after some time I got this:
20191210_081412.jpg
20191210_081412.jpg (4.09 MiB) Viewed 5578 times
Then ran this : cd Circuit-Sword/settings
chmod +x bluetooth-audio.sh
sudo ./bluetooth-audio.sh

And got so far until another error:
20191210_081756.jpg
20191210_081756.jpg (3.85 MiB) Viewed 5578 times

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: Circuit Sword Bluetooth

Post by kite » Tue Dec 10, 2019 7:43 am

Ok typo in the script, if you make sure that you're in the CS directory, (cd Circuit-Sword) you should be able to do git fetch and then git pull

Otherwise, edit the file with the change that i added here: https://github.com/kiteretro/Circuit-Sw ... 1454b865df (it's only the addition of the "; then" bit)
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

Crainium17
Posts: 64
Joined: Thu May 25, 2017 5:14 pm
Has thanked: 11 times
Been thanked: 6 times

Re: Circuit Sword Bluetooth

Post by Crainium17 » Tue Dec 10, 2019 8:23 am

20191210_085341.jpg
20191210_085341.jpg (3.87 MiB) Viewed 5573 times
20191210_085513.jpg
20191210_085513.jpg (3.79 MiB) Viewed 5573 times
20191210_084701.jpg
20191210_084701.jpg (4.38 MiB) Viewed 5573 times
Okay all that went smooth and looked good now when I got to connect I either get the unit sixad. Service not found
Or it takes so long to connect it times out...

Crainium17
Posts: 64
Joined: Thu May 25, 2017 5:14 pm
Has thanked: 11 times
Been thanked: 6 times

Re: Circuit Sword Bluetooth

Post by Crainium17 » Tue Dec 10, 2019 8:35 am

Great! Now what ever I did I have no sound in games anymore! Haha this stuff can be tiring!
20191210_093418.jpg
20191210_093418.jpg (4.64 MiB) Viewed 5573 times

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest