I tried connecting the NXT brick with Linux Mint, but no luck.
I'm using the robertalab-usbprogram-nxt code.
Here is the output:
08/05/2021 01:10:05.331 - [de.fhg.iais.roberta.usb.Main.configureLogger] - [INFO] - Logging to file: /home/vladimir/OpenRobertaUSBNXT/OpenRobertaUSBNXT.log 08/05/2021 01:10:05.577 - [de.fhg.iais.roberta.usb.Main$1.getLocals] - [CONFIG] - Language en Found NXT: NXT 0016530E4B1A 08/05/2021 01:10:06.364 - [de.fhg.iais.roberta.usb.Main.main] - [INFO] - NXT found! 08/05/2021 01:10:06.365 - [de.fhg.iais.roberta.ui.UIController.setConnector] - [CONFIG] - GUI setup done. Using NXTUSBBTConnector 08/05/2021 01:10:06.366 - [de.fhg.iais.roberta.connection.NXTUSBBTConnector.run] - [CONFIG] - Starting NXT Connector Thread. 08/05/2021 01:10:06.691 - [de.fhg.iais.roberta.connection.NXTUSBBTConnector.run] - [CONFIG] - Server address lab.open-roberta.org:80
Looks like the device has been found, but the connect button on the GUI remains grayed out.
Java version is:
openjdk 11.0.10 2021-01-19 OpenJDK Runtime Environment (build 11.0.10+9-Ubuntu-0ubuntu1.20.04) OpenJDK 64-Bit Server VM (build 11.0.10+9-Ubuntu-0ubuntu1.20.04, mixed mode, sharing)
I've followed the steps in the readme file, the only difference being that the java I'm using is 64bit version. I've seen somewhere that that might cause issues. I've downloaded the 32bit JRE from Oracle, but that resulted in the following error when running the code:
SEVERE: Error: Failed to load USB comms driver. lejos.pc.comm.NXTCommException: lejos.pc.comm.NXTCommException: Cannot load NXTComm driver May 08, 2021 1:30:03 AM lejos.pc.comm.NXTConnector search
Might be important to add that the brick is running stock 1.31 firmware, no change or modifications whatsoever.
Any suggestions would be appreciated, or if more details are necessary.
Hi all,
I tried connecting the NXT brick with Linux Mint, but no luck. I'm using the robertalab-usbprogram-nxt code. Here is the output:
08/05/2021 01:10:05.331 - [de.fhg.iais.roberta.usb.Main.configureLogger] - [INFO] - Logging to file: /home/vladimir/OpenRobertaUSBNXT/OpenRobertaUSBNXT.log 08/05/2021 01:10:05.577 - [de.fhg.iais.roberta.usb.Main$1.getLocals] - [CONFIG] - Language en Found NXT: NXT 0016530E4B1A 08/05/2021 01:10:06.364 - [de.fhg.iais.roberta.usb.Main.main] - [INFO] - NXT found! 08/05/2021 01:10:06.365 - [de.fhg.iais.roberta.ui.UIController.setConnector] - [CONFIG] - GUI setup done. Using NXTUSBBTConnector 08/05/2021 01:10:06.366 - [de.fhg.iais.roberta.connection.NXTUSBBTConnector.run] - [CONFIG] - Starting NXT Connector Thread. 08/05/2021 01:10:06.691 - [de.fhg.iais.roberta.connection.NXTUSBBTConnector.run] - [CONFIG] - Server address lab.open-roberta.org:80
Looks like the device has been found, but the connect button on the GUI remains grayed out. Java version is:
openjdk 11.0.10 2021-01-19 OpenJDK Runtime Environment (build 11.0.10+9-Ubuntu-0ubuntu1.20.04) OpenJDK 64-Bit Server VM (build 11.0.10+9-Ubuntu-0ubuntu1.20.04, mixed mode, sharing)
I've followed the steps in the readme file, the only difference being that the java I'm using is 64bit version. I've seen somewhere that that might cause issues. I've downloaded the 32bit JRE from Oracle, but that resulted in the following error when running the code:
SEVERE: Error: Failed to load USB comms driver. lejos.pc.comm.NXTCommException: lejos.pc.comm.NXTCommException: Cannot load NXTComm driver May 08, 2021 1:30:03 AM lejos.pc.comm.NXTConnector search
Might be important to add that the brick is running stock 1.31 firmware, no change or modifications whatsoever. Any suggestions would be appreciated, or if more details are necessary.
Thanks! Vladimir