Hello Seham,
This probably has to do with motelist. I don't have an eyesIFX mote to
test with, but maybe can help you with the modifications to motelist to
make it recognize your mote.
The first thing to do is to look at the output of dmesg right after the
mote has been attached to your USB bus. You should see something like
the following:
ftdi_sio 7-3.1:1.0: FTDI USB Serial Device converter detected
drivers/usb/serial/ftdi_sio.c: Detected FT232BM
usb 7-3.1: FTDI USB Serial Device converter now attached to ttyUSB0
You can then use this to find the correct directory under sysfs to take
a look a the attributes of the device (at least as Linux sees it). The
exact path depends on where you USB controller is and which address the
mote is assigned, but for the example above, the files are in:
/sys/bus/usb/devices/7-3.1/
In that directory, you'll see that there are files like "product" and
"manufacturer" and "serial" that motelist uses to display information
about the mote. These are used in lines 79 through 95 of motelist. The
bit you want to update is the grep on that occurs around line 65 to
include the correct UsbVendor and UsbProduct.
Disclaimer: all of this is predicated on the assumption that the eyesIFX
also uses the FTDI driver. YMMV.
Contact me directly if you have issues or once you get it working and we
can submit a patch back to the CVS tree.
HTH,
tony
seham salah wrote:
> Hi,
>
> I am using fedora core 6 and i have installed all the require mend files
> but when i insert the eyesIFX to the usb port and type motelist i got
> No devices found.
> any help with that?
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help