In Ubuntu, my distribution, run:
sudo lshw
This is quite a long command for some of us, so if you’d like to put it in a file and then look at it after it’s already ran, do:
sudo lshw >> myfile.txt
A struggle for clarity in life; searching beyond barriers between us.
In Ubuntu, my distribution, run:
sudo lshw
This is quite a long command for some of us, so if you’d like to put it in a file and then look at it after it’s already ran, do:
sudo lshw >> myfile.txt
First you need make:
sudo apt-get install make
Then you try make menuconfig or make xconfig and you get this:
/usr/src/linux# make menuconfig
HOSTCC scripts/basic/fixdep
/bin/sh: line 1: gcc: command not found
make[1]: *** [scripts/basic/fixdep] Error 127
make: *** [scripts_basic] Error 2
Kernel’s aren’t included by default in Ubuntu, but you can grab them easily with the following command:
sudo apt-get install linux-source
This will grab the most recent kernel release and put it in /usr/src, which is the default location.
I think I got it!
I completely disassembled pwroftwo all the way down to the last screw. I set the motherboard up on my desk with just it, the CPU’s, the Video Card, RAM, and power. Surprisingly — it didn’t cut off! It ran smoothly for 20 minutes with my old power supply! Crazy, I know.
Anyways, [...]