Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 3rd September 2012, 10:09 PM
nomfacile Offline
Registered User
 
Join Date: Sep 2012
Location: algeria
Posts: 9
linuxfirefox
Unhappy keep network connection always ON

Hi all,

Does anyone know how fedora 17 would keep connection on when screen is locked.
its very annoying when downloading something and be disconnected when sytem lock starts.

i'm using wireless connected to router.

Thx in advance
Reply With Quote
  #2  
Old 4th September 2012, 04:53 AM
ozjd's Avatar
ozjd Online
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxchrome
Re: kepp network connection always ON

Check your power settings. When it looks the screen it probably suspends after a set time. How you change that will depend on the DE you use.
Reply With Quote
  #3  
Old 4th September 2012, 05:58 PM
nomfacile Offline
Registered User
 
Join Date: Sep 2012
Location: algeria
Posts: 9
linuxfirefox
Re: kepp network connection always ON

Dear Ozjd,
1st thx.

I'm using F17 - gnome 3.4.2 - Kernel PAE 3.5.3 - Lenovo G570

Under power settings there's :
"Suspend when inactive for" set to -> "Don't suspend"
under brightness
"Dim screnn to save power" -> checked
"Turn screen Off when inactive for : " -> 10 minutes
"Lock" -> On
Lock screen after "Screen turns Off"

Hope you can help.
Reply With Quote
  #4  
Old 4th September 2012, 08:25 PM
LongTimeDabbler Offline
Registered User
 
Join Date: Jan 2011
Posts: 107
linuxchrome
Re: kepp network connection always ON

Disable acpi ? From Kernel command line or grub.conf?
Reply With Quote
  #5  
Old 5th September 2012, 11:06 AM
george_toolan Offline
Registered User
 
Join Date: Dec 2006
Posts: 1,718
linuxfirefox
Re: keep network connection always ON

Fedora does not disconnect your network connection.

Do you close the lid or something?

Is your computer suspened or hibernating when you come back? You can usually tell by some blinking light.

Do you have connection problems with your wireless when the screen is not locked?

Please check /var/log/messages for errors and

Code:
gsettings list-recursively | grep -i plugins.power
Reply With Quote
  #6  
Old 5th September 2012, 11:57 PM
nomfacile Offline
Registered User
 
Join Date: Sep 2012
Location: algeria
Posts: 9
linuxchrome
Re: keep network connection always ON

Dear george, thx,

When I leave my computer (sometimes I lock the screen others not) and I'm back i notice that the connection is down (I found this by seeing my torrent client at 0 kb/s)

I don't close the lid.

computer is not hibernating, I quickly enter the pass and I'm on, no delay time or HD activity.

No problem with my wireless, just to note that one day I lost my wireless card when upgrading kernel, following some forums I downloaded the linux drivers (Wireless-bluetooth-linux-STA-driver) from broadcom site and I 'make' the driver and install it again.
I often repeated this operation.
perhaps the problem is from here ????
I'll try to remove it and check again.

gsettings list-recursively | grep -i plugins.power
gave :
org.gnome.settings-daemon.plugins.power active true
org.gnome.settings-daemon.plugins.power button-hibernate 'hibernate'
org.gnome.settings-daemon.plugins.power button-power 'suspend'
org.gnome.settings-daemon.plugins.power button-sleep 'hibernate'
org.gnome.settings-daemon.plugins.power button-suspend 'suspend'
org.gnome.settings-daemon.plugins.power critical-battery-action 'hibernate'
org.gnome.settings-daemon.plugins.power idle-brightness 30
org.gnome.settings-daemon.plugins.power idle-dim-ac false
org.gnome.settings-daemon.plugins.power idle-dim-battery true
org.gnome.settings-daemon.plugins.power idle-dim-time 90
org.gnome.settings-daemon.plugins.power lid-close-ac-action 'suspend'
org.gnome.settings-daemon.plugins.power lid-close-battery-action 'suspend'
org.gnome.settings-daemon.plugins.power notify-perhaps-recall true
org.gnome.settings-daemon.plugins.power percentage-action 2
org.gnome.settings-daemon.plugins.power percentage-critical 3
org.gnome.settings-daemon.plugins.power percentage-low 10
org.gnome.settings-daemon.plugins.power priority 1
org.gnome.settings-daemon.plugins.power sleep-display-ac 600
org.gnome.settings-daemon.plugins.power sleep-display-battery 600
org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0
org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'suspend'
org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout 0
org.gnome.settings-daemon.plugins.power sleep-inactive-battery-type 'suspend'
org.gnome.settings-daemon.plugins.power time-action 120
org.gnome.settings-daemon.plugins.power time-critical 300
org.gnome.settings-daemon.plugins.power time-low 1200
org.gnome.settings-daemon.plugins.power use-time-for-policy true

Thx
Reply With Quote
  #7  
Old 6th September 2012, 11:25 AM
marriedto51 Online
Registered User
 
Join Date: Jul 2009
Location: England, UK
Posts: 821
linuxfirefox
Re: keep network connection always ON

Is it possible that making this a system connection will help?

To do that, run
Code:
nm-connection-editor
then choose the relevant wireless connection, and check the "System connection" box. (You should need to provide the root password.)

That way, the connection should be available for anyone from boot-time onwards.
Reply With Quote
  #8  
Old 6th September 2012, 12:50 PM
george_toolan Offline
Registered User
 
Join Date: Dec 2006
Posts: 1,718
linuxfirefox
Re: keep network connection always ON

Can you try a wired connection?
Reply With Quote
  #9  
Old 6th September 2012, 10:35 PM
nomfacile Offline
Registered User
 
Join Date: Sep 2012
Location: algeria
Posts: 9
linuxchrome
Re: keep network connection always ON

Dear marriedto,
I always use a mac filter without need of passord and I'm part of the wheel group.

Dear toolan,
I tried with a wired connection and same problem.

I think I have to find where I can set to not ave power on wireless when locked, when I was on windows ( before trying fedora ) I remember that we had a checkbox to not save power on some hardware.

Is there a GUI to set advancer power management properties ???? the one of gnome is poor.
I searched on google, but nothing at this moment.
Reply With Quote
  #10  
Old 7th September 2012, 08:28 AM
george_toolan Offline
Registered User
 
Join Date: Dec 2006
Posts: 1,718
linuxfirefox
Re: keep network connection always ON

You can tweak power settings with powertop, but Linux doesn't disconnect a network connection when it's in use.

Please check /var/log/messages for any errors.

How do you configure your ip address?

Is it possible that your DHCP lease expires or something like that?

Please check your DHCP server/router or configure a static ip address which shouldn't expire.

Last edited by george_toolan; 8th September 2012 at 08:28 AM.
Reply With Quote
Reply

Tags
connection, kepp, network

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow/Lose Network History Receiving, Network Connection squirtmph Linux Chat 7 20th October 2009 05:16 AM
Network connection has stopped working, Cant activate network, see error msg below... LithiumKid1976 Servers & Networking 11 5th October 2007 09:23 AM
Installing Wireless Network Driver Without a Network Connection??? bcnweb Installation and Live Media 0 10th April 2007 09:30 PM
How do I get my wireless connection to see a hotel network connection margni Using Fedora 7 26th February 2006 11:57 PM
Connection refused until in network connection JJS Servers & Networking 5 2nd November 2004 07:27 PM


Current GMT-time: 08:16 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat