BastilleResearch / mousejack

MouseJack device discovery and research tools
GNU General Public License v3.0
1.28k stars 254 forks source link

Not detecting Logitech Unifying Receiver #27

Open nmccollum opened 8 years ago

nmccollum commented 8 years ago

I've got several Logitech receviers here model number C-U0007 that are not detected during the 'sudo make install' phase. One I have had for 5-6 years, one for 2 years and one I just purchased brand new.

Bus 001 Device 008: ID 046d:c52b Logitech, Inc. Unifying Receiver

[2016-08-31 22:29:32.052] Looking for a compatible device that can jump to the Nordic bootloader [2016-08-31 22:29:32.075] Looking for a device running the Nordic bootloader [2016-08-31 22:29:33.076] No compatbile device found Traceback (most recent call last): File "./prog/usb-flasher/usb-flash.py", line 92, in raise Exception('No compatible device found.') Exception: No compatible device found.

System is Arch Linux 4.7.2-1-ARCH fully updated.

Thanks!

0x776b7364 commented 7 years ago

FWIW, I have a C-U0007 with the same ID ("046d:c52b"), and have verified that both mousejack and jackit works well.

nmccollum commented 7 years ago

Just tried this again on a fresh install of Debian 8.5; Same error.

All of my dongles are the same:

LZ514DJ-DJ M/N:C-U0007

0x776b7364 commented 7 years ago

This might not make sense, but have you tried using Ubuntu? Worked well for me on Ubuntu Desktop 16.04.1.

marcnewlin commented 7 years ago

@nmccollum, can you install ltunify, run the following command, and then paste the output here?

sudo ./ltunify receiver-info

It's possible that your dongle is using a version of the Logitech bootloader that I haven't tested against.

glavnyi commented 6 years ago

The same problem

Serial number: 4CB79D47 Firmware version: 024.001.00023 Bootloader version: BL.001.008

4dvn commented 5 years ago

I sovled this error by this step: Cd nrf (renamed folder after git clone from git) Cd prog Cd usb-flasher (You need to copy 4 files compiled from bin folder to this folder) Python logitech-usb-flash.py dongle_formated.bin dongle_formated.ihx ==> done Just retype lsusb to see the result C2F6AFAD-7EDD-465E-ABDA-489286C9CD7B

ltsalvatore commented 5 years ago

i got the same problem.. i do have hundreds of those unifying adapter (u0007 and u0008) tried a lot of them, but none is working

it always says "no compatible device found"

tried on different linux distributions but with the same result also tried to do what @2ndtr2n wrote... but not all of the files were found in the bin folder.

any other suggestions?