[Bug 335494] New: problem with acpi-cpufreq on asus f3jp (opensuse 10.3)

https://bugzilla.novell.com/show_bug.cgi?id=335494 Summary: problem with acpi-cpufreq on asus f3jp (opensuse 10.3) Product: openSUSE 10.3 Version: Final Platform: 64bit OS/Version: openSUSE 10.3 Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: rafalgizmo@gmail.com QAContact: qa@suse.de Found By: --- Created an attachment (id=179568) --> (https://bugzilla.novell.com/attachment.cgi?id=179568) information about configuration opensuse 10.3 When openSUSE starts I see info "CPUfreq not supported". I install opensuse 10.3 on notebook asus f3jp with c2d T5600 and CPU have speedstep instructions. Problem is probability in module acpi-cpufreq. When i type "lsmod | grep acpi" i don't see any results. Then I type "modprobe acpi-cpufreq" and speedstep starts properly. I see the module acpi_cpufreq in results of lsmod. Because I found solution, I add this module to /etc/modprobe.conf.local (install acpi_cpufreq /bin/true). When I restart opensuse I don't see any acpi module in "lsmod | grep acpi". When I try load module acpi_cpufreq, nothing happen. No errors, logs etc. Result of lsmod | grep acpi is empty. I try many solution e.g. load acpi_cpufreq in /etc/rc.d/boot.local, generate initrd with acpi_cpufreq, and this don't work (there isn't any acpi module in results of lsmod) and i can't load acpi_cpufreq (from root account). I upgrade my bios and is the same situation. When the acpi_cpufreq is not loaded on start opensuse via modprobe.conf.local, boot.local, initrd. I can login on root and run acpi_cpufreq and speedstep works very good. What I should do to automatic load module before login to opensuse ? I think it is error in kernel, becouse on my destkop computer with C2D acpi_cpufreq works properly without any configuration. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=335494 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.provo.novell.com |trenn@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=335494#c1 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hmacht@novell.com Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Thomas Renninger <trenn@novell.com> 2007-11-01 11:24:46 MST ---
Because I found solution, I add this module to /etc/modprobe.conf.local (install acpi_cpufreq /bin/true). This avoids loading of the module totally as you describe it above. From man modprobe.conf:
install modulename command... This is the most powerful primitive in modprobe.conf: it tells modprobe to run your command instead of inserting the module in the kernel as normal So /usr/bin/true is executed instead of loading the module. Please remove it and try again, this one should get loaded automatically. It's done in /etc/init.d/haldaemon I like to close this invalid, I doubt we have a problem here or we would have hundreds of bugs of that kind. Please reevaluate carefully and reopen if you are very sure that there is a problem. Adding Holger to be sure... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com