Hi, <snip> > ..Blacklisting all modules in > /lib/modules/2.6.15-ARCH/kernel/arch/i386/kernel/cpu/cpufreq except for the > speedstep-centrino module forces udev to load the correct module, but it > feels like a hack. <snip>
It is indeed a bit rigorous. I've found that only two modules need to be disabled/blacklisted, like: # Scan hardware and load required modules at bootup MOD_AUTOLOAD="yes" # Modules to load at boot-up (in this order) MODULES=(!acpi-cpufreq !p4_clockmod speedstep-centrino realtime hci_usb cdrom lp ppdev rtc i2c-i801 i2c-core evdev pcspkr serio_raw parport parport_pc pci_hotplug shpchp crc-ccitt snd-mixer-oss snd-pcm-oss snd-page-alloc snd-timer snd snd-ac97-bus snd-ac97-codec snd-intel8x0 soundcore generic ahci sd_mod sg sr_mod ata_piix libata irtty-sir sir-dev ppp_generic slhc tg3 bluetooth ieee80211 ieee80211_crypt irda ipw2200 pcmcia_core rsrc_nonstatic yenta_socket usb-storage usblp usbhid usbcore ehci-hcd uhci-hcd nvram) Notice the !acpi-cpufreq !p4_clockmod. Those are the disabled ones (sounds like a Bowie song man)! With these two off, speedstep-centrino loads without trouble on my T43. Greets, Rubin. _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
