Hello,
I have just started with lejos on Linux. I searched for similar problem in the archives and did not find a solution to my problem.
Installed the software and libusb; connected the NXT with USB, and ran
nxjbrowse -u
from terminal as root.
The error message was:
leJOS NXJ> Failed to load USB comms driver: Cannot load USB driver
Here is my configuration:
Ubuntu 6.10
kernel 2.6.17-10
environment:
export NXT_HOME=/usr/local/share/lejos_nxj
export JAVA_HOME=/usr/local/jdk1.6.0_17
export LD_LIBRARY_PATH=/usr/local/lib:$NXT_HOME/bin
export PATH=$PATH:$JAVA_HOME/bin:$NXT_HOME/bin
lsmod|grep usb lists:
usbcore 134912 3 ehci_hcd,uhci_hcd
Something must be missing. Is there a particular USB driver kernel module that must be loaded ?
Also, when the NXT is on and plugged in with a USB cable,
/proc/bus/usb/devices does not list it.
Note that the NXT was flashed and works fine from a Windows Vista PC.
Thank you very much.
John
