So here is where I’m at presently (note: I have little idea what I’m really talking about, but am dangerously knowledgeable now thanks to TomS and Mgalusha, who are invaluable; they are getting back to me on the below issues but thought I’d post regardless):
Success areas:Built Alix, installed Mike’s pre-config’d CF card, installed PUTTY and WinSCP, put Alix on network, reserved IP addresses for Alix and MAIN (Windows vista pc that houses internal P drive that I networked and attempted to point Alix to), created user accounts and passwords for mpduser on Alix and MAIN, edited FSTAB and MPD config files (and thus learned how to mountrw and shutdown –r now in PUTTY), and installed Minion as player, with Alix config’d as server within Minion setup. Networked drive on MAIN is called P:MyMusic but share name is MYMPDMusic. Subfolders of relevance are a blank folder called mpd (write access) and a large FLAC-filled folder called losslessmusic (read access) underneath MyMPDMusic.
Failed areas:Minion will not connect, attempts for a few seconds, then says “server not selected, not connected”.
Important data:Alix IP address (192.168.0.188)
MAIN IP address (192.168.0.197)
FSTAB:
#/dev/hda1 / ext2 defaults,noatime,rw 0 0
proc /proc proc defaults 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0
#tmpfs /rw tmpfs defaults,size=32M 0 0
//192.168.0.197/MyMPDMusic /mnt/tunes smbfs user=mpduser,pass=mpduser,uid=103,gid=29 0 0
MPD.config settings (condensed):
music_directory "/mnt/tunes"
playlist_directory "/mnt/tunes/mpd/playlists"
db_file "/mnt/tunes/mpd/tag_cache"
log_file "/mnt/tunes/mpd/mpd.log"
pid_file "/mnt/tunes/mpd/pid"
state_file "/mnt/tunes/mpd/state"
user "mpduser"
bind_to_address "any"
and the various hardware settings (I have no USB DAC connected right now, just hoping to see folders in Minion frankly).
I am surprised that Minion shows me nothing. I realize I probably have not given Alix the correct network path to my music folder but assume Minion/Alix would scream back at me some sort of error codes or something….Nothin!
EDIT: I changed the FSTAB to look for MyMusic (drive name) rather than the network name of MyMPDMusic and now Minion no longer says “server not selected”!

It does still say “not connected” though.
