Results 1 to 2 of 2

Thread: Turn on bluetooth, broken switch

  1. #1
    Join Date
    Aug 2007
    Location
    Bangkok, TH
    Beans
    410

    Turn on bluetooth, broken switch

    Hi guys,
    On my acer aspire laptop, the bluetooth toggle switch has broken. Is there a way to turn it on with a command? In windows, the acer power management can do it. How to do it in Ubuntu?

  2. #2
    Join Date
    Aug 2007
    Location
    Bangkok, TH
    Beans
    410

    Re: Turn on bluetooth, broken switch

    Wow, I found a way! (unintentionally!)

    Edit the file /sys/bus/platform/devices/acer-wmi/bluetooth
    Just put a 1 into the file to turn ON, or 0 to turn OFF, the bluetooth!

    For example, to turn ON bluetooth:
    Code:
    cd /sys/bus/platform/devices/acer-wmi/
    sudo echo "1" > bluetooth
    To turn off, just change "1" to "0".

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •