TUSB3410 CDC driver for Beaglebone

Hi,

I am trying to connect the TI’s CC2530ZNP-Mini ZigBee coordinator device to the Beaglebone to create a gateway.
http://www.ti.com/tool/cc2530zdk-znp-mini
The dongle has a TUSB3410 chip, for which there is no driver (CDC) on the Beaglebone.
The standard ttyACM0 driver doesn’t work.

root@beaglebone:~# uname -a
Linux beaglebone 3.2.18 #1 Wed May 23 18:20:30 CEST 2012 armv7l GNU/Linux
root@beaglebone:~# [ 93.987327] cdc_acm 1-1:1.0: This device cannot do calls o
n its own. It is not a modem.
[ 104.048382] generic-usb 0003:0451:F432.0001: usb_submit_urb(ctrl) failed
[ 104.055508] generic-usb 0003:0451:F432.0001: claimed by neither input, hiddev
nor hidraw
root@beaglebone:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0451:f432 Texas Instruments, Inc.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@beaglebone:~# ls /dev/ttyACM*
/dev/ttyACM0
root@beaglebone:~# screen /dev/ttyACM0 9600
/var/run/utmp: No such file or directory
[screen is terminating]
root@beaglebone:~#

Was anyone able to make it work?
Interestingly there are report from TI of doing it succesfully with the last one here
http://newscenter.ti.com/2012-06-03-TI-unveils-industrys-first-demonstrations-of-ZigBee-Light-Link-with-certified-Golden-Unit-at-Computex-Taipei
https://plus.google.com/104712705716996155416/posts/9E5ghURXDp3

Regards
Jan

Jan Szymanski <jan.szymanski@...> writes:

Hi,

I am trying to connect the TI's CC2530ZNP-Mini ZigBee coordinator device to

the Beaglebone to create a gateway.

http://www.ti.com/tool/cc2530zdk-znp-mini

The dongle has a TUSB3410 chip, for which there is no driver (CDC) on the

Beaglebone.

The standard ttyACM0 driver doesn't work.

root <at> beaglebone:~# uname -aLinux beaglebone 3.2.18 #1 Wed May 23

18:20:30 CEST 2012 armv7l GNU/Linuxroot <at> beaglebone:~# [ 93.987327]

cdc_acm 1-1:1.0: This device cannot do calls on its own. It is not a modem.[

104.048382] generic-usb 0003:0451:F432.0001: usb_submit_urb(ctrl) failed[

104.055508] generic-usb 0003:0451:F432.0001: claimed by neither input,

hiddev nor hidrawroot <at> beaglebone:~# lsusbBus 001 Device 001: ID 1d6b:0002

Linux Foundation 2.0 root hubBus 001 Device 002: ID 0451:f432 Texas

Instruments, Inc.Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

root <at> beaglebone:~# ls /dev/ttyACM*/dev/ttyACM0

root <at> beaglebone:~# screen /dev/ttyACM0 9600/var/run/utmp: No such file

or directory

[screen is terminating]root <at> beaglebone:~#

Was anyone able to make it work?

Interestingly there are report from TI of doing it succesfully with the last

one here

http://newscenter.ti.com/2012-06-03-TI-unveils-industrys-first-demonstrations-

of-ZigBee-Light-Link-with-certified-Golden-Unit-at-Computex-Taipei

Google Workspace Updates: New community features for Google Chat and an update on Currents

Regards

Jan

Hi,

I have been looking around for the same solution, did you fix your driver, I am

getting ready to compile kernel do you have any other solutions?

Appreciate your help