You are not logged in.
EDIT: Solved.
I discovered a workaround solution:
After resume, stop the Bluetooth service:
# /etc/rc.d/bluetooth stopRemove the btusb module and then reload it.
# rmmod btusb
# sleep 3
# modprobe btusbRestart the Bluetooth service:
# /etc/rc.d/bluetooth restartPut this into a script in /etc/pm/sleep.d if wanted.
Hello,
I noticed that the Bluetooth on my Dell XPS 15 stops working after suspend/resume. Even if I turn it off then on again, I get error "NoSuchAdapter" when running bluez-simple-agent (as per the Bluetooth entry on ArchWiki:
renan@epica ~ % sudo bluez-simple-agent
Traceback (most recent call last):
File "/usr/bin/bluez-simple-agent", line 104, in <module>
path = manager.DefaultAdapter()
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 143, in __call__
**keywords)
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.bluez.Error.NoSuchAdapter: No such adapterI am using the Intel Centrino Wireless-N 1030 as Bluetooth/Wifi adapter, on a fully up-to-date Arch x64 system. Any ideas?
Thanks.
Last edited by Renan Birck (2012-02-25 01:44:29)
Offline