| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year |
| seen | Apr 8 at 14:37 | |
| stats | profile views | 19 |
|
Feb 13 |
comment |
why doesn't my computer resume after sleeping overnight? i have neither of those. however, i do have a suspicion that this has something to do with my laptop's bluetooth+wireless, but after blacklisting and disabling blietooth completely, the problem is still there. |
|
Oct 13 |
comment |
why doesn't my computer resume after sleeping overnight? well, this doesn't really say much. to me, at least. so i've reached a wall, sadly. there's only one 'magic number' line and that's the keyboard, and there are no 'hash matches' lines. anyway, here's the whole file, in case someone understands it better: pastebin.com/uxzt7XP6 |
|
Oct 12 |
comment |
why doesn't my computer resume after sleeping overnight? thanks. next time i'll try suspending with sudo sh -c "sync; echo 1 > /sys/power/pm_trace; pm-suspend" and try to see if dmesg has something to offer. the weird thing is that the issue only comes up if the system is suspended for more than a few hours.. i can suspend and resume all i want for a few minutes.. :( |
|
Oct 11 |
comment |
why doesn't my computer resume after sleeping overnight? so it seems that you were right, no logging took place after resuming. |
|
Oct 11 |
comment |
why doesn't my computer resume after sleeping overnight? sadly, that didn't help either. the only clue is this line: Having NetworkManager put all interaces to sleep...Failed.. however, it doesn't say why. the last line is: Thu Oct 11 03:33:03 CEST 2012: performing suspend. |
|
Oct 10 |
comment |
why doesn't my computer resume after sleeping overnight? will take a look, thanks. |
|
Oct 10 |
comment |
why doesn't my computer resume after sleeping overnight? it's only suspending to ram, not hibernating (which is disabled by default anyway on 12.04). i'm using 4 gbs of swap for my 4 gbs of ram. thanks for the reply, though. :) |
|
Sep 16 |
comment |
How to configure the touchpad middle click? sorry, the comment form ate my line breaks. you get the point, hopefully. :) in case not, i'll edit my original answer. |
|
Sep 16 |
comment |
How to configure the touchpad middle click? @kzh: maybe because of my sarcastic tone. or could be because it's better to put it in the xorg.conf (at the end if there's already one) like so: Section "Inputclass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton3" "2"
EndSection |