sábado, mayo 23, 2009

Bluetooth Dongle ISSC http://www.issc.com.tw/bt_dongle.htm

El error:
Bluetooth doesn't work (hci_cmd_task: hci0 command tx timeout)

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/268502?comments=all

Fue solucionado en el kernel 2.6.30-rc6, pero además según un desarrollador de Bluez, Holtmann el usar "hcitool cc" (hcitool cc sirve para establecer una conexión al cliente) no sirve porque es para los desarrolladores, entonces utiliza:

gnome-obex-send -d XX:XX:XX:XX:XX:XX '/home/maximi89/Foto curriculo.png'


desde la versión bluez 4.34-0exp1 funciona sin dramas, y con el kernel 2.6.30-rc6
sudo "hciconfig hci0 up" levanta la interfaz, y podrás enviar con el comando anteriormente mencionado.

kernel 2.6.30-rc6 fix the problem of "hci0 tx timeout"


ID 1131:1004 Integrated System Solution Corp. Bluetooth Device

[ 6306.340042] usb 2-2: new full speed USB device using ohci_hcd and address 4
[ 6306.564806] usb 2-2: New USB device found, idVendor=1131, idProduct=1004
[ 6306.564815] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6306.564822] usb 2-2: Product: ISSCEDRBTA
[ 6306.564826] usb 2-2: Manufacturer: ISSC
[ 6306.564973] usb 2-2: configuration #1 chosen from 1 choice



No sirve:
sudo hciconfig hci0 up
sudo hcitool cc XX:XX:XX:XX:XX:XX (holtmann of bluez say that it's only for developers)
Sirve:
levantar la interfaz bluetooth y luego enviar archivos con un programa que haga eso, gnome-obex-send es uno y sirve muy bien, no he probado recibir ni otros medios como audifonos o mouse, sólo enviar archivos.

Más información en mi post más reciente:
http://maximi89.blogspot.com/2009/10/como-activo-el-bluetooth-en-mi.html

No hay comentarios.: