How To: Self Debugging USB Issues

Hello all,

While we are working on our official docs (it really is being worked on!), I just wanted to write a quick “how to” guide for dealing with USB issues that are somewhat common.

Step 1: Determine if the problem is hardware or software

The first thing we need to do is figure out if you have a hardware or software issue. Every OS has tools available to see if the roaster is seen by your OS. Here are common ones I use:

Windows: The roaster should show in Device Manager as “Aillio LTD Bullet R1 Roaster FS”.

MacOS: Open Terminal and run ioreg -p IOUSB -l -w 0 to list devices. You should see the Bullet

Linux: lsusb from Terminal should show you the Bullet in the list.

If the roaster is plugged in and you do not see it - you have a hardware issue. Try a new cable and if the issue persists, open a ticket at [email protected] and mention the steps you took.

Step 2: Confirm you have the correct drivers

:warning: Skip this step if you are not on Windows :warning:

We use libusb drivers for MacOS and Linux and they come packaged with the application. You should not need intervention for these operating systems. On Windows, we use WinUSB drivers. These must be installed once. If the automated tool is not working, please follow these steps:

  1. First power up your Bullet
  2. When it is ready connect it to your laptop/PC using the supplied USB-cable
  3. Download Zadig from here: https://github.com/pbatard/libwdi/releases/download/v1.4.1/zadig-2.7.exe 12
  4. Run the downloaded file (zadig-2.7.exe)
  5. Choose “Options” and make sure “List All Devices” has been checked
  6. Choose the “Aillio LTD….” Interface. If there is more than one interface choose the one that ends with “1”
  7. Click ”Install”
  8. When the installation has been completed then restart RoasTime 4

Step 3: Restart everything

If you have made it here, you definitely have a software issue. Sometimes we have seen the roaster remaining unreleased after a crash or some other issue arising which results in us being unable to claim the roaster again.

This situation should be able to be resolved by:

  1. Unplugging the roaster
  2. Unplugging the USB
  3. Closing RoasTime
  4. Plugging everything back in
  5. Starting up RoasTime

Step 4: Submit a ticket

Submit a ticket to [email protected]. This will be redirected to our software team and either I will help you debug via logs or jump on a call with you to debug personally.

4 Likes