我刚购买了iny210 V2开发板,插上USB口的CSR蓝牙适配器后,android设置里面的蓝牙还是不能打开。
跑的是原厂的android 4.0.3,我还没有烧写系统。
log如下:
/ #
/ # [ 346.915590] usb 1-1.2: new full speed USB device number 3 using s5p-ehci
[ 347.001564] usb 1-1.2: device descriptor read/64, error -32
/ # lsusb
Bus 001 Device 001: ID 1d6b:0002
Bus 002 Device 001: ID 1d6b:0001
Bus 001 Device 002: ID 0424:2514
Bus 001 Device 003: ID 0a12:0001
/ # hciconfig
/system/bin/sh: hciconfig: not found
内核代码里面应该是支持CSR蓝牙的啊。
/* CSR BlueCore devices */
{ USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR },
请问有没有遇到同样问题的朋友?如何解决?