Problem loading cpufreq module


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Problem loading cpufreq module
# 8  
Old 08-11-2011
I don't know what the reason is that you have acpi disabled, there might be a good reason. If you want to experiment you could make a copy of the current boot line in grub (and give it the same title plus "with acpi" for example) and remove the acpi=off option. When you reboot the computer you can select that option to see how that goes. If all goes well you could make that the default boot option.
# 9  
Old 08-11-2011
Quote:
Originally Posted by Scrutinizer
Hi vishwamitra, well there is your answer. Your kernel command line says acpi=off, so then you cannot use acpi-cpufreq as long as you use acpi=off .
What should I do to turn acpi ON ?
I checked BIOS settings and acpi was enabled
# 10  
Old 08-11-2011
Vishwa, try booting your kernel with acpi=on option. You can edit your grub conf file to add the option to the kernel line. Google it if any confusion.

But let me warn you, if your hardware does not like the acpi=on setting, it may fail to boot and you may have to boot into failsafe and take it out. So do this only if you are comfortable into booting into rescue/failsafe mode.
# 11  
Old 08-11-2011
Quote:
Originally Posted by vishwamitra
What should I do to turn acpi ON ?
Remove the 'acpi=off' from the kernel commandline. (But keep a backup as they say -- acpi may have been disabled because it didn't work for you!)
# 12  
Old 08-12-2011
Edited grub.conf file where acpi=off was changed to acpi=on..
ta-da
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Fedora

Nvidia Module Not Loading (Desktop Gone)

Well, I followed the steps in the Debian wiki here to install the drivers for the following video card: $ lspci | grep VGA 03:00.0 VGA compatible controller: NVIDIA Corporation GF104 (rev a1)I confirmed the correct driver is installed. As you probably see I've tried this a few times and a few... (1 Reply)
Discussion started by: Azrael
1 Replies

2. Solaris

Loading Kernel module at boot

Is there any link/tutorial on loading Solaris kernel modules at boot time?? (0 Replies)
Discussion started by: unisolin
0 Replies

3. Shell Programming and Scripting

Perl - Error loading module.

Hi, I have a strange issue in my script. When script is run from command prompt it runs fine,but when run from cron it exist with error message. I narrowed down the issue and found that " use Mail::Sender;" is the culprit. If I comment the statment the code runs fine in both command and... (9 Replies)
Discussion started by: coolbhai
9 Replies

4. Linux

problem with kernel module loading

Hi masters, I am new to linux and unix forum and this is my first forum. So please excuse if I am not giving sufficient information. I will give them on request. I have created a bandwidth manager module. I am using a 2.6.9 kernel and in Red Hat 3.4.3 distribution. But when i run make... (1 Reply)
Discussion started by: iamjayanth
1 Replies

5. UNIX for Advanced & Expert Users

OpenBoot Loading Problem

I am using a SunBlade 100 system and accidently set a new alias for keyboard, now when it start it gives the following error, The selected input device has no read routine. Keyboard not present using ttya for input and output. Now i cannot execute any commands on the OBP and i just gets... (3 Replies)
Discussion started by: sumwhriblong
3 Replies

6. Solaris

Application Loading problem

I install a software xchm for opening chm files. I install software and also its required libraries. But when i start it; no GUI appears. Application got halt. Process name also appears in process list when i run top command. Appliation continously using cpu but no GUI appears. Please tell me... (7 Replies)
Discussion started by: mansoorulhaq
7 Replies

7. UNIX for Dummies Questions & Answers

LPAR Loading Problem

I'm having a major problem trying to load a LPAR. I've got through the HMC and shutdown and then activated the LPAR and it only gets to the Operator Panel Value of 0517. Now from some research I've found that this is to do with loading the rootvg. ( I think ) On the actual terminal all I get is... (0 Replies)
Discussion started by: KeesH
0 Replies

8. Shell Programming and Scripting

Problem of Data Loading....

i am studying a script which is used for data loading. it has functions which deletes all the existing data before loading and then loads new fresh data. but i am stuck up at function Replace into table ( col 1,col 2....) Does this signify All Inserts. (1 Reply)
Discussion started by: ankitgupta
1 Replies

9. Programming

Dynamically loading a module

Hi there: Thanks for clicking in first. I have a question here. I have a module that needs to be dynamically loaded when another piece of code needs it at runtime. I know that I will have to make a soname file before I can use it dynamically. My question is what commad I should use to make... (2 Replies)
Discussion started by: yanhu
2 Replies

10. Windows & DOS: Issues & Discussions

loading problem in XP help!!!!!!!!!!!

have a azuse mother borad 1600Mhz ram 512 hd 40gb will not install windows want to finish but will not take it! Is this a hard ware problem or a virus i use av norton 2002 and nod32 think got a virus not shure xp will not load any more (2 Replies)
Discussion started by: amicrawler2000
2 Replies
Login or Register to Ask a Question