LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 03-31-2006, 12:50 AM   #1
Zech
LQ Newbie
 
Registered: Mar 2006
Posts: 8

Rep: Reputation: 0
powersave error


Hi!

I am a newb of Linux. I installed SUSE Linux 10 on my laptop yesterday. But everytime when I turn on my computer, the following error message pops up. How can I solve the problem? Thank you for your help/answer!!



Error-KPowersave

The powersave daemon is not running.

Starting it will improve
performance: /usr/sbin/rcpowersaved start
 
Old 03-31-2006, 02:06 AM   #2
minrich
Member
 
Registered: Aug 2003
Location: Isles of Man & Wight
Distribution: See signature
Posts: 548

Rep: Reputation: 40
Welcome to LQ

Can you give us a clue on what model of laptop, and what processor/CPU is involved. Also, 'which exact' version of Suse 10 did you install and was it 32-bit or 64-bit?
 
Old 03-31-2006, 02:08 PM   #3
Zech
LQ Newbie
 
Registered: Mar 2006
Posts: 8

Original Poster
Rep: Reputation: 0
Oh, I am using Compaq Presario v2552us laptop (I upgraded the RAM to 1GB). and I have Suse Linux 10 32-bit installed. How can I check the exact version of my Suse Linux? I searched all the topics related to this problem I had, it seemed common. I think the reason is that as a user (not root) of the system, I don't have the authority to use the powersave daemon feature. I guess what I need to do is to group my user name with the root user to access to the feature. But I don't know how to do it.


Processor Brand: AMD
Processor Class: Mobile Sempron
Processor Number: 3000+
Processor Speed: 1.8 GHz
Bus Speed: 1.6 GHz
Mobile Technology: Other
L2 Cache Size: 128 KB
Memory Speed: PC-2700 (333MHz)
Memory Technology: DDR-SDRAM
Installed Memory: 1 GB
Maximum Memory: 2 GB
Hard Drive Capacity: 40 GB
Drive Controllers: IDE (Ultra ATA/DMA)
Rotational Speed: 4200 RPM
CD-RW Write Speed: 24 X
CD-RW Rewrite Speed: Not specified by manufacturer
CD-RW Read Speed: Not specified by manufacturer
DVD Read Speed: Not specified by manufacturer
Additional Drives: DVD/CD-RW Combo
Sound Support: Digital Audio (16-bit)
Video Chipset Brand: ATI
Video Chipset: RADEON XPRESS 200M IGP
Shared Video RAM: 32 MB
Shared Video RAM (Max): 128 MB
Resolution: 1280 x 768
Display Size: 14.0 in
Display Type: Active Matrix LCD (TFT)
 
Old 03-31-2006, 02:10 PM   #4
Zech
LQ Newbie
 
Registered: Mar 2006
Posts: 8

Original Poster
Rep: Reputation: 0
Thank you minrich.

By the way, how can I set up wireless on my laptop with SuSE Linux 10?
 
Old 03-31-2006, 02:16 PM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
To enable powersave, run YAST -> System -> System Services -> select "powersaved" -> click "enable".
 
Old 03-31-2006, 07:05 PM   #6
Zech
LQ Newbie
 
Registered: Mar 2006
Posts: 8

Original Poster
Rep: Reputation: 0
Thank you reddazz. It doesn't help that way. The powersave daemon is running. I have to boot to the root user, otherwise, the error message will pop up if I boot to other users instead of the root user.
 
Old 03-31-2006, 09:56 PM   #7
crazibri
Member
 
Registered: Mar 2004
Location: Orange County, CA
Distribution: OS X, SuSE, RH, Debian, XP
Posts: 377

Rep: Reputation: 31
Hi Zech,
I'd suggest updating your powersaved package by going through YOU (if not available there...) then Yast. You may even want to remove the package completely then reinstall it. I was able to solve my problem by doing that.

As for WIreless, I'd suggest using ndiswrapper. YOu just need to install that package then go to Root Konsole type "ndiswrapper" and you'll see all your arguments to set it up.
Basically just need to
ndiswrapper -i driver.inf install driver where driver.inf is your windows driver (and the respective driver.sys must be in the same directory)
ndiswrapper -e to show it is present and setup
modprobe ndiswrapper make your computer detect it as a wireless card
then just try "iwconfig" and "ifconfig" to try to get it going.

I can be more explanatory if need be, just trying to keep it short.
 
Old 03-31-2006, 11:30 PM   #8
Zech
LQ Newbie
 
Registered: Mar 2006
Posts: 8

Original Poster
Rep: Reputation: 0
Wow!! Thank you so much for your help crazibri!!
As you know that I am a newbie of Linux; it's really throwing me off!
Would you please explain it to me in details if it's possible. I really appreciate it!
 
Old 04-01-2006, 03:14 PM   #9
crazibri
Member
 
Registered: Mar 2004
Location: Orange County, CA
Distribution: OS X, SuSE, RH, Debian, XP
Posts: 377

Rep: Reputation: 31
To remove powersave and kpowersave, I'd go to Control Center, Yast Modules, Software, then Software management.

Now in your search box just type "power" and you should be able to find both of them.

I'd suggest clicking the box next to them until you see a trash can, then click Accept. This will remove both programs.

Reboot

GO back into Software Management, search for them again, install them by putting a checkmark in the box. Click Accept. Reboot after install and see if it solves your problem.

If not, you might have to try a full KDE upgrade by adding installation sources. I'm running the newest version of KDE from Suse install sources and it works great.
 
Old 04-01-2006, 04:37 PM   #10
Zech
LQ Newbie
 
Registered: Mar 2006
Posts: 8

Original Poster
Rep: Reputation: 0
I really appreciate it, crazibri!!

I solved the problem by boot to root user. but then everytime when I reboot my computer before I enter the Linux main KDE window, I have to type in the root password. Is there anyway to disable that log in password thing?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Powersave demon obstinatesod Linux - Newbie 5 05-09-2006 10:44 AM
KPowersave's "The powersave daemon is not running" error MichaelMax SUSE / openSUSE 4 12-05-2005 12:58 PM
powersave edemark SUSE / openSUSE 8 11-15-2004 08:56 AM
any way to disable powersave? oily_rags SUSE / openSUSE 6 11-01-2004 03:31 AM
Powersave on SUSE 9.1 sk2400 Linux - Laptop and Netbook 1 06-23-2004 07:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 12:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration