I\'ve made a decision to put my old and trusted Celeron 500Mhz into \'full-time\' home server. I\'ve been using it as my primary desktop machines for years and I think this is a time for it\'s \'retirement\'. Since last night, I\'ve got busy preparing the other 1.7G Celeron to make it ready as my main desktop. Previously it was running Win98SE on the first drive (40GB Wester Digital) and Freebsd 4.8 on the second drive (20GB Maxtor). I\'m planning to have a multiboot system with Win98SE, Freebsd 5.2.1, Mandrake Linux 10.0 and another Linux distro ( Arch Linux was in my mind). All the system now have been installed but far yet to be completed. I\'ve got sound working on Freebsd but not in Mandrake 10.0 Community. My soundcard (CMI8738-based) is detected and all the modules have been loaded but there\'s still no sound. Mplayer seems to play all the media well, which came to my conclusion that the sound devices is still muted. It use alsa which is came by default in 2.6 kernel but running alsamixer also doesn\'t solve the problem. A search on Google also does not point me to something useful. Now I\'m testing Arch Linux package manager, pacman (something like debian\'s apt-get) which working fine currently. It\'s also have Arch Build System (ABS), kind of freebsd port\'s system.
This time, I\'ve jotted down the steps to build the system which I\'m thinking of putting it here, as a documentation for myself.
UPDATE
I\'ve got soundcard working in Arch 0.6 with no hassle. Just modprobe snd-cmipci to load the modules for the sound card. To make it loaded at boot, just add it to /etc/rc.conf and it will be loaded everytime you reboot the computer. Sound on Mandrake still doesn\'t work. modprobe snd-cmipci only gives the sound for a while and if I was in KDE, I got an error message, something like .. \'CPU overload ...\' and the sound stop. No wonder when I ran lsmod, there were a long list of modules are loaded, mostly related to the sound card. Compared to Arch, lsmod only gave few modules listed. So far, Arch seems to be perfect desktop for me. Although the packages list is not comparable to Debian, Freebsd Port or Gentoo Portage, I can found most of my favourite apps.
Lcf, you are pointing to the right place. I\'m just thinking to wipe out the Mandrake and give a try to Gentoo (currently reading the Installation Handbook) :).