I got a socket bluetooth cf as well and when i plug it in, it detects a serial_cs device and sets up /dev/ttyS0 (normally it is /dev/ttyS3 on 2.4.20 kernel). however, a hciconfig -a detects no devices, ie no hci0 or whatsoever. without hci0 being available, you got nothing to bind for /dev/rfcomm0 anyway
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163372\"][{POST_SNAPBACK}][/a][/div]
try :
# setserial /dev/ttyS3 baud_base 921600
# hciattach -s 921600 /dev/ttyS3 bcsp
followed by
# hciconfig -a
(it could be ttyS0 in your case, not sure)
Chero.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163378\"][{POST_SNAPBACK}][/a][/div]
hmm,
interestingly,
# setserial /dev/ttyS0 baud_base 921600
fails with Cannot set serial info: Invalid argument, while
# setserial /dev/ttyS3 baud_base 921600
actually works even though dmesg spits out the following when i insert the card:
ttyS0: detected caps 00000700 should be 00000100
1.0: ttyS0 at I/O 0xc48403f8 (irq = 137) is a 16C950/954
well
# setserial /dev/ttyS3
shows
/dev/ttyS3, UART: undefined, Port 0xc48403f8, IRQ: 137
so I set it to 8250 since that is the only available serial module
anyway, when i run
# hciattach -s 921600 /dev/ttyS3 bcsp
i get BCSP initialization timed out