You are not logged in.

#1 2012-02-24 05:43:20

Renan Birck
Member
From: Brazil
Registered: 2007-11-11
Posts: 401
Website

[SOLVED] Dell XPS 15, Bluetooth stops working after resume

EDIT: Solved.

I discovered a workaround solution:

After resume, stop the Bluetooth service:

# /etc/rc.d/bluetooth stop

Remove the btusb module and then reload it.

# rmmod btusb
# sleep 3
# modprobe btusb

Restart the Bluetooth service:

# /etc/rc.d/bluetooth restart

Put 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 adapter

I 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

Board footer

Powered by FluxBB