acpi sbs module incorrected named in resume scripts

Asked by Lethe

Please refer:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447085

This is indeed correct. /etc/acpi/resume.d/72-acpi-pain.sh modprobes acpi_sbs, which is incorrect - the module is called 'sbs'

Patch attached (using Intrepid, 2.6.27)

Nick

Question information

Language:
English Edit question
Status:
Open
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Lethe (nick-ukfsn) said :
#1

--- resume.d/72-acpi-pain.shOLD 2008-11-08 08:06:35.000000000 +0000
+++ resume.d/72-acpi-pain.sh 2008-11-08 08:07:01.000000000 +0000
@@ -25,11 +25,11 @@
 done

 # Make sure that the drive power state is set correctly again
-modprobe -r acpi_sbs
+modprobe -r sbs
 modprobe -r ac
 modprobe ac
 modprobe -r battery
 modprobe battery
-modprobe acpi_sbs
+modprobe sbs
 /etc/acpi/power.sh

Can you help with this problem?

Provide an answer of your own, or ask Lethe for more information if necessary.

To post a message you must log in.