OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: rmrfchik on July 10, 2006, 02:42:07 am

Title: Bt Cf Not Working In 3.5.4.1
Post by: rmrfchik on July 10, 2006, 02:42:07 am
I have Billionton CF BT, which successfully worked under pdaXrom (beta1), Cacko and previous OZ releases.
3.5.4.1 recognizes the card (according to applet) but doesn't load the required module. There is no hci0 device created and no any BT function works.
Title: Bt Cf Not Working In 3.5.4.1
Post by: Hrw on July 10, 2006, 03:52:15 am
As always...
"cardctl info"
Title: Bt Cf Not Working In 3.5.4.1
Post by: rmrfchik on July 10, 2006, 01:21:37 pm
root@c7x0:~# cardctl info
PRODID_1="Compact Flash"
PRODID_2="Bluetooth Card"
PRODID_3=""
PRODID_4=""
MANFID=0279,950b
FUNCID=2
root@c7x0:~#
Title: Bt Cf Not Working In 3.5.4.1
Post by: XorA on July 11, 2006, 04:16:00 am
setserial /dev/ttyS3 baud_base 921600
hciattach -s 921600 /dev/ttyS3 bcsp
Title: Bt Cf Not Working In 3.5.4.1
Post by: rmrfchik on July 11, 2006, 04:22:43 am
Quote
setserial /dev/ttyS3 baud_base 921600
hciattach -s 921600 /dev/ttyS3 bcsp
[div align=\"right\"][a href=\"index.php?act=findpost&pid=134650\"][{POST_SNAPBACK}][/a][/div]
Can't get port settings: Input/output error
Can't initialize device: Illegial seek
Title: Bt Cf Not Working In 3.5.4.1
Post by: rmrfchik on July 11, 2006, 06:58:16 am
Ok, need to replace bt950_cs to serial_cs inside /etc/pcmcia/bluetooth.conf for Billinton.
It works! Thanks!