LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 11-28-2010, 09:51 AM   #1
d1m@
LQ Newbie
 
Registered: Nov 2010
Posts: 5

Rep: Reputation: 0
battery problems after linux installation


Hi, I just installed kubuntu on my ACER aspire O521 netbook for the first time and OS does not see battery , just saying battery not present. what should I do, does anyone know ?
 
Old 12-03-2010, 05:41 PM   #2
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello d1m@ and welcome to LQ,

could you please open a terminal and post the output of the command
Code:
lsmod | grep -i acer
Markus
 
Old 12-04-2010, 07:18 AM   #3
d1m@
LQ Newbie
 
Registered: Nov 2010
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by markush View Post
Hello d1m@ and welcome to LQ,

could you please open a terminal and post the output of the command
Code:
lsmod | grep -i acer
Markus

No output in konsole after that command
 
Old 12-04-2010, 07:30 AM   #4
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, there are at least two kernelmodules available with support specially for Acer-laptops. This modules are acer_wmi and acerhdf.
You may try to load the modules with the command
Code:
modprobe acer_wmi
modprobe acerhdf
if this fails, I'd suggest to look into the repsitories for Kubuntu if there are drivers available. If not, you'll possibly have to rebuild your kernel.

As an explanation: the modules which are available for most laptops support many features which laptops have in addition to desktop machines, for example functional keys, display settings or battery status.

If you want to build you own kernel, the modules are found in "device drivers->X86 Platform specific device drivers" which is the last menupoint in "device drivers".

Markus

Last edited by markush; 12-04-2010 at 07:30 AM. Reason: typo
 
Old 12-05-2010, 02:00 AM   #5
d1m@
LQ Newbie
 
Registered: Nov 2010
Posts: 5

Original Poster
Rep: Reputation: 0
Hi markush, thank you for your help, I tried both commands, modprobe acer_wmi did not give any output, not saying that its not a correct command or something else , just nothing , but after putting second command "modprobe acerhdf " this is the output : modprobe acerhdf
FATAL: Error inserting acerhdf (/lib/modules/2.6.35-23-generic/kernel/drivers/platform/x86/acerhdf.ko): No such device

own
So does it mean that I have to make my own kernel module ? but I have never did it , can you tell me how ? thank you in advance
 
Old 12-05-2010, 02:56 AM   #6
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, "no output" of modprobe means that this module has been loaded, be aware that you'll have to load it again when the system was rebooted.

The "... no such device" error of modprobe means that the module is not adequate for your device.

Did the module acer_wmi change something at your system?

Markus
 
Old 12-06-2010, 04:53 AM   #7
princeharris13
LQ Newbie
 
Registered: Dec 2010
Posts: 4

Rep: Reputation: 1
I installed both and used GDM to choose which one I felt like using. Since then, I've moved away from UNE to using GNOME Shell. GNOME Shell is a hit-or-miss thing; some love it, some hate it. I love its simplicity.
 
Old 12-06-2010, 12:55 PM   #8
d1m@
LQ Newbie
 
Registered: Nov 2010
Posts: 5

Original Poster
Rep: Reputation: 0
I dont know acer_wmi changed or not something in a system, how can I find it out was their change or not after that command? as I said after first input of "modprobe acer_wmi" there was no output, you know I am using linux for the first time and now I am just trying to learn it, so I will appriciate if you write to me in detail what to do, if you know solution of course , anyway thank you very much, everything you said is clear
 
Old 12-06-2010, 01:09 PM   #9
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hi d1m@,

I don't have an Acer-laptop, as far as I have read the acer_wmi module provides support for the functional keys for bluetooth and wireless lan. To remove a module from the system you may use the command
Code:
rmmod acer_wmi
so you can switch between "module loaded" and "module not loaded" (with the modprobe and rmmod command) and check, which functional keys depend on the module. You may also check if the system recognizes the battery when the module is loaded.

Further I'd suggest to look here http://www.linux-on-laptops.com/acer.html

You may also look on the Acer-website if they have additional Linuxdrivers for download.

Markus
 
Old 12-07-2010, 09:36 AM   #10
d1m@
LQ Newbie
 
Registered: Nov 2010
Posts: 5

Original Poster
Rep: Reputation: 0
Hi markush, I tried to remove module but output is : rmmod acer_wmi.... ERROR: Module acer_wmi does not exist in /proc/modules . what about acer website, I have already searched their before opening thread here, they have no driver, so anyway thank you very much, I will continue to search solution or in worst case will wait till acer makes the driver
 
  


Reply



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
[SOLVED] battery monitor problems supermagnum Linux - Laptop and Netbook 2 06-07-2010 06:07 AM
Battery problems with HP dv6000 frandalla Linux - Laptop and Netbook 3 02-04-2008 10:01 AM
Problems with modem and battery bbrock32 Slackware 6 12-28-2005 05:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 12:19 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