Search found 20 matches
- Thu 15. Jan 2009, 09:55
- Forum: PHC Discussions
- Topic: PHC packaging
- Replies: 21
- Views: 17378
Re: PHC packaging
It's been available for almost 3.5 years, yet no-one with actual power at Gentoo has accepted it to go into Gentoo?! :cry: i think the devs say every body knows (or have to know) that he/she have to rebuild all his drivers on kernel updates so "we" don't need it. i think we can build a ebuild witho...
- Wed 14. Jan 2009, 12:45
- Forum: PHC Discussions
- Topic: PHC packaging
- Replies: 21
- Views: 17378
Re: PHC packaging
Code: Select all
# eix dkms
No matches found.
eix dont find any dkms ebuild ...
maybe its in an overlay
- Wed 14. Jan 2009, 09:07
- Forum: PHC Discussions
- Topic: PHC packaging
- Replies: 21
- Views: 17378
Re: PHC packaging
on gentoo i cant find any dkms package or binary.
what does dkms do?
is it similar to autoconf?
what does dkms do?
is it similar to autoconf?
- Tue 13. Jan 2009, 16:11
- Forum: PHC Discussions
- Topic: PHC packaging
- Replies: 21
- Views: 17378
Re: PHC packaging
use gentoo and you have to do that every timetntprog wrote:Oooh that would be great!!
That would be an easiest way to undervolt CPUs, but less funny... I learned to compile kernels to have Linux PHC running

- Sun 11. Jan 2009, 14:48
- Forum: PHC Discussions
- Topic: PHC packaging
- Replies: 21
- Views: 17378
Re: PHC packaging
i like that idea too ... a kernel independend module would be great for the speedstep-centrino defective dsdt problem too ... than we can support them (me) too
if my skills in C coding are grown up (at least in 1 1/2 years) i would help to code those things ...
regards Gnom

if my skills in C coding are grown up (at least in 1 1/2 years) i would help to code those things ...
regards Gnom
- Sat 10. Jan 2009, 14:19
- Forum: Offtopic
- Topic: how do you know you're addicted to phc
- Replies: 4
- Views: 16446
Re: how do you know you're addicted to phc
like in murasame's signature
you don't like only to be a cool user ... you want a cool cpu too
you don't like only to be a cool user ... you want a cool cpu too
- Tue 23. Dec 2008, 23:21
- Forum: PHC Discussions
- Topic: Developers assigned to projects
- Replies: 4
- Views: 4751
Re: Developers assigned to projects
hi, testing on a defective board (dsdt) i could do also ... i'm bonded on the speedstep-centrino module because my cpu is overclocked when i use the acpi_cpufreq module. i also wanna help in developing for intel cpus (i already submited a patch for 2.6.27-r7 gentoo-sources kernel) so summary what i ...
- Tue 23. Dec 2008, 23:09
- Forum: PHC Help
- Topic: Patch appears to do nothing
- Replies: 10
- Views: 7401
Re: Patch appears to do nothing
hi,
the make oldconfig only looks for new options they are not affected by your old .config and asks you about them.
if you want to change options you should use
instead
regards
the Gnom
have nice holidays
the make oldconfig only looks for new options they are not affected by your old .config and asks you about them.
if you want to change options you should use
Code: Select all
make menuconfig
regards
the Gnom
have nice holidays
- Tue 23. Dec 2008, 22:35
- Forum: created by users
- Topic: init.d scripts
- Replies: 1
- Views: 15398
init.d scripts
Here comes a init.d script wich workes for me /etc/init.d/undervolt (under gentoo don't know where other distros store their init.d scripts) #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ CUSTOM_VTABLE=" " DEF...
- Tue 23. Dec 2008, 21:29
- Forum: PHC Help
- Topic: PHC speedstep_centrino Patch/Modul
- Replies: 2
- Views: 2910
Re: PHC speedstep_centrino Patch/Modul
hi, ich hab grad versucht den oben schon genannten patch zu implementieren ... leider klappt das auf meinem 2.6.27-r7er kernel nicht. ich bin auch leider auf speedstep_centrino angewiesen ... (kaputte dsdt sach glaub ich alles :-/ ) . ich hab bereits versucht das ganze mal selber zu patchen .. finde...