Paul Austen - 2012-07-27

Hi

Sorry to hear your having problems.

Could you run the 'sudo ./build.sh' command (installing the cp210x driver) and the 'lsmod | grep cp210x' command.

You should get something like

pja@ubuntu:~/Desktop/owl_cm160_driver$ sudo ./build.sh
make -C /lib/modules/3.2.0-23-generic-pae/build M=/home/pja/Desktop/owl_cm160_driver clean
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-23-generic-pae'
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-23-generic-pae'
make -C /lib/modules/3.2.0-23-generic-pae/build M=/home/pja/Desktop/owl_cm160_driver modules
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-23-generic-pae'
CC [M] /home/pja/Desktop/owl_cm160_driver/cp210x.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/pja/Desktop/owl_cm160_driver/cp210x.mod.o
LD [M] /home/pja/Desktop/owl_cm160_driver/cp210x.ko
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-23-generic-pae'
pja@ubuntu:~/Desktop/owl_cm160_driver$ lsmod | grep cp210x
cp210x 17442 0
usbserial 37173 1 cp210x

Also if you run 'dmesg' just after (give it 10 seconds or so) you've physically connected the CM160 device to a USB port you should see something like

[ 2232.843064] usb 2-2.1: new full-speed USB device number 9 using uhci_hcd
[ 2233.135130] cp210x 2-2.1:1.0: cp210x converter detected
[ 2233.373153] usb 2-2.1: reset full-speed USB device number 9 using uhci_hcd
[ 2233.639051] usb 2-2.1: cp210x converter now attached to ttyUSB0