[iPAQ] Problem with bluetooth and ipaq 3870

From: Philipp Michels <philipp.michels_at_t-online.de>
Date: Mon, 24 Feb 2003 11:00:52 +0100

Hi,

I try so setup bluetooth for my ipaq 3870, but it doesnt work. I did the
following:

I installed the latest bluetooth-modules, task-bluez, opie-bluetoothmanager,
opie-bluetoothapplet.
Then i use this script so start it: (/etc/init.d/bluez.sh)

 #!/bin/sh
  #
  # bluez: Setup bluetooth support.
  #
  test -x /sbin/hciattach || exit 0
  set -e
  case "$1" in
      start)
          echo -n "Loading bluetooth support"
          hciattach /dev/ttySB0 bcsp
          echo "."
          ;;
      stop)
          echo -n "Unloadind bluetooth support"
          killall hciattach
          echo "."
          ;;
      reload|restart)
          echo -n "Reloading bluetooth support"
          killall hciattach
          hciattach /dev/ttySB0 bcsp
          echo "."
          ;;
      *)
          echo "Usage: bluez {start|stop|reload|restart}" >&2
          ;;
  esac
  exit 0

When i start it i get this errormessage: "Loading bluetooth supportBCSP
initialization timed out".
The blue LED on the iPaq blinks about 5 times.

If i start bluetooth via opie-bluetoothapplet the LED blinks only one time.
Here is the syslog:

Feb 24 09:27:38 familiar user.notice root: OpieTooth::Device create
Feb 24 09:27:38 familiar user.notice root: attaching /dev/ttySB0 bcsp 230400
Feb 24 09:27:38 familiar user.notice root: new process to create
Feb 24 09:27:40 familiar user.notice root: std err
Feb 24 09:27:40 familiar user.notice root: std out
Feb 24 09:27:40 familiar user.notice root: output: Can't set line disc:
Invalid argument
Feb 24 09:27:40 familiar user.notice root: Can't init device: Illegal seek

cheers
  Philipp
Received on Mon Feb 24 2003 - 10:01:04 EST

This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 18:33:22 EDT