Linux Migration *DELETED*

barlowtech

Distinguished
Jul 30, 2004
10
0
18,510
thinking about 3HD system. 1HD w/WinXP + compatible programs; 1HD w/Linux + compatible programs; 1HD w/file storage to be used by both. Do you see any "flaws" with this idea?
 

silverpig

Splendid
Dec 31, 2007
5,068
0
25,780
It's not necessary to have 3 hard drives. 2 is a good idea; 1 for linux/XP, and the second being a large drive for data. Maybe going with a 74 gig raptor for the linux/windows drive would be a great way to go, and then get a 200 or 250 gig data drive? If the 74 gig raptor is too much $$$, then the 36 GB will do fine too :smile:

Basically any motherboard, cpu, and gpu will work in linux just fine. ATI's 3d drivers aren't as good as nvidia's right now (you get 3d working fine, it's just quite a bit slower than windows).

I just did a system up at newegg for $900 that has the following:

A64 3000+
1 GB kingston value ram
GF 5700 ultra
200 gig WD SATA drive
36 gig raptor SATA drive
8x NEC dual layer DVD burner
MSI K8MM-ILSR mobo

You can use this as a base and then take whittle it down to get to $700 if you like. I figured the A64 would be the way to go because you can always recompile your kernel in linux so you have a 64 bit system (which will make the rendering and photo stuff much nicer).

s signature has been formatted to fit your scr
 

barlowtech

Distinguished
Jul 30, 2004
10
0
18,510
Another question: I've installed Mandrake 10 on an old Dell OptiPlex GX1 to get familiar with it, while saving for the new computer. Mandrake did not recognize the integrated sound card during instal (Knoppix did when I tested it). How do get Mandrake to search for the soundcard, or find the drivers?
 

silverpig

Splendid
Dec 31, 2007
5,068
0
25,780
You have to find out what chip the sound card uses, find the driver, and compile/install it yourself. There's a good chance it's in the kernel somewhere, so find out what kernel driver it uses. Then (as root) do the following:

cd /usr/src/linux
make menuconfig

go through the menus under devices/sound/ something like that, and select the module for your sound card. Make sure it has an <M> beside it when you select it. Then:

make modules modules_install
modprobe <module name for sound card>
lsmod

and you should see it listed.

s signature has been formatted to fit your scr
 

TRENDING THREADS