You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not really a plugin dongle, but a internal USB board from a Logitech Revue device.
It's listed as USB id 046d:c532 in lsusb:
Bus 001 Device 069: ID 046d:c532 Logitech, Inc. Unifying Receiver
Comparing to the regular unifying receiver the USB descriptor is reasonably similar:
FWIW firmware functions (sniffing etc) seem to work fine after flashing the research firmware.
(it failed to reconnect with permission denied because after reenumeration with the new id the usb device is owned by root again)
The bootloader now shows up in lsusb as:
Bus 001 Device 070: ID 046d:aaaa Logitech, Inc.
Updating the device permissions again and rerunning finishes the update:
[...]
[2017-01-07 17:43:41.353] Mark firmware update as completed
[2017-01-07 17:43:41.737] 20:00:00:01:02:6B:32:FF:FF:FF:FF:FF:FF:FF:32:FF:FF:FF:FF:FF:6B:5C:06:F4:28:24:A5:55:97:9E:7A:4F
[2017-01-07 17:43:41.737] Restarting dongle into research firmware mode
[2017-01-07 17:43:41.739] 70:00:00:00:02:6B:32:FF:FF:FF:FF:FF:FF:FF:32:FF:FF:FF:FF:FF:6B:5C:06:F4:28:24:A5:55:97:9E:7A:4F
Which seems to have worked?
Bus 001 Device 071: ID 1915:0102 Nordic Semiconductor ASA
this matches the "Logitech dongle flashed with research firmware" usb id from unifying.py.
Firmware functions (sniffing etc) seem to work fine after flashing the research firmware.
The text was updated successfully, but these errors were encountered:
This is not really a plugin dongle, but a internal USB board from a Logitech Revue device.
It's listed as USB id 046d:c532 in lsusb:
Bus 001 Device 069: ID 046d:c532 Logitech, Inc. Unifying Receiver
Comparing to the regular unifying receiver the USB descriptor is reasonably similar:
FWIW firmware functions (sniffing etc) seem to work fine after flashing the research firmware.
Interestingly it's not recognized by the Logitech Unifying app.
The chip is a nRF24LU1+ (NRF24LU1P1024IK).
After updating the USB id in prog/usb-flasher/unifying.py I get:
Patching that check as well I get:
(it failed to reconnect with permission denied because after reenumeration with the new id the usb device is owned by root again)
The bootloader now shows up in lsusb as:
Bus 001 Device 070: ID 046d:aaaa Logitech, Inc.
Updating the device permissions again and rerunning finishes the update:
Which seems to have worked?
Bus 001 Device 071: ID 1915:0102 Nordic Semiconductor ASA
this matches the "Logitech dongle flashed with research firmware" usb id from unifying.py.
Firmware functions (sniffing etc) seem to work fine after flashing the research firmware.
The text was updated successfully, but these errors were encountered: