Search found 4 matches
- Sat 29. Jan 2011, 11:07
- Forum: PHC Help
- Topic: Cannot create phc_vids file
- Replies: 1
- Views: 2976
Re: Cannot create phc_vids file
You haven't loaded the phc kernel module, otherwise you would see the phc_* files in that folder. Also you don't create the phc_vids files with your /etc/rc.local you just fill the file with the string you echo. What you need to do is download linux-header-2.6.35-24 and rebuild the phc kernel module...
- Tue 6. Oct 2009, 08:54
- Forum: PHC News
- Topic: PHC on Ubuntu 9.04
- Replies: 42
- Views: 675117
Re: PHC on Ubuntu 9.04
@n3Cre0 You can change the default kernel entry in your grub menu.lst file /boot/grub/menu.lst Look at the end of the file and count the entries starting from the top with 0 down to the kernel you want to boot. Then change the default number at the top at the file e.g. default 2 if you are unsure if...
- Tue 18. Nov 2008, 19:28
- Forum: PHC Help
- Topic: Installation Guide
- Replies: 37
- Views: 49632
Re: Installation Guide
Wohoo,
thank you very much, nixgmx!
It worked, finally
Maybe a hint on the first page would be nice
thank you very much, nixgmx!
It worked, finally

Maybe a hint on the first page would be nice

- Tue 18. Nov 2008, 17:03
- Forum: PHC Help
- Topic: Installation Guide
- Replies: 37
- Views: 49632
Re: Installation Guide
Hi there, i can't get the modded acpi-cpufreq module to work. 290 sudo apt-get install linux-source-2.6.27 291 ll 292 tar -xjf linux-source-2.6.27.tar.bz2 293 cd linux-source-2.6.27/ 294 cp ../linux-phc-0.3.2-kernel-vanilla-2.6.26.patch . 295 patch -p1 < linux-phc-0.3.2-kernel-vanilla-2.6.26.patch 2...