Debian :: Hibernating After X Seconds / Minutes After Suspend
Feb 19, 2016
I followed a guide with the hopes of my computer waking from suspend after a defined number of seconds (for testing purposes, 4 seconds).
Per the guide, I've added a file: /etc/pm/config.d/00-use-suspend-hybrid
Code: Select all# Always use suspend_hybrid instead of suspend
if [ "$METHOD" = "suspend" ]; then
 METHOD=suspend_hybrid
fi
# The delay after which hibernation gets triggered (default: 900 seconds, 15 minutes):
PM_HIBERNATE_DELAY=4
After four seconds of suspend, it continues suspending, and doesn't go into full hibernate.
View 4 Replies
ADVERTISEMENT
Dec 30, 2015
I've just installed new Debian 8 from live CD, lxed. The problem is urgent, I cannot do anything on my laptop, the computer keeps on suspending/hibernating every 30 seconds or so.
View 4 Replies
View Related
Oct 14, 2009
i have just registered to this forum so forgive me if i ask wrong question at wrong place.i have a server with OS: fedora 7 Hardware: SuperMicro X7DVL-L
[root@ ~]# /sbin/lspci
00:00.0 Host bridge: Intel Corporation 5000V Chipset Memory Controller Hub (rev b1)
00:02.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x8 Port 2-3 (rev
[code]...
View 1 Replies
View Related
Jan 13, 2011
I have a script in the works that reads an MP3 file and gets the track length. Trouble is, it gives me the total seconds, like this:
Sample Track.mp3 = 225.55 seconds
What I'd like to have is that 225.55 converted into minutes:seconds format (in this case, 3:45). How can I do this?
View 10 Replies
View Related
Aug 6, 2010
I have a usb wireless card called "edimax ew-7318" i used it for a year and it was great- worked out of the box. recently i've been having repeating disconnect problems every few minutes or seconds it will disconnect and then reconnect again
In system log i get:
Code:
It seams like a physical hardware problem but i cant find any physical fault on the card itself.
View 4 Replies
View Related
Oct 25, 2010
How do I configure acpi(d?) to suspend/halt the system after a specified period of inactivity? I can find plenty of information about setting up events to respond to button presses, but none on setting inactivity.
View 2 Replies
View Related
Aug 24, 2010
Does Debian support Hibernation? I have a home file server, I'd like it to hibernate (and use least power as possible) when not in use. To access remotely we'd use wake on lan. I couldn't find any how tos on the wiki.
View 2 Replies
View Related
Oct 24, 2014
I have installed Jessie on my Dell Inspiron 7340 and the touchpad works fine with xserver-xorg-input-synaptics. However, when the system wakes up from hibernation or standby , the touchpad doesn't react.
In /proc/bus/input/devices there are - among others - the following sections:
Code: Select allI: Bus=0011 Vendor=0002 Product=0001 Version=0000
N: Name="PS/2 Synaptics TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input35
U: Uniq=
[Code] ...
When the touchpad works, the "PS/2 Synaptics TouchPad" section isn't there.
View 9 Replies
View Related
Mar 15, 2011
I'm using mencoder to capture audio from a Encore ENLTV-FM3 video capture device. I have recently noticed that, since one week ago, when the machine was forcibly restarted due to a power outage, all recordings are slightly pitched, they play back slower than they should.
I narrowed down the problem to the following command line:
$ time mencoder -really-quiet -tv driver=v4l2:device=/dev/video1:chanlist=us-cable:audiorate=32000:alsa:adevice=hw.1:input=0:amode=1:normid=11 -endpos 00:10:00 -ovc copy -oac pcm -of rawaudio -o test-32000.wav tv://69
real 9m54.886s
user 0m5.536s
sys 0m1.740s
$ ls -l test-32000.wav
-rw-r--r--@ 1 martin martin 76800000 Mar 15 17:20 test-32000.wav
Somehow, mencode managed to gather precisely 10 minutes worth of raw audio in 9m 55s. That's not physically possible, unless the capture device's A/D converters are "overclocked". I can't think of any other explanation besides hardware failure. Can that be? Could it be that something got burnt during the power outage and now the capture device's internal clock went nuts?
Since the machine's restart, I've also noticed dmesg is flooded with entries like this:
CE: hpet increased min_delta_ns to XXX nsec
Which seem to indicate that the computer's high precision event timer is somehow out of sync. Does this have to do with the audio issue? Can it be that the audio converter's sample rate is linked to the HPET? I'm totally lost here. Has anyone bumped into something similar?
View 2 Replies
View Related
Feb 7, 2010
Recently my netbook (Toshiba NB100, running Ubuntu 8.04) has started crashing every time I shut the lid. The screen goes black, I press the power switch, and it doesn't come on. The screen stays black but I have a cursor flashing. That's it, nothing happens, I have to restart.
How can I fix this?
View 9 Replies
View Related
Jan 1, 2010
Hibernating windows 7 on dual-boot laptop (9.10 Ubuntu - W7) writes something on MBR which breaks GRUB2. GRUB2 does not load at all after hibernating W7 and the best solution is to reinstall GRUB with Ubuntu 9.10 cd, just follow the instructions at [URL]
View 4 Replies
View Related
Sep 7, 2011
Problem: after several minutes network down, ping 192.168.1.1 (gateway) -> (Destination Host Unrechable).
Hardware: netbook Asus 1215p, netcard - Atheros Communications AR8152 v2.0, controller - Broadcom BCM4313
Debian 6.0
/etc/network/interfaces
auto lo
iface lo inet loopback
allow-hotplug eth0
[Code].....
PS on win7 and ubuntu with the same config I don't have this problem..
View 1 Replies
View Related
Jan 14, 2010
my computer screen (actually my plasma connected to it) keeps going into hibernating mode and going to logout screen I logically went to System/More Programs/Power Management and put all the settings all set to Never but still after 5-10 minutes at idle poof! back to loginIs it perhaps something to do with Compiz (I am using Gnome by the way)
View 4 Replies
View Related
Apr 1, 2010
When I wake up from hibernating I get a black screen, no keyboard. How to fix this, been a problem since jaunty? It's my only problem with ubuntu. I get (please wait waking up screen) then black screen and no keyboard control. I have to hard reboot.
View 3 Replies
View Related
Oct 7, 2010
usually when my battery gets critically low, The system warns me to plug it in, and then it hibernates. But recently, It displays no warning, and instead of hibernating it just shuts off. It still displays the "20 minutes remaining" libnotify warning, but thats not useful if I'm doing something fullscreen.
View 1 Replies
View Related
Dec 8, 2010
How can you do that in lubuntu 10.04? In xubuntu 9.10 I could do that, if I use gnome-power-manager and gnome-screensaver, and use gnome-power-manager's icon to suspend/hibernate, but I don't see that kind of option in lubuntu.
View 1 Replies
View Related
Jun 20, 2011
I'm experiencing some weird short freezing issues in Squeeze and / or unstable. Everything works as usual, then the system will freeze for some seconds if I don't do anything, or resume faster if I move the mouse or hit a key on the keyboard. I thought it was a wifi related problem, as I have an intel iwl4965 , here is what I often see in dmesg:
[ 2608.910307] iwl4965 0000:06:00.0: Queue 4 stuck for 2000 ms.
[ 2608.910317] iwl4965 0000:06:00.0: On demand firmware reload
[ 2608.912832] ieee80211 phy0: Hardware restart was requested
View 8 Replies
View Related
Jun 28, 2015
After new installation i can not get USB to work properly, if i insert a usb stick it will not show only if i change ports several times it will show, and will be invisible in dev/tty
View 3 Replies
View Related
Jul 4, 2011
Peacekeeper is the web browser benchmark from Futuremark Corporation. In contrast to Iceweasel 5.0 on my laptop, my installed Chromium 6.0 does not pass this benchmark (it hangs after about 2-3 minutes). Here is the link to Peacekeeper: [URL]
View 3 Replies
View Related
Aug 16, 2011
When I return to my plasma desktop from hibernating, the font display is broken - kind of stripes It affects all kde and gnome programs, and all window decorations, but f.e. chrome displays the webpages well.What could cause this, and how can I fix it? My system is a dell inspiron 1525 with intel 965gm graphics card running kubuntu 11.04 with no kde ppas enabled.
View 1 Replies
View Related
Jun 9, 2015
I'm using the xfce4 desktop and I removed the default screensaver. The screen goes dim after 10 minutes and I was wanting to know if there is a config file where I can adjust the time.
Searching synaptic for "screensaver" shows xdg-utils installed which has xdg-sreensaver but I'm not sure if that is really the program that is dimming the screen. Anyway, I couldn't find a way to change the amount of time that it takes to do so.
View 2 Replies
View Related
Jun 22, 2011
Laptop : Dell Latitude D620 - Intel Core2Duo T5500 1.66GHz - Intel 945GM graphic - 2GB DDR2 667 RAM - Samsung 400GB SATA 5400rpm Harddisk. OS : Debian Squeeze amd64 - Gnome. I browse the web with this laptop,with ethernet connection,with Icewesel running 2 tab,just after 5 minutes,it auto turn off itself. Never happen before,I don't know what happen. This laptop only support 2D,there's no 3D graphic driver,so no visual effect apply. I start the laptop after 10 minutes,type sensors and get this output :
acpitz-virtual-0
Adapter: Virtual device
temp1: +46.5°C (crit = +126.0°C)
* Before it auto shutdown,I place my laptop on desk with a simple rack to lift the rear from desk about 5cm,without cooling pad,and no direct wind flow from my desk fan as I always did.
View 1 Replies
View Related
Apr 18, 2010
I have just upgraded to the latest testing packages with aptitude and now when I log in I get 2 error messages. One is "Your session only lasted less than 10 seconds. If you have not logged out yourself, this could mean that there is some installation problem or that you may be out of diskspace. Try logging in with one of the failsafe sessions to see if you can fix this problem." and then if I click on view details I get "/etc/gdm/Xsession: Beginning session setup..." As long if I don't click OK the system (LXDE) is completely usable and the only thing that doesn't seem to be working properly is wifi - I think I was using network manager which doesn't seem to be loading. The other error message is: "GTK+ icon theme is not properly set This usually means you don't have an XSETTINGS manager running. Desktop environment like GNOME or XFCE automatically execute their XSETTING managers like gnome-settings-daemon or xfce-mcs-manager.
If you don't use these desktop environments, you have two choices:
1. run an XSETTINGS manager, or
2. simply specify an icon theme in ~/.gtkrc-2.0.
For example to use the Tango icon theme add a line: gtk-icon-theme-name="Tango" in your ~/.gtkrc-2.0. (create it if no such file)
NOTICE: The icon theme you choose should be compatible with GNOME, or the file icons cannot be displayed correctly. Due to the differences in icon naming of GNOME and KDE, KDE themes cannot be used. Currently there is no standard for this, but it will be solved by freedesktop.org in the future." clicking OK brings up icons etc. and desktop background. I am using an SSD and when I set up the laptop I think that I made /tmp a folder on a ram disk (and maybe a few other temporary files as well). Could this have anything to do with these error messages? (one also pops up about battery empty when the battery is still @ 100% but that is less irritating)
View 4 Replies
View Related
Aug 6, 2011
At boot time, my computer hangs for 15 seconds before continuing. This is the message that I receive:Starting the hotplug events dispatcher: udevderror binding udev control socket 1...(warning).Waiting 15 seconds and trying to continue anyway...(warning).
View 1 Replies
View Related
Mar 28, 2015
I have a very fresh and basic install of the weekly jessie build (this week). I've installed nvidia drivers, some non-free plugins, virtualbox, basic system tools, etc. The issue is while playing in audacious, the song will freeze for about 5 seconds. It's always around 5 seconds. Sometimes it's once or twice per song, sometimes I'll play 10 songs without it happening. BTW, all music is on a separate hard drive on an NTFS partition.
In audacious, I'm using the Winamp skin. I noticed when trying to play for the first time, it wouldn't play unless I changed the setting in audacious to use ALSA. That was the only way I could go to Settings and select my SPDIF digital output. But then doing that, other sounds no longer worked (in iceweasel). So I downloaded pavu, was able to select my onboard digital stereo output, set audacious back to pulse audio, and everything now works. Only issue is audacious is freezing every now and then... Is there a driver or module that I need to check for? Is there a way to get everything to use ALSA?
I once tried AV Linux for the low latency kernel but since it was based on Wheezy and I wasn't familiar with repos, everything was extremely outdated, so I migrated away. Should I need an LL kernel for 320kbps audio playback? I haven't sat and watched a full mkv yet, some of those have 1.5mpbs audio.
View 10 Replies
View Related
Nov 11, 2010
I have a fresh debian install on my computer, and I have this weird problem. When I play a song from rhythmbox, it works for 10 to 50 seconds, and then it stops making sound. When I type
alsa force-reload
It reloads alsa, and I can listen to a song again for approx 50 seconds. It is not depended of rhythmbox, because the same problem occures for amarock and banshee. I already installed the package libesd-alsa0 and put esd on, but the problem still occures. What is happening? I wanted to add 1 thing. And that is that I ahve 2 sound devices installed, both supporting alsa. 1 onboard, 1 pci card.
The strange thing is that only from the pci card, I can hear sound out of the speakers (after replugging the jack in the back off course ). But if, after an alsa force-reload, only the onboard sound card is detected, it does play the whole song, but does not output any sound.
View 9 Replies
View Related
Feb 17, 2011
After this morning's updates my Samsung SyncMaster 225BW monitor (1680x1050, 60 Hz) blanks every ten seconds. I've checked cables, even rebooted, logged into GNOME and Xfce and it continues.
edit: Oh, I'm running Debian testing.
View 12 Replies
View Related
Dec 18, 2015
I'm having an issue with my display. Every few minutes or so it dims and a 4 note chord is played.
I have isolated it to: "new-host-5org.kde.powerdevil.backlighthelperQDBusConnection: system D-Bus connection created before QCoreApplication. Application may misbehave".
And it most certainly is misbehaving. I'm running Jessie 8.2 with the KDE desktop on a HP Elitebook 8730w with NVIDIA Quadro G94GLM graphics.
View 3 Replies
View Related
Jul 30, 2015
I've an Blade 1500, sparc64 IIIi with 2 hard disks and 2go of RAM. The computer run with debian 7.7.0 and BSD (opensxce) for each hard disks.
1/ When it's run under BSD there are no problems, the uptime are on many hours.
2/ when it's run under debian with XFCE x-window, the uptime is 4 hours 30 minutes and computer reboot automatically !
Into the control panel i've deactivate the hibernation, screensaver and power management ! I want to find the files for manage the time down. I think that the problem is in XFCE window manager.
View 0 Replies
View Related
Oct 14, 2015
After mapping iscsi storage from my netapp and scanning for new devices I run multipath -v2 to create the multipath device handle under /dev/mapping/. This normally takes about 2 seconds or less on every other linux distribution I use. On Stretch it takes a little over 3 minutes. I have tried several different versions of multipath.conf but the result is always the same.
My most recent multipath.conf file is available here : [URL] ....
and the output of multipath -v4 is available here : [URL] ....
View 0 Replies
View Related