Skip to content
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

G700 (flashed cu0007) pairing with April Brother doesn't work #31

Open
bl4ckOut opened this issue Nov 7, 2019 · 3 comments
Open

G700 (flashed cu0007) pairing with April Brother doesn't work #31

bl4ckOut opened this issue Nov 7, 2019 · 3 comments

Comments

@bl4ckOut
Copy link

bl4ckOut commented Nov 7, 2019

Hi,
as the title says, pairing a cu0007 dongle flashed with the G700 firmware doesn't work with the April Brother. I didn't know where to put this issue, in the munifying repo or here, so if this is the wrong place please just inform me and I will create the issue in the other repo as well.

LOGITacker Version: 0.2.1
munifying Version: current git status

Log:

./munifying info
Found CU0007 Dongle for G700/G700s mouse
Using dongle USB config: Configuration 1
Resetting dongle in order to release it from kernel (connected devices won't be usable)
EP descr: ep #1 IN (address 0x81) interrupt - undefined usage [8 bytes]
EP descr: ep #2 IN (address 0x82) interrupt - undefined usage [20 bytes]
HID++ interface: vid=046d,pid=c531,bus=2,addr=5,config=1,if=1,alt=0
HID++ interface IN endpoint: ep #2 IN (address 0x82) interrupt - undefined usage [20 bytes]
Dongle Info

Firmware (maj.minor.build): RQR21.00.B0007
Bootloader (maj.minor): 02.14
WPID: 8006
(likely) protocol: 0x07
Serial: a2:18:9e:70
Connected devices: 0

Closing Logitech receiver in Firmware mode (not bootloader)...

./munifying pair
Found CU0007 Dongle for G700/G700s mouse
Using dongle USB config: Configuration 1
Resetting dongle in order to release it from kernel (connected devices won't be usable)
EP descr: ep #1 IN (address 0x81) interrupt - undefined usage [8 bytes]
EP descr: ep #2 IN (address 0x82) interrupt - undefined usage [20 bytes]
HID++ interface: vid=046d,pid=c531,bus=2,addr=5,config=1,if=1,alt=0
HID++ interface IN endpoint: ep #2 IN (address 0x82) interrupt - undefined usage [20 bytes]
Enable pairing for 60 seconds
USB Report type: HID++ short message, DeviceID: 0xff, SubID: SET REGISTER SHORT, Params: 0xb2 0x00 0x00 0x00
Register address: REGISTER PAIRING
Value: 0x00 0x00 0x00
... Enable pairing response (should be enabled)

Printing follow up reports ...

LOGITacker (discover) $ pair device run
Trying to pair using Unifying global pairing address
LOGITACKER_RADIO: Channel hopping stopped
LOGITACKER_PROCESSOR_PAIR_DEVICE: Try to pair new device on target address BB:0A:DC:A5:75
LOGITACKER_RADIO: Channel hopping stopped
ESB_ILLEGALMOD: Using channel table 'Unifying pairing'
ESB_ILLEGALMOD: New channel table with length 11
LOGITACKER_PROCESSOR_PAIR_DEVICE: phase before TX: 0
LOGITACKER_PROCESSOR_PAIR_DEVICE: phase after TX: 1
LOGITACKER_PROCESSOR_PAIR_DEVICE: E1 5F 01 DE AD BE EF 82|._......
LOGITACKER_PROCESSOR_PAIR_DEVICE: 08 13 37 04 00 01 05 0 |......
LOGITACKER_PROCESSOR_PAIR_DEVICE: 00 00 00 00 00 A9 |......
LOGITACKER_PROCESSOR_PAIR_DEVICE: TX'ed to BB:0A:DC:A5:75
LOGITACKER_PROCESSOR_PAIR_DEVICE: Phase before RX: 1
LOGITACKER_PROCESSOR_PAIR_DEVICE: |
LOGITACKER_PROCESSOR_PAIR_DEVICE: RX phase after parsing: 2
LOGITACKER_PROCESSOR_PAIR_DEVICE: phase before TX: 2
LOGITACKER_PROCESSOR_PAIR_DEVICE: phase after TX: 3
LOGITACKER_PROCESSOR_PAIR_DEVICE: E1 40 01 DE 00 |.@...
LOGITACKER_PROCESSOR_PAIR_DEVICE: TX'ed to BB:0A:DC:A5:75
LOGITACKER_PROCESSOR_PAIR_DEVICE: Phase before RX: 3
LOGITACKER_PROCESSOR_PAIR_DEVICE: |
LOGITACKER_PROCESSOR_PAIR_DEVICE: phase before TX: 3
LOGITACKER_PROCESSOR_PAIR_DEVICE: update TX payload called for unknown pairing phase: 3
LOGITACKER_PROCESSOR_PAIR_DEVICE: phase after TX: 3
LOGITACKER_PROCESSOR_PAIR_DEVICE: E1 40 01 DE 00 |.@...
LOGITACKER_PROCESSOR_PAIR_DEVICE: TX'ed to BB:0A:DC:A5:75
LOGITACKER_PROCESSOR_PAIR_DEVICE: Phase before RX: 3
LOGITACKER_PROCESSOR_PAIR_DEVICE: |
LOGITACKER_PROCESSOR_PAIR_DEVICE: phase before TX: 3
LOGITACKER_PROCESSOR_PAIR_DEVICE: update TX payload called for unknown pairing phase: 3
LOGITACKER_PROCESSOR_PAIR_DEVICE: phase after TX: 3
LOGITACKER_PROCESSOR_PAIR_DEVICE: E1 40 01 DE 00 |.@...
LOGITACKER_PROCESSOR_PAIR_DEVICE: TX'ed to BB:0A:DC:A5:75
LOGITACKER_PROCESSOR_PAIR_DEVICE: Phase before RX: 3
LOGITACKER_PROCESSOR_PAIR_DEVICE: |
LOGITACKER_PROCESSOR_PAIR_DEVICE: phase before TX: 3
LOGITACKER_PROCESSOR_PAIR_DEVICE: update TX payload called for unknown pairing phase: 3
LOGITACKER_PROCESSOR_PAIR_DEVICE: phase after TX: 3
LOGITACKER_PROCESSOR_PAIR_DEVICE: E1 40 01 DE 00 |.@...
LOGITACKER_PROCESSOR_PAIR_DEVICE: TX'ed to BB:0A:DC:A5:75

After executing "pair device run" nothing happens in the muifying pairing process ("Printing follow up reports ..."). I tried this procedure in standard workmode and in g700 workmode and with different OS-setups:

  1. Kali VM with Vmware
  2. Laptop with pure Kali OS
  3. Android and April Dongle connected via OTG
@mame82
Copy link
Collaborator

mame82 commented Dec 1, 2019

Pairing request stays unanswered here. Most likely reason: there's already a device paired.

Try munifying unpairall

G700 firmware is limited to one paured device

@bl4ckOut
Copy link
Author

bl4ckOut commented Dec 3, 2019

Tried it. Unfortunately still the same behaviour.

@lixo-6c69786f
Copy link

If you are using lightspeed firmware you have to set workmode to lightspeed.
Do this by executing "options global workmode lightspeed"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants