-
Notifications
You must be signed in to change notification settings - Fork 3
USB Setup
PiPeep edited this page Sep 14, 2010
·
2 revisions
Follow these instructions after following the generic setup , if you want USB-cable support.
Warning: These instructions have not been throughly tested and may or may not work. They are quick and dirty.
$ sudo apt-get install librxtx-java
$ sudo modprobe -r ftdi_sio
$ sudo modprobe -r usbserial
$ sudo modprobe usbserial vendor=0x03eb product=0x6119
Your chumby should now be mounted to /dev/ttyUSBx
, where x is an integer from 0 to 9. You can figure out this number by running the following command:
$ dmesg | grep ttyUSB | tail -c 8
It should say something like:
ttyUSB0
Until you reboot, any CBC you plug in should be mounted at /dev/ttyUSBx
, replacing the ‘x’, with the number you found. After rebooting, you can re-run this guide, exempting the sudo apt-get install librxtx-java
line.