LinuxQuestions.org
Help answer threads with 0 replies.
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 01-19-2009, 02:41 PM   #1
majingohan99
LQ Newbie
 
Registered: Oct 2008
Location: newcastle England
Distribution: triple boot : ubuntu 10.10, tiny7,, tinyXP rev09,
Posts: 24

Rep: Reputation: 15
acer fancontrol plz explain


hey my laptops fan ain't workin but i know wot to do, but im to attuned to windows to understand it so cud u plz explain it me like im a complete idiot:

http://ubuntuforums.org/showpost.php...&postcount=117

thnxs

Last edited by majingohan99; 01-19-2009 at 02:47 PM.
 
Old 01-19-2009, 02:44 PM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
I think you gave the wrong link.
 
Old 01-19-2009, 02:48 PM   #3
majingohan99
LQ Newbie
 
Registered: Oct 2008
Location: newcastle England
Distribution: triple boot : ubuntu 10.10, tiny7,, tinyXP rev09,
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
I think you gave the wrong link.
links on now
 
Old 01-19-2009, 02:54 PM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Just do as told on the site.
The commands like
Quote:
tar xvfz acer_fancontrol.tar.gz
need to be done in a terminal.(just copy/paste)

Which distribution are you using?
 
Old 01-19-2009, 02:55 PM   #5
majingohan99
LQ Newbie
 
Registered: Oct 2008
Location: newcastle England
Distribution: triple boot : ubuntu 10.10, tiny7,, tinyXP rev09,
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
Just do as told on the site.
The commands like

need to be done in a terminal.(just copy/paste)

Which distribution are you using?
ubuntu 8.10 will the commands work if i put the file on the desktop
 
Old 01-19-2009, 02:59 PM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
open a terminal
type
Quote:
mkdir download
Then when you download the file, download it to
download
then in the terminal type
Quote:
cd download
continue as said on the site
 
Old 01-20-2009, 01:15 PM   #7
majingohan99
LQ Newbie
 
Registered: Oct 2008
Location: newcastle England
Distribution: triple boot : ubuntu 10.10, tiny7,, tinyXP rev09,
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
open a terminal
type

Then when you download the file, download it to
download
then in the terminal type

continue as said on the site
thnxs for help i've got so far put it still dusent work i changed it to my settings tested it but fan is still not workin

it even went up to "3rd gear"

terminal :

majingohan99@majingohan99-laptop:~$ tar xvfz /home/majingohan99/Desktop/acer_fancontrol.tar.gz
acer_fancontrol/
acer_fancontrol/acer_fancontrol
acer_fancontrol/mempat
majingohan99@majingohan99-laptop:~$ gedit acer_fancontrol/acer_fancontrol
majingohan99@majingohan99-laptop:~$ sudo ./acer_fancontrol/acer_fancontrol
[sudo] password for majingohan99:
./acer_fancontrol/acer_fancontrol: 210: mempat: not found
Clutch down
./acer_fancontrol/acer_fancontrol: 210: mempat: not found
2nd gear
./acer_fancontrol/acer_fancontrol: 210: mempat: not found
2nd gear
./acer_fancontrol/acer_fancontrol: 210: mempat: not found
3rd gear
 
Old 01-20-2009, 02:11 PM   #8
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
try
cd acer_fancontrol
./acer_fancontrol
 
Old 01-21-2009, 10:15 AM   #9
majingohan99
LQ Newbie
 
Registered: Oct 2008
Location: newcastle England
Distribution: triple boot : ubuntu 10.10, tiny7,, tinyXP rev09,
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
try
cd acer_fancontrol
./acer_fancontrol
now its saying i need the coretemp modules

terminal:

majingohan99@majingohan99-laptop:~$ tar xvfz /home/majingohan99/Desktop/acer_fancontrol.tar.gz
acer_fancontrol/
acer_fancontrol/acer_fancontrol
acer_fancontrol/mempat
majingohan99@majingohan99-laptop:~$ cd acer_fancontrol
majingohan99@majingohan99-laptop:~/acer_fancontrol$ ./acer_fancontrol
FATAL: Error inserting coretemp (/lib/modules/2.6.27-7-generic/kernel/drivers/hwmon/coretemp.ko): Operation not permitted
You must have module coretemp to monitor the CPU temperature
majingohan99@majingohan99-laptop:~/acer_fancontrol$
 
Old 01-21-2009, 10:18 AM   #10
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by majingohan99 View Post
now its saying i need the coretemp modules

terminal:

majingohan99@majingohan99-laptop:~$ tar xvfz /home/majingohan99/Desktop/acer_fancontrol.tar.gz
acer_fancontrol/
acer_fancontrol/acer_fancontrol
acer_fancontrol/mempat
majingohan99@majingohan99-laptop:~$ cd acer_fancontrol
majingohan99@majingohan99-laptop:~/acer_fancontrol$ ./acer_fancontrol
FATAL: Error inserting coretemp (/lib/modules/2.6.27-7-generic/kernel/drivers/hwmon/coretemp.ko): Operation not permitted
You must have module coretemp to monitor the CPU temperature
majingohan99@majingohan99-laptop:~/acer_fancontrol$
Ok...so load the coretemp module. "modprobe coretemp"
 
