fusee-launcher icon indicating copy to clipboard operation
fusee-launcher copied to clipboard

No TegraRCM device found

Open gabrielpaivadev opened this issue 6 years ago • 8 comments

Problem on Macbook Pro 2017 with Type C Adapter.

RCM with jig. It worked on windows

gabrielpaivadev avatar Oct 28 '18 02:10 gabrielpaivadev

do you have pyusb installed? try pip3 install pyusb if you already have python 3 installed

916253 avatar Nov 19 '18 09:11 916253

I'm having this issue as well, installed python3 and used pip3 to install pyusb. I'm using 2015 Mac w/ Retina display w/ USB to type C adapter.

ryancabrera avatar Nov 26 '18 21:11 ryancabrera

I'm having this issue as well but on Windows - tried 7 and 10. Put Switch in Recovery Mode - assume this is what RCM means - Switch showed up as "Nintendo Switch" not APX, installed libusbK 3.0.7.0 anyway and Python 3.7 (64bit). Tried python setup.py after extracting pyusb, but it says no module named 'setuptools'

Stalf0s avatar Jan 10 '19 10:01 Stalf0s

@Stalf0s Are you or are you not getting a No TegraRCM device found message? That's very different then no module named 'setuptools'. Regardless, you shouldn't need to manually install pyusb from its GitHub repo; try entering in py -3 -m pip install --user pyusb instead. It shouldn't complain when you do this since Python 3.4+ Windows installers install the setuptools module for you- on Windows, python would point to whatever Python installation path is added to PATH, thus it could point to an older Python installation that doesn't contain the setuptools module, hence why you're receiving that message.

Mike15678 avatar Jan 10 '19 21:01 Mike15678

Same here, Was working 2 months ago: Maybe it's a kernel change?

Here are idVendor/idProduct, even in RCM mode, Tegra seems to be missing :/

[12046.471514] usb 3-4: new high-speed USB device number 15 using xhci_hcd [12046.621271] usb 3-4: New USB device found, idVendor=057e, idProduct=2000 [12046.621273] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [12046.621274] usb 3-4: Product: Nintendo Switch [12046.621275] usb 3-4: Manufacturer: Nintendo [12046.622768] hid-generic 0003:057E:2000.000B: hiddev0,hidraw0: USB HID v1.11 Device [Nintendo Nintendo Switch] on usb-0000:00:14.0-4/input0

$ lsb_release -a No LSB modules are available. Distributor ID: LinuxMint Description: Linux Mint 19.1 Tessa Release: 19.1 Codename: tessa

winw avatar Feb 02 '19 00:02 winw

Same error in Fedora and OpenSuSE.

ruapotato avatar Jun 15 '19 00:06 ruapotato

I also had an issue with the error code "No TegraRCM device found?". I had booted into Atmosphere once a couple months prior, so I knew it worked, but I was still having trouble. It turned out the USB cable wasn't sitting tight enough. It was naturally sliding out of my computer by 1-2 mm, as in the picture, even though I had inserted it all the way. I hope this will help someone. 20200511_015413

AmoriLinguae avatar May 11 '20 05:05 AmoriLinguae

try removing the sd card before plugging it in the computer ;) Once booted u can reload (not restart)

JBx0 avatar Jan 06 '21 18:01 JBx0