Giter VIP home page Giter VIP logo

Comments (4)

cassidyjames avatar cassidyjames commented on June 20, 2024

I also recently hit this on a Juno install on my desktop that has an Intel WiFi/Bluetooth card. WiFi continues to work.

from wingpanel-indicator-bluetooth.

peteruithoven avatar peteruithoven commented on June 20, 2024

I would have this issue on Loki in the past and ran the following commands to get it back:

sudo modprobe -r btusb
sudo modprobe btusb
sudo service bluetooth restart

To make it easier for myself I created a alias for it (really hope that's not necessary, haven't needed it on Juno):

alias restartbt="sudo modprobe -r btusb && sudo modprobe btusb && sleep 10 && sudo service bluetooth restart"

You could check the status of bluetooth using commands like:

service bluetooth status
rfkill list
hcitool dev

from wingpanel-indicator-bluetooth.

Suzamax avatar Suzamax commented on June 20, 2024

Please consider meging elementary/wingpanel#89 and this issue.

from wingpanel-indicator-bluetooth.

janxkoci avatar janxkoci commented on June 20, 2024

I often loose access to Bluetooth (both indicator and Switchboard plug) after flipping the Airplane mode switch on my keyboard. At that point my wingpanel crashes (elementary/wingpanel-indicator-network#305), but starts working again after a while. If I flip the Airplane mode switch some more times, I always get bluetooth back in both places..

from wingpanel-indicator-bluetooth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.