PDA

View Full Version : How to edit /etc/default/acpi-support / no wireless after sleep



derekreilly
Jun 27th 2011, 09:52 PM
Hi,

I would like to know how to edit /etc/default/acpi-support. I need to add networking to STOP_SERVICES so that my wireless will stop and restart when I come in and out of sleep or hibernate but the location is read only. Can anyone help me?

# Add services to this list to stop them before suspend and restart them in
# the resume process.
STOP_SERVICES=""

Derek.

Snowhog
Jun 27th 2011, 10:00 PM
Press Alt+F2 and then in the pop-up type:

kdesudo kate /etc/default/acpi-support

Press Enter and Kate will open the file 'as root' and you can edit and save the changes.

derekreilly
Jun 28th 2011, 06:04 AM
Thanks Snowhog!!

de_koraco
Jun 28th 2011, 11:39 AM
You might wanna get acquainted with nano for modifying config files via CLI.

sudo nano /one/directory/or/another/file

CTRL + O to save
CTRL + X to exit

It saved my hide a few times when X was acting up.

derekreilly
Jun 28th 2011, 05:35 PM
This morning it worked. I came back from work and came out of sleep and no wireless!! AAArgghhHH!

derekreilly
Jun 29th 2011, 05:53 AM
This morning the system woke up and wireless was available. How strange. ???

derekreilly
Jun 29th 2011, 05:34 PM
and now it doesn't work again, does anyone have any ideas?