-
Notifications
You must be signed in to change notification settings - Fork 0
Device not found with Riot #1
Description
Hi!
Just found my old Riot and tried to use it on a recent Mint Linux 18.1 computer. I've been able to compile your version correctly (1.5.3) but I get the following error when I try to connect using:
sudo rioutil -e -i
rioio.c send_command_rio: device did not respond to command. retrying...
rioio.c send_command_rio: device did not respond to command. retrying...
rioio.c send_command_rio: device did not respond to command. retrying...
rioio.c send_command_rio: device did not respond to command. retrying...
librioutil/driver_libusb.c:read_bulk() error reading from device (rc = -1). size = 64. resetting..librioutil/driver_libusb.c:read_bulk() error reading from device (rc = -1). size = 64. resetting..
rioio.c send_command_rio: device did not respond to command. retrying...
rioio.c send_command_rio: device did not respond to command. retrying...
rioio.c send_command_rio: device did not respond to command. retrying...
rioio.c send_command_rio: device did not respond to command. retrying...
rioio.c send_command_rio: device did not respond to command. retrying...
rioio.c send_command_rio: device did not respond to command. retrying...
rioio.c send_command_rio: device did not respond to command. retrying...
rioio.c send_command_rio: device did not respond to command. retrying...
rio.c return_intrn_info_rio: error reading device description.
Attempting to open Rio and retrieve song list.... failed!
Reason: No such device
Anything I could try to help debug this issue?
Thanks
Patrick