• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Controllers v
« Previous 1 … 39 40 41 42 43 … 322 Next »

BT Passthrough, LIBUSB_ERROR_NOTSUPPORTED on two bt dongles
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode
BT Passthrough, LIBUSB_ERROR_NOTSUPPORTED on two bt dongles
12-16-2019, 11:20 PM
#1
mashakos Offline
Junior Member
**
Posts: 39
Threads: 8
Joined: May 2012
As the title says. Have two bluetooth dongles, 
A generic CSR dongle from 2010
A new UGreen CSR8510 A10 dongle

Tried the ugreen dongle first with libusbk driver using the wiki guide. Libusb error. 
Decided to try winusb. Deleted sysconf  in dolphin folder, deleted libusbk driver, unplugged dongle, put back in to perform winusb driver replace etc. 
Converted PID and VID (0A12,0001) to decimal (2578,1) added to dolphin ini. Same result surprisingly, libusb error

Assumed it was the dongle so used an old dongle that I know can work as a libusb dongle with ScpToolkit
Same result, libusb not supported error

Is there no hope, or have I missed something? 
Operating System: windows 7 Ultimate 64-bit
Processor/CPU: intel core i7 3930k @ 4.5Ghz
Video Card/GPU: nvidia GTX580
Memory/RAM: 16gb G.skill RipjawsZ @ 1866Mhz
Find
Reply
12-17-2019, 06:08 AM
#2
mbc07 Offline
Wiki Caretaker
*******
Content Creators (Moderators)
Posts: 3,607
Threads: 47
Joined: Dec 2010
Something is wrong. We have a lot of test results for CRS8510 based dongles and they indeed work. Make sure you're using libusbK driver and also make sure that ScpToolkit and similar apps are stopped before booting Dolphin...
Avell A70 MOB: Core i7-11800H, GeForce RTX 3060, 16 GB DDR4-3200, Windows 11 (Insider Preview)
ASRock Z97M OC Formula: Pentium G3258, GeForce GT 440, 16 GB DDR3-1600, Windows 10 (22H2)
Find
Reply
12-17-2019, 08:52 AM
#3
mashakos Offline
Junior Member
**
Posts: 39
Threads: 8
Joined: May 2012
Is there a way to enable more detailed logs? I pretty much closed all input related processes/services but no luck
Operating System: windows 7 Ultimate 64-bit
Processor/CPU: intel core i7 3930k @ 4.5Ghz
Video Card/GPU: nvidia GTX580
Memory/RAM: 16gb G.skill RipjawsZ @ 1866Mhz
Find
Reply
12-17-2019, 09:05 AM
#4
mbc07 Offline
Wiki Caretaker
*******
Content Creators (Moderators)
Posts: 3,607
Threads: 47
Joined: Dec 2010
You can enable Dolphin logs (View => Show Log and View => Show Log Configuration), but I'm not sure if it'll have relevant BT Passthrough info as it's failing super early on the boot process for you. LIBUSB_ERROR_NOTSUPPORTED on Windows means Dolphin is failing to get access to the BT Adapter (e.g. other program are using it or no BT Adapters with libusb drivers were detected).

By the way I'm currently using an Orico BTA-403 (which also uses CSR8510 chip) with libusbK and it's working fine here. Perhaps try running Dolphin as Administrator?
Avell A70 MOB: Core i7-11800H, GeForce RTX 3060, 16 GB DDR4-3200, Windows 11 (Insider Preview)
ASRock Z97M OC Formula: Pentium G3258, GeForce GT 440, 16 GB DDR3-1600, Windows 10 (22H2)
Find
Reply
12-18-2019, 12:20 AM (This post was last modified: 12-18-2019, 01:52 AM by mashakos.)
#5
mashakos Offline
Junior Member
**
Posts: 39
Threads: 8
Joined: May 2012
this is what I'm seeing on log

06:27:308 core\ios\usb\bluetooth\btreal.cpp:109 E[IOS_WIIMOTE]: Failed to get config descriptor for device 8086:1d26: LIBUSB_ERROR_NOT_FOUND
06:27:308 core\ios\usb\bluetooth\btreal.cpp:109 E[IOS_WIIMOTE]: Failed to get config descriptor for device 8086:1d2d: LIBUSB_ERROR_NOT_FOUND
06:27:308 core\ios\usb\bluetooth\btreal.cpp:109 E[IOS_WIIMOTE]: Failed to get config descriptor for device 1b21:1042: LIBUSB_ERROR_NOT_FOUND
06:27:308 core\ios\usb\bluetooth\btreal.cpp:109 E[IOS_WIIMOTE]: Failed to get config descriptor for device 1b21:1042: LIBUSB_ERROR_NOT_FOUND
06:27:308 core\ios\usb\bluetooth\btreal.cpp:109 E[IOS_WIIMOTE]: Failed to get config descriptor for device 1b21:1042: LIBUSB_ERROR_NOT_FOUND
06:27:308 common\msghandler.cpp:92 E[MASTER]: Warning: Failed to open Bluetooth device: LIBUSB_ERROR_NOT_SUPPORTED
06:28:344 common\msghandler.cpp:92 E[MASTER]: Warning: Failed to open Bluetooth device: LIBUSB_ERROR_NOT_SUPPORTED
06:28:747 core\ios\usb\bluetooth\btreal.cpp:126 N[IOS_WIIMOTE]: Using device 0a12:0001 (rev 8891) for Bluetooth: CSR8510 A10

EDIT: I assume that the libusb error is for non bluetooth devices mistakenly being pinged, as dolphin runs games with passthrough enabled and the ugreen dongle. Sync doesnt work tho. That is, full sync with red button on back of wiimote while a game is running and hitting sync in controller options
Operating System: windows 7 Ultimate 64-bit
Processor/CPU: intel core i7 3930k @ 4.5Ghz
Video Card/GPU: nvidia GTX580
Memory/RAM: 16gb G.skill RipjawsZ @ 1866Mhz
Find
Reply
12-18-2019, 02:54 AM (This post was last modified: 12-18-2019, 03:01 AM by mashakos.)
#6
mashakos Offline
Junior Member
**
Posts: 39
Threads: 8
Joined: May 2012
a few answers to some questions I should have mentioned:

Quote:[color=#000000] Perhaps try running Dolphin as Administrator?[/color]


I am testing this on a windows 7 partition with Admin as the main user. I have also unblocked all dll/exe files in the dolphin directory. No antivirus other than windows defender and dolphin folder is set as exempt


Quote:other input/HID applications I'm using?


DS4windows, SCPtoolkit, Whiteknight Autowhitelister, XOutput

Of the above only SCPToolkit and autowhitelister have services, the rest are exe processes. Closed/stopped all of them before testing dolphin

Quote:what are the devices that are getting failed descriptor in your log?

devices 8086:1d26 and 8086:1d2d are my motherboard's chipset USB2 Enhanced Host Controllers
the device 1b21:1042 is a 3rd party ASM1042 SuperSpeed USB Host Controller in the motherboard
to add: I think of myself as fairly adept at unpacking issues and finding the root cause but this time I'm stumped! 
Operating System: windows 7 Ultimate 64-bit
Processor/CPU: intel core i7 3930k @ 4.5Ghz
Video Card/GPU: nvidia GTX580
Memory/RAM: 16gb G.skill RipjawsZ @ 1866Mhz
Find
Reply
12-18-2019, 04:00 AM
#7
mashakos Offline
Junior Member
**
Posts: 39
Threads: 8
Joined: May 2012
update:
So I moved the usb dogle from a port on my motherboard to a 4 port usb hub and now wiimotes pair
the only problem is that pairings are not remembered after I exit out of dolphin. so I have to open up each wiimote hit sync and use the sync button on dolphin every time I start a game
Operating System: windows 7 Ultimate 64-bit
Processor/CPU: intel core i7 3930k @ 4.5Ghz
Video Card/GPU: nvidia GTX580
Memory/RAM: 16gb G.skill RipjawsZ @ 1866Mhz
Find
Reply
12-18-2019, 02:05 PM
#8
mbc07 Offline
Wiki Caretaker
*******
Content Creators (Moderators)
Posts: 3,607
Threads: 47
Joined: Dec 2010
Whether pairings will be remembered or not is completely dependent of your particular BT Adapter, some remember, most don't...
Avell A70 MOB: Core i7-11800H, GeForce RTX 3060, 16 GB DDR4-3200, Windows 11 (Insider Preview)
ASRock Z97M OC Formula: Pentium G3258, GeForce GT 440, 16 GB DDR3-1600, Windows 10 (22H2)
Find
Reply
12-19-2019, 10:23 AM
#9
mashakos Offline
Junior Member
**
Posts: 39
Threads: 8
Joined: May 2012
(12-18-2019, 02:05 PM)mbc07 Wrote: Whether pairings will be remembered or not is completely dependent of your particular BT Adapter, some remember, most don't...

so, made a strange discovery. I have two wiimotes, a 1st gen white one with a motion plus dongle and a TR gen black one. I favour the black one so tested pairing with it and every time I tr to launch dolphin and pair the TR when a game just starts? nothing. but! If I try to pair the 1st gen wiimote first it pairs, whats even weirder is that after the 1st gen pairs the TR wiimote pairs! So pairings are remembered but I have to pair the older 1st gen wiimote first to get both working then switch their positions in the ingame wi home menu.

Is that a common thing?
Operating System: windows 7 Ultimate 64-bit
Processor/CPU: intel core i7 3930k @ 4.5Ghz
Video Card/GPU: nvidia GTX580
Memory/RAM: 16gb G.skill RipjawsZ @ 1866Mhz
Find
Reply
12-19-2019, 02:01 PM
#10
mbc07 Offline
Wiki Caretaker
*******
Content Creators (Moderators)
Posts: 3,607
Threads: 47
Joined: Dec 2010
I wouldn't say it's common, but it's somewhat expected given how identical adapters can have wildly different results. I mean, look at how many CSR8510 test results we have on the wiki, some works perfectly while others barely work, there's even cases of a BT Adapter supporting only BT 2.1 while others support BT 4.0 even through they all share the same chip...
Avell A70 MOB: Core i7-11800H, GeForce RTX 3060, 16 GB DDR4-3200, Windows 11 (Insider Preview)
ASRock Z97M OC Formula: Pentium G3258, GeForce GT 440, 16 GB DDR3-1600, Windows 10 (22H2)
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma