Gentoo on Armada 1700I recently got an Armada 1700 ( model 1700 6300/T/5000/D/M/1 ) and am putting gentoo on it.For model (a 1750) 6366/T/6400/D/M/3, click here. For another 1700
Starting out I put a knoppix cd in, which worked quite nicely, and detected everything. I partitioned it, and have hda1 for /boot (ext2), hda3 swap and hda4 / (ext3). (a 1.5GB partion (hda2) left over for either storage or windows, (depends on if wine plays Total Annihilation over the network, as it plays it fine without. :) ). Downloaded and untarred the stage1 tarball from 1.4rc4 (or rc3, I don't remember). Then followed the gentoo-x86-install guide. Install went smoothly for the most part. GRUB DID NOT WORK, because it couldn't detect the bios drives, mirph. LILO on the other hand did work. after that it boots up and works fine.
Kernel: 2.4.20-gentoo (gentoo-sources) I am planning on getting kde and a development kernel to work, but as of yet (2-3 days after beginning gentoo install (compliling takes a bit of time)) have't. (2.5.68 didn't work well at all) X (4.3.0) works nicely, and KDE (3.1.2) is very usable on this machine dispite being only 300MHz. (Ironic, I basically started out at a 350MHz machine many years ago and am now back to a 300MHz machine which works quite well.) It does take about 10-30 seconds to switch back to X from console, but other than that it works wonderfully. The sound card lives on irq=5 io=0x220 and the sb module needs isapnp=0 passed to it: ex: insmod sb irq=5 io=0x220 isapnp=0 OR (using ALSA) snd-es18xx port=0x220 irq=5 isapnp=0
Problems: |