OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Debian => Topic started by: Raul on March 29, 2008, 08:28:03 pm
-
I've read some of the topics about Socket Bluetooth and Debian Tichy. I have Version G and still cannot get it to work properly.
Someone wrote that: " 'hciattach /dev/ttyS4 bcsp' works." but it doesn't for me.
Maybe I should try with setserial? Does it exist for Debian Eabi?
The only positive is that after inserting the card it responds with:
ttyS0: detected caps 00000700 should be 00000100
1.0: ttyS4 at I/O 0xc48403f8 (irq = 169) is a 16C950/954
Thanks for any help.
Kind regards,
Raul
-
Maybe I should try with setserial?
Exactly! Try this:
setserial /dev/ttyS4 baud_base 921600
hciattach /dev/ttyS4 bcsp
-
Or just try this instead:
hciattach /dev/ttyS4 socket
-
Or just try this instead:
hciattach /dev/ttyS4 socket
When i tried with socket i've got:
bcsp-recv: Out-of-order packed arrived, got 1 expected 0
bcsp-recv: Error in BSCP hdr checksum
-
Maybe I should try with setserial?
Exactly! Try this:
setserial /dev/ttyS4 baud_base 921600
hciattach /dev/ttyS4 bcsp
After hciattach /dev/ttyS4 bcsp I've got:
BCSP initialization timed out
-
When i tried with socket i've got:
bcsp-recv: Out-of-order packed arrived, got 1 expected 0
bcsp-recv: Error in BSCP hdr checksum
Sure, but what does hciconfig say? I get those errors on occasion but it doesn't stop the interface from coming up.
However it does tend to spew those errors continually to the log after a suspend/resume until I kill and restart hciattach.
-
Sure, but what does hciconfig say? I get those errors on occasion but it doesn't stop the interface from coming up.
However it does tend to spew those errors continually to the log after a suspend/resume until I kill and restart hciattach.
hciconfig show nothing at all.
-
I've found a nice web page about the problem with Socket Bletooth card rev. G
http://www.adamis.de/linux/bt-socket.html (http://www.adamis.de/linux/bt-socket.html)
There is even a patch:
Patch for serial 8250 (http://www.adamis.de/linux/serial_8250.c_2.6.17.patch)
Does anyone knows if zaurus kernels have this patch already?
That's why probably some of you had a problem with getting better transfers than 9-10kb/s.
-
I've found a nice web page about the problem with Socket Bletooth card rev. G
http://www.adamis.de/linux/bt-socket.html (http://www.adamis.de/linux/bt-socket.html)
There is even a patch:
Patch for serial 8250 (http://www.adamis.de/linux/serial_8250.c_2.6.17.patch)
Does anyone knows if zaurus kernels have this patch already?
That's why probably some of you had a problem with getting better transfers than 9-10kb/s.
My Rev G Socket Card works like a champ on Cacko and PdaXRom, but those are 2.4 kernel...
-
My Rev G Socket Card works like a champ on Cacko and PdaXRom, but those are 2.4 kernel...
I've had Cacko and pdaXii before and it was working quite nice.
-
I've found other solution but I'm not good at compiling Kernel.
Patch for Socket Bluetooth (http://ubuntuforums.org/archive/index.php/t-182926.html)