[Bug 179728] Re: [Toshiba Notebooks] Bluetooth not turned on by default

Launchpad Bug Tracker 179728 at bugs.launchpad.net
Sat Dec 8 04:17:19 UTC 2012


[Expired for toshset (Ubuntu) because there has been no activity for 60
days.]

** Changed in: toshset (Ubuntu)
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to toshset in Ubuntu.
https://bugs.launchpad.net/bugs/179728

Title:
  [Toshiba Notebooks] Bluetooth not turned on by default

Status in “toshset” package in Ubuntu:
  Expired

Bug description:
  The Bluetooth in Toshiba notebooks should be working out of the box,
  so by posting this I hope Hardy Heron will have this fixed. Right now
  you can get it working (Thanks to Tim Anderson):

  Solution would be to add a startscript when a Toshiba-notebook is
  detected.

  Taken from: http://ubuntuforums.org/showthread.php?t=560475

  Create startscript with this content:
  ---
  #! /bin/bash

  # script to start/stop Toshiba Bluetooth adapter
  # requires toshset

  case "$1" in
  start)
  /usr/bin/toshset -bluetooth on
  ;;
  stop)
  /usr/bin/toshset -bluetooth off
  ;;
  *)
  echo "Usage: /etc/init.d/tosh-bluetooth {start|stop}" >&2
  exit 1
  ;;

  esac

  exit 0
  ---

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/toshset/+bug/179728/+subscriptions




More information about the foundations-bugs mailing list