Old 01-21-2009, 10:25 AM   #11
majingohan99
LQ Newbie
 
Registered: Oct 2008
Location: newcastle England
Distribution: triple boot : ubuntu 10.10, tiny7,, tinyXP rev09,
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by tb0ne View Post
ok...so load the coretemp module. "modprobe coretemp"
do i type tht in terminal coz if so it still says failed
 
Old 01-21-2009, 10:55 AM   #12
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by majingohan99 View Post
do i type tht in terminal coz if so it still says failed
Spell out your words....and give a complete error message. Are you root when you type that in? What is the exact error that it returns?
 
Old 01-21-2009, 01:53 PM   #13
majingohan99
LQ Newbie
 
Registered: Oct 2008
Location: newcastle England
Distribution: triple boot : ubuntu 10.10, tiny7,, tinyXP rev09,
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by TB0ne View Post
Spell out your words....and give a complete error message. Are you root when you type that in? What is the exact error that it returns?
I TRYED TYPING IT IN BUT I GOT AN ERROR LIKE THIS

TERMINAL:

HIGHLIGHTED

majingohan99@majingohan99-laptop:~$ tar xvfz /home/majingohan99/Desktop/acer_fancontrol.tar.gz
acer_fancontrol/
acer_fancontrol/acer_fancontrol
acer_fancontrol/mempat
majingohan99@majingohan99-laptop:~$ gedit acer_fancontrol
majingohan99@majingohan99-laptop:~$ gedit acer_fancontrol/acer_fancontrol
majingohan99@majingohan99-laptop:~$ cd acer_fancontrol
majingohan99@majingohan99-laptop:~/acer_fancontrol$ ./acer_fancontrol
FATAL: Error inserting coretemp (/lib/modules/2.6.27-9-generic/kernel/drivers/hwmon/coretemp.ko): Operation not permitted
You must have module coretemp to monitor the CPU temperature
majingohan99@majingohan99-laptop:~/acer_fancontrol$
majingohan99@majingohan99-laptop:~/acer_fancontrol$ modprobe coretemp
FATAL: Error inserting coretemp (/lib/modules/2.6.27-9-generic/kernel/drivers/hwmon/coretemp.ko): Operation not permitted

majingohan99@majingohan99-laptop:~/acer_fancontrol$ sudo ./modprobe coretemp
[sudo] password for majingohan99:
sudo: ./modprobe: command not found
majingohan99@majingohan99-laptop:~/acer_fancontrol$
 
Old 01-21-2009, 02:16 PM   #14
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
I TRYED TYPING IT IN BUT I GOT AN ERROR LIKE THIS
Please don't shout,

type
sudo modprobe coretemp

Last edited by repo; 01-21-2009 at 03:47 PM.
 
Old 01-21-2009, 02:18 PM   #15
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by majingohan99 View Post
I TRYED TYPING IT IN BUT I GOT AN ERROR LIKE THIS

TERMINAL:

HIGHLIGHTED

majingohan99@majingohan99-laptop:~$ tar xvfz /home/majingohan99/Desktop/acer_fancontrol.tar.gz
acer_fancontrol/
acer_fancontrol/acer_fancontrol
acer_fancontrol/mempat
majingohan99@majingohan99-laptop:~$ gedit acer_fancontrol
majingohan99@majingohan99-laptop:~$ gedit acer_fancontrol/acer_fancontrol
majingohan99@majingohan99-laptop:~$ cd acer_fancontrol
majingohan99@majingohan99-laptop:~/acer_fancontrol$ ./acer_fancontrol
FATAL: Error inserting coretemp (/lib/modules/2.6.27-9-generic/kernel/drivers/hwmon/coretemp.ko): Operation not permitted
You must have module coretemp to monitor the CPU temperature
majingohan99@majingohan99-laptop:~/acer_fancontrol$
majingohan99@majingohan99-laptop:~/acer_fancontrol$ modprobe coretemp
FATAL: Error inserting coretemp (/lib/modules/2.6.27-9-generic/kernel/drivers/hwmon/coretemp.ko): Operation not permitted

majingohan99@majingohan99-laptop:~/acer_fancontrol$ sudo ./modprobe coretemp
[sudo] password for majingohan99:
sudo: ./modprobe: command not found
majingohan99@majingohan99-laptop:~/acer_fancontrol$

You need to be root or SUDO to run modprobe. Modprobe isn't in your path...find it (it's probably in /sbin or /usr/sbin), then type in "<path name>/modprobe".

Also, if you pay attention to the error messages, you'll see that when you try to run acer_fancontrol, it's trying to insert the module for you. Either SUDO or su to root, make sure the path to modprobe is in your $PATH variable, and run acer_fancontrol.
 
  


Reply

Tags
acer, explain



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
Plz explain Suspend to Disk and Suspend to Ram pkhera_2001 Linux - Newbie 2 02-18-2008 07:23 AM
tp-fancontrol -d stops after few minutes nilsja Linux - Hardware 0 01-29-2007 06:13 PM
explain me this c code plz alaios Programming 1 06-03-2005 05:32 AM
explain this little script plz nukeu666 Linux - Newbie 4 08-18-2004 12:52 AM
can someone explain this error plz? santasballz Linux - Newbie 5 02-10-2004 01:18 PM

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

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