0 Members and 3 Guests are viewing this topic. Read 302448 times.
^^^Tried that link and did not get it to work. I can do it by usingmount -t cifs -o username=<username>,password=<password> //<ipaddress>/Music /mnt/tunesSo how do I translate that into a line for fstab?
So, in all my playing, I believe I bricked my box. The far left green light comes on and stays solid and I can't not ssh in...This happened after trying various modifications to fstab to try and mount the shares. I then did a "shutdown -r now" and it has not been accessible since then...THoughts?
First, we need to prep for configuring Alix.1. Look at your router manual and configure your Alix and NAS to always have the same IP address. This might be called DHCP IP address reservation. You reserve the IP from the MAC address of your NAS and Alix.2. Google and download PuTTy. This will let you SSH (log in securely) to your Alix.3. After Alix boots up you will see one of the LED's blinking like a heartbeat. Try to use PuTTy to log into your Alix. Log in as root; the password is voyage.Do that first.
Cool!I got the card fixed (just put fstab back to its original set-up) and put her back in. She booted right up Then, I used this link which documents using a windows home server box share for this type of thing. It is the only one that worked of the 10-20 different techniques I tired!So, after a reboot I have an automatic mounting of my music share and am on my way down the rest of the list. Any idea why every time I try to "rmountro" it says "mount: / is busy"?
Hi Nick and all.I have read most of the Swiss guy's post about configuring Voyage MPD. I am unsure, however, which steps I need to follow with the most recent Voyage MPD:- I don't need to install the NFS bit, right?- I don't need to install alsa, right?- I do need to configure mpd.conf, right?- what else?I think that a "trimmed" version of the Swiss guide would be nice to have for Linux-noobs like myself when installing/configuring the Voyage MPD. I have used Putty in the past to install SqueezeServer on my old NAS. I wouldn't mind contributing to such a guide. It is not too difficult once you know all the steps, what exactly to enter and what to do if something unexpected happens.
I think that a "trimmed" version of the Swiss guide would be nice to have for Linux-noobs like myself when installing/configuring the Voyage MPD. I have used Putty in the past to install SqueezeServer on my old NAS. I wouldn't mind contributing to such a guide. It is not too difficult once you know all the steps, what exactly to enter and what to do if something unexpected happens.
Replying to my own post! I commented out the error_file line for now and now th error is:Stopping Music Player Daemon: mpd.Starting Music Player Daemon: mpdcreating /mnt/tunes/mpd/tag_cache... ... (warning).listen: bind to '0.0.0.0:6601' failed: Address already in use (continuing anyway, because binding to '[::]:6601' succeeded)Failed to bind to '0.0.0.0:6601': Address already in use failed!
Here are the lines without # signs...music_directory "/mnt/tunes"playlist_directory "/mnt/tunes/mpd/playlists"db_file "/mnt/tunes/mpd/tag_cache"log_file "/mnt/tunes/mpd/mpd.log"#error_file "/mnt/tunes/mpd/errors.log"pid_file "/mnt/tunes/mpd/pid"state_file "/mnt/tunes/mpd/state"user "lnxmscsrvr1"bind_to_address "any"port "6601"input { plugin "curl"audio_output { type "alsa" name "Music Fidelity V-Link" device "hw:0,0" # optionalbuffer_before_play "100%"filesystem_charset "UTF-8"id3v1_encoding "UTF-8"metadata_to_use "artist,album,title,track,name,genre,date,composer,performer, disc"follow_outside_symlinks "yes"follow_inside_symlinks "yes"zeroconf_enabled "yes"zeroconf_name "Voyage Music Player"mixer_type "hardware"bind_to_address "192.168.0.108"