Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

[SOLVED] Bluetooth does not work after suspend and resume

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
4 posts • Page 1 of 1
Author
Message
FroL_Onn
n00b
n00b
Posts: 55
Joined: Sun Oct 20, 2013 6:17 am

[SOLVED] Bluetooth does not work after suspend and resume

  • Quote

Post by FroL_Onn » Thu Apr 07, 2016 11:49 am

I have
Bus 002 Device 005: ID 03f0:311d Hewlett-Packard Atheros AR9285 Malbec Bluetooth Adapter
on my HP probook.

For some reason after suspend and resume bluetooth is turned off and nothing helps me turning it on. Neither

Code: Select all

systemd restart bluetooth
, nor

Code: Select all

modprob -r btusb; modprob btusb
does the job...

Here is my kernel .config.
I use Gnome 3.18.
Here is my emerge --info

Have anybody experienced this problem too?

EDIT:

OK. It turned out, installing linux firmware fixed this. Not 100% sure as I've also rebuilt the kernel a bit, but after finally after installing linux-firmware package and several days of flawless testing I think this is it!
Last edited by FroL_Onn on Tue Apr 12, 2016 3:24 pm, edited 1 time in total.
Top
FroL_Onn
n00b
n00b
Posts: 55
Joined: Sun Oct 20, 2013 6:17 am

  • Quote

Post by FroL_Onn » Thu Apr 07, 2016 1:52 pm

I am confused.

Could installing linux-firmware package have solved this issue?
I have tried suspending and resuming 3 times now and everything works great.
Top
Not now, John!
n00b
n00b
Posts: 3
Joined: Fri Jul 16, 2004 9:25 am

  • Quote

Post by Not now, John! » Wed Aug 31, 2016 6:20 pm

In my case (Toshiba Satellite L50-A-1CD) unloading kernel module btusb and loading it again restored bluetooth device.
To make it permanent I created /etc/pm/sleep.d/50bluetooth:

Code: Select all

#!/bin/bash
case $1 in
	hibernate)
		modprobe -r btusb
		;;
	suspend)
		modprobe -r btusb
		;;
	thaw)
		modprobe btusb
		;;
	resume)
		modprobe btusb
		;;
	*)
		logger -t "TEST" "Somebody is calling me totally wrong."
		;;
esac
Top
haarp
Guru
Guru
Posts: 535
Joined: Wed Oct 31, 2007 12:44 pm

  • Quote

Post by haarp » Thu Sep 01, 2016 11:32 am

Are you using blueman?

https://github.com/blueman-project/blueman/issues/571
Top
Post Reply

4 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy