Bluetooth Gimx Doesn't Work (PS3)

Need help? Ask here and someone will help
Post Reply
Kairudesu
Posts: 4
Joined: Tue Aug 18, 2020 11:09 am

Bluetooth Gimx Doesn't Work (PS3)

Post by Kairudesu »

I am quite new to this gimx stuff however I acquired a bluetooth dongle that has a csr8510 chip and yet the bluetooth dongle cannot be paired and the error shows "an assertion failed!"

/usr/include/wx-3.0/wx/arrstr.h(178): assert "nIndex < m_nCount" failed in Item(): wxArrayString: index out of bounds

pls help me
User avatar
LoneWolf81
Posts: 235
Joined: Sat Jun 15, 2019 11:49 am
Location: South Africa

Re: Bluetooth Gimx Doesn't Work (PS3)

Post by LoneWolf81 »

Hi

Can you give us more information on your setup as the Linux version you are using and what version of GIMX ?

Try installing wxWidgets Headers package and try again type the following in a terminal window

Code: Select all

sudo apt install wx3.0-headers 
Please Remember to Post your Log file in the support section , that way its easier and faster to start identifying the issue thus helping you to sort it out so you can enjoy GIMX :D .
Kairudesu
Posts: 4
Joined: Tue Aug 18, 2020 11:09 am

Re: Bluetooth Gimx Doesn't Work (PS3)

Post by Kairudesu »

LoneWolf81 wrote: Tue Aug 18, 2020 11:25 am Hi

Can you give us more information on your setup as the Linux version you are using and what version of GIMX ?

Try installing wxWidgets Headers package and try again type the following in a terminal window

Code: Select all

sudo apt install wx3.0-headers 
I'm currently using Ubuntu 18.04 and im using GIMX v8
Kairudesu
Posts: 4
Joined: Tue Aug 18, 2020 11:09 am

Re: Bluetooth Gimx Doesn't Work (PS3)

Post by Kairudesu »

i tried installing wxWidgets Headers and still the same result

ASSERT INFO:
/usr/include/wx-3.0/wx/arrstr.h(178): assert "nIndex < m_nCount" failed in Item(): wxArrayString: index out of bounds

BACKTRACE:
[1] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[2] wxEvtHandler::SearchDynamicEventTable(wxEvent&)
[3] wxEvtHandler::TryHereOnly(wxEvent&)
[4] wxEvtHandler::ProcessEventLocally(wxEvent&)
[5] wxEvtHandler::ProcessEvent(wxEvent&)
[6] wxWindowBase::TryAfter(wxEvent&)
[7] wxWindowBase::TryAfter(wxEvent&)
[8] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[9] wxControlWithItemsBase::SendSelectionChangedEvent(int)
[10] g_closure_invoke
[11] g_signal_emit_valist
[12] g_signal_emit
[13] gtk_combo_box_set_active_iter
[14] g_closure_invoke
[15] g_signal_emit_valist
[16] g_signal_emit
[17] gtk_widget_activate
[18] gtk_menu_shell_activate_item
[19] g_closure_invoke
[20] g_signal_emit_valist
[21] g_signal_emit
[22] gtk_propagate_event
[23] gtk_main_do_event
[24] g_main_context_dispatch
[25] g_main_loop_run
[26] gtk_main
[27] wxGUIEventLoop::DoRun()
[28] wxEventLoopBase::Run()
[29] wxAppConsoleBase::MainLoop()
[30] wxEntry(int&, wchar_t**)
[31] __libc_start_main
Kairudesu
Posts: 4
Joined: Tue Aug 18, 2020 11:09 am

Re: Bluetooth Gimx Doesn't Work (PS3)

Post by Kairudesu »

one thing i also notice is an error whenever i type "hciconfig -a" at terminal, in the bottom it says:

"Can't read local name on hci0: Connection timed out (110)"
User avatar
LoneWolf81
Posts: 235
Joined: Sat Jun 15, 2019 11:49 am
Location: South Africa

Re: Bluetooth Gimx Doesn't Work (PS3)

Post by LoneWolf81 »

Can you post the output of the following commands here, running them one at a time. Also I just want to confirm you are not running a virtual machine right ?

Code: Select all

lsusb
modprobe bluetooth
dmesg | grep Bluetooth
rfkill list
Please Remember to Post your Log file in the support section , that way its easier and faster to start identifying the issue thus helping you to sort it out so you can enjoy GIMX :D .
Beking27
Posts: 1
Joined: Wed Jun 19, 2024 4:54 pm

Re: Bluetooth Gimx Doesn't Work (PS3)

Post by Beking27 »

LoneWolf81 wrote: Wed Aug 19, 2020 6:32 am Can you post the output of the following commands here, running them one at a time. Also I just want to confirm you are not running a virtual machine right ?

Code: Select all

lsusb
modprobe bluetooth
dmesg | grep Bluetooth
rfkill list
yeah so i have similar problem and the same message so here is the result

$ lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 008 Device 004: ID 054c:0268 Sony Corp. Batoh Device / PlayStation 3 Controller
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 003: ID 1ea7:0064 SHARKOON Technologies GmbH 2.4GHz Wireless rechargeable vertical mouse [More&Better]
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 17ef:6099 Lenovo Lenovo Traditional USB Keyboard
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
$ modprobe bluetooth
"no result"
$dmesg | grep Bluetooth
[ 21.630358] Bluetooth: Core ver 2.22
[ 21.630414] Bluetooth: HCI device and connection manager initialized
[ 21.630419] Bluetooth: HCI socket layer initialized
[ 21.630422] Bluetooth: L2CAP socket layer initialized
[ 21.630427] Bluetooth: SCO socket layer initialized
[ 22.008136] Bluetooth: hci0: CSR: Setting up dongle with HCI ver=9 rev=0810; LMP ver=9 subver=2312; manufacturer=10
[ 22.008143] Bluetooth: hci0: CSR: Unbranded CSR clone detected; adding workarounds and force-suspending once...
[ 35.829114] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 35.829121] Bluetooth: BNEP filters: protocol multicast
[ 35.829127] Bluetooth: BNEP socket layer initialized
$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


also i am using mint


also unlike the OP when i typed hciconfig -a
this showed up

hci0: Type: Primary Bus: USB
BD Address: 00:1A:7D:DA:71:13 ACL MTU: 679:8 SCO MTU: 48:16
DOWN
RX bytes:367 acl:0 sco:0 events:12 errors:0
TX bytes:37 acl:0 sco:0 commands:12 errors:0
Features: 0xbf 0x3e 0x4d 0xfa 0xd8 0x3d 0x7b 0xc7
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy:
Link mode: PERIPHERAL ACCEPT
Post Reply