-
Notifications
You must be signed in to change notification settings - Fork 22
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
pair problem #1
Comments
Hello, I'm experiencing a similar issue with a C-U0012. Here is the result : `Found unknown Logitech dongle in Firmware Mode (not bootloader)
|
The RQR39 firmware you flashed could only pair a single device (in contrast to RQR24 Unifying firmwares). You have to unpair the already listed devices, before pairing LOGITacker. This could f.e. be done with
|
@puba RQR24.00 is the oldest firmware available. The bootloader is not signed. You should re-flash it with RQR24.06 (unsigned, vulnerable to AES key extraction) or RQR24.10 (unsigned, not vulnerable to AES key extraction) |
Tried to pair a receiver, but have this error after unsuccesfull injection:
root@kali:~/munifying# ./munifying pair
Logitech Unifying dongle found
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 [8 bytes]
EP descr: ep #3 IN (address 0x83) interrupt - undefined usage [32 bytes]
HID++ interface: vid=046d,pid=c52b,bus=2,addr=31,config=1,if=2,alt=0
HID++ interface IN endpoint: ep #3 IN (address 0x83) interrupt - undefined usage [32 bytes]
Enable pairing for 60 seconds
USB response timeout
Closing Logitech receiver in Firmware mode (not bootloader)...
After munifying info:
root@kali:~/munifying# ./munifying info
Logitech Unifying dongle found
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 [8 bytes]
EP descr: ep #3 IN (address 0x83) interrupt - undefined usage [32 bytes]
HID++ interface: vid=046d,pid=c52b,bus=2,addr=31,config=1,if=2,alt=0
HID++ interface IN endpoint: ep #3 IN (address 0x83) interrupt - undefined usage [32 bytes]
Dongle Info
Closing Logitech receiver in Firmware mode (not bootloader)...
Once more :
root@kali:~/munifying# ./munifying info
Logitech Unifying dongle found
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 [8 bytes]
EP descr: ep #3 IN (address 0x83) interrupt - undefined usage [32 bytes]
HID++ interface: vid=046d,pid=c52b,bus=2,addr=31,config=1,if=2,alt=0
HID++ interface IN endpoint: ep #3 IN (address 0x83) interrupt - undefined usage [32 bytes]
Error reading dongle info couldn't read dongle info
Closing Logitech receiver in Firmware mode (not bootloader)...
Is it possible to somehow reset the receiver, tried to flash it, but it seems not to recognise the firmware anymore..
Thanks for help....
The text was updated successfully, but these errors were encountered: