Search found 164 matches

by gerben
Fri Oct 21, 2011 12:11 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Station doesn't auto start when powering up radio
Replies: 2
Views: 7339

Re: Station doesn't auto start when powering up radio

Just add the line

Code: Select all

/usr/bin/mpc play
to /etc/init.d/mpd at the end of the start section. In jeffs image the should already be a line like that commented out.
by gerben
Sun Oct 16, 2011 5:14 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Play music off network share
Replies: 6
Views: 29459

Re: Play music off network share

Search this forum for SAMBA share. e.g. viewtopic.php?f=2&t=305&p=1330&hilit=samba#p1330

It is on my todo list sometime. Not sure if it is possible on a WL520GU with it's limited amount of disk space and cpu power. Please share if you get it to work.
by gerben
Sat Oct 15, 2011 11:27 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Play music off network share
Replies: 6
Views: 29459

Re: Play music off network share

What kind of protocols does this server provide. FTP, NFS, Samba(windows share), AFP,...?
by gerben
Thu Oct 13, 2011 7:07 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: WL 520 doesnt start up
Replies: 15
Views: 29344

Re: WL 520 doesnt start up

You forget the ':' in front of the wq
by gerben
Wed Oct 12, 2011 6:56 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: WL 520 doesnt start up
Replies: 15
Views: 29344

Re: WL 520 doesnt start up

Not sure what you problem is. I presume it is that you have trouble editing the text within a command line environment . The text-editor that is available in OpenWRT is VI. It takes some getting used to, but here is the short version vi yourfile move cursor to where you want to add/change text press...
by gerben
Tue Oct 04, 2011 10:45 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Screwed up configuration steps...help
Replies: 4
Views: 10676

Re: Screwed up configuration steps...help

OpenWRT has a failsafe mode. See http://wiki.openwrt.org/toh/asus/wl520gu#failsafe.mode . Although they refer to a DMZ led, that the wl520gu doesn't have. Also here on this forum; http://mightyohm.com/forum/viewtopic.php?t=158&f=2 ; but he didn't get it to work (try pressing repeatedly instead o...
by gerben
Thu Sep 29, 2011 8:12 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: alternatives to the WL-520gU
Replies: 48
Views: 580385

Re: alternatives to the WL-520gU

Starting from $100 it's way more expensive though.
by gerben
Mon Sep 26, 2011 11:46 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: My MPD web interface in just 383 byte
Replies: 5
Views: 17579

Re: My MPD web interface in just 383 byte

I added a playlist select option. Not real pretty at the moment but works :-) You can also drag playlist items to move them in the current playlist (have to check if it works or perhaps breaks on iPhone and the like). Not yet possible to save the current playlist back to file. It seems you can't ove...
by gerben
Sat Sep 24, 2011 1:01 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: My MPD web interface in just 383 byte
Replies: 5
Views: 17579

Re: My MPD web interface in just 383 byte

1) You could put the JS and CSS and images on the router, but choose to put as little as possible on the router itself. Partly just for the fun or using just 383 bytes. But mainly for ease of development. Also I don't know how I can 'upload' binary data (images) to the router using telnet. Also othe...