Mint 14 Having Problem Waking after Suspend

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Maveri2k

Mint 14 Having Problem Waking after Suspend

Post by Maveri2k »

Hi all.
I just installed Linux Mint on my Acer Aspire One 756 about 2 days ago and one of the problems that I cannot seem to fix is waking the laptop after I suspend it (by closing the lid or going through the menu system)

I've searched this forum and checked to see the UUID's match in a bunch of files.

The last steps I did was increase my Swap size from 1000mb to ~8GB
and then followed these steps to re-set the swap petition:
https://help.ubuntu.com/community/SwapF ... re_swap.3F

Here are some of

Code: Select all

sudo blkid
/dev/sda1: LABEL="System Reserved" UUID="22F25391F25367D5" TYPE="ntfs" 
/dev/sda2: UUID="2152618d-04b5-4f70-80fc-73696903e2c6" TYPE="ext4" 
/dev/sda3: UUID="103E6D803E6D5FA8" TYPE="ntfs" 
/dev/sda4: UUID="3d7c22ba-96ff-475e-a784-44784ea881d1" TYPE="swap"

Code: Select all

cat /proc/swaps
Filename				Type		Size	Used	Priority
/dev/sda4                               partition	9291772	0	-1

Code: Select all

gksu gedit /etc/default/grub & 
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor resume=3d7c22ba-96ff-475e-a784-44784ea881d1"
GRUB_CMDLINE_LINUX="acpi_osi_Linux"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

Code: Select all

gksu gedit /etc/initramfs-tools/conf.d/resume &
RESUME=UUID=3d7c22ba-96ff-475e-a784-44784ea881d1
when I try to start up while the computer is suspended
the screen is not completely black as many of the threads say, my screen is just flooded with random text after I briefly see my desktop.
It looks like a bunch of RAM locations?

Thanks in advance!
-Dan
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Maveri2k

Re: Mint 14 Having Problem Waking after Suspend

Post by Maveri2k »

Posing a reply to bump the topic and updates:

I tried the instructions by user Charm_City_Charlie on this reddit topic:
http://www.reddit.com/r/linuxmint/comme ... leep_mode/

essentially modifying boot parameters and adding the intel_idle.max_cstate=3 parameter to linux /boot/vmlinuz-3.0.0-12-generic

Still having issues waking up after I suspend my laptop.

I have resorted to just shutting down the laptop when I have close the lid.
Maveri2k

Re: Mint 14 Having Problem Waking after Suspend

Post by Maveri2k »

Another dubugging update (and bumping the thread):

I booted my laptop in ubuntu 12.10 live and tried to sleep the machine. Same problem occured.

However, while booted into fedora 18 live USB, # pm-suspend hibernates the machine and wakes it back up!

Going to have to assume now it is linux distro specific, since Mint is based off Ubuntu.
Maveri2k

Re: Mint 14 Having Problem Waking after Suspend

Post by Maveri2k »

Went to Fedora since it was working at the time, but ended up in dependency hell trying to do the same things as I did in Mate (setting up secure wireless connection with wpa_supplicant and connecting to network printers)

Went back to the Mint Site, and downloaded the Mate 64 bit (with codecs) ISO again. Read somewhere that the SD card reader is a problem in many laptops, so I took the SD card out and everything works! First tested suspend in the Live USB, and currently works in the installed OS.

When I put in my SD card, I get the error screen in my first post.

regular USB storage drives do not appear to be a problem, just the SD card
Locked

Return to “Hardware Support”