-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB charging cable error #5
Comments
Not really sure what makes the switch think that, but I read something about it claiming three joycons are plugged in so i'm not suprised... Regarding the "Flag" for that: if you feel like poking in the code the byte after the timer encodes information about power, but its set to Full battery, discharging, battery powered by default (and currently cannot be changed outside the code). And a few more questions if you don't mind: What branch are you on? what switch os version? We're having a few way worse problems with NFC or really anything on V12. |
I'm at V12_fixes. And switch os is 12.0.1. |
And my bluetooth show:
Sadly it still doesn't work with power on |
Hello, did you run bluetoothctl show with joycontrol running ? Yours shows that the class isn't 0x2508 and HID profile is missing.. |
Yes I did. I forgot to uncomment main.conf name and class. After uncommenting:
But the issue is still the same |
But you can get it to connect like that? Using reconnect I assume? B.c. all the SPD-things are on. Try disabling those maybe that ... changes things. but our current understanding of this would suggest it shouldn't work at all. Ps @barteq100 use three backticks to preserve code formatting
|
Its getting paired and reconnected withotu a problem. It doesn't even get disconnected unless I connect other controller. Everything works as intented. Only error I get is when I try to connect amiibo in Animal Crossing. |
ok, Not to lie, I'm baffled by this issue. Best I can offer is you wireshark connection to the problem and I'll compare that to known good traces and look for a difference... If you want to investigate yourself: The captures I have on Gdrive |
Sorry it took so long. Work etc... |
Ok, I went through the the capture and coudn't really find anything out of the ordinary. Maybe try to capture the pairing/connection process (start |
From @munichi-jasuda in the closed V12 Thread:
And when looking at @barteq100's post, the class is also not So it looks like @munichi-jasuda is right and we need a way for you to change the device-class. My ideas:
|
I have managed to run everything smoothly on ASUS BT-400.
But I'm running into wall when tring to send nfc data. I'm getting error 2115-0064. Which states I'm connected via USB charging cable.
Is there a flag I can set for that?
The text was updated successfully, but these errors were encountered: