Fedora :: USB Not Active After WakeUp?
Dec 5, 2010
i'm having this problem:when i put Fedora to sleep the system disconnect all my usb (or so i think)basically i can't wake up my computer becouse there is no where to do itit gets back to normal after i power it off/on...how can i fix this?please since i'm new both to fedora and linux try to be detailed with the explanations, or there is a good chance i won't understand a thing ^^---------- Post added at 02:27 PM ---------- Previous post was at 02:26 PM ----------
View 3 Replies
ADVERTISEMENT
Jul 12, 2010
I'm experiencing a strange behavior with wakeup after suspend/hibernate: the first time the system wakes up, it works ok. Then it can suspend ok, but on each wake up I get the login window (my session has been forced logged out). I have to reboot to get one good wake up. It's 100% reproductible on both suspend-to-disk and suspend-to-ram.
/var/log/pm-suspend.log doesn't give much info:
Mon Jul 12 16:20:24 CEST 2010: performing suspend
Mon Jul 12 17:45:16 CEST 2010: Awake.
[code]...
View 6 Replies
View Related
Aug 9, 2009
I am trying to figure out what is causing my system to go to sleep as soon as I wake it up.
- Every time I put my notebook to sleep by pressing (Fn+F1)...
- When I wake it up by hitting the power button or opening the lid,
- The system starts wakening, but then it just sleeps again.
- By this time I just hit the power button or open the lid again, and is ok then.
I been trying to read about ACPI & HAL, but I haven't notice anything suspicious.
I have a Dell M1330 with Nvidia (manufacturer drivers) running FC11.
View 2 Replies
View Related
Mar 11, 2011
how to setup an Active/Active Load Balanced and High Available (If one of the nodes is down the system still runs) MySQL cluster. I have found quite a few howto's but I have some things unclear in my mind. I found a few solutions like this one: [URL] or this: [URK] Those are using two or four MySQL nodes, two Load Balancers to avoid a single point of failure but only one MySQL cluster management server. What happens if the MySQL cluster management fails?
I have also found a "MySQL Master-Master Circular Replication" technique but from what I read, with this option there is a chance that conflicts will arise if node A and node B both insert an auto-incrementing key on the same table.
View 1 Replies
View Related
Oct 29, 2010
I use debian sidunstable. When I suspend my PC, it does sleep fine, but when I try to wake it up, I get a black screen.
View 3 Replies
View Related
Jun 14, 2011
Is it possible to get the reason of system wake-up (Wake-on-LAN, Power button, wake from USB) on Linux? I'm using Ubuntu, kernel Linux homeless 2.6.37-12-generic #26~lucid1-Ubuntu SMP Wed Jan 5 21:52:06 UTC 2011 i686 GNU/Linux
View 1 Replies
View Related
May 17, 2010
When I suspend the computer it is more or less idle. When waking up, the harddrive is maxed out with i/o activity. The drive led is more or less fully on. I am not able to log in to gnome. I can however switch to VT1 and log in there, although it takes ages.
top shows no process activity, but IO Wait is at about 87%. df -h reports several GB free. free -m shows there is over 2GB free RAM.
I installed iotop, which took about two hours. I have attached it's output as it's rather special. In short just about every app is reading as much as it can from disk, including iotop itself!
As seen in the log throughput is not very high, but the disk i/o still puts the system to a crawl.
I killed process after process until it suddenly stopped. Unfortunately I didn't pay attention to when, but the i/o hammering stopped when killing one of the following (incomplete process names):
PC specs:
Ubuntu 10.04 x86_64
Acer aspire 5740, 4GB RAM, Intel Core i530 dualcore. AMD mobility radeon 5650 1GB.
I use fglrx and compiz is enabled with 'normal' profile.
View 1 Replies
View Related
Aug 31, 2010
because of a bug that changes the device of an USB-HDD from /dev/sdb to /dev/sdc after wakeup I need to re-mount my external usb-hdd on wakeup. As far I found out this could be done with an script in /usr/lib/pm-utils/sleep.d I placed a script there and made it executalbe, the contents are:
Code:
#!/bin/sh
sudo mount -a
echo "working" /home/max/Desktop/test.txt
exit 0
If I execute the script from shell the HDD gets mounted, when waking from sleep/standby the script writes "working" in the specified file but the hdd won't get mounted. As I plan using the HDD as a NAS it's important it gets mounted again because otherwise the samashares are invalid
View 9 Replies
View Related
May 21, 2011
After upgrading from 11.3 the system can not wake up from suspend/hibernate because the power button is not enabled.
Code:
> dmesg | grep -i acpi | grep 8.13
[ 8.136013] ACPI: Power Button [PWRB]
[ 8.136462] ACPI: Lid Switch [LID0]
[ 8.136579] ACPI: Power Button [PWRF]
[Code].....
View 9 Replies
View Related
May 15, 2010
I am using a Toshiba Satellite M200. Sometimes after a wakeup ubuntu does not detect any wireless networks. This does not happen all the time only some times but, when I restart my computer the wireless networks are detected.
View 2 Replies
View Related
Dec 3, 2010
I have quite a few things running, and walk away from the laptop. When I return and wake up the computer, I have a period of between 10-15 seconds before a password prompt is shown. I would expect the password prompt to come up before I am able to type and do any system commands.
View 2 Replies
View Related
Jan 15, 2010
i am trying to write a script that switches the system to hibernation automatically at a particular time and again wakeup after some fixed amount of time. I found that at /etc/acpi there is a hibernate.sh but i cudn't find resume.sh .
View 3 Replies
View Related
Oct 4, 2015
I'm trying to lower consumption of my server/HTPC. After wakeup from pm-suspend server/HTPC is ready to use in 1 or 2 seconds .For example if I suspend it while watching movie in KODI, after resume movie starts playing instantly. But some services (SSH and SAMBA) are not running. I thought it was network problem so I change configuration to static (not DHCP). SAMBA and SSH starts like 15 seconds after wakeup.
View 0 Replies
View Related
Oct 17, 2010
Like the tittle says, i have ubuntu 10.10 on an acer aspire 5738z. But the laptop cant isnt waking up properly from either sleep or hibernate. The screen is black and the machine is running. when i tap onsuspend in ubuntu 10.10 the buttons i get sounds from the speakers. pianoish like.
View 2 Replies
View Related
Apr 11, 2011
Are there limitations on what can be started from /etc/pm/sleep.d after system wakeup?I wrote a perl script to randomly change my gnome desktop background showthread.php?p=10654538
I want to run that script when my laptop wakes up.I followed this guide : and wrote this code
Code:
#!/bin/bash
. /usr/lib/pm-utils/functions
[code]...
View 1 Replies
View Related
Mar 17, 2010
#!/bin/bash
echo 0 > /sys/class/rtc/rtc0/wakealarm
echo `date '+%s' -d '+ 30 seconds'` > /sys/class/rtc/rtc0/wakealarm
[code]....
View 3 Replies
View Related
Jun 8, 2011
Only Single core active on quad core AMD when acpi is active.with acpi=offuname -aLinux dvip4 2.6.32-30-server #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011 x86_64 GNU/Linux
Code:
cat /proc/cpuinfo
processor : 0
[code]...
View 1 Replies
View Related
Apr 13, 2011
Is there a tool I can use in Fedora to modify the schema in Active Directory?
View 2 Replies
View Related
Jun 6, 2010
When the day Fedora13 was released, I downloaded one and installed it. After runing the command:
Quote:
yum install mesa* xorg* fusion* compiz*I can't active 3D effects. But on fedora 12, it takes effect by runing that command. My graphic card is Ati pro 2600 It is maybe the bug of fedora 13. Post added at 05:44 AM CDT Previous post was at 01:23 AM CDT
View 11 Replies
View Related
Mar 23, 2009
I'm running fedora 10 with enabled desktop effects on an ati card. It seems to have included an effect similar to OS Xs active corners and expose where the top right corner gives me an overview of every window. I have ccsm installed and tried to disable every feature enabled but it doesn't seem to come from there.
View 5 Replies
View Related
Dec 24, 2009
First time I installed Fedora 12 and I am new to Linux OS completely. The LAN (ethernet) is coming by default and it's status is inactive. When I click on icon, it tries to connect and then shows status still as inactive. Where as my internet works in Win XP. What do I do for making it active. Second, when I try to install xDSL package for my BSNL broadband, the package is not available. Where do I get this package?
View 1 Replies
View Related
May 3, 2010
I've been trying to find a single set of instructions that define how to configure Fedora 12 to authenticate using Active directory without 100 steps (plus or minus) but difficult at best. I have about 12 Fedora 12 servers running as stand alone servers in a Windows 2003 network.
Can someone point me to a great set of instructions that can easily be replicated across multiple servers and a few workstations?
View 6 Replies
View Related
Dec 5, 2010
i'm having this problem:when i put Fedora to sleep the system disconnect all my usb (or so i think)basically i can't wake up my computer becouse there is no where to do it.it gets back to normal after i power it off/on...how can i fix this?please since i'm new both to fedora and linux try to be detailed with the explanations, or there is a good chance i won't understand a thing
View 1 Replies
View Related
Jan 5, 2011
Currently I am working at a college as a student worker, and one of the classes that needs to take place requires that Fedora 12 be installed. Now, this isn't greatly important, but so far on a few of the installs I cannot get the Ethernet device to actually become active. I've tried restarting the computer, reinstalling Fedora 12, and going into the actual network area to click on "Activate" but it is grayed out. So currently, a few machines cannot connect to the internet - including the professor station. I'm not entirely sure what to do here, since most other posts I have read reported that they were able to actually click on "Activate" and it would work.
Right now, the computers are connected to the internet. The jacks do work as they were tested with computers that are able to connect to the net themselves. These computers NICs do work too as we have separate hard-drives in them booting into XP, which do connect to the net without problem.Any help would be appreciated. If anymore information is required, please let me know. I'll do my best to provide you with this information.
View 3 Replies
View Related
Jun 15, 2010
Most of my experience configuring network settings has been through various GUI tools available in GNOME and KDE. I have some older hardware that will not run KDE or GNOME and I am trying to configure the NIC. I have installed Webmin to try to configure the interface, and it does fine for setting a static address or DHCP address, but the interface (eth0) is not active at boot.
As soon as I run ifup eth0, it will use the assigned IP or pull DHCP based on settings, but I can't seem to get it to automatically activate at boot. And yes, /etc/sysconfig/network-scripts/ifcfg-eth0 does have ONBOOT=yes set. I need two things...
1 - are there any good cli tools, ncurses or such like netcfg I can install to manage the interface (I have tried the network manager cli tools, maybe I just don't get it, but that isn't working so good for me)
2 - how to make the interface activate at boot.
View 3 Replies
View Related
Aug 20, 2010
Most of the time when I go back to my computer, eth0 has disconnected if left overnight or several hours, and takes around 30 secs to reconnect to my router, finding it a little annoying as the reason I leave the computer on is for quick access to the internet.My computer is connected to the router via an ethernet cable.Used Mandriva and Windows XP on this same hardware for awhile and never came across this.How do I keep the connection to the router active?
View 4 Replies
View Related
Oct 4, 2010
Is there a way to inhibit Transmission at times when a user is active and only have it downloading/seeding when the computer is idle (or is there another Torrent client that will do so)? I know about the limits that can be set, but those are clock based, not activity based limitations. As it is now, when it is running, my web browsing speed and other online activities take a big hit in responsiveness. I want to be responsible and seed completed downloads. However, the performance hit makes it difficult to tolerate, and manually pausing and resuming torrents every time I sit down at the computer or get up to leave is inconvenient.
View 4 Replies
View Related
Sep 7, 2010
I want to install a FTP server (VSFTPD) on my Redhat Enterprise Linux 5.5 and i want to use Active Directory LDAP (windows server 2008 enterprise) for authentication. I can't add my windows LDAP to FTP server. I try my best but i cant to config it.
View 6 Replies
View Related
Feb 10, 2011
I want the sample code to display the active mounted filesystems for a particular user from VM server.
View 1 Replies
View Related
Jun 5, 2011
I am trying to integrate my centos machine with active directory [Windows Server 2008] using Kerberos and LDAP. I can now successfully SSH to my linux machine as an active directory user. Then it automatically creates home directory for that particular user using the PAM module.
My problem is that i cannot login to GDM using the same active directory account. Should I do some configuration changes for GDM login to take place using an active directory account.?
View 4 Replies
View Related