Comment 2 for bug 140668

Revision history for this message
bubbalouie (ryan-gossink) wrote :

Fix Possibly Found:

Add the bluetooth module to you ACPI white list.

Open the following file in your preferred editor as root (I used nano for quickness, also, I recommend making a copy just in case there is a mistake):

/etc/default/acpi-support

You will find the following line:

# Add modules to this list to leave them in the kernel over suspend/resume
MODULES_WHITELIST=""

Change it to:

# Add modules to this list to leave them in the kernel over suspend/resume
MODULES_WHITELIST="bluetooth"

This appears to have fixed things on both the FE-25GP and FE-35GP laptops I have had the issue with. However, it may create some issues with your suspend/resume functions.