0 Members and 1 Guest are viewing this topic. Read 301699 times.
Are you SURE there is a carriage return at the very end of that last line?
More good news. I tried this line in my fstab file and it works://192.168.0.50/Media/Music /mnt/tunes cifs defaults 0 0Thanks Tom! I can now see my music under /mnt/tunes on the Alix. So now I just edit mpd.conf and I'm done?
I'm confused. Did you do this and have success from a mount command on the command line or did you put it in fstab? If the latter the only way to get it to work is boot it or mount -a which reads the fstab file.
I add the line to the fstab file and save it. I go to Putty and issue the command "mount -a", I enter the password, and it works. Then I issue the command "remountro" and exit Putty. Then I reboot the Alix and it hangs. I then have to use Ubuntu on my main PC to edit fstab by removing the line I added. Then the Alix boots and I can see it again.
I'm guessing it's hanging waiting for a password. You might research the mount command on how to pass the user/password to it, try it on command line first to see if it gets past the prompt.
Terry,I never edited any of the state/log/db/pid lines, FYI. And what does your audio section look like? Is your DAC defined in mpd.config (i.e hw 0,0, etc). What does "aplay -l" give you in putty (should show your audio devices)?
Yes, my bad. I corrected my post. I'm not at home today so don't have access to my setup.You would need a usb device hooked up for aplay to see.
Is Alix on 192.168.0.100 or 50?
Is it possible that when I added the user "mpduser" to my Alix, I don't have the permissions right or something?
Terry,That rocks! Congratulations!-- Jim
As root, you need to add mpduser to the audio group: adduser mpduser audio
Thanks Jim. It feels great that I got through this and it works! I added mpduser to the audio group and that part worked, but GMPC still doesn't work unless I use "root".