I edited your original description to better reflect the problem and
solution.

Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as confirmed and let them handle it from here.
Thanks for taking the time to make Ubuntu better!

** Summary changed:

- Bluetooth is not turned on in Kubuntu or Ubuntu by default in Toshiba 
notebooks
+ [Toshiba Notebooks] Bluetooth not turned on by default

** Description changed:

  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):
  
- http://ubuntuforums.org/showthread.php?t=560475
+ Solution would be to add a startscript when a Toshiba-notebook is
+ detected.
  
- For new users these instructions might be little overwhelming.
+ 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
+ ---

** Changed in: toshset (Ubuntu)
     Assignee: Andreas Moog (andreas-moog) => (unassigned)
       Status: Incomplete => Confirmed

-- 
[Toshiba Notebooks] Bluetooth not turned on by default
https://bugs.launchpad.net/bugs/179728
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to