Hello,
I am getting issue in installation of CC2540 USB EK module in Ubuntu 12.04 64 bit version as well as in our board having linux kernel version 3.8.0 with bnep enabled.
When I plug in the device into USB port of the PC then it is detected as a high speed USB device but it is supposed to be detected as bluetooth dongle.
sanjay@sanjay-ubuntu-12:~$ dmesg
[70362.504354] usb 1-3.3: new full-speed USB device number 25 using ehci_hcd
[70362.504354] usb 1-3.3: new full-speed USB device number 25 using ehci_hcd
sanjay@sanjay-ubuntu-12:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 021: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 002 Device 002: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
Bus 002 Device 003: ID 046d:c05a Logitech, Inc. Optical Mouse M90
Bus 001 Device 025: ID 0451:16b3 Texas Instruments, Inc.
Bus 005 Device 004: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x Composite Device
Bus 001 Device 023: ID 14cd:125a Super Top
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 021: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 002 Device 002: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
Bus 002 Device 003: ID 046d:c05a Logitech, Inc. Optical Mouse M90
Bus 001 Device 025: ID 0451:16b3 Texas Instruments, Inc.
Bus 005 Device 004: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x Composite Device
Bus 001 Device 023: ID 14cd:125a Super Top
After detection /dev/ttyACM* interface must be created. But it is not creating the interface.
sanjay@sanjay-ubuntu-12:~$ ls /dev/ttyACM*
ls: cannot access /dev/ttyACM*: No such file or directory
ls: cannot access /dev/ttyACM*: No such file or directory
I tried with installing python-serial packages as per instructions but unable to find the proper solution.
I am following below mentioned links:
https://github.com/Harper04/Python-for-TI-CC2540
http://processors.wiki.ti.com/index.php/Category:LinuxHostTest2
Please help me to come out of this.
Please help me to come out of this.
Thanks and Regards
Sanjay K Dwivedi