Page 3 of 3

Re: Stuck on part 5

Posted: Sat Feb 13, 2010 12:51 pm
by mightyohm
Sounds like a problem with your home network. It almost feels like your ISP is blocking the router, like when you don't have NAT set up and try to use more than one machine on a cable modem... I don't know the answer, but maybe if you describe your home network a little bit (what router you are using, any unusual settings, etc.) I can try to help. I am not an expert on this, usually it "just works" for me.

You can put the mp3 in any directory you want, but I would put it in /root. Then execute "mpc add /root/file.mp3" and "mpc play", the file should play.

Re: Stuck on part 5

Posted: Sun Feb 14, 2010 1:04 pm
by jeroen94704
Not that I know what your issue is, but adding a port to a ping command doesn't do anything. Ports are a TCP-level thing, and Ping does not work at the TCP level.

Can you wget a regular website page from an external site? What about:

Code: Select all

wget http://www.google.com/index.html
If that works, but the mp3 file doesn't, then something fishy may be going on at your ISP's side. If getting a regular page doesn't work eather, my bet would be on a local network or firewall problem. How is your router connected to the internet? Are you using a Lan port, the Wan port, or wi-fi?

Jeroen