Author Topic: widgets loading before ethernet up  (Read 379 times)

Offline dellji

  • Jr. Member
  • **
  • Posts: 32
widgets loading before ethernet up
« on: June 24, 2011, 06:49:27 PM »
The weather widgets try to access the internet before my ethernet is up.  

Does anybody know how to delay the start of these widgets until the Ethernet is active?

Using KDE fully updated.

Jim

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: widgets loading before ethernet up
« Reply #1 on: June 24, 2011, 10:44:59 PM »
I've seen this on both ethernet and wireless. The fix is pretty simple, actually. As user root, edit the file /etc/sysconfig/speedboot. Find the line: (last line in the file)

SPEEDBOOT=auto

Change auto to no. That should correct it.

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline longtom

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3342
  • Satellite Station Africa
Re: widgets loading before ethernet up
« Reply #2 on: June 25, 2011, 12:57:03 AM »
One could also edit the rc.local file in your /etc directory. (could be in the /etc/init.d directory as well - not on my machine right now )

Code: [Select]
sleep 30
program name of weather widget

« Last Edit: June 25, 2011, 12:58:39 AM by longtom »
Regards longtom

PCLinuxOS KDE 32bit
Intel Core 2 Duo E2200 / 2.2 GHz
2GB Ram
Nvidia GT610

Offline dellji

  • Jr. Member
  • **
  • Posts: 32
Re: widgets loading before ethernet up
« Reply #3 on: June 25, 2011, 05:16:51 AM »
I've seen this on both ethernet and wireless. The fix is pretty simple, actually. As user root, edit the file /etc/sysconfig/speedboot. Find the line: (last line in the file)

SPEEDBOOT=auto

Change auto to no. That should correct it.



Thanks, looks like it works.
I guess it changes my boot from parallel process to sequential from what I read.

Jim

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: widgets loading before ethernet up
« Reply #4 on: June 25, 2011, 06:19:30 PM »

I guess it changes my boot from parallel process to sequential from what I read.


Yes, sir. You are correct.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378