-
Notifications
You must be signed in to change notification settings - Fork 22
Description
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
Firmware (maj.minor.build): RQR24.00.B0018
Bootloader (maj.minor): 00.06
WPID: 8808
(likely) protocol: 0x04
Serial: 23:64:98:42
Connected devices: 0
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....