[KLUG Members] Laptop Over heating
Bill Katsma
members@kalamazoolinux.org
Sat, 24 Jan 2004 22:33:48 -0500
On Sat, 2004-01-24 at 21:21, Jim C. wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> | Also what is the best way to load this module at bootup.
>
> Edit a "probeall" line in /etc/modules.conf Here is an example:
>
> My /etc/modules.conf reads like this:
>
> alias autofs autofs4
> probeall scsi_hostadapter imm usb-storage
> above snd-als4000 snd-pcm-oss
> alias eth0 8139too
> alias sound-slot-0 snd-als4000
> probeall usb-interface usb-ohci ehci-hcd
> alias eth1 8139too
>
> So I might change the first line to read:
>
> probeall scsi_hostadapter imm usb-storage p4-clockmod
>
>
> - --
I did as you suggested and I had no luck.
I did not have a probeall line so I added one. I first tried "probeall
p4-clockmod" then I treied it with the full path but to no avail.
my modules.conf file looks like:
alias eth0 8139too
alias usb-controller usb-uhci
alias usb-controller1 ehci-hcd
alias ieee1394-controller ohci1394
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L
>/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S
>/dev/null 2>&1 || :
alias char-major-195 nvidia
alias eth1 ath_pci
probeall
/lib/modules/2.4.22-1.2149.nptl/kernel/arch/i386/kernel/p4-clockmod.o
Thanks again