What steps will reproduce the problem? 1. If wifi is enabled at boot time 2. Hit Fn-f2 to disable wifi 3. cat /var/log/acpid
What is the expected output? What do you see instead? Expected output is for the script to run with no errors. Instead the script complains about modules that are not loaded (wlan_tkip, wlan_ccmp, wlan_wep depending on your wireless settings).
What version of the product are you using? On what operating system? v2.0, eeeXubuntu
Please provide any additional information below.
Suggest changing rmmod
in script for modprobe -r -q
to avoid warnings
about missing modules.
-r is remove -q is not to complain about missing modules -Q will not complain about any error or warning
Comment #1
Posted on Feb 23, 2008 by Happy Elephanttanks for your input, the problem has been accepted and will be fixed in an upcoming release
Comment #2
Posted on Feb 23, 2008 by Happy Elephant(No comment was entered for this change.)
Comment #3
Posted on Feb 28, 2008 by Happy ElephantProblem has been fixed. Awaiting verification.
Status: Fixed
Labels:
Type-Defect
Priority-Medium