-
-
Notifications
You must be signed in to change notification settings - Fork 16
USB Botbase Setup
RakTheGoose edited this page Mar 23, 2026
·
6 revisions
USB-Botbase can be used instead of sys-botbase if you are having trouble maintaining a stable Wi-Fi connection. Keep in mind that Wi-Fi can be unstable even if your internet speed is excellent.
To use USB-Botbase:
- Download USB-Botbase.
- Download and use Zadig to install the libusbK driver for your Switch.
- Download and install libusb filters.
- Copy the contents of the extracted USB-Botbase folder to the root of your SD card.
- Reboot to payload, boot back into Atmosphere, then connect your Switch via a USB cable to your computer.
- Open Zadig, click on "Options" -> "List all devices".
- Select "Nintendo Switch", choose libusbK, click "Replace/Reinstall". Your driver should now be libusbK instead of WinUSB.
- Open the libusb filter wizard, click "Install a device filter", select your Nintendo Switch.
- On your computer, go to
Start > Device Manager, scroll down until you seelibusbK Devices, right click your device, selectProperties, and make note of your USB port without the leading zeroes. This should replace thePortkey inside your config when setting up a bot. - The
Protocolkey inside your config should be set to1to reflect USB connections.
Note: If you are only using USB-Botbase instead of sys-botbase, it is recommended to remove ldn_mitm. This sys-module is unnecessary since it is for Wi-Fi communications